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
273,683
07.01.2019 12:07:16
-3,600
637e0e42f1baf003e4cd65a85c8fdf7686ca198f
fix(store): update node content and excerpt
[ { "change_type": "MODIFY", "diff": "@@ -74,14 +74,24 @@ test('update node', () => {\nconst oldNode = contentType.addNode({\nid: 'test',\n- date: '2018-09-04T23:20:33.918Z'\n+ date: '2018-09-04T23:20:33.918Z',\n+ content: 'Lorem ipsum dolor sit amet',\n+ excerpt: 'Lorem ipsum...',\n+ fields: {\n+ foo: 'bar'\...
JavaScript
MIT License
gridsome/gridsome
fix(store): update node content and excerpt
1
fix
store
679,913
07.01.2019 14:35:13
0
3e1467fae0d9ef12ad73392eabec45d004d5ab0c
refactor(rstream-log): use rstream nextID() util (fix regression)
[ { "change_type": "MODIFY", "diff": "import { illegalArity } from \"@thi.ng/errors/illegal-arity\";\nimport { ISubscribable } from \"@thi.ng/rstream/api\";\nimport { StreamMerge } from \"@thi.ng/rstream/stream-merge\";\n-import { Subscription } from \"@thi.ng/rstream/subscription\";\n+import { nextID } from ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-log): use rstream nextID() util (fix regression)
1
refactor
rstream-log
679,913
07.01.2019 14:35:31
0
a42b2e1158adb3758c7f92a8d54805de5f629f5d
refactor(rstream-query): use rstream nextID() util (fix regression)
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ import { ISubscribable } from \"@thi.ng/rstream/api\";\nimport { Stream } from \"@thi.ng/rstream/stream\";\nimport { sync } from \"@thi.ng/rstream/stream-sync\";\nimport { Subscription } from \"@thi.ng/rstream/subscription\";\n+import { nextID } from \"@...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-query): use rstream nextID() util (fix regression)
1
refactor
rstream-query
273,683
07.01.2019 15:02:03
-3,600
1658fde7a33260581b85cef660cface7af827e6c
fix(route): allow node props as route params
[ { "change_type": "MODIFY", "diff": "@@ -229,10 +229,11 @@ test('prefix dynamic route with leading slash', () => {\ntest('add type with custom fields in route', () => {\nconst contentType = createPlugin().store.addContentType({\ntypeName: 'TestPost',\n- route: '/:test/:test_raw/:numeric/:author/:slug'\n+ rou...
JavaScript
MIT License
gridsome/gridsome
fix(route): allow node props as route params
1
fix
route
815,598
07.01.2019 15:05:09
-28,800
f53b69a1bd0236f03d3b01efa6af6488558a5260
doc: change known issues link to project board
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ Nervos CKB is released under the terms of the MIT license. See [COPYING](COPYING\n## Development Process\nThis project is still in development, and it's NOT in production-ready status.\n-The wiki also lists some [known issues](https://github.com/nervosne...
Rust
MIT License
nervosnetwork/ckb
doc: change known issues link to project board
1
doc
null
815,598
07.01.2019 15:05:59
-28,800
a3a8e2767f606e1a3a62c7b926a19e2972ed939c
doc: known issues are in board, but not wiki
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ Nervos CKB is released under the terms of the MIT license. See [COPYING](COPYING\n## Development Process\nThis project is still in development, and it's NOT in production-ready status.\n-The wiki also lists some [known issues](https://github.com/nervosne...
Rust
MIT License
nervosnetwork/ckb
doc: known issues are in board, but not wiki
1
doc
null
71,663
07.01.2019 15:19:28
28,800
471e8eb97360dd9a4a69b79af68fd6bc1dda8173
feat(aws-codepipeline): Jenkins build and test Actions.
[ { "change_type": "MODIFY", "diff": "@@ -310,55 +310,3 @@ export abstract class Action extends cdk.Construct {\n// });\n// }\n// }\n-\n-/*\n- TODO: A Jenkins build needs a corresponding custom action for each \"Jenkins provider\".\n- This should be created automatically.\n-\n- Example custom action created t...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(aws-codepipeline): Jenkins build and test Actions. (#1216)
1
feat
aws-codepipeline
273,683
07.01.2019 16:21:55
-3,600
0e541ebe4b07af2126c261efb6ec06f1164ea8a3
refactor(contentful): update with new reference API Closes closes
[ { "change_type": "MODIFY", "diff": "@@ -13,111 +13,116 @@ class ContentfulSource {\nconstructor (api, options) {\nthis.options = options\n-\n- api.loadSource(args => this.fetchContentfulContent(args))\n- }\n-\n- async fetchContentfulContent (store) {\n- const { addContentType, getContentType, makeTypeName, ...
JavaScript
MIT License
gridsome/gridsome
refactor(contentful): update with new reference API (#102) Closes #98, closes #94
1
refactor
contentful
504,017
07.01.2019 16:51:18
18,000
3a05852f601f4c1370a9f7d8f35f489d1415dfd6
fix(Avatar): Correctly export Avatar component typings
[ { "change_type": "ADD", "diff": "+export { default as Avatar, AvatarProps } from './Avatar';\n", "new_path": "packages/patternfly-4/react-core/src/components/Avatar/index.d.ts", "old_path": null }, { "change_type": "MODIFY", "diff": "-export { default as Avatar, AvatarProps } from './Ava...
TypeScript
MIT License
patternfly/patternfly-react
fix(Avatar): Correctly export Avatar component typings (#1135)
1
fix
Avatar
273,683
07.01.2019 16:55:04
-3,600
934fa822ee7b591d95ca4917492da14412724cd4
chore: fix links in changelogs
[ { "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=\"0.0.7\"></a>\n-## [0.0.7](https://github.com/gridsome/gridsome/tree/master/packages/cli/compare/@gridsome/c...
JavaScript
MIT License
gridsome/gridsome
chore: fix links in changelogs
1
chore
null
807,849
07.01.2019 16:57:45
28,800
4c5ad3105699f81fe90c7e934ba2262582c2ced3
test(pack-directory): Use new Package instance in test instead of hack
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ const path = require(\"path\");\nconst normalizePath = require(\"normalize-path\");\nconst { printObjectProperties } = require(\"pretty-format/build/collections\");\nconst npmConf = require(\"@lerna/npm-conf\");\n+const Package = require(\"@lerna/package\"...
JavaScript
MIT License
lerna/lerna
test(pack-directory): Use new Package instance in test instead of hack
1
test
pack-directory
807,849
07.01.2019 16:59:50
28,800
39c46c2c08a481b045173211919db17d9d4206e4
test(run-lifecycle): Use Package instance in test instead of bare object
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ jest.mock(\"libnpm/run-script\", () => jest.fn(() => Promise.resolve()));\nconst loggingOutput = require(\"@lerna-test/logging-output\");\nconst runScript = require(\"libnpm/run-script\");\nconst npmConf = require(\"@lerna/npm-conf\");\n+const Package = re...
JavaScript
MIT License
lerna/lerna
test(run-lifecycle): Use Package instance in test instead of bare object
1
test
run-lifecycle
807,849
07.01.2019 17:34:03
28,800
bab8e589a151b66b55f03ca4ca34b1b80bee0c37
fix(run-lifecycle): Ensure all npm_package_* env vars are created Fixes
[ { "change_type": "MODIFY", "diff": "\"package3-cli1\": \"cli1.js\",\n\"package3-cli2\": \"cli2.js\"\n},\n+ \"engines\": {\n+ \"node\": \">= 8.9.0\"\n+ },\n\"scripts\": {\n- \"postinstall\": \"exit 0\",\n+ \"postinstall\": \"echo $npm_package_engines_node\",\n\"test\": \"package-2\"\n},\n\"dependencies\": {\...
JavaScript
MIT License
lerna/lerna
fix(run-lifecycle): Ensure all npm_package_* env vars are created Fixes #1752
1
fix
run-lifecycle
791,834
07.01.2019 17:49:54
28,800
ca4fcad5d3a8dbcaa010bdadb690219e689b1dff
misc: clean up local names within Config
[ { "change_type": "MODIFY", "diff": "@@ -749,13 +749,13 @@ class Config {\n/**\n* Take an array of audits and audit paths and require any paths (possibly\n- * relative to the optional `configPath`) using `Runner.resolvePlugin`,\n+ * relative to the optional `configDir`) using `Config.resolveModule`,\n* leavi...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: clean up local names within Config (#6950)
1
misc
null
807,849
07.01.2019 18:26:38
28,800
929ae221d7215467367de761ffbcd39973bd7866
fix(bootstrap): Only run install lifecycles once-per-package, in topological order
[ { "change_type": "MODIFY", "diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n-exports[`BootstrapCommand lifecycle scripts should run preinstall, postinstall and prepublish scripts 1`] = `\n-Object {\n- \"packages/package-postinstall\": Array [\n- \"npm run postinstall\",\n- ],\n- \"packages/package-prein...
JavaScript
MIT License
lerna/lerna
fix(bootstrap): Only run install lifecycles once-per-package, in topological order
1
fix
bootstrap
807,849
07.01.2019 18:30:26
28,800
944e36fbd1849fcd3fee554e5598e686d5429fde
feat(bootstrap): Run root install lifecycles where appropriate
[ { "change_type": "MODIFY", "diff": "{\n- \"name\": \"ignored-scripts\"\n+ \"name\": \"root\",\n+ \"version\": \"0.0.0-root\",\n+ \"private\": true,\n+ \"scripts\": {\n+ \"preinstall\": \"echo preinstall\",\n+ \"install\": \"echo install\",\n+ \"postinstall\": \"echo postinstall\",\n+ \"prepare\": \"echo pre...
JavaScript
MIT License
lerna/lerna
feat(bootstrap): Run root install lifecycles where appropriate
1
feat
bootstrap
807,849
07.01.2019 18:30:42
28,800
f14fc0677fca73a9037e0c874ab766c2dc09506e
feat(bootstrap): Add `--ignore-prepublish` option
[ { "change_type": "MODIFY", "diff": "@@ -15,10 +15,10 @@ When run, this command will:\n1. `npm install` all external dependencies of each package.\n2. Symlink together all Lerna `packages` that are dependencies of each other.\n-3. `npm run prepublish` in all bootstrapped packages.\n+3. `npm run prepublish` i...
JavaScript
MIT License
lerna/lerna
feat(bootstrap): Add `--ignore-prepublish` option
1
feat
bootstrap
808,008
07.01.2019 18:38:17
28,800
094a1cba2287276477b34e359e023be3cefeae8a
fix(describe-ref): Properly handle sha-like tag names
[ { "change_type": "MODIFY", "diff": "@@ -149,4 +149,16 @@ describe(\"describeRef.parse()\", () => {\nsha: \"a1b2c3d\",\n});\n});\n+\n+ it(\"should return metadata for tag names that are sha-like\", () => {\n+ const result = describeRef.parse(\"20190104-5-g6fb4e3293\");\n+\n+ expect(result).toEqual({\n+ isDir...
JavaScript
MIT License
lerna/lerna
fix(describe-ref): Properly handle sha-like tag names (#1853)
1
fix
describe-ref
815,593
07.01.2019 20:50:58
-28,800
bb83898a7a107df4e4a4c358fe259dc6b3d15693
feat: add merkle-tree
[ { "change_type": "MODIFY", "diff": "@@ -533,6 +533,8 @@ dependencies = [\n\"ckb-util 0.4.0-pre\",\n\"flatbuffers 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"hash 0.4.0-pre\",\n+ \"merkle-root 0.4.0-pre\",\n+ \"merkle-tree 0.1.0\",\n\"numext-fixed-hash 0.1.2 (registry+https://github.c...
Rust
MIT License
nervosnetwork/ckb
feat: add merkle-tree (#143)
1
feat
null
217,922
07.01.2019 21:05:41
-3,600
464e60398deb70ee3424ad62cbb638e4aca6d4d3
chore: removed linux configuration inside desktop build for CI env
[ { "change_type": "MODIFY", "diff": "\"mac\": {\n\"category\": \"public.app-category.games\"\n},\n- \"linux\": {\n- \"icon\": \"./tools/build/icon.ico\",\n- \"maintainer\": \"Miu Asakura\",\n- \"category\": \"Game\"\n- },\n\"win\": {\n\"icon\": \"./tools/build/icon.ico\",\n\"publisherName\": \"Miu Asakura\",...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: removed linux configuration inside desktop build for CI env
1
chore
null
217,922
07.01.2019 21:22:39
-3,600
de4e70da344c8a3d9498c5f5c867ada575509eff
feat(list-details): easy "hide completed rows" override inside list details view closes
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ export class LayoutsFacade {\nprivate authFacade: AuthFacade) {\n}\n- public getDisplay(list: List, adaptativeFilter: boolean): Observable<ListDisplay> {\n+ public getDisplay(list: List, adaptativeFilter: boolean, overrideHideCompleted = false): Observab...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list-details): easy "hide completed rows" override inside list details view closes #675
1
feat
list-details
902,122
07.01.2019 23:39:15
-3,600
6225891db032d3ff40050a73766ca2fab7478f82
feat: add abbility for detecting puppeteer dep
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ $ npm install puppeteer browserless --save\n## Usage\n-**browserless** is an high level API simplification over for do common actions.\n+**browserless** is an high level API simplification over for doing common actions.\nFor example, if you want to take ...
JavaScript
MIT License
microlinkhq/browserless
feat: add abbility for detecting puppeteer dep
1
feat
null
902,122
07.01.2019 23:45:32
-3,600
41921aca2ac004b372e5ae0ec32ef7d1e204afff
build: remove duplicate command
[ { "change_type": "MODIFY", "diff": "\"dev:server\": \"browser-sync start --server --files \\\"index.html, README.md, static/**/*.(css|js)\\\"\",\n\"lint\": \"standard-markdown README.md && standard\",\n\"postinstall\": \"lerna bootstrap && lerna link --force-local\",\n- \"prerelease\": \"npm run update:chec...
JavaScript
MIT License
microlinkhq/browserless
build: remove duplicate command
1
build
null
471,527
07.01.2019 23:48:47
-3,600
7e9d463adee7a932fed604fcb3c697878ee83c42
chore: sync vuepress + plugin version
[ { "change_type": "MODIFY", "diff": "\"@commitlint/cli\": \"7.2.1\",\n\"@commitlint/config-conventional\": \"7.1.2\",\n\"@commitlint/config-lerna-scopes\": \"7.2.1\",\n- \"@vuepress/plugin-google-analytics\": \"^1.0.0-alpha.0\",\n+ \"@vuepress/plugin-google-analytics\": \"^1.0.0-alpha.30\",\n\"eslint-config-...
JavaScript
MIT License
open-wc/open-wc
chore: sync vuepress + plugin version
1
chore
null
67,494
08.01.2019 01:13:52
-3,600
f70865cad359874401e321b4f1dc6e4448ec3d9f
feat(router): add viewport default component & nav route consider active
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ export class NavRoute {\npublic components: string | ICustomElementType | IViewportComponent;\npublic title: string;\npublic link?: string;\n+ public linkActive?: string;\npublic children?: NavRoute[];\npublic meta?: Object;\n@@ -30,7 +31,8 @@ export cla...
TypeScript
MIT License
aurelia/aurelia
feat(router): add viewport default component & nav route consider active
1
feat
router
679,913
08.01.2019 02:11:25
0
7fee857347f4695be84def0c5c915d8323fab0ba
build: update shared dev deps, rewrite bundle-module script
[ { "change_type": "MODIFY", "diff": "],\n\"devDependencies\": {\n\"benchmark\": \"^2.1.4\",\n+ \"gzip-size\": \"^5.0.0\",\n\"lerna\": \"^3.8.5\",\n\"mocha\": \"^5.2.0\",\n\"nyc\": \"^13.1.0\",\n\"parcel-bundler\": \"^1.11.0\",\n\"rimraf\": \"^2.6.3\",\n+ \"rollup\": \"^1.0.2\",\n\"terser\": \"^3.14.1\",\n\"t...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update shared dev deps, rewrite bundle-module script
1
build
null
679,913
08.01.2019 02:16:29
0
f913d7bfa7c84b986a05546d4a99efaf43bd6038
build(api): update package build scripts / outputs BREAKING CHANGE: rename mixins to avoid name clashes, update decorators append `Mixin` suffix to all mixins (i.e. `INotify` => `INotifyMixin`) update re-exports of mixins & decorators (no more nested child namespace)
[ { "change_type": "MODIFY", "diff": "\"name\": \"@thi.ng/api\",\n\"version\": \"4.2.4\",\n\"description\": \"Common, generic types & interfaces for thi.ng projects\",\n- \"main\": \"./lib/index.js\",\n\"module\": \"./index.js\",\n+ \"main\": \"./lib/index.js\",\n+ \"umd:main\": \"./lib/index.umd.js\",\n\"typ...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(api): update package build scripts / outputs BREAKING CHANGE: rename mixins to avoid name clashes, update decorators - append `Mixin` suffix to all mixins (i.e. `INotify` => `INotifyMixin`) - update re-exports of mixins & decorators (no more nested child namespace)
1
build
api
791,921
08.01.2019 05:03:26
-3,600
95101fc5a908a84658749daf77c06d7c8d638caa
misc(descriptions): more accurate metric descriptions
[ { "change_type": "MODIFY", "diff": "@@ -13,8 +13,8 @@ const UIStrings = {\n/** The name of the metric that marks the estimated time between the page receiving input (a user clicking, tapping, or typing) and the page responding. Shown to users as the label for the numeric metric value. Ideally fits within a ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(descriptions): more accurate metric descriptions (#6508)
1
misc
descriptions
791,921
08.01.2019 05:04:44
-3,600
809da7b6caa92626741a54cff538453e4609b081
core(user-timings): move into computed artifact
[ { "change_type": "MODIFY", "diff": "const Audit = require('./audit');\nconst i18n = require('../lib/i18n/i18n.js');\n-const TraceOfTab = require('../computed/trace-of-tab.js');\n+const ComputedUserTimings = require('../computed/user-timings.js');\nconst UIStrings = {\n/** Descriptive title of a diagnostic a...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(user-timings): move into computed artifact (#6719)
1
core
user-timings
311,029
08.01.2019 10:39:31
21,600
487b82a9016405160c818d81b4bd670f7976ea4e
fix(lab): iframe now needs allow policy Add allow attribute to ionlab-device-frame iframe. Issue was introduced by Chrome version of 30th November. Feature policy: Spec: Original PR:
[ { "change_type": "MODIFY", "diff": "@@ -39,7 +39,7 @@ export class DeviceFrame {\n<div class=\"statusbar\" />\n{ !this.loaded && !this.error ? <sk-fading-circle /> : null }\n{ this.error ? <div class=\"load-error\"><h3>Load Timeout</h3><p>Still trying...</p></div> : null }\n- <iframe src={ this.url } onLoad...
TypeScript
MIT License
ionic-team/ionic-cli
fix(lab): iframe now needs allow policy Add allow attribute to ionlab-device-frame iframe. Issue was introduced by Chrome version of 30th November. Feature policy: https://wicg.github.io/feature-policy/#iframe-allow-attribute Spec: https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-permissions-in-cross-origin-iframes Original PR: https://github.com/ionic-team/ionic-cli/pull/3782
1
fix
lab
730,429
08.01.2019 11:14:43
18,000
f669ab9b1bf7ff56be9ed2ef9aee4e6ad0342273
chore(Jenkinsfile): remove journey tests Journey tests have moved to circle CI and are required to pass before a merge can happen.
[ { "change_type": "MODIFY", "diff": "@@ -148,43 +148,6 @@ ansiColor('xterm') {\n}\n}\n- stage('Journey Tests') {\n- if (!skipTests) {\n- withCredentials([\n- string(credentialsId: 'WIDGETS_NPM_TOKEN', variable: 'WIDGETS_NPM_TOKEN'),\n- string(credentialsId: 'ddfd04fb-e00a-4df0-9250-9a7cb37bce0e', variable: '...
JavaScript
MIT License
webex/react-widgets
chore(Jenkinsfile): remove journey tests Journey tests have moved to circle CI and are required to pass before a merge can happen.
1
chore
Jenkinsfile
730,429
08.01.2019 11:24:22
18,000
ea9432ea813787311c70cbc47504a7e8433c17c4
feat(spark): add client id and scope This should fix the "unable to downscope token" console messages.
[ { "change_type": "MODIFY", "diff": "@@ -69,6 +69,10 @@ function defaultConfig(options = {}) {\nh3: []\n}\n},\n+ credentials: {\n+ client_id: process.env.CISCOSPARK_CLIENT_ID,\n+ scope: 'spark:all spark:kms'\n+ },\n// Added to help load blocking during decryption\nencryption: {\nkmsInitialTimeout: 10000\n", ...
JavaScript
MIT License
webex/react-widgets
feat(spark): add client id and scope This should fix the "unable to downscope token" console messages.
1
feat
spark
807,849
08.01.2019 11:43:35
28,800
e602838c570c02bed8a9b70fdbc315ae41783d72
fix(bootstrap): Don't pass `--ignore-scripts` to `npm install` Fixes
[ { "change_type": "MODIFY", "diff": "\"version\": \"1.0.0\",\n\"scripts\": {\n\"prepare\": \"touch did-prepare\"\n+ },\n+ \"dependencies\": {\n+ \"tiny-tarball\": \"^1.0.0\"\n}\n}\n", "new_path": "commands/bootstrap/__tests__/__fixtures__/ignored-scripts/packages/package-prepare/package.json", "old_p...
JavaScript
MIT License
lerna/lerna
fix(bootstrap): Don't pass `--ignore-scripts` to `npm install` Fixes #1855
1
fix
bootstrap
807,849
08.01.2019 12:05:36
28,800
ea9dbbee12f9df86789f8739efc49fc612d9378d
fix(bootstrap): Prevent recursive execution from all install lifecycles
[ { "change_type": "MODIFY", "diff": "@@ -134,10 +134,17 @@ describe(\"BootstrapCommand\", () => {\nexpect(runLifecycle).not.toHaveBeenCalled();\n});\n- it(\"should not recurse from root install lifecycle\", async () => {\n+ test.each`\n+ event\n+ ${\"preinstall\"}\n+ ${\"install\"}\n+ ${\"postinstall\"}\n+ $...
JavaScript
MIT License
lerna/lerna
fix(bootstrap): Prevent recursive execution from all install lifecycles
1
fix
bootstrap
807,849
08.01.2019 12:07:46
28,800
c2b606c4c890d8942eda6000048e0b480254d00f
chore(release): publish v3.9.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+## [3.9.1](https://github.com/lerna/lerna/compare/v3.9.0...v3.9.1) (2019-01-08)\n+\n+\n+### Bug Fixes\n+\n+* **bootst...
JavaScript
MIT License
lerna/lerna
chore(release): publish v3.9.1
1
chore
release
791,704
08.01.2019 12:18:26
28,800
bb3fcdddd98edbd4c9dd8fb1981acb168f3b7d4c
tests: add type checking to cli/tests
[ { "change_type": "MODIFY", "diff": "@@ -14,11 +14,14 @@ describe('CLI bin', function() {\ngetFlags('chrome://version');\nconst yargs = require('yargs');\n+ // @ts-ignore - getGroups is private\nconst optionGroups = yargs.getGroups();\n+ /** @type {string[]} */\nconst allOptions = [];\nObject.keys(optionGrou...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: add type checking to cli/tests (#6874)
1
tests
null
807,849
08.01.2019 12:49:48
28,800
fb2a1b226178b26b430140a7833f6dd8dc38a337
fix(publish): Correctly determine canary version when `--include-merged-tags` present Fixes
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ jest.mock(\"../lib/get-npm-username\");\nconst fs = require(\"fs-extra\");\nconst path = require(\"path\");\n+const childProcess = require(\"@lerna/child-process\");\n// mocked modules\nconst writePkg = require(\"write-pkg\");\n@@ -351,3 +352,17 @@ test(...
JavaScript
MIT License
lerna/lerna
fix(publish): Correctly determine canary version when `--include-merged-tags` present Fixes #1820
1
fix
publish
807,849
08.01.2019 13:08:44
28,800
be7ceaacf8a6ac73c0e98c723402a54428ef95af
chore(config): Move durable command.publish config to proper command.version namespace
[ { "change_type": "MODIFY", "diff": "\"homepage\": \"https://github.com/lerna/lerna\",\n\"license\": \"MIT\"\n},\n- \"publish\": {\n+ \"version\": {\n\"allowBranch\": \"master\",\n\"conventionalCommits\": true,\n\"gitRemote\": \"upstream\",\n- \"message\": \"chore(release): publish %s\"\n+ \"message\": \"cho...
JavaScript
MIT License
lerna/lerna
chore(config): Move durable command.publish config to proper command.version namespace
1
chore
config
679,913
08.01.2019 14:45:39
0
227be4b52bd5e8055deedf80c836026d763f50e5
fix(pointfree-lang): update NodeType handling
[ { "change_type": "MODIFY", "diff": "-import { IObjectOf } from \"@thi.ng/api/api\";\n+import { IObjectOf } from \"@thi.ng/api\";\nimport * as pf from \"@thi.ng/pointfree\";\nexport interface ASTNode {\n@@ -34,7 +34,7 @@ export const enum NodeType {\n/**\n* Reverse lookup for `NodeType` enums\n*/\n-export co...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(pointfree-lang): update NodeType handling
1
fix
pointfree-lang
679,913
08.01.2019 14:46:58
0
b238a3a9d059987f2cd31c90cd47ce234426528e
fix(rstream): disable __State reverse enum lookups
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ export const enum State {\n/**\n* Reverse lookup for `State` enums\n*/\n-export const __State = (<any>exports).State;\n+// export const __State = (<any>exports).State;\nexport type Fn<T> = (x: T) => void;\n", "new_path": "packages/rstream/src/api.ts"...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream): disable __State reverse enum lookups
1
fix
rstream
679,913
08.01.2019 14:47:44
0
19449e8d9291657f1273dc77777267dfacfd1d12
fix(rstream-gestures): disable __GestureType reverse enum export
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ export const enum GestureType {\n/**\n* Reverse lookup for `GestureType` enums\n*/\n-export const __GestureType = (<any>exports).GestureType;\n+// export const __GestureType = (<any>exports).GestureType;\nexport interface GestureInfo {\npos: number[];\n"...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream-gestures): disable __GestureType reverse enum export
1
fix
rstream-gestures
679,913
08.01.2019 14:48:58
0
d89f28fd1b829b808dd21c6282a6dabe1ce23fe3
fix(rstream-log): remove __Level reverse enum lookup, update Level (non const)
[ { "change_type": "MODIFY", "diff": "import { IID } from \"@thi.ng/api\";\nimport { ISubscribable } from \"@thi.ng/rstream\";\n-export const enum Level {\n+export enum Level {\nFINE,\nDEBUG,\nINFO,\n@@ -13,7 +13,7 @@ export const enum Level {\n/**\n* Reverse lookup for `Level` enums\n*/\n-export const __Leve...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream-log): remove __Level reverse enum lookup, update Level (non const)
1
fix
rstream-log
679,913
08.01.2019 14:49:33
0
3b8576f3c748e1a8d29f3f2133beae8a01e312fa
fix(csp): disable __State reverse enum lookup
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ export const enum State {\n/**\n* Reverse lookup for `State` enums\n*/\n-export const __State = (<any>exports).State;\n+// export const __State = (<any>exports).State;\nexport interface ChannelItem<T> {\nvalue: () => Promise<T>;\n", "new_path": "pack...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(csp): disable __State reverse enum lookup
1
fix
csp
807,849
08.01.2019 14:52:51
28,800
5ca8a2b16977addd413e0ebcd5e315e9f7616c62
chore(deps): Add tacks
[ { "change_type": "MODIFY", "diff": "}\n}\n},\n+ \"tacks\": {\n+ \"version\": \"1.2.7\",\n+ \"resolved\": \"https://registry.npmjs.org/tacks/-/tacks-1.2.7.tgz\",\n+ \"integrity\": \"sha512-gaIFMB31ql8FX9wZylfw68BXj0NlB+e1LUmmQsy3aOXUA8DO2MpiO3mua87sZHfpnp95jrnNzGcoW9iYTTsJtg==\",\n+ \"dev\": true,\n+ \"requi...
JavaScript
MIT License
lerna/lerna
chore(deps): Add tacks
1
chore
deps
67,476
08.01.2019 15:11:24
-3,600
045e2d7ca3416b308866b6097859d96291b8769c
fix(attribute-pattern): reset pattern index to 0 for each matched state
[ { "change_type": "MODIFY", "diff": "@@ -202,6 +202,7 @@ export class State {\nif (child.charSpec.has(ch)) {\nresults.push(child);\nchildLen = child.patterns.length;\n+ j = 0;\nif (child.charSpec.isSymbol) {\nfor (; j < childLen; ++j) {\ninterpretation.next(child.patterns[j]);\n", "new_path": "packages/j...
TypeScript
MIT License
aurelia/aurelia
fix(attribute-pattern): reset pattern index to 0 for each matched state
1
fix
attribute-pattern
807,870
08.01.2019 15:28:09
18,000
a4f1a9280276390749611ef0c733ec7099db49be
docs(readme): add config option to lerna.json [ci skip] Add command.publish.message to lerna.json with a link back to its documentation
[ { "change_type": "MODIFY", "diff": "@@ -142,7 +142,8 @@ Run `lerna --help` to see all available commands and options.\n\"npmClient\": \"npm\",\n\"command\": {\n\"publish\": {\n- \"ignoreChanges\": [\"ignored-file\", \"*.md\"]\n+ \"ignoreChanges\": [\"ignored-file\", \"*.md\"],\n+ \"message\": \"chore(releas...
JavaScript
MIT License
lerna/lerna
docs(readme): add config option to lerna.json (#1856) [ci skip] Add command.publish.message to lerna.json with a link back to its documentation
1
docs
readme
679,913
08.01.2019 16:02:12
0
d2d7952e5ba9eb479fcfd87d080fd1d10488a47f
minor: update imports in readme's / examples
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,6 @@ import { fromRAF, stream, sync } from \"@thi.ng/rstream\";\nimport { map, range, repeatedly } from \"@thi.ng/transducers\";\nimport { updateDOM } from \"@thi.ng/transducers-hdom\";\nimport { Mat23 } from \"@thi.ng/vectors\";\n-// import { canvas2D, adaptDP...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor: update imports in readme's / examples
1
minor
null
807,849
08.01.2019 16:06:13
28,800
06a1cff8da26ca82338089809a079ceb059f254a
fix(collect-updates): Avoid improper bumps from prompt selections Fixes Huge thanks to all the contributors on that issue, especially for their exceptionally detailed reproduction and for their clear (and patient!) identification of the ternary bug.
[ { "change_type": "MODIFY", "diff": "@@ -13,13 +13,21 @@ jest.mock(\"../lib/remote-branch-exists\");\nconst fs = require(\"fs-extra\");\nconst path = require(\"path\");\n+// mocked modules\n+const prompt = require(\"@lerna/prompt\");\n+\n// helpers\nconst initFixture = require(\"@lerna-test/init-fixture\")(p...
JavaScript
MIT License
lerna/lerna
fix(collect-updates): Avoid improper bumps from prompt selections Fixes #1357 Huge thanks to all the contributors on that issue, especially @Adam13531 for their exceptionally detailed reproduction and @randy-askin for their clear (and patient!) identification of the ternary bug.
1
fix
collect-updates
71,301
08.01.2019 17:32:17
-3,600
935054aaf1ee8315a300e5369e467202a04a9d44
feat(step-functions): support parameters option AWS Step Functions released support for 'Parameters' option in the input definition. Closes
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,16 @@ export interface StateProps {\n*/\ninputPath?: string;\n+ /**\n+ * Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.\n+ *\n+ * @see\n+ * https://docs.aws.amazon.com/step-functions/l...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(step-functions): support parameters option (#1492) AWS Step Functions released support for 'Parameters' option in the input definition. Closes #1480
1
feat
step-functions
791,690
08.01.2019 17:37:52
21,600
d5053e445a7165a731bcf2f52fa4b167dc47dcdc
core(driver): waitForFCP when tracing
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ test_script:\n# FIXME: Exclude Appveyor from running `perf` smoketest until we fix the flake.\n# https://github.com/GoogleChrome/lighthouse/issues/5053\n# - yarn smoke\n- - yarn smoke ally pwa pwa2 pwa3 dbw redirects seo offline byte tti\n+ - yarn smoke ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(driver): waitForFCP when tracing (#6944)
1
core
driver
217,922
08.01.2019 18:39:40
-3,600
1e52a2f5d6cd03ecd30a3944003d3c0aed6ed07d
fix: fixed an issue with some ghost lists crashing the application
[ { "change_type": "MODIFY", "diff": "@@ -117,7 +117,7 @@ export class ListsComponent {\nreturn workshops.find(w => w.workshop.listIds.indexOf(l.$key) > -1) === undefined\n&& teamDisplays.find(td => td.lists.find(tl => tl.$key === l.$key) !== undefined) === undefined;\n})\n- .filter(l => !l.notFound && l.name...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with some ghost lists crashing the application
1
fix
null
730,412
08.01.2019 18:44:41
0
d8e33b1395fa82c6225797c03715075cb72c9e6f
chore(release): 0.1.400
[ { "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.400\"></a>\n+## [0.1.400](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.400
1
chore
release
217,922
08.01.2019 19:04:41
-3,600
c5581fdfd471d5fb2bc7e66bef073524bf7407f7
fix: fixed an issue with lists creation and vendors extraction
[ { "change_type": "MODIFY", "diff": "@@ -44,12 +44,13 @@ export class VendorsExtractor extends AbstractExtractor<Vendor[]> {\nif (itemPartial.p === undefined) {\ncontinue;\n}\n+ console.log(vendorId, itemPartial.p);\nconst vendor: Vendor = {\nnpcId: vendorId,\nprice: itemPartial.p\n};\nconst npcEntry = npcs[...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with lists creation and vendors extraction
1
fix
null
67,476
08.01.2019 19:59:50
-3,600
24e5e741fa7ca4e73c0a3412673e6e243bb6f3b1
docs(di): add the key's friendly name to reported error
[ { "change_type": "MODIFY", "diff": "@@ -152,10 +152,10 @@ export const DI = {\ncreateInterface<T = any>(friendlyName?: string): IDefaultableInterfaceSymbol<T> {\nconst Key: any = function(target: Injectable, property: string, index: number): any {\n+ Key.friendlyName = friendlyName || 'Interface';\nif (targ...
TypeScript
MIT License
aurelia/aurelia
docs(di): add the key's friendly name to reported error
1
docs
di
67,476
08.01.2019 20:00:38
-3,600
306c497577a5508b839eaf620e9682e1d432cdf1
fix(aurelia): initialize dom before trying to resolve component
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,13 @@ export class Aurelia {\npublic app(config: ISinglePageApp): this {\nconst host = config.host as INode & {$au?: Aurelia | null};\n+ let dom: IDOM;\n+ if (this.container.has(IDOM, false)) {\n+ dom = this.container.get(IDOM);\n+ } else {\n+ const domInitia...
TypeScript
MIT License
aurelia/aurelia
fix(aurelia): initialize dom before trying to resolve component
1
fix
aurelia
67,476
08.01.2019 20:01:17
-3,600
97333c275abda9fa6fce55bf91bfd8e39e39cf6b
fix(shadow-dom-projector): get mutation observer from dom
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ export class HTMLProjectorLocator implements IProjectorLocator<Node> {\nthrow Reporter.error(21);\n}\n- return new ShadowDOMProjector($component, host, def);\n+ return new ShadowDOMProjector(dom, $component, host, def);\n}\nif (def.containerless) {\n@@ -...
TypeScript
MIT License
aurelia/aurelia
fix(shadow-dom-projector): get mutation observer from dom
1
fix
shadow-dom-projector
730,412
08.01.2019 20:05:11
0
e3f083b9b842868e3f8d25159c4db34486737372
chore(release): 0.1.401
[ { "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.401\"></a>\n+## [0.1.401](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.401
1
chore
release
217,922
08.01.2019 20:25:46
-3,600
7c233ee006a41b9c99b91caf1e0a3f84d32925bb
fix(list-picker): fiwed an issue with some broken lists breaking the list picker
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,7 @@ export class ListPickerDrawerComponent {\nreturn list;\n})\n.filter(l => l !== undefined)\n- .filter(l => !l.notFound && l.name.toLowerCase().indexOf(query.toLowerCase()) > -1)\n+ .filter(l => !l.notFound && l.name !== undefined && l.name.toLowerCase().i...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list-picker): fiwed an issue with some broken lists breaking the list picker
1
fix
list-picker
730,412
08.01.2019 22:22:05
0
4ef3c7a93b0fc94f870f2b03e0719e35e318e4bb
chore(release): 0.1.402
[ { "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.402\"></a>\n+## [0.1.402](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.402
1
chore
release
67,507
08.01.2019 22:41:27
-3,600
ab0dece746c1c08c4c62da32a3c820ffa6809b03
refactor: use substring in favor of substr
[ { "change_type": "MODIFY", "diff": "@@ -55,7 +55,8 @@ const memoizedViridis = (() => {\nif (memoKey in memo) {\nreturn memo[memoKey];\n} else {\n- return memo[memoKey] = `#${Math.random().toString(16).substr(-6)}`;\n+ const random = Math.random().toString(16);\n+ return memo[memoKey] = `#${random.substring(...
TypeScript
MIT License
aurelia/aurelia
refactor: use substring in favor of substr
1
refactor
null
67,476
08.01.2019 23:31:34
-3,600
ab310bd20ad108d4cf01b9e3e6a8d58957cd7b8e
chore(e2e): create script to generate variable files for e2e apps and examples
[ { "change_type": "MODIFY", "diff": "\"publish:latest\": \"ts-node -P scripts/tsconfig.json scripts/publish.ts latest\",\n\"refresh\": \"lerna clean -y && nodetouch ensurestash && git add . && git stash && git clean -xfd && git stash pop && git rm -f ensurestash && npm ci && npm run bootstrap && npm run buil...
TypeScript
MIT License
aurelia/aurelia
chore(e2e): create script to generate variable files for e2e apps and examples
1
chore
e2e
67,476
08.01.2019 23:40:55
-3,600
c19f0c645a95a6d201465438bae244d036b9aade
chore(e2e): update example app deps and related stuff
[ { "change_type": "MODIFY", "diff": "@@ -26,25 +26,31 @@ const defaults = {\n'local': {\n'@aurelia/debug': 'file:../../../../../packages/debug',\n'@aurelia/jit-html': 'file:../../../../../packages/jit-html',\n+ '@aurelia/jit-html-browser': 'file:../../../../../packages/jit-html-browser',\n'@aurelia/jit': 'fi...
TypeScript
MIT License
aurelia/aurelia
chore(e2e): update example app deps and related stuff
1
chore
e2e
724,044
08.01.2019 23:48:55
28,800
2dee66ce0483081ec527dcca5775af69b25506aa
docs: fix names referenced in comments
[ { "change_type": "MODIFY", "diff": "@@ -343,7 +343,7 @@ The downside is that when a test breaks, it can be difficult to find where the p\nLet's write a test. When we create a store, we'll use `localVue` to avoid polluting the Vue base constructor. The test creates a store using the `store-config.js` export:...
JavaScript
MIT License
vuejs/vue-test-utils
docs: fix names referenced in comments (#1090)
1
docs
null
679,913
09.01.2019 00:41:50
0
27438f9c75bb8a226e8c0b678415fb73d696236a
minor(examples): cleanup
[ { "change_type": "MODIFY", "diff": "-import * as hdom from \"@thi.ng/hdom\";\n+import { start } from \"@thi.ng/hdom\";\n// stateless component w/ params\n// the first arg is an auto-injected context object\n@@ -18,7 +18,7 @@ const app = () => {\n};\n// start update loop (browser only, see diagram below)\n-h...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(examples): cleanup
1
minor
examples
67,476
09.01.2019 01:13:22
-3,600
a8112068b00130a6f72494ce9200a81e9619d317
ci: run merge_dist to dev job on merge to master
[ { "change_type": "MODIFY", "diff": "@@ -457,6 +457,12 @@ workflows:\n<<: *filter_ignore_develop_release\n- unit_test:\n<<: *filter_ignore_develop_release\n+ name: unit_test_chrome\n+ - unit_test:\n+ <<: *filter_ignore_develop_release\n+ name: unit_test_firefox\n+ npm_command: \"test-firefox\"\n+ coverage: f...
TypeScript
MIT License
aurelia/aurelia
ci: run merge_dist to dev job on merge to master
1
ci
null
807,865
09.01.2019 07:30:17
-39,600
d73d823c8709fceafc7f8df0b6f05edfa044629a
feat(version): Add `--no-changelog` option Closes
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,7 @@ If you have any packages with a prerelease version number (e.g. `2.0.0-beta.3`)\n- [`--commit-hooks`](#--commit-hooks)\n- [`--conventional-commits`](#--conventional-commits)\n- [`--changelog-preset`](#--changelog-preset)\n+- [`--no-changelog`](#--no-chan...
JavaScript
MIT License
lerna/lerna
feat(version): Add `--no-changelog` option (#1854) Closes #1852
1
feat
version
730,429
09.01.2019 10:45:24
18,000
3dd3432b318724a37574bfb7e740668f34ee3386
chore(package): upgrade to eslint
[ { "change_type": "MODIFY", "diff": "\"envify\": \"^4.1.0\"\n}\n},\n- \"@ciscospark/eslint-config-base\": {\n- \"version\": \"0.6.1\",\n- \"resolved\": \"https://registry.npmjs.org/@ciscospark/eslint-config-base/-/eslint-config-base-0.6.1.tgz\",\n- \"integrity\": \"sha1-867NhbUkl7tYuoqJm38FElGdzfE=\",\n- \"d...
JavaScript
MIT License
webex/react-widgets
chore(package): upgrade to @webex eslint
1
chore
package
807,849
09.01.2019 10:49:11
28,800
9f80722410d35fd7c9a8410d45eef710df893dce
fix(bootstrap): Remove fancy root lifecycle execution, it was foolish Fixes
[ { "change_type": "MODIFY", "diff": "@@ -88,13 +88,9 @@ describe(\"BootstrapCommand\", () => {\nawait lernaBootstrap(testDir)();\nexpect(runLifecycle.getOrderedCalls()).toEqual([\n- [\"root\", \"preinstall\"],\n[\"package-preinstall\", \"preinstall\"],\n[\"package-postinstall\", \"postinstall\"],\n- [\"root\...
JavaScript
MIT License
lerna/lerna
fix(bootstrap): Remove fancy root lifecycle execution, it was foolish Fixes #1857
1
fix
bootstrap
807,849
09.01.2019 10:53:24
28,800
2580e729406edd6cba1c08791a157266b647b352
chore(release): v3.10.2
[ { "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+## [3.10.2](https://github.com/lerna/lerna/compare/v3.10.1...v3.10.2) (2019-01-09)\n+\n+\n+### Bug Fixes\n+\n+* **boo...
JavaScript
MIT License
lerna/lerna
chore(release): v3.10.2
1
chore
release
807,849
09.01.2019 11:11:43
28,800
5e975e0e36ef3e44dcf436fc1b2465916d25ab98
refactor(publish): DRY verification of working tree cleanliness
[ { "change_type": "MODIFY", "diff": "@@ -111,6 +111,8 @@ class PublishCommand extends Command {\nlet chain = Promise.resolve();\n+ // attempting to publish a release with local changes is not allowed\n+ chain = chain.then(() => this.verifyWorkingTreeClean());\nchain = chain.then(() => this.findVersionedUpdat...
JavaScript
MIT License
lerna/lerna
refactor(publish): DRY verification of working tree cleanliness
1
refactor
publish
815,789
09.01.2019 11:23:27
-3,600
6a2a6e7a46b870f24848d6f68c95a7711c130a3e
feat: Exclude groups from selection on search closes
[ { "change_type": "MODIFY", "diff": "@@ -126,6 +126,7 @@ map: {\n| [clearOnBackspace] | `boolean` | `true` | no | Clear selected values one by one when clicking backspace. Default `true`|\n| [compareWith] | `(a: any, b: any) => boolean` | `(a, b) => a === b` | no | A function to compare the option values wit...
TypeScript
MIT License
ng-select/ng-select
feat: Exclude groups from selection on search (#887) (#889) closes #887
1
feat
null
217,922
09.01.2019 11:25:00
-3,600
8673861fed34ea1464a618687f1d8907573ca4a8
fix(desktop): fixed random crash happening in desktop app
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ if (!options.multi) {\nif (cmdLine) {\nlet path = commandLine[1].substr(12);\nlog.info(`Opening from second-instance : `, path);\n- win.webContents.send('navigate', path);\n+ win && win.webContents.send('navigate', path);\nwin.focus();\n}\nif (win.isMini...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed random crash happening in desktop app
1
fix
desktop
815,590
09.01.2019 11:49:23
-28,800
413d02b61b5eff6779592b90ae684a8b6ebdb250
feat: collect clock time offset from network peers
[ { "change_type": "MODIFY", "diff": "@@ -8,8 +8,8 @@ use crate::protocol_generated::ckb::protocol::{\nIndexTransactionBuilder, OutPoint as FbsOutPoint, OutPointBuilder,\nProposalShortId as FbsProposalShortId, RelayMessage, RelayMessageBuilder, RelayPayload,\nScript as FbsScript, ScriptBuilder, SyncMessage, S...
Rust
MIT License
nervosnetwork/ckb
feat: collect clock time offset from network peers
1
feat
null
807,849
09.01.2019 12:00:12
28,800
fc7463fe68ce493986902400910a277e251a5467
refactor(publish): Clarify intent of inverted boolean options via instance properties
[ { "change_type": "MODIFY", "diff": "@@ -68,6 +68,10 @@ class PublishCommand extends Command {\n// https://docs.npmjs.com/misc/config#save-prefix\nthis.savePrefix = this.options.exact ? \"\" : \"^\";\n+ // inverted boolean options are only respected if prefixed with `--no-`, e.g. `--no-verify-access`\n+ this...
JavaScript
MIT License
lerna/lerna
refactor(publish): Clarify intent of inverted boolean options via instance properties
1
refactor
publish
730,429
09.01.2019 12:02:52
18,000
32952edd68118afe2db837be00b77f7aafb23c51
chore(webpack): add CISCOSPARK_CLIENT_ID env
[ { "change_type": "MODIFY", "diff": "@@ -17,8 +17,7 @@ export default (options, env) => {\nconst plugins = [\nnew webpack.EnvironmentPlugin([\n'NODE_ENV',\n- 'MESSAGE_DEMO_CLIENT_ID',\n- 'MESSAGE_DEMO_CLIENT_SECRET',\n+ 'CISCOSPARK_CLIENT_ID',\n'REACT_CISCOSPARK_VERSION',\n'WDM_SERVICE_URL',\n'IDBROKER_BASE_...
JavaScript
MIT License
webex/react-widgets
chore(webpack): add CISCOSPARK_CLIENT_ID env
1
chore
webpack
730,429
09.01.2019 12:07:03
18,000
4fe546061eba76027731bfadd423a296bf588ff5
chore(Jenkinsfile): remove MESSAGE_DEMO cred
[ { "change_type": "MODIFY", "diff": "@@ -166,7 +166,6 @@ ansiColor('xterm') {\nstage('Build for CDN'){\nwithCredentials([\nstring(credentialsId: 'WIDGETS_NPM_TOKEN', variable: 'WIDGETS_NPM_TOKEN'),\n- usernamePassword(credentialsId: 'MESSAGE_DEMO_CLIENT', passwordVariable: 'MESSAGE_DEMO_CLIENT_SECRET', usern...
JavaScript
MIT License
webex/react-widgets
chore(Jenkinsfile): remove MESSAGE_DEMO cred
1
chore
Jenkinsfile
67,494
09.01.2019 13:00:11
-3,600
8441bbcde11b3e3c907f2f9aeb8e6d06803e7f06
test(router): add chat to test app
[ { "change_type": "MODIFY", "diff": "border-right: 1px solid #777;\nvertical-align: top;\n}\n+\nau-viewport[name=\"content\"] {\ndisplay: inline-block;\nwidth: 60%;\nborder-bottom: 1px solid #777;\npadding: 10px;\n}\n+\n+ au-viewport[name=\"chat\"] {\n+ position: absolute;\n+ width: 50%;\n+ right: 20px;\n+ b...
TypeScript
MIT License
aurelia/aurelia
test(router): add chat to test app
1
test
router
217,922
09.01.2019 13:12:30
-3,600
4943c7780a78fa1427f0541838c5c1bf1840446f
chore: removed useless console.log
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,6 @@ export class VendorsExtractor extends AbstractExtractor<Vendor[]> {\nif (itemPartial.p === undefined) {\ncontinue;\n}\n- console.log(vendorId, itemPartial.p);\nconst vendor: Vendor = {\nnpcId: vendorId,\nprice: itemPartial.p\n", "new_path": "apps/cli...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: removed useless console.log
1
chore
null
67,494
09.01.2019 13:54:33
-3,600
dc962305252ba87db6b10c3c1ec67ea4b80d5134
feat(router): add no-link on viewport
[ { "change_type": "MODIFY", "diff": "@@ -158,7 +158,7 @@ export class HistoryBrowser {\nconst newHash = `#/${path}`;\nconst { pathname, search, hash } = this.location;\n// tslint:disable-next-line:possible-timing-attack\n- if (newHash === hash) {\n+ if (newHash === hash && this.currentEntry.path === path && ...
TypeScript
MIT License
aurelia/aurelia
feat(router): add no-link on viewport
1
feat
router
503,988
09.01.2019 15:17:51
18,000
b4bded375c7a410ecdf2992205a9c6efee95368e
fix(Dropdown): set default button type to button
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,7 @@ const DropdownItem = ({ className, children, isHovered, component: Component, is\nadditionalProps.tabIndex = isDisabled ? -1 : additionalProps.tabIndex;\n} else if (Component === 'button') {\nadditionalProps.disabled = isDisabled;\n+ additionalProps.type...
TypeScript
MIT License
patternfly/patternfly-react
fix(Dropdown): set default button type to button (#1148)
1
fix
Dropdown
815,593
09.01.2019 15:27:08
-32,400
8d82ac2bca7b8d2ba20ebcafe55de350541ab754
chore: add validation for cycle_length
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ use super::PowEngine;\nuse byteorder::{ByteOrder, LittleEndian};\nuse ckb_core::header::BlockNumber;\nuse hash::blake2b;\n+use serde::{de, Deserialize};\nuse serde_derive::Deserialize;\nuse std::any::Any;\nuse std::collections::HashMap;\n@@ -15,9 +16,26 @@...
Rust
MIT License
nervosnetwork/ckb
chore: add validation for cycle_length (#178)
1
chore
null
573,227
09.01.2019 16:38:09
28,800
6e35e01eb6d64f80c0e3db2daf4dbf3f66c35e86
feat(plugins): context, req.get() returns the whole context
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,9 @@ permalink: /docs/plugins-api/\n- [metrics](#metrics)\n- [Types](#types)\n- [metrics~callback](#metricscallback)\n+- [req.set](#reqset)\n+- [req.get](#reqget)\n+- [req.getAll](#reqgetall)\n## Usage\n@@ -1164,3 +1167,33 @@ Type: [Function](https://develope...
JavaScript
MIT License
restify/node-restify
feat(plugins): context, req.get() returns the whole context (#1739)
1
feat
plugins
807,849
09.01.2019 16:40:33
28,800
c79a82722095607940749f5c6fa1cdd90c56a437
fix(publish): Map packument requests concurrently directly from package graph
[ { "change_type": "MODIFY", "diff": "jest.mock(\"libnpm/packument\");\n+// mocked module(s)\nconst getPackument = require(\"libnpm/packument\");\n-const Project = require(\"@lerna/project\");\n+\n+// helpers\n+const PackageGraph = require(\"@lerna/package-graph\");\n+const { getPackages } = require(\"@lerna/...
JavaScript
MIT License
lerna/lerna
fix(publish): Map packument requests concurrently directly from package graph
1
fix
publish
273,683
09.01.2019 17:18:39
-3,600
e403f4c6c5e777ba4194d6eaf31e9c0dd6d16846
fix(webpack): fix config for IE support
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ module.exports = {\nplugins: [\n{\n- use: '~/plugin',\n+ use: '~/node_modules/plugin',\noptions: {\nfoo: 'bar'\n}\n", "new_path": "gridsome/__tests__/__fixtures__/project-basic/gridsome.config.js", "old_path": "gridsome/__tests__/__fixtures__/pro...
JavaScript
MIT License
gridsome/gridsome
fix(webpack): fix config for IE support
1
fix
webpack
730,412
09.01.2019 17:27:26
0
fc4ca131cea05bb21d329a42e25bd5ef5eb9e108
chore(release): 0.1.403
[ { "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.403\"></a>\n+## [0.1.403](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.403
1
chore
release
471,566
09.01.2019 17:36:48
18,000
aafd5e448abb5515d548001ca9a98771da8ad2a2
fix: docu typos
[ { "change_type": "MODIFY", "diff": "@@ -61,7 +61,7 @@ For a minimal setup, extend the base config and specify where your tests are:\nconfig.grep ? config.grep : 'test/**/*.test.js',\n],\n- // you custom config\n+ // your custom config\n}),\n);\nreturn config;\n", "new_path": "packages/testing-karma/READ...
JavaScript
MIT License
open-wc/open-wc
fix: docu typos
1
fix
null
217,922
09.01.2019 18:50:18
-3,600
6986eec1f4a2b210b7521341e9bce8b795d70ad3
fix(favorites): fixed favorites display sometimes not showing lists
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ export class RotationFoldersFacade {\n});\nreturn favorites.rotationFolders\n.map(folderId => folders.find(folder => folder.$key === folderId))\n- .filter(f => f !== undefined)\n+ .filter(f => f !== undefined && !f.notFound)\n.map(folder => {\nreturn {\n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(favorites): fixed favorites display sometimes not showing lists
1
fix
favorites
217,922
09.01.2019 19:01:50
-3,600
4bd1e8d03fbecbcfaeebc9bf25480db4a8fc988a
fix(list-details): airship prototype aren't acounted as masterbooks anymore
[ { "change_type": "MODIFY", "diff": "@@ -110,6 +110,8 @@ export class ItemRowComponent implements OnInit {\nthis.missingBooks$ = this.authFacade.mainCharacterEntry$.pipe(\nmap(entry => {\nreturn (this.item.masterbooks || [])\n+ // Ignore string ids, as they are draft ids\n+ .filter(book => (<any>book.id.toSt...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list-details): airship prototype aren't acounted as masterbooks anymore
1
fix
list-details
217,922
09.01.2019 19:13:26
-3,600
46091dd01794d2d939c6b228677b48c7e7dacac9
feat(workshop): you can now add a list to a workshop using the menu directly
[ { "change_type": "MODIFY", "diff": "-<button nz-button [nzType]=\"'primary'\" class=\"new-list-button\" (click)=\"pickNewList()\" nzBlock>\n+<button *ngIf=\"!workshopView\" nz-button [nzType]=\"'primary'\" class=\"new-list-button\" (click)=\"pickNewList()\" nzBlock>\n<i nz-icon type=\"plus\"></i>&nbsp;{{'Ne...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(workshop): you can now add a list to a workshop using the menu directly
1
feat
workshop
217,922
09.01.2019 21:09:22
-3,600
84ea0048703002879cc64e06e73af9443720b009
fix(pricing): fixed an issue with vendor price not being used properly for precrafts
[ { "change_type": "MODIFY", "diff": "-import { Component, EventEmitter, Output } from '@angular/core';\n+import { AfterViewInit, ChangeDetectorRef, Component, EventEmitter, Output } from '@angular/core';\nimport { List } from '../../list/model/list';\nimport { PricingService } from '../pricing.service';\nimp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(pricing): fixed an issue with vendor price not being used properly for precrafts
1
fix
pricing
808,016
09.01.2019 22:11:44
-19,080
51fe2c4ae4b76c1fadf31797bee178c20c2ec3ce
docs(import): Add a note for importing on fresh repos [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,22 @@ repo. Each commit is modified to make changes relative to the package\ndirectory. So, for example, the commit that added `package.json` will\ninstead add `packages/<directory-name>/package.json`.\n+*Note*: If you're importing an external repository on a...
JavaScript
MIT License
lerna/lerna
docs(import): Add a note for importing on fresh repos (#1859) [skip ci]
1
docs
import
273,683
10.01.2019 00:23:36
-3,600
bb1972def3e84c97992ce919ecab8cfd2b1ecbdc
fix(app): parse dates as UTC
[ { "change_type": "MODIFY", "diff": "@@ -209,7 +209,7 @@ test('add type with dynamic route', () => {\n})\nexpect(contentType.options.route).toEqual('/:year/:month/:day/:slug')\n- expect(node.path).toEqual('/2018/09/05/lorem-ipsum-dolor-sit-amet')\n+ expect(node.path).toEqual('/2018/09/04/lorem-ipsum-dolor-si...
JavaScript
MIT License
gridsome/gridsome
fix(app): parse dates as UTC
1
fix
app
67,476
10.01.2019 01:36:09
-3,600
4219d6dc4ad123fffc5ed80d029313fe1c326800
fix(dom): add delegate/capture listeners to body instead of window by default
[ { "change_type": "MODIFY", "diff": "@@ -62,7 +62,7 @@ export class HTMLDOM implements IDOM {\n}\npublic addEventListener(eventName: string, subscriber: EventListenerOrEventListenerObject, publisher?: Node, options?: boolean | AddEventListenerOptions): void {\n- (publisher || this.wnd).addEventListener(event...
TypeScript
MIT License
aurelia/aurelia
fix(dom): add delegate/capture listeners to body instead of window by default
1
fix
dom
67,476
10.01.2019 01:36:35
-3,600
c8575471cb98a5b8aa3917ce20fda07c1661ef48
feat(event-manager): make EventManager disposable
[ { "change_type": "MODIFY", "diff": "@@ -102,12 +102,20 @@ export class ListenerTracker {\nthis.dom.removeEventListener(this.eventName, this.listener, null, this.capture);\n}\n}\n+\n+ /*@internal*/\n+ public dispose(): void {\n+ if (this.count > 0) {\n+ this.count = 0;\n+ this.dom.removeEventListener(this.ev...
TypeScript
MIT License
aurelia/aurelia
feat(event-manager): make EventManager disposable
1
feat
event-manager
67,476
10.01.2019 01:37:22
-3,600
a146df49ab00ee6a2dfaa258a98310666e9e200a
chore(all): add test debugger script to root
[ { "change_type": "MODIFY", "diff": "\"test\": \"cross-env TS_NODE_PROJECT=\\\"scripts/tsconfig.json\\\" karma start scripts/karma.conf.ts --browsers=ChromeHeadlessOpt --single-run --coverage\",\n\"test-firefox\": \"cross-env TS_NODE_PROJECT=\\\"scripts/tsconfig.json\\\" karma start scripts/karma.conf.ts --b...
TypeScript
MIT License
aurelia/aurelia
chore(all): add test debugger script to root
1
chore
all
67,476
10.01.2019 01:37:56
-3,600
a4c69bb7c3a07a724db05ca2b1634e57761c3410
test(event-manager): cleanup global event handlers between tests
[ { "change_type": "MODIFY", "diff": "import { LifecycleFlags } from '@aurelia/runtime';\n+import { IEventManager } from '@aurelia/runtime-html';\nimport { expect } from 'chai';\nimport { spy } from 'sinon';\nimport { HTMLTestContext, TestContext } from '../util';\n@@ -198,18 +199,28 @@ describe('template-com...
TypeScript
MIT License
aurelia/aurelia
test(event-manager): cleanup global event handlers between tests
1
test
event-manager
67,494
10.01.2019 02:09:37
-3,600
45f19f02808e1a31a1755918dc0f72cce3a1140e
feat(router): add no-history on viewport
[ { "change_type": "MODIFY", "diff": "@@ -45,6 +45,8 @@ export class HistoryBrowser {\nprivate isReplacing: boolean = false;\nprivate isRefreshing: boolean = false;\n+ private ignorePathChange: any = null;\n+\nconstructor() {\nthis.location = window.location;\nthis.history = window.history;\n@@ -122,6 +124,32...
TypeScript
MIT License
aurelia/aurelia
feat(router): add no-history on viewport
1
feat
router
67,476
10.01.2019 04:13:26
-3,600
c8fa239499fda2ed25238c7e8143641441546aab
fix(dom): add event listener to document instead of body
[ { "change_type": "MODIFY", "diff": "@@ -62,7 +62,7 @@ export class HTMLDOM implements IDOM {\n}\npublic addEventListener(eventName: string, subscriber: EventListenerOrEventListenerObject, publisher?: Node, options?: boolean | AddEventListenerOptions): void {\n- (publisher || this.doc.body).addEventListener(...
TypeScript
MIT License
aurelia/aurelia
fix(dom): add event listener to document instead of body
1
fix
dom
67,476
10.01.2019 06:13:48
-3,600
e87f845fae1f6bdc332bcc69df838f1ffddaa802
chore(all): fix bundles
[ { "change_type": "ADD", "diff": "+import * as jit from '@aurelia/jit';\n+import * as jitHtml from '@aurelia/jit-html';\n+import * as kernel from '@aurelia/kernel';\n+import * as runtime from '@aurelia/runtime';\n+import * as runtimeHtml from '@aurelia/runtime-html';\n+import * as runtimeHtmlBrowser from '@a...
TypeScript
MIT License
aurelia/aurelia
chore(all): fix bundles
1
chore
all
67,476
10.01.2019 06:25:10
-3,600
4165580f25981ce972fbd91de884bf73c3e8c047
chore(iife): fix iife examples
[ { "change_type": "MODIFY", "diff": "var host = document.querySelector('app');\nau.runtime.customElement({ name: 'app', template: host.innerHTML })(App)\nnew au.runtime.Aurelia()\n- .register(au.jitHtml.HTMLJitConfiguration)\n+ .register(au.jitHtmlBrowser.BasicConfiguration)\n.app({ host, component: new App(...
TypeScript
MIT License
aurelia/aurelia
chore(iife): fix iife examples
1
chore
iife