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
807,849
19.12.2018 14:34:14
28,800
b552e2280a00e82a6a68ec9244b21b6aedadd6ce
fix(import): Pulse progress bar during execution
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ const ChildProcessUtilities = require(\"@lerna/child-process\");\nconst Command = require(\"@lerna/command\");\nconst PromptUtilities = require(\"@lerna/prompt\");\nconst ValidationError = require(\"@lerna/validation-error\");\n+const pulseTillDone = requi...
JavaScript
MIT License
lerna/lerna
fix(import): Pulse progress bar during execution
1
fix
import
807,849
19.12.2018 14:35:00
28,800
49b877131fe5422a7930914cad4e688eb7bcd04b
fix(publish): Pulse progress bar during execution
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ const logPacked = require(\"@lerna/log-packed\");\nconst { createRunner } = require(\"@lerna/run-lifecycle\");\nconst batchPackages = require(\"@lerna/batch-packages\");\nconst runParallelBatches = require(\"@lerna/run-parallel-batches\");\n+const pulseT...
JavaScript
MIT License
lerna/lerna
fix(publish): Pulse progress bar during execution
1
fix
publish
273,683
19.12.2018 15:47:20
-3,600
7023ce0be3bd61608e14ad0a2f27bab53599229f
test: more path resolve tests
[ { "change_type": "MODIFY", "diff": "@@ -240,6 +240,7 @@ test('resolve absolute file paths', () => {\nfile: 'image.png',\nfile2: '/image.png',\nfile3: '../image.png',\n+ path: 'dir/to/image.png',\nurl: 'https://example.com/image.jpg',\nurl2: '//example.com/image.jpg',\nurl3: 'git@github.com:gridsome/gridsome...
JavaScript
MIT License
gridsome/gridsome
test: more path resolve tests
1
test
null
807,849
19.12.2018 16:05:12
28,800
d099d132372949d4599c3ffaa1e401ffc47611f9
fix(pack-directory): Accept opts.log, defaulting to libnpm/log
[ { "change_type": "MODIFY", "diff": "\"@lerna/get-packed\": \"file:utils/get-packed\",\n\"@lerna/run-lifecycle\": \"file:utils/run-lifecycle\",\n\"figgy-pudding\": \"^3.5.1\",\n+ \"libnpm\": \"^2.0.1\",\n\"npm-packlist\": \"^1.1.12\",\n\"tar\": \"^4.4.8\",\n\"temp-write\": \"^3.4.0\"\n", "new_path": "pac...
JavaScript
MIT License
lerna/lerna
fix(pack-directory): Accept opts.log, defaulting to libnpm/log
1
fix
pack-directory
807,849
19.12.2018 16:05:52
28,800
97edc7eea8ef5f6450a7cbaeb6baba792b0a4f2e
fix(npm-dist-tag): Accept opts.log, defaulting to libnpm/log
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n+const log = require(\"libnpm/log\");\nconst npa = require(\"libnpm/parse-arg\");\nconst fetch = require(\"libnpm/fetch\");\nconst figgyPudding = require(\"figgy-pudding\");\n@@ -10,7 +11,7 @@ exports.list = list;\nconst DistTagConfig = figgyPudding(\n{\n...
JavaScript
MIT License
lerna/lerna
fix(npm-dist-tag): Accept opts.log, defaulting to libnpm/log
1
fix
npm-dist-tag
807,849
19.12.2018 16:06:10
28,800
a1d61f61da6042d2c6ab1537c49dc6a6711ed243
fix(npm-publish): Accept opts.log, defaulting to libnpm/log
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ const PublishConfig = figgyPudding(\n{\n\"dry-run\": { default: false },\ndryRun: \"dry-run\",\n+ log: { default: log },\n\"project-scope\": {},\nprojectScope: \"project-scope\",\ntag: { default: \"latest\" },\n@@ -25,13 +26,13 @@ const PublishConfig = f...
JavaScript
MIT License
lerna/lerna
fix(npm-publish): Accept opts.log, defaulting to libnpm/log
1
fix
npm-publish
807,849
19.12.2018 16:07:13
28,800
9bcd50336656c157e7973f46ffc121f754874e8e
fix(publish): Do not pass this.logger into conf, it does not respect log.level
[ { "change_type": "MODIFY", "diff": "@@ -83,7 +83,6 @@ class PublishCommand extends Command {\nthis.conf = npmConf({\nlernaCommand: \"publish\",\n- log: this.logger,\nnpmSession,\nnpmVersion: userAgent,\nregistry: this.options.registry,\n", "new_path": "commands/publish/index.js", "old_path": "comman...
JavaScript
MIT License
lerna/lerna
fix(publish): Do not pass this.logger into conf, it does not respect log.level
1
fix
publish
807,849
19.12.2018 16:09:29
28,800
dde588a8525e054747673df9daebaebda9a855ca
fix(run-lifecycle): Accept opts.log, defaulting to libnpm/log
[ { "change_type": "MODIFY", "diff": "@@ -84,7 +84,7 @@ describe(\"runLifecycle()\", () => {\nlocation: \"circular-location\",\n};\nconst stage = \"prepack\";\n- const opts = new Map([[\"logstream\", \"SKIPPED\"], [\"log\", \"SKIPPED\"]]);\n+ const opts = new Map();\nawait runLifecycle(pkg, stage, opts);\n", ...
JavaScript
MIT License
lerna/lerna
fix(run-lifecycle): Accept opts.log, defaulting to libnpm/log
1
fix
run-lifecycle
807,849
19.12.2018 16:10:42
28,800
c0ad316cb66e558e16eed7dcd6d38c2c7209a9b6
fix(run-lifecycle): Do not execute on packages that lack the target script, avoiding spurious logs
[ { "change_type": "MODIFY", "diff": "const mockRunLifecycle = jest.fn(pkg => Promise.resolve(pkg));\nconst mockCreateRunner = jest.fn(() => (pkg, stage) => {\n+ // no longer the actual API, but approximates inner logic of default export\nif (pkg.scripts[stage]) {\nreturn mockRunLifecycle(pkg, stage);\n}\n", ...
JavaScript
MIT License
lerna/lerna
fix(run-lifecycle): Do not execute on packages that lack the target script, avoiding spurious logs
1
fix
run-lifecycle
217,922
19.12.2018 16:25:07
-3,600
82772357b7e191f82bf65b3208fc9f33be36851c
fix: you can now properly set level filters to 70-70
[ { "change_type": "MODIFY", "diff": "<nz-form-label nzFor=\"elvl\">{{'filters/lvl' | translate}}</nz-form-label>\n<nz-form-control>\n<nz-input-group nzCompact class=\"level-range\">\n- <nz-input-number [nzMin]=\"0\" [nzMax]=\"69\" [nzPrecision]=\"0\" id=\"elvl\"\n+ <nz-input-number [nzMin]=\"0\" [nzMax]=\"70...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: you can now properly set level filters to 70-70
1
fix
null
217,922
19.12.2018 16:44:44
-3,600
154b0a7d30a193e79cb18903f16a14cc5d02a682
fix: deleting a list from completion dialog now navigates back to the lists page
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ import { Component } from '@angular/core';\nimport { NzModalRef } from 'ng-zorro-antd';\nimport { ListsFacade } from '../+state/lists.facade';\nimport { List } from '../model/list';\n+import { Router } from '@angular/router';\n@Component({\nselector: 'app-...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: deleting a list from completion dialog now navigates back to the lists page
1
fix
null
311,012
19.12.2018 16:51:13
18,000
514015f1be05066aed7115e4489b27befb4839f9
fix(executor): Exclude options for command argument parsing
[ { "change_type": "MODIFY", "diff": "import { AbstractExecutor, metadataOptionsToParseArgsOptions, parseArgs, stripOptions } from '@ionic/cli-framework';\nimport chalk from 'chalk';\n-import * as lodash from 'lodash';\nimport { PROJECT_FILE } from '../constants';\nimport { CommandInstanceInfo, CommandMetadat...
TypeScript
MIT License
ionic-team/ionic-cli
fix(executor): Exclude options for command argument parsing (#3798)
1
fix
executor
217,922
19.12.2018 17:20:00
-3,600
7deec173a0fb08e947c2cc27f23bf875dfa95e08
fix: fixed item links inside gathering-locations component
[ { "change_type": "MODIFY", "diff": "<nz-card-meta [nzAvatar]=\"itemIcon\" [nzTitle]=\"title\" [nzDescription]=\"description\">\n</nz-card-meta>\n<ng-template #itemIcon>\n- <app-item-icon [icon]=\"node.icon\"></app-item-icon>\n+ <app-item-icon [icon]=\"node.icon\" [itemId]=\"node.itemId\"></app-item-icon>\n<...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed item links inside gathering-locations component
1
fix
null
217,922
19.12.2018 17:37:55
-3,600
68e789479000d6494052872bcdf42fb6ba148f71
fix: fixed an issue with ariyala sets import for DoH/DoL
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,12 @@ export class AriyalaLinkParser implements ExternalListLinkParser {\nconst identifier: string = url.match(AriyalaLinkParser.REGEXP)[1];\nreturn this.http.get<any>(`${AriyalaLinkParser.API_URL}${identifier}`).pipe(\nmap(data => {\n- return data.datasets[d...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with ariyala sets import for DoH/DoL
1
fix
null
67,494
19.12.2018 19:30:27
-3,600
218ca8faace68cdfe2b4506e543f4d18b28b87a2
chore(router): add lib DOM to tsconfig
[ { "change_type": "MODIFY", "diff": "\"compilerOptions\": {\n\"rootDir\": \"src\",\n\"declarationDir\": \"dist\",\n- \"outDir\": \"dist/build\"\n+ \"outDir\": \"dist/build\",\n+ \"lib\": [\"esnext\", \"dom\"]\n},\n\"include\": [\"src\"]\n}\n", "new_path": "packages/router/tsconfig.json", "old_path": ...
TypeScript
MIT License
aurelia/aurelia
chore(router): add lib DOM to tsconfig
1
chore
router
471,527
19.12.2018 19:51:38
-3,600
fc3e9ea08252681532d2f61522742cf27540d03b
fix(generator-open-wc): use latest versions
[ { "change_type": "MODIFY", "diff": "{\n\"devDependencies\": {\n- \"@open-wc/testing\": \"^0.7.0\"\n+ \"@open-wc/testing\": \"^0.8.0\"\n}\n}\n", "new_path": "packages/generator-open-wc/generators/testing-bare/templates/_package.json", "old_path": "packages/generator-open-wc/generators/testing-bare/te...
JavaScript
MIT License
open-wc/open-wc
fix(generator-open-wc): use latest versions
1
fix
generator-open-wc
679,913
19.12.2018 20:38:35
0
9884a67cbf6e5efbe03c5eda501691195407dadd
build: update depgraph script
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,8 @@ const ecol = \"#aaaaaa\";\nconst xform = tx.comp(\ntx.map((f) => baseDir + f),\ntx.filter((f) => f.indexOf(\".DS_Store\") < 0 && fs.statSync(f).isDirectory),\n- tx.map((f) => fs.readFileSync(f + \"/package.json\")),\n+ tx.map((f) => { try { return fs.rea...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update depgraph script
1
build
null
273,683
19.12.2018 20:42:21
-3,600
001aa0b9d82bb96dc5bd8dba84af3b80640bef1e
feat(image): crop by width and height
[ { "change_type": "MODIFY", "diff": "@@ -77,6 +77,21 @@ test('resize image by width attribute', async () => {\nexpect(result.srcset[0]).toEqual('/assets/static/1000x600-w300.test.png 300w')\n})\n+test('resize image by width and height attribute', async () => {\n+ const filePath = path.resolve(__dirname, 'ass...
JavaScript
MIT License
gridsome/gridsome
feat(image): crop by width and height (#78)
1
feat
image
815,590
19.12.2018 22:24:06
-28,800
95451e7c432d421c0eed9f04f23d0b3ca89b9546
fix: use new strategy to evict inbound peer
[ { "change_type": "MODIFY", "diff": "@@ -465,6 +465,7 @@ name = \"ckb-network\"\nversion = \"0.3.0-pre\"\ndependencies = [\n\"bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-time 0.3.0-pre\",\n\"ckb-util 0.3.0-pre\",\n\"fnv 1.0.6 (registry+https://github.com/rust-lang/crates....
Rust
MIT License
nervosnetwork/ckb
fix: use new strategy to evict inbound peer
1
fix
null
67,494
19.12.2018 22:54:11
-3,600
5b722d8085986b8a2193b87a6ae8bb8cfeb87865
chore(router): add missing $bind parameter
[ { "change_type": "MODIFY", "diff": "@@ -133,7 +133,7 @@ export class Viewport {\nthis.nextComponent.enter(this.nextInstruction, this.instruction);\n}\nthis.nextComponent.$hydrate(renderingEngine, host);\n- this.nextComponent.$bind(LifecycleFlags.fromStartTask | LifecycleFlags.fromBind);\n+ this.nextComponen...
TypeScript
MIT License
aurelia/aurelia
chore(router): add missing $bind parameter
1
chore
router
273,683
19.12.2018 23:57:26
-3,600
66519f66f86e91ce7e3694a2e02e337ec78c9c6f
test: add duplicate metas in test project
[ { "change_type": "MODIFY", "diff": "export default function (Vue, { head }) {\nhead.meta.push({ name: 'keywords', content: 'test' })\n+ head.meta.push({ key: 'description', name: 'description', content: 'Main description' })\n}\n", "new_path": "gridsome/__tests__/__fixtures__/project-basic/src/main.js",...
JavaScript
MIT License
gridsome/gridsome
test: add duplicate metas in test project
1
test
null
273,683
20.12.2018 00:15:13
-3,600
33e0595ad19a8d9b9af14d72c3524cfc06bab1de
test: update image tests
[ { "change_type": "MODIFY", "diff": "@@ -27,21 +27,21 @@ test('generate srcset for image', async () => {\nexpect(result.type).toEqual('image')\nexpect(result.mimeType).toEqual('image/png')\nexpect(result.filePath).toEqual(filePath)\n- expect(result.src).toEqual('/assets/static/1000x600-w1000.test.png')\n+ ex...
JavaScript
MIT License
gridsome/gridsome
test: update image tests
1
test
null
679,913
20.12.2018 00:37:27
0
58f591e8518f63e343ed4cc33ee8346895f6b43f
feat(hiccup-markdown): add new package
[ { "change_type": "ADD", "diff": "+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+.nyc_output\n+tsconfig.json\n+*.tgz\n+*.html\n", "new_path": "packages/hiccup-markdown/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-markdown): add new package
1
feat
hiccup-markdown
217,922
20.12.2018 10:10:45
-3,600
b8b7ec0ab29245eebe9d87a14e998ddc6630428d
fix: pricing mode MB integration doesn't override vendor prices anymore
[ { "change_type": "MODIFY", "diff": "@@ -205,8 +205,7 @@ export class ListsEffects {\ndeleteListFromDatabase$ = this.actions$.pipe(\nofType(ListsActionTypes.DeleteList),\nmap(action => action as DeleteList),\n- mergeMap(action => combineLatest(this.listService.remove(action.key),\n- this.listCompactsService....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: pricing mode MB integration doesn't override vendor prices anymore
1
fix
null
217,922
20.12.2018 10:52:49
-3,600
859a0885467e113d6e92625e7ed16aa9635aa737
fix: fixed icon color inside layout editor
[ { "change_type": "MODIFY", "diff": "</nz-card>\n<ng-template #title>\n<div fxLayout=\"row\" fxLayoutAlign=\"space-between center\" fxLayoutGap=\"5px\">\n- <nz-input-group nzPrefixIcon=\"anticon anticon-edit\">\n+ <nz-input-group [nzPrefix]=\"icon\">\n+ <ng-template #icon>\n+ <i nz-icon type=\"edit\"></i>\n+...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed icon color inside layout editor
1
fix
null
791,760
20.12.2018 10:57:52
28,800
1c789946b95ece954b00a26aadab053d651dd176
core(config): reorder categories to match new gauge order
[ { "change_type": "MODIFY", "diff": "@@ -358,34 +358,6 @@ const defaultConfig = {\n{id: 'font-display', weight: 0, group: 'diagnostics'},\n],\n},\n- 'pwa': {\n- title: 'Progressive Web App',\n- description: 'These checks validate the aspects of a Progressive Web App. [Learn more](https://developers.google.co...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(config): reorder categories to match new gauge order (#6848)
1
core
config
217,922
20.12.2018 11:13:18
-3,600
872587ea5272d3943ee55eab26c6bdc998838514
feat: new loader that spawns upon navigation for better UX
[ { "change_type": "MODIFY", "diff": "+<nz-spin [nzSize]=\"'large'\" [nzSpinning]=\"navigating\">\n<nz-layout *ngIf=\"!(hasDesktop$ | async); else desktopOpenedMessage\" class=\"app-container\">\n<nz-layout *ngIf=\"!overlay\">\n<nz-header class=\"header\">\n<span class=\"nav-text\">{{'LEVEQUESTS.Title' | tran...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: new loader that spawns upon navigation for better UX
1
feat
null
273,683
20.12.2018 11:19:00
-3,600
100fd14fe5fb418f385216c3d860bd55a11c075e
refactor: merge node fields before creating type Merged fields can be re-used to create input types for filtering
[ { "change_type": "RENAME", "diff": "-const { inferTypes } = require('../lib/graphql/schema/infer-types')\n-const { GraphQLDate } = require('../lib/graphql/schema/types/date')\nconst { fileType } = require('../lib/graphql/schema/types/file')\nconst { imageType } = require('../lib/graphql/schema/types/image')...
JavaScript
MIT License
gridsome/gridsome
refactor: merge node fields before creating type Merged fields can be re-used to create input types for filtering
1
refactor
null
471,527
20.12.2018 13:23:14
-3,600
a12bb09a6587721877b0bd3e9b1ea95cfad23791
fix: properly apply prettier
[ { "change_type": "MODIFY", "diff": "module.exports = {\n- extends: [\n- './packages/eslint-config/index.js',\n- require.resolve('eslint-config-prettier'),\n- ],\n+ extends: ['./packages/eslint-config/index.js', require.resolve('eslint-config-prettier')],\n};\n", "new_path": ".eslintrc.js", "old_path...
JavaScript
MIT License
open-wc/open-wc
fix: properly apply prettier
1
fix
null
815,745
20.12.2018 13:27:22
-7,200
b7294a340815fa8876767e713a51aa27c36b32a1
fix: keep selected items while bindValue is incorrect closes
[ { "change_type": "MODIFY", "diff": "@@ -238,7 +238,7 @@ export class ItemsList {\nconst multiple = this._ngSelect.multiple;\nfor (const selected of this.selectedItems) {\nconst value = this._ngSelect.bindValue ? this.resolveNested(selected.value, this._ngSelect.bindValue) : selected.value;\n- const item = t...
TypeScript
MIT License
ng-select/ng-select
fix: keep selected items while bindValue is incorrect closes #993
1
fix
null
217,922
20.12.2018 13:35:26
-3,600
e4a54e1c4c21b738b8f56ede84918561259d3f06
feat: adaptative filter for list details
[ { "change_type": "MODIFY", "diff": "-<nz-spin [nzSize]=\"'large'\" [nzSpinning]=\"navigating\">\n<nz-layout *ngIf=\"!(hasDesktop$ | async); else desktopOpenedMessage\" class=\"app-container\">\n<nz-layout *ngIf=\"!overlay\">\n<nz-header class=\"header\">\n</nz-sider>\n<nz-content>\n<div class=\"page-contain...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: adaptative filter for list details
1
feat
null
807,849
20.12.2018 13:43:16
28,800
98c812c83459d9baaa15da14970eb2843e6a5003
fix(package): Chain self from serialize() method for parity with refresh()
[ { "change_type": "MODIFY", "diff": "@@ -211,9 +211,9 @@ describe(\"Package\", () => {\nloadJsonFile.mockImplementationOnce(() => Promise.resolve({ name: \"ignored\", mutated: true }));\nconst pkg = factory({ name: \"refresh\" });\n+ const result = await pkg.refresh();\n- await pkg.refresh();\n-\n+ expect(re...
JavaScript
MIT License
lerna/lerna
fix(package): Chain self from serialize() method for parity with refresh()
1
fix
package
791,690
20.12.2018 13:53:12
18,000
845cd294a387005f20ef339e8880ff15f60c7358
core(preload): warn when duplicate requests issued
[ { "change_type": "MODIFY", "diff": "/* eslint-disable */\n-document.write('<script src=\"level-3.js\"></script>');\n+document.write('<script src=\"/perf/level-3.js\"></script>');\n", "new_path": "lighthouse-cli/test/fixtures/perf/level-2.js", "old_path": "lighthouse-cli/test/fixtures/perf/level-2.js...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(preload): warn when duplicate requests issued (#6849)
1
core
preload
679,913
20.12.2018 14:07:36
0
61b7b1173059f4c04efc005e9939585124c82267
feat(iterators): add `children` arg for walk()/walkIterator()
[ { "change_type": "MODIFY", "diff": "@@ -856,12 +856,22 @@ less than `n`, if input is too short...)\n```\n### `walk(fn: (x: any) => void, input: Iterable<any>, postOrder = false) => void`\n+### `walk(fn: (x: any) => void, children: (x: any) => any, input: Iterable<any>, postOrder = false) => void`\nRecursive...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(iterators): add `children` arg for walk()/walkIterator()
1
feat
iterators
815,745
20.12.2018 14:11:56
-7,200
e007ba2b4641fcb111ad90b5c2f71db6bc6fd5f7
chore(release): 2.13.3
[ { "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.13.3\"></a>\n+## [2.13.3](https://github.com/ng-select/ng-select/compare/v2.13.2......
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.13.3
1
chore
release
807,849
20.12.2018 14:17:57
28,800
4aa9d37aee404cf7216eea8cb99666d0505d6238
fix(package): Add Package.lazy() helper
[ { "change_type": "MODIFY", "diff": "@@ -239,3 +239,35 @@ describe(\"Package\", () => {\n});\n});\n});\n+\n+describe(\"Package.lazy()\", () => {\n+ loadJsonFile.sync.mockImplementation(() => ({ name: \"bar\", version: \"1.0.0\" }));\n+\n+ it(\"returns package instance from string directory argument\", () => ...
JavaScript
MIT License
lerna/lerna
fix(package): Add Package.lazy() helper
1
fix
package
471,527
20.12.2018 14:18:51
-3,600
1f3eae802c1da2af982d01a0766bd6b46383b2f5
fix(testing-karma): hotfix use
[ { "change_type": "MODIFY", "diff": "\"site:start\": \"npm run vuepress:start\",\n\"test\": \"lerna run test --stream --concurrency 1\",\n\"test:ci\": \"lerna run test:ci\",\n+ \"test:es5\": \"lerna run test:es5 --stream --concurrency 1\",\n\"test:es5:bs\": \"lerna run test:es5:bs --stream --concurrency 1\",...
JavaScript
MIT License
open-wc/open-wc
fix(testing-karma): hotfix use @babel/polyfill/dist
1
fix
testing-karma
807,849
20.12.2018 14:29:40
28,800
858caf37be343be06ffaece18b6ebf75f1b737c6
test(helpers): Refactor pkg-matchers
[ { "change_type": "MODIFY", "diff": "const fs = require(\"fs\");\nconst os = require(\"os\");\nconst path = require(\"path\");\n-const readPkg = require(\"read-pkg\");\nconst semver = require(\"semver\");\n-\nconst Package = require(\"@lerna/package\");\n-const toPackage = pkgRef =>\n- // don't use instanceo...
JavaScript
MIT License
lerna/lerna
test(helpers): Refactor pkg-matchers
1
test
helpers
807,849
20.12.2018 14:31:14
28,800
83fe3efbddb5b2a31e3935017392c2351c5d08e3
fix(symlink-binary): Use Package.lazy() instead of private resolver
[ { "change_type": "MODIFY", "diff": "\"@lerna/create-symlink\": \"file:utils/create-symlink\",\n\"@lerna/package\": \"file:core/package\",\n\"fs-extra\": \"^7.0.0\",\n- \"p-map\": \"^1.2.0\",\n- \"read-pkg\": \"^3.0.0\"\n+ \"p-map\": \"^1.2.0\"\n}\n},\n\"@lerna/symlink-dependencies\": {\n", "new_path": "...
JavaScript
MIT License
lerna/lerna
fix(symlink-binary): Use Package.lazy() instead of private resolver
1
fix
symlink-binary
807,849
20.12.2018 14:32:28
28,800
1aa4af7f0df0815cd20469bdc3c9058f82d6c0ea
test(add): Use Project.getPackages() consistently in assertions
[ { "change_type": "MODIFY", "diff": "jest.mock(\"@lerna/bootstrap\");\n-const fs = require(\"fs-extra\");\n-const path = require(\"path\");\n-\n// mocked or stubbed modules\nconst bootstrap = require(\"@lerna/bootstrap\");\n// helpers\nconst initFixture = require(\"@lerna-test/init-fixture\")(__dirname);\n-c...
JavaScript
MIT License
lerna/lerna
test(add): Use Project.getPackages() consistently in assertions
1
test
add
807,849
20.12.2018 14:39:35
28,800
26e6ec2440be091eab5cb8a6dffc48ff40855513
refactor(command): Tinker with 'private' properties
[ { "change_type": "MODIFY", "diff": "@@ -55,7 +55,7 @@ class PublishCommand extends Command {\n// TODO: remove in next major release\nthis.logger.warn(\"deprecated\", \"Instead of --skip-npm, call `lerna version` directly\");\n- return versionCommand(this._argv).then(() => false);\n+ return versionCommand(th...
JavaScript
MIT License
lerna/lerna
refactor(command): Tinker with 'private' properties
1
refactor
command
504,035
20.12.2018 14:54:47
18,000
7ea696f4947cce9a0de0a8f86beaae54ad58fb2d
fix(ts): fix for popover ts
[ { "change_type": "MODIFY", "diff": "-import React, { SFC, HTMLProps, ReactNode } from 'react';\n+import { SFC, HTMLProps, ReactNode, ReactElement } from 'react';\nimport { Omit } from '../../typeUtils';\nimport { Instance, BasicPlacement } from 'tippy.js';\n@@ -17,7 +17,7 @@ export interface PopoverProps ex...
TypeScript
MIT License
patternfly/patternfly-react
fix(ts): fix for popover ts (#1106)
1
fix
ts
807,849
20.12.2018 16:03:11
28,800
c6819c04be076153a12de2bd77580c6e28c2f96a
fix(pack-directory): Accept lazy Package, passing directory as second parameter
[ { "change_type": "MODIFY", "diff": "@@ -519,7 +519,7 @@ class PublishCommand extends Command {\nthis.options.requireScripts && (pkg => this.execScript(pkg, \"prepublish\")),\npkg =>\n- pulseTillDone(packDirectory(pkg, opts)).then(packed => {\n+ pulseTillDone(packDirectory(pkg, pkg.location, opts)).then(pack...
JavaScript
MIT License
lerna/lerna
fix(pack-directory): Accept lazy Package, passing directory as second parameter
1
fix
pack-directory
815,590
20.12.2018 16:08:54
-28,800
1e8841ec7958d1c89411bc3b20a3e4f9f5cd075a
refactor: remove unnessacey code and clippy attributes
[ { "change_type": "MODIFY", "diff": "@@ -90,7 +90,7 @@ impl PeerStore for MemoryPeerStore {\nSome(score) => score,\nNone => {\ndebug!(target: \"network\", \"behaviour {:?} is undefined\", behaviour);\n- return ReportResult::Normal;\n+ return ReportResult::Ok;\n}\n};\n// apply reported score\n@@ -99,7 +99,7 @...
Rust
MIT License
nervosnetwork/ckb
refactor: remove unnessacey code and clippy attributes
1
refactor
null
791,704
20.12.2018 16:40:50
28,800
e52ee0c12668e5932fc11c256baa113bae035b1f
tests(smoke): assert errorCode in expectations
[ { "change_type": "MODIFY", "diff": "@@ -199,8 +199,8 @@ function findDifference(path, actual, expected) {\n/**\n* Collate results into comparisons of actual and expected scores on each audit.\n- * @param {{finalUrl: string, audits: !Array}} actual\n- * @param {{finalUrl: string, audits: !Array}} expected\n+...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(smoke): assert errorCode in expectations (#6851)
1
tests
smoke
807,849
20.12.2018 16:49:31
28,800
4e7eaef3da6cc1343bf26d887c314fe45c786e39
fix(publish): Remove unused --npm-client option
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,6 @@ This is useful when a previous `lerna publish` failed to publish all packages to\n`lerna publish` supports all of the options provided by [`lerna version`](https://github.com/lerna/lerna/tree/master/commands/version#options) in addition to the following:...
JavaScript
MIT License
lerna/lerna
fix(publish): Remove unused --npm-client option
1
fix
publish
807,849
20.12.2018 16:57:42
28,800
0653af964dd279d4d375a3659371902f2e87b3a5
fix(publish): Re-order --git-reset flag in options
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,11 @@ exports.builder = yargs => {\ndescribe: \"Execute ./scripts/prepublish.js and ./scripts/postpublish.js, relative to package root.\",\ntype: \"boolean\",\n},\n+ \"git-reset\": {\n+ describe: \"Reset the git working tree.\\nPass --no-git-reset to disable....
JavaScript
MIT License
lerna/lerna
fix(publish): Re-order --git-reset flag in options
1
fix
publish
807,849
20.12.2018 16:57:59
28,800
f3816be861e3e1732c65f010b79eaf38fbf3377c
fix(version): Prevent clobbering composed --yes option
[ { "change_type": "MODIFY", "diff": "@@ -89,11 +89,7 @@ exports.builder = (yargs, composed) => {\ntype: \"boolean\",\ndefaultDescription: \"false\",\n},\n- y: {\n- describe: \"Skip all confirmation prompts.\",\n- alias: \"yes\",\n- type: \"boolean\",\n- },\n+ // --yes is set later to avoid clobbering compose...
JavaScript
MIT License
lerna/lerna
fix(version): Prevent clobbering composed --yes option
1
fix
version
815,601
20.12.2018 17:01:19
-28,800
8eebc0a4f0d865aee9646492e4e4dfa92b5968c3
refactor: get rid of redundant box
[ { "change_type": "MODIFY", "diff": "@@ -134,7 +134,7 @@ impl PeerStore for MemoryPeerStore {\nself.add_peer(peer_id, vec![addr]);\n}\n- fn bootnodes<'a>(&'a self) -> Box<Iterator<Item = (&'a PeerId, &'a Multiaddr)> + 'a> {\n+ fn bootnodes<'a>(&'a self) -> Box<dyn Iterator<Item = (&'a PeerId, &'a Multiaddr)>...
Rust
MIT License
nervosnetwork/ckb
refactor: get rid of redundant box
1
refactor
null
807,849
20.12.2018 17:15:18
28,800
db5a7b525f20ad460a26709a9c12b3538d5e7e9a
chore(prettier): Let prettier have its way with Markdown
[ { "change_type": "MODIFY", "diff": "<a href=\"https://travis-ci.org/lerna/lerna\"><img alt=\"Travis Status\" src=\"https://img.shields.io/travis/lerna/lerna/master.svg?style=flat&label=travis\"></a>\n</p>\n-* [About](#about)\n-* [Getting Started](#getting-started)\n-* [How It Works](#how-it-works)\n-* [Trou...
JavaScript
MIT License
lerna/lerna
chore(prettier): Let prettier have its way with Markdown
1
chore
prettier
807,849
20.12.2018 17:47:40
28,800
09fccd37abc96075dd7ff0729209a280fb030931
fix(publish): Unhide options shared with version command
[ { "change_type": "MODIFY", "diff": "@@ -51,16 +51,28 @@ exports.builder = yargs => {\ntype: \"boolean\",\ndefaultDescription: \"true\",\n},\n- y: {\n- describe: \"Skip all confirmation prompts.\",\n- alias: \"yes\",\n- type: \"boolean\",\n- },\n+ // y: {\n+ // describe: \"Skip all confirmation prompts.\",\n...
JavaScript
MIT License
lerna/lerna
fix(publish): Unhide options shared with version command
1
fix
publish
807,849
20.12.2018 18:17:21
28,800
5e790e5d661ee95e0dbc2160e6509e6691b8b9e3
feat(publish): Add --contents option Fixes Probably a billion others, as well
[ { "change_type": "MODIFY", "diff": "@@ -50,6 +50,7 @@ This is useful when a previous `lerna publish` failed to publish all packages to\n`lerna publish` supports all of the options provided by [`lerna version`](https://github.com/lerna/lerna/tree/master/commands/version#options) in addition to the following:...
JavaScript
MIT License
lerna/lerna
feat(publish): Add --contents option Fixes #1817 Probably a billion others, as well
1
feat
publish
807,849
20.12.2018 18:22:34
28,800
f1f08719ca62dd6ca1777a98fc219d5076c67e2a
fix(publish): Heighten dist-tag success log level to distinguish from noisy fetch logging
[ { "change_type": "MODIFY", "diff": "@@ -587,6 +587,7 @@ class PublishCommand extends Command {\nconst tracker = this.logger.newItem(\"npmUpdateAsLatest\");\ntracker.addWork(this.packagesToPublish.length);\n+ tracker.showProgress();\nlet chain = Promise.resolve();\n@@ -598,7 +599,7 @@ class PublishCommand ex...
JavaScript
MIT License
lerna/lerna
fix(publish): Heighten dist-tag success log level to distinguish from noisy fetch logging
1
fix
publish
807,849
20.12.2018 18:22:51
28,800
da5057feb45d3c444fc5b3c209d9ec6f3b5f6d78
chore(release): publish v3.8.0
[ { "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.8.0](https://github.com/lerna/lerna/compare/v3.7.2...v3.8.0) (2018-12-21)\n+\n+\n+### Bug Fixes\n+\n+* **publish...
JavaScript
MIT License
lerna/lerna
chore(release): publish v3.8.0
1
chore
release
807,849
20.12.2018 18:52:20
28,800
462b15c196bc46ae437a94b9e2d24352ebd93300
fix(publish): --canary should also respect --include-merged-tags Fixes
[ { "change_type": "MODIFY", "diff": "@@ -288,6 +288,7 @@ class PublishCommand extends Command {\ntagVersionPrefix = \"v\",\nignoreChanges,\nforcePublish,\n+ includeMergedTags,\n} = this.options;\n// \"prerelease\" and \"prepatch\" are identical, for our purposes\nconst release = bump.startsWith(\"pre\") ? bu...
JavaScript
MIT License
lerna/lerna
fix(publish): --canary should also respect --include-merged-tags Fixes #1820
1
fix
publish
503,918
20.12.2018 19:56:18
-7,200
187171dd4ef1926861b75b9726e5d1831f715680
fix(EmptyState): a typo at the import path in EmptyStateIcon.d.ts
[ { "change_type": "MODIFY", "diff": "import { SFC, HTMLProps } from 'react';\n-import { OneOf, Omit } from './typeUtils';\n+import { OneOf, Omit } from '../../typeUtils';\nexport const IconSize: {\nsm: 'sm';\n", "new_path": "packages/patternfly-4/react-core/src/components/EmptyState/EmptyStateIcon.d.ts",...
TypeScript
MIT License
patternfly/patternfly-react
fix(EmptyState): a typo at the import path in EmptyStateIcon.d.ts (#1099) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
EmptyState
67,476
21.12.2018 00:12:17
-3,600
5039058b8c141fd270a46074cfcf30cd97ce1f49
chore(all): add script to bundle only a single package
[ { "change_type": "MODIFY", "diff": "\"test:debugger\": \"cross-env TS_NODE_PROJECT=\\\"../../scripts/tsconfig.json\\\" karma start ../../scripts/karma.conf.ts --package=aot --browsers=ChromeDebugging\",\n\"test:debugger:verbose\": \"cross-env TS_NODE_PROJECT=\\\"../../scripts/tsconfig.json\\\" karma start ....
TypeScript
MIT License
aurelia/aurelia
chore(all): add script to bundle only a single package
1
chore
all
679,913
21.12.2018 00:45:36
0
8b582cb50ee598133677e80acb50bd2259805832
refactor(vectors): extract & reuse Vec2/3/4 static fns, add copyView()
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,10 @@ export interface IVector<T> extends\nStridedVec {\n}\n+export interface VectorConstructor<T> {\n+ new(buf: Vec, offset?: number, stride?: number): T;\n+}\n+\nexport interface MultiVecOp<VOP> {\nadd(dim: number, op: VOP): VOP;\ndefault(op: VOP): VOP;\n",...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(vectors): extract & reuse Vec2/3/4 static fns, add copyView()
1
refactor
vectors
679,913
21.12.2018 00:46:26
0
b130a944379c3981dd3dcc3edb72addcb1435188
refactor(vectors): rename mapBufferV* fns => mapV*
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ import { IVector, VecOpV, VecOpVV, VecOpVN, VecOpVVV, VecOpVVN } from \"./api\";\n* buffers).\n*\n* In each iteration `op` is called via `op(out, a, b)`, followed by\n- * cursor updates to process the next vector. No bounds checking is\n+ * cursor update...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(vectors): rename mapBufferV* fns => mapV*
1
refactor
vectors
679,913
21.12.2018 00:47:47
0
e2874932f58f5abfcec00465d15b32c0bdd24f81
build(geom): update deps
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/api\": \"^4.2.4\",\n\"@thi.ng/checks\": \"^1.5.14\",\n\"@thi.ng/defmulti\": \"^0.5.1\",\n- \"@thi.ng/hiccup\": \"^2.7.1\",\n- \"@thi.ng/hiccup-svg\": \"^2.0.9\",\n+ \"@thi.ng/hiccup\": \"^2.7.2\",\n+ \"@thi.ng/hiccup-svg\": \"^2.0.10\",\n\"@thi.ng/malloc\": \"^0...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(geom): update deps
1
build
geom
217,907
21.12.2018 02:38:29
21,600
b5985ac1b63f0d56083d88747c77461ba967fa9e
feat(simulator): removed an entirely-deliberate console.log statement.
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,6 @@ export class MacroPopupComponent implements OnInit {\nlet totalLength = 0;\nconst reclaimBreakpoint = this.simulation.clone().run(true).simulation.lastPossibleReclaimStep;\nthis.rotation.forEach((action) => {\n- console.log(reclaimBreakpoint);\nlet macro...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): removed an entirely-deliberate console.log statement.
1
feat
simulator
815,583
21.12.2018 03:11:08
-28,800
59e6ccc67ff21b5bc5e1e5947a293c0770a6a09a
docs(rpc): fix layout and remove repeated doc
[ { "change_type": "MODIFY", "diff": "# get_block\n-Returns information about a block by hash.\n+Returns the information about a block by hash.\n## Parameters\n@@ -126,11 +126,11 @@ curl -d '{\"id\": 2, \"jsonrpc\": \"2.0\", \"method\":\"get_transaction\",\"params\": [\"0xbd\n# get_block_hash\n-Returns hash o...
Rust
MIT License
nervosnetwork/ckb
docs(rpc): fix layout and remove repeated doc
1
docs
rpc
67,476
21.12.2018 04:23:28
-3,600
0eaeccc838a9b76150d658ae8cd76d8213bbc69e
fix(template-binder): correctly traverse not-compilable node types
[ { "change_type": "MODIFY", "diff": "@@ -416,19 +416,7 @@ export class TemplateBinder {\n++i;\n}\n- let childNode: INode = node.content.firstChild;\n- let nextChild: INode;\n- while (childNode !== null) {\n- switch (childNode.nodeType) {\n- case NodeType.Text:\n- childNode = this.bindText(childNode as IText)...
TypeScript
MIT License
aurelia/aurelia
fix(template-binder): correctly traverse not-compilable node types
1
fix
template-binder
71,663
21.12.2018 09:58:57
28,800
fbd7728236100b98baeb790794a13b2dacb0fceb
feat(aws-lambda): add input and output Artifacts to the CodePipeline Action. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -221,8 +221,8 @@ export abstract class Action extends cdk.Construct {\npublic readonly owner: string;\npublic readonly version: string;\n- private readonly inputArtifacts = new Array<Artifact>();\n- private readonly outputArtifacts = new Array<Artifact>();\n+ private r...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(aws-lambda): add input and output Artifacts to the CodePipeline Action. (#1390) Fixes #1384
1
feat
aws-lambda
71,663
21.12.2018 10:00:52
28,800
068fa4628ecafd9c96f9665b60b7e366071f7dc3
feat(aws-codepipeline): support notifications on the ManualApprovalAction. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -74,6 +74,27 @@ new codepipeline.JenkinsBuildAction(this, 'Jenkins_Build', {\n});\n```\n+#### Manual approval Action\n+\n+This package contains an Action that stops the Pipeline until someone manually clicks the approve button:\n+\n+```typescript\n+const manualApproval...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(aws-codepipeline): support notifications on the ManualApprovalAction. (#1368) Fixes #1222
1
feat
aws-codepipeline
815,605
21.12.2018 11:41:10
-28,800
09e7cc7c194c4d38657406607ca1cf230f69b7ae
fix: Regulate parameters used in syscalls
[ { "change_type": "MODIFY", "diff": "@@ -39,10 +39,10 @@ impl CellField {\nmatch i {\n0 => Ok(CellField::Capacity),\n1 => Ok(CellField::Data),\n- 2 => Ok(CellField::LockHash),\n- 3 => Ok(CellField::Contract),\n- 4 => Ok(CellField::ContractHash),\n- 5 => Ok(CellField::DataHash),\n+ 2 => Ok(CellField::DataHash...
Rust
MIT License
nervosnetwork/ckb
fix: Regulate parameters used in syscalls
1
fix
null
730,438
21.12.2018 11:49:38
28,800
f4515c8a62e1672c34fde86676fdbc7808593715
test(journeys): space type filter tests, consolidated tests and added retries
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,8 @@ const argv = require('yargs').argv;\nexport const jobNames = {\nrecentsDataApi: 'react-widget-recents-dataApi',\nrecentsGlobal: 'react-widget-recents-global',\n+ recentsFilterDataApi: 'react-widget-recents-filter-dataApi',\n+ recentsFilterGlobal: 'react-wi...
JavaScript
MIT License
webex/react-widgets
test(journeys): space type filter tests, consolidated tests and added retries
1
test
journeys
730,438
21.12.2018 11:50:12
28,800
6335aa467798f7941b4dfabc797ffe323f35fc8c
feat(react-component-utils): space type filter
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,7 @@ export const FEATURES_USER = 'user';\nexport const FEATURES_GROUP_MESSAGE_NOTIFICATIONS = 'group-message-notifications';\nexport const FEATURES_MENTION_NOTIFICATIONS = 'mention-notifications';\n+export const SPACE_TYPE_ALL = 'all';\nexport const SPACE_TY...
JavaScript
MIT License
webex/react-widgets
feat(react-component-utils): space type filter
1
feat
react-component-utils
730,438
21.12.2018 11:50:39
28,800
ddb57d65b5d290ddb3ded3e6c77eb6c3181dfc4f
feat(widget-demo): space type filter
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,13 @@ import {Cookies, withCookies} from 'react-cookie';\nimport {instanceOf} from 'prop-types';\nimport {autobind} from 'core-decorators';\n-import {Button, Checkbox, Topbar} from '@collab-ui/react';\n+import {Button, Checkbox, Radio, RadioGroup, Topbar} from ...
JavaScript
MIT License
webex/react-widgets
feat(widget-demo): space type filter
1
feat
widget-demo
730,438
21.12.2018 11:51:07
28,800
d071e5edad662df9ef262e700cd0edf5db802df7
feat(widget-recents): space type filter
[ { "change_type": "MODIFY", "diff": "@@ -106,6 +106,8 @@ When loading the widgets there are some configuration options you can provide:\n| Name | Data API | Description |\n|:--|:-------|---|\n| `logLevel` | `data-log-level` | (default: `silent`) When present, widget will log debug information to console. Thi...
JavaScript
MIT License
webex/react-widgets
feat(widget-recents): space type filter
1
feat
widget-recents
815,605
21.12.2018 12:46:03
-28,800
abf6b5bbc27766242a9f0b6ec2b3554e94b7ffde
refactor: Remove obsolete secp256k1 script in CKB
[ { "change_type": "DELETE", "diff": "-#!/usr/bin/env ruby\n-require 'json'\n-require 'net/http'\n-require 'uri'\n-\n-URL = ARGV[0] || \"http://localhost:8114\"\n-CKB_BIN = ARGV[1] || \"./target/debug/ckb\"\n-ACCOUNTS = [\n- {\n- name: \"miner\",\n- type_hash: \"321c1ca2887fb8eddaaa7e917399f71e63e03a1c83ff75e...
Rust
MIT License
nervosnetwork/ckb
refactor: Remove obsolete secp256k1 script in CKB
1
refactor
null
573,186
21.12.2018 13:54:32
28,800
c368e79cac87201f20545f19d8660a3ac8315d7f
test: fix flaky metrics tests
[ { "change_type": "MODIFY", "diff": "@@ -204,14 +204,14 @@ describe('request metrics plugin', function() {\n// it's calculated by the client,\n// but setTimeout is happening on the server, tolerate 10ms\n- // Expected pre-latency has been adjusted from 50 to 49\n- // to work around timer issues in Node.js <1...
JavaScript
MIT License
restify/node-restify
test: fix flaky metrics tests (#1725)
1
test
null
679,913
21.12.2018 14:07:11
0
9f48a7608e585d3b792b7cba64f3292eafe1cacb
fix(hdom): fix update removeChild() (IE11)
[ { "change_type": "MODIFY", "diff": "@@ -302,7 +302,5 @@ export const clearDOM =\nexport const removeChild =\n(parent: Element, childIdx: number) => {\nconst n = parent.children[childIdx];\n- if (n !== undefined) {\n- n.remove();\n- }\n+ n !== undefined && parent.removeChild(n);\n};\n", "new_path": "pack...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(hdom): fix #63 update removeChild() (IE11)
1
fix
hdom
815,605
21.12.2018 14:44:55
-28,800
3af95355ed9a4723376c940879d2857887063b2d
fix: assign numeric numbers for syscall parameters
[ { "change_type": "MODIFY", "diff": "@@ -26,12 +26,12 @@ pub const DEBUG_PRINT_SYSCALL_NUMBER: u64 = 2177;\n#[derive(Debug, PartialEq, Clone, Copy, Eq)]\nenum CellField {\n- Capacity,\n- Data,\n- DataHash,\n- LockHash,\n- Contract,\n- ContractHash,\n+ Capacity = 0,\n+ Data = 1,\n+ DataHash = 2,\n+ LockHash =...
Rust
MIT License
nervosnetwork/ckb
fix: assign numeric numbers for syscall parameters
1
fix
null
815,605
21.12.2018 14:50:07
-28,800
7af86395c56eb309036fc1e72c504120b67dc427
refactor: Use fmt::LowerHex to simplify code
[ { "change_type": "MODIFY", "diff": "@@ -320,7 +320,6 @@ dependencies = [\n\"crypto 0.3.0-pre\",\n\"ctrlc 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"dir 0.3.0-pre\",\n- \"faster-hex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"hash 0.3.0-pre\",\n\"log 0.4.6 (re...
Rust
MIT License
nervosnetwork/ckb
refactor: Use fmt::LowerHex to simplify code
1
refactor
null
273,683
21.12.2018 15:09:49
-3,600
cb6f24565ca7c9ea2285edf5bd78f39fd9582367
fix(graphql): fix deprecated references api The deprecated API is still used by some of the source plugins, but they will be updated later.
[ { "change_type": "MODIFY", "diff": "@@ -102,19 +102,19 @@ function createFields (contentType, customFields) {\nfunction createRefs (contentType, nodeTypes, fields) {\nif (isEmpty(contentType.options.refs)) return null\n- return mapValues(contentType.options.refs, ({ typeName, fieldName }, key) => {\n- const...
JavaScript
MIT License
gridsome/gridsome
fix(graphql): fix deprecated references api The deprecated API is still used by some of the source plugins, but they will be updated later.
1
fix
graphql
815,601
21.12.2018 15:29:51
-28,800
bdf323f5e3d739646ce487e517bb3c1e4ed8c357
fix: cli subcommand setting
[ { "change_type": "MODIFY", "diff": "@@ -88,7 +88,7 @@ fn arg_private_key() -> Arg<'static, 'static> {\nfn cli() -> App<'static, 'static> {\nSubCommand::with_name(\"cli\")\n.about(\"Running ckb cli\")\n- .setting(AppSettings::ArgRequiredElseHelp)\n+ .setting(AppSettings::SubcommandRequiredElseHelp)\n.subcomm...
Rust
MIT License
nervosnetwork/ckb
fix: cli subcommand setting
1
fix
null
730,412
21.12.2018 16:20:58
0
ae04e8ead247af16c5d24b62f4b32c9a26ea48c1
chore(release): 0.1.398
[ { "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.398\"></a>\n+## [0.1.398](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.398
1
chore
release
679,913
21.12.2018 16:56:02
0
6618c2260a5dd8f78ce547b4918193a9732a1e4e
feat(hdom): add support for event listener options, update readme
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,7 @@ This project is part of the\n- [Interface support](#interface-support)\n- [Component objects with life cycle methods](#component-objects-with-life-cycle-methods)\n- [Event & state handling options](#event--state-handling-options)\n+ - [Event listener opt...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom): add support for event listener options, update readme
1
feat
hdom
573,186
21.12.2018 17:07:15
28,800
71aac4283a1ae4ebd3c290afb83487b67010666f
fix: more flaky metrics.test.js fixes
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,13 @@ var SERVER;\nvar CLIENT;\nvar PORT;\n+function adjustExpectedLatency(expectedLatency, nbTimers) {\n+ // Expected latencies are adjusted to substract 1 ms per timer, because each\n+ // timer may have fired 1ms earlier for Node.js versions < 11.0. See\n+ ...
JavaScript
MIT License
restify/node-restify
fix: more flaky metrics.test.js fixes (#1730)
1
fix
null
471,470
21.12.2018 20:43:07
-3,600
df077dcca7594958fe4e177e5a4db1adde47d05b
fix(testing-helpers): remove deprecated flush
[ { "change_type": "MODIFY", "diff": "@@ -71,16 +71,15 @@ expect(el.bar).to.equal('baz');\n```\n## Timings\n-If you need to wait for multiple elements to update you can use flush.\n-By default it will be a timeout of 2ms but it will use a `window.flush` method if set.\n+If you need to wait for multiple elemen...
JavaScript
MIT License
open-wc/open-wc
fix(testing-helpers): remove deprecated flush
1
fix
testing-helpers
471,470
21.12.2018 20:45:51
-3,600
a30d0a8cde96a8a3f04930bd012d204f4eebee4c
chore(testing-helpers): remove unneeded async keywords
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,7 @@ export function isIE() {\n* @param {number} ms Miliseconds.\n* @returns {Promise<void>}\n*/\n-export async function aTimeout(ms) {\n+export function aTimeout(ms) {\nreturn new Promise(resolve => {\nsetTimeout(resolve, ms);\n});\n@@ -75,7 +75,7 @@ export ...
JavaScript
MIT License
open-wc/open-wc
chore(testing-helpers): remove unneeded async keywords
1
chore
testing-helpers
815,601
21.12.2018 20:47:32
-28,800
aad811ca24a46cfac92f6f4d192ea3b0547f5c63
fix(config): boot_nodes -> bootnodes
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,7 @@ pub struct Config {\npub secret_file: Option<String>,\npub nodes_file: Option<String>,\n/// List of initial node addresses\n- pub boot_nodes: Vec<String>,\n+ pub bootnodes: Vec<String>,\n/// List of reserved node addresses.\npub reserved_nodes: Vec<Strin...
Rust
MIT License
nervosnetwork/ckb
fix(config): boot_nodes -> bootnodes
1
fix
config
471,517
22.12.2018 00:57:24
-3,600
57764fe8ed39168f57515b5a33010157733107d2
fix(testing-helpers): adopt fixture/litFixture typings
[ { "change_type": "MODIFY", "diff": "type PropsFunction = (element: HTMLElement) => Object;\ntype FixtureProps = Object | PropsFunction;\nexport class FixtureWrapper extends HTMLElement { };\n-export function fixtureSync(template: string, props: FixtureProps): FixtureWrapper;\n-export async function fixture(...
JavaScript
MIT License
open-wc/open-wc
fix(testing-helpers): adopt fixture/litFixture typings
1
fix
testing-helpers
749,547
22.12.2018 07:05:29
-39,600
7613f0c3e0e5c4ada544e646c49fd3ebdfb83d00
fix(menus): support top & left animations
[ { "change_type": "MODIFY", "diff": "\"devDependencies\": {\n\"@zendeskgarden/css-arrows\": \"3.1.1\",\n\"@zendeskgarden/css-menus\": \"8.1.1\",\n- \"@zendeskgarden/css-variables\": \"5.2.3\",\n\"@zendeskgarden/react-theming\": \"^3.2.1\",\n\"@zendeskgarden/svg-icons\": \"5.0.0\"\n},\n", "new_path": "pac...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(menus): support top & left animations (#236)
1
fix
menus
815,575
22.12.2018 12:11:39
-28,800
1da17f000cfc5bd98acb454c278c0c68900d8c4a
doc: update README for using a simple shell command to modify the config file [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -156,6 +156,12 @@ Update `data_dir` configuration in config file to a different directory.\n\"data_dir\": \"node2\"\n```\n+or using a simple shell command to modify the config file:\n+\n+```shell\n+ex -sc '%s/\"data_dir\": \"default\"/\"data_dir\": \"node2\"/|x' nodes/...
Rust
MIT License
nervosnetwork/ckb
doc: update README for using a simple shell command to modify the config file (#114) [skip ci]
1
doc
null
471,458
22.12.2018 13:09:01
-3,600
b6a404c99023b596623963b5e5f18f425f096bec
chore: fix contributing.md typo
[ { "change_type": "MODIFY", "diff": "@@ -35,5 +35,5 @@ Open WC uses [commitlint](https://github.com/marionebl/commitlint) to standardiz\nOpen WC uses package name as scope. So for example if you fix a *terrible bug* in the package `@open-wc/testing`, the commit message should look like this:\n```\n-fix(testi...
JavaScript
MIT License
open-wc/open-wc
chore: fix contributing.md typo
1
chore
null
471,458
22.12.2018 13:09:36
-3,600
e7a28ed1bb80ce0752a5edc5a31327daa4191dc7
fix(generator-open-wc): grammar issue
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ We want to provide a good set of defaults on how to facilitate your web componen\n## Usage\n-This generator is based on [yeoman](http://yeoman.io/). To us it you have 2 ways.\n+This generator is based on [yeoman](http://yeoman.io/). You can use it in two...
JavaScript
MIT License
open-wc/open-wc
fix(generator-open-wc): grammar issue
1
fix
generator-open-wc
471,458
22.12.2018 13:15:55
-3,600
f08f55182ab39f5db62fe88cd5950eb4e64697b3
chore(generator-open-wc): added and categorized generators
[ { "change_type": "MODIFY", "diff": "@@ -26,14 +26,24 @@ npx -p yo -p generator-open-wc -c 'yo open-wc:{generator-name}'\n## Available generators\n+### Primary entry points\n- open-wc:vanilla\n+- open-wc:lint\n+- open-wc:testing\n+- open-wc:testing-upgrade\n+- open-wc:publish-storybook\n+\n+### Optional entr...
JavaScript
MIT License
open-wc/open-wc
chore(generator-open-wc): added and categorized generators
1
chore
generator-open-wc
471,458
22.12.2018 17:40:35
-3,600
1b11b740f99b8a3aeb49fd692667f370ba296f40
fix(generator-open-wc): vanilla compose with lint instead of lint-eslint
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ module.exports = class GeneratorVanilla extends Generator {\ndefault() {\nthis.composeWith(require.resolve('../vanilla-bare'), this.config.getAll());\n- this.composeWith(require.resolve('../lint-eslint'), this.config.getAll());\n+ this.composeWith(require....
JavaScript
MIT License
open-wc/open-wc
fix(generator-open-wc): vanilla compose with lint instead of lint-eslint
1
fix
generator-open-wc
471,458
22.12.2018 17:46:39
-3,600
778c0e9e1fd63b9c6fd1a6019431c6e4feeecbea
chore(testing): add note about chrome browser pre-requisite to readme
[ { "change_type": "MODIFY", "diff": "@@ -165,4 +165,9 @@ Lines : 100% ( 8/8 )\n================================================================================\n```\n+::: tip Note\n+Make sure you have chrome (or chromium) installed.\n+Additionally you may need to set your CHROME_BIN env variable `export CHRO...
JavaScript
MIT License
open-wc/open-wc
chore(testing): add note about chrome browser pre-requisite to readme
1
chore
testing
217,922
22.12.2018 18:44:59
-3,600
560f9a8b185591eeda572632f36d281dd6135b90
fix: fixed an issue with list display in anonymous mode
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import { layoutsQuery } from './layouts.selectors';\nimport { CreateLayout, DeleteLayout, LoadLayouts, SelectLayout, UpdateLayout } from './layouts.actions';\nimport { LayoutOrderService } from '../layout-order.service';\nimport { List } from '../../../mod...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with list display in anonymous mode
1
fix
null
217,922
22.12.2018 19:00:46
-3,600
e5bd8a6db467c669e4b067053bc8c89b2ae1b924
fix: fixed name display in levequests page
[ { "change_type": "MODIFY", "diff": "import { Vector2 } from '../../core/tools/vector2';\n+import { I18nName } from '../common/i18n-name';\nexport interface Levequest {\nlevel: number;\n@@ -12,7 +13,7 @@ export interface Levequest {\namount: number;\n// Quantity of item required for completion\nitemQuantity:...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed name display in levequests page
1
fix
null
217,922
22.12.2018 20:25:41
-3,600
a950324eb5701b330cc8af96c679ec2b6c4e33fb
fix: fixed an issue with macro translator and /aaction clear
[ { "change_type": "MODIFY", "diff": "</nz-tab>\n</nz-tabset>\n- <nz-alert nzType=\"error\" *ngIf=\"invalidInputs\">\n- {{'MACRO_TRANSLATION.Invalid_macro_or_language' | translate}}\n+ <nz-alert nzType=\"error\" [nzMessage]=\"'MACRO_TRANSLATION.Invalid_macro_or_language' | translate\"\n+ *ngIf=\"invalidInputs...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with macro translator and /aaction clear
1
fix
null
217,922
22.12.2018 20:39:42
-3,600
0d06cb6bd5006b98d88fed46196af03ac13889a7
chore: updated ngrx to 7.0 and changed beta for a production build
[ { "change_type": "MODIFY", "diff": "]\n},\n\"beta\": {\n+ \"optimization\": true,\n+ \"outputHashing\": \"all\",\n+ \"sourceMap\": false,\n+ \"extractCss\": true,\n+ \"namedChunks\": false,\n+ \"aot\": true,\n+ \"extractLicenses\": true,\n+ \"vendorChunk\": false,\n+ \"buildOptimizer\": true,\n+ \"baseHref\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: updated ngrx to 7.0 and changed beta for a production build
1
chore
null
217,922
22.12.2018 21:20:03
-3,600
9bc1a55dfd703128ec740f396e5687defc30cd43
fix: fixes for aot build (more perfs)
[ { "change_type": "MODIFY", "diff": "@@ -8,8 +8,8 @@ import {\n} from './+state/notifications.reducer';\nimport { NotificationsEffects } from './+state/notifications.effects';\nimport { NotificationsFacade } from './+state/notifications.facade';\n-import { CoreModule } from '@angular/flex-layout';\nimport { ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixes for aot build (more perfs)
1
fix
null
679,913
22.12.2018 21:31:13
0
eb5f63915cf36b679617b4f9c33aa8d3d5b3a3f3
feat(vectors): add setC()
[ { "change_type": "MODIFY", "diff": "@@ -83,6 +83,7 @@ export * from \"./rotate-around-point\";\nexport * from \"./rotate\";\nexport * from \"./round\";\nexport * from \"./set\";\n+export * from \"./setc\";\nexport * from \"./setn\";\nexport * from \"./sets\";\nexport * from \"./setsn\";\n", "new_path": ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add setC()
1
feat
vectors
679,913
22.12.2018 21:31:39
0
8fa05c3d3222ddff6fbd5746e995d6157a172e9a
feat(math): add constants
[ { "change_type": "MODIFY", "diff": "@@ -11,4 +11,8 @@ export const RAD2DEG = 180 / PI;\nexport const SQRT2 = Math.SQRT2;\nexport const SQRT3 = Math.sqrt(3);\n+export const THIRD = 1 / 3;\n+export const TWO_THIRD = 2 / 3;\n+export const SIXTH = 1 / 6;\n+\nexport let EPS = 1e-6;\n", "new_path": "packages/...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(math): add constants
1
feat
math
67,476
22.12.2018 21:58:41
-3,600
2c82c1475e3f3b82589ae7108f77a4e15d7364d1
refactor(all): move resourceType from runtime to kernel
[ { "change_type": "MODIFY", "diff": "@@ -2,3 +2,4 @@ export * from './di';\nexport * from './interfaces';\nexport * from './platform';\nexport * from './reporter';\n+export * from './resource';\n", "new_path": "packages/kernel/src/index.ts", "old_path": "packages/kernel/src/index.ts" }, { "ch...
TypeScript
MIT License
aurelia/aurelia
refactor(all): move resourceType from runtime to kernel
1
refactor
all
67,476
22.12.2018 22:13:31
-3,600
8e9ff094f10db0f1048b436232d4d8c086d4c29c
refactor(binding-behavior): shorten names
[ { "change_type": "MODIFY", "diff": "@@ -29,13 +29,13 @@ export * from './binding/target-accessors';\nexport * from './binding/target-observer';\nexport * from './resources/binding-behavior';\n-export * from './resources/binding-behaviors/attr-binding-behavior';\n-export * from './resources/binding-behaviors...
TypeScript
MIT License
aurelia/aurelia
refactor(binding-behavior): shorten names
1
refactor
binding-behavior