author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
730,413 | 08.04.2018 13:52:54 | 14,400 | a6cbcc6a19d0fb4cd73122a80614dfce2ef6b946 | refactor(journeys): use consistent style across data api space widget tests | [
{
"change_type": "MODIFY",
"diff": "@@ -15,8 +15,7 @@ import {\nFEATURE_FLAG_ROSTER\n} from '../../../lib/test-helpers/space-widget/roster';\n-describe('Widget Space', () => {\n- describe('Data API', () => {\n+describe('Widget Space: Data API', () => {\nconst browserLocal = browser.select('browserLocal');\n... | JavaScript | MIT License | webex/react-widgets | refactor(journeys): use consistent style across data api space widget tests | 1 | refactor | journeys |
217,922 | 08.04.2018 14:07:05 | -7,200 | 46b2f827a3233762c69253fa640112e2120e35f2 | chore: forgot to change button location when alarms panel is opened | [
{
"change_type": "MODIFY",
"diff": "bottom: 5px;\ntransition: right .4s cubic-bezier(0.25, 0.8, 0.25, 1);\n&.opened {\n- right: 255px;\n+ right: 275px;\n}\n}\n.content-middle {\n",
"new_path": "src/app/app.component.scss",
"old_path": "src/app/app.component.scss"
}
] | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: forgot to change button location when alarms panel is opened
#310 | 1 | chore | null |
679,913 | 08.04.2018 14:23:57 | -3,600 | 4a18e8846cf518eb11137729a4906103e13c615d | refactor(examples): update webgl demo to use new canvas component | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@thi.ng/hdom\": \"latest\",\n- \"@thi.ng/hdom-components\": \"latest\"\n+ \"@thi.ng/hdom-components\": \"latest\",\n+ \"@thi.ng/transducers\": \"latest\"\n}\n}\n\\ No newline at end of file\n",
"new_path": "examples/webgl/package.json",
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update webgl demo to use new canvas component | 1 | refactor | examples |
821,196 | 08.04.2018 14:31:27 | 25,200 | 016849f9df6bce63aff7faaf4c09aaa5330300d3 | fix: remove unneeded script | [
{
"change_type": "MODIFY",
"diff": "@@ -263,8 +263,7 @@ class App extends Generator {\nthis.pjson.scripts.test = 'echo NO TESTS'\n}\nif (this.ts) {\n- this.pjson.scripts.build = 'rm -rf lib && tsc'\n- this.pjson.scripts.prepack = `${npm} run build`\n+ this.pjson.scripts.prepack = `rm -rf lib && tsc`\n}\nif ... | TypeScript | MIT License | oclif/oclif | fix: remove unneeded script | 1 | fix | null |
730,413 | 08.04.2018 14:44:43 | 14,400 | 72aa817fa0f5b6b9523bae9eda9eb9faf7171d68 | chore(tooling): add feature flags spec to space suite and ssl bump no domains | [
{
"change_type": "MODIFY",
"diff": "@@ -103,7 +103,8 @@ exports.config = {\n'./test/journeys/specs/space/dataApi/startup-settings.js',\n'./test/journeys/specs/space/global/basic.js',\n'./test/journeys/specs/space/global/meet.js',\n- './test/journeys/specs/space/global/messaging.js'\n+ './test/journeys/specs... | JavaScript | MIT License | webex/react-widgets | chore(tooling): add feature flags spec to space suite and ssl bump no domains | 1 | chore | tooling |
679,913 | 08.04.2018 14:51:56 | -3,600 | 0873832d4f7594efc7bce2f1f1a403351d128e19 | refactor(hdom-components): update dropdown components
BREAKING CHANGE: add hdom context arg as first arg to `dropdown` and
`groupedDropdown` | [
{
"change_type": "MODIFY",
"diff": "export interface DropDownOption extends Array<any> {\n[0]: string | number;\n- [1]: string;\n+ [1]: string | number;\n[2]?: boolean\n};\n@@ -19,18 +19,18 @@ export const option = ([value, label, disabled]: DropDownOption, sel: string | n\nexport const optgroup = (attribs:... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hdom-components): update dropdown components
BREAKING CHANGE: add hdom context arg as first arg to `dropdown` and
`groupedDropdown` | 1 | refactor | hdom-components |
679,913 | 08.04.2018 14:53:05 | -3,600 | 905467c11bb6e0b50602f94cdad7015efe183d2e | refactor(examples): update cellular-automata & hdom-benchmark
update dropdown usage | [
{
"change_type": "MODIFY",
"diff": "@@ -121,7 +121,7 @@ start(\"app\", () => {\n[\"div\",\n[\"button\", { onclick: () => randomizeRules() }, \"randomize rules\"],\n[\"button\", { onclick: () => randomizeGrid() }, \"reset grid\"],\n- dropdown({ onchange: (e) => applyRules(e.target.value) }, presets, location... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update cellular-automata & hdom-benchmark
- update dropdown usage | 1 | refactor | examples |
821,196 | 08.04.2018 15:06:46 | 25,200 | 3048e069a714ff32c197d3f467e04235c0663e95 | fix: fixed lint issues | [
{
"change_type": "MODIFY",
"diff": "@@ -249,7 +249,6 @@ class App extends Generator {\nthis.pjson.files = this.answers.files || defaults.files || [(this.ts ? '/lib' : '/src')]\nthis.pjson.license = this.answers.license || defaults.license\nthis.repository = this.pjson.repository = this.answers.github ? `${t... | TypeScript | MIT License | oclif/oclif | fix: fixed lint issues | 1 | fix | null |
821,196 | 08.04.2018 15:35:42 | 25,200 | 612f401aa2f4a4915b2dd46b6f57cc6ceff0e213 | fix: command path on windows | [
{
"change_type": "MODIFY",
"diff": "@@ -503,8 +503,9 @@ class App extends Generator {\nconst opts = {...this as any, _, bin, cmd}\nthis.fs.copyTpl(this.templatePath('plugin/bin/run'), this.destinationPath('bin/run'), opts)\nthis.fs.copyTpl(this.templatePath('bin/run.cmd'), this.destinationPath('bin/run.cmd'... | TypeScript | MIT License | oclif/oclif | fix: command path on windows (#96) | 1 | fix | null |
821,196 | 08.04.2018 15:39:21 | 25,200 | ceb13f28369d2651a467ea769d1fdf94731f1111 | fix: ignore any node_modules directories | [
{
"change_type": "MODIFY",
"diff": "@@ -463,7 +463,7 @@ class App extends Generator {\n'.oclif.manifest.json',\n'*-debug.log',\n'*-error.log',\n- '/node_modules',\n+ 'node_modules',\n'/tmp',\n'/dist',\nthis.yarn ? '/package-lock.json' : '/yarn.lock',\n",
"new_path": "src/generators/app.ts",
"old_pat... | TypeScript | MIT License | oclif/oclif | fix: ignore any node_modules directories | 1 | fix | null |
821,196 | 08.04.2018 15:42:15 | 25,200 | 7dec822dda4b56e626b078a93c595c45e0b0cc10 | fix: skip eslint files when using typescript | [
{
"change_type": "MODIFY",
"diff": "@@ -327,6 +327,10 @@ class App extends Generator {\nif (this.mocha) {\nthis.fs.copyTpl(this.templatePath('test/tsconfig.json'), this.destinationPath('test/tsconfig.json'), this)\n}\n+ } else {\n+ this.fs.copyTpl(this.templatePath('eslintrc'), this.destinationPath('.eslint... | TypeScript | MIT License | oclif/oclif | fix: skip eslint files when using typescript | 1 | fix | null |
821,196 | 08.04.2018 15:51:17 | 25,200 | ac95a07286e902fceed384694a8d56a70d75cb51 | fix: lock down deps | [
{
"change_type": "MODIFY",
"diff": "@@ -383,64 +383,61 @@ class App extends Generator {\ncase 'base': break\ncase 'single':\ndependencies.push(\n- '@oclif/config',\n- '@oclif/command',\n- '@oclif/plugin-help',\n+ '@oclif/config@1',\n+ '@oclif/command@1',\n+ '@oclif/plugin-help@1',\n)\nbreak\ncase 'plugin':\... | TypeScript | MIT License | oclif/oclif | fix: lock down deps | 1 | fix | null |
724,212 | 08.04.2018 17:04:10 | -7,200 | e9aadad97942684240252d677ee4a9d4581181d8 | docs: extend examples in find api | [
{
"change_type": "MODIFY",
"diff": "@@ -17,10 +17,18 @@ import Foo from './Foo.vue'\nimport Bar from './Bar.vue'\nconst wrapper = mount(Foo)\n+\nconst div = wrapper.find('div')\nexpect(div.is('div')).toBe(true)\n+\nconst bar = wrapper.find(Bar)\nexpect(bar.is(Bar)).toBe(true)\n+\n+const barByName = wrapper.... | JavaScript | MIT License | vuejs/vue-test-utils | docs: extend examples in find api (#473) (#511) | 1 | docs | null |
730,413 | 08.04.2018 18:12:50 | 14,400 | 91796c9c07953e44978ee343164a326b1b1e1591 | refactor(journeys): use consistent style across space widget tests | [
{
"change_type": "MODIFY",
"diff": "@@ -213,14 +213,8 @@ describe('Widget Space: Data API', () => {\nit('searches and adds person to space', () => {\nsearchForPerson(browserLocal, biff.displayName, true);\nbrowserLocal.waitForVisible(rosterElements.rosterList);\n- browserLocal.waitUntil(() => {\n- const par... | JavaScript | MIT License | webex/react-widgets | refactor(journeys): use consistent style across space widget tests | 1 | refactor | journeys |
730,413 | 08.04.2018 18:14:44 | 14,400 | 9a539811c29810e6320b5850c9a5b2dfccc2f307 | refactor(journey): remove nested element calls from meet helper file | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ export const elements = {\n*/\nexport function answer(aBrowser) {\naBrowser.waitForVisible(elements.answerButton);\n- aBrowser.element(elements.meetWidget).element(elements.answerButton).click();\n+ aBrowser.click(elements.answerButton);\naBrowser.waitFo... | JavaScript | MIT License | webex/react-widgets | refactor(journey): remove nested element calls from meet helper file | 1 | refactor | journey |
730,413 | 08.04.2018 18:17:59 | 14,400 | be8980f9c6cd4e7fb81157988702ed27b4749692 | refactor(journeys): remove nested element calls from messaging helper file | [
{
"change_type": "MODIFY",
"diff": "@@ -64,9 +64,9 @@ export function sendMessage(sender, receiver, message) {\n*/\nexport function verifyMessageReceipt(receiver, sender, message) {\nreceiver.browser.waitForVisible(`[placeholder=\"Send a message to ${sender.displayName}\"]`);\n- receiver.browser.waitForExis... | JavaScript | MIT License | webex/react-widgets | refactor(journeys): remove nested element calls from messaging helper file | 1 | refactor | journeys |
730,413 | 08.04.2018 18:18:42 | 14,400 | 89d98c181e7d773bcd1ad16e6a2f86e213cf141a | chore(tooling): add space spec files to integration suite | [
{
"change_type": "MODIFY",
"diff": "@@ -126,7 +126,15 @@ exports.config = {\n'./test/journeys/specs/oneOnOne/global/meet.js',\n'./test/journeys/specs/oneOnOne/global/messaging.js',\n'./test/journeys/specs/recents/dataApi/basic.js',\n- './test/journeys/specs/recents/global/basic.js'\n+ './test/journeys/specs... | JavaScript | MIT License | webex/react-widgets | chore(tooling): add space spec files to integration suite | 1 | chore | tooling |
679,913 | 08.04.2018 18:34:08 | -3,600 | d832c9d2b691f64f5f94381c061b98a6aa05a2c7 | docs(hdom): update readme & doc strings | [
{
"change_type": "MODIFY",
"diff": "This project is part of the\n[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.\n-**As of 2018-03-03 this package is now called @thi.ng/hdom, formerly\n-@thi.ng/hiccup-dom**\n+<!-- TOC depthFrom:2 -->\n+\n+- [About](#about)\n+ - [Component tree translation]... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(hdom): update readme & doc strings | 1 | docs | hdom |
679,913 | 08.04.2018 18:36:52 | -3,600 | a904599c243412cdf507e127ea3ccb4ff6d89af1 | docs(hdom): update/fix readme | [
{
"change_type": "MODIFY",
"diff": "This project is part of the\n[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.\n-<!-- TOC depthFrom:2 -->\n+<!-- TOC depthFrom:2 depthTo:3 -->\n- [About](#about)\n- [Component tree translation](#component-tree-translation)\n@@ -14,10 +14,6 @@ This project ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(hdom): update/fix readme | 1 | docs | hdom |
730,413 | 08.04.2018 19:01:30 | 14,400 | 43ffbbab17b188b7eb0efbeebcd47543360485e3 | refactor(journeys): remove nested element calls in feature flag helper file | [
{
"change_type": "MODIFY",
"diff": "@@ -17,24 +17,14 @@ export default function featureFlagTests(browserWithAllTheFeatures, browserWithN\nit('has a roster for user with feature flag', () => {\nbrowserWithAllTheFeatures.click(mainElements.menuButton);\nbrowserWithAllTheFeatures.waitForVisible(mainElements.ac... | JavaScript | MIT License | webex/react-widgets | refactor(journeys): remove nested element calls in feature flag helper file | 1 | refactor | journeys |
730,413 | 08.04.2018 19:01:54 | 14,400 | 5e3e630cc7c9a3c05f3af06c4f253ee15dcb6fa3 | refactor(journeys): remove nested element calls in main helper file | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ export function switchToMessage(aBrowser) {\naBrowser.click(elements.menuButton);\naBrowser.waitForVisible(elements.activityMenu);\n}\n- aBrowser.element(elements.controlsContainer).element(elements.messageButton).waitForVisible();\n+ aBrowser.waitForVis... | JavaScript | MIT License | webex/react-widgets | refactor(journeys): remove nested element calls in main helper file | 1 | refactor | journeys |
730,413 | 08.04.2018 19:02:16 | 14,400 | 4ea50602e2954572da479a11a0b266e134db570c | refactor(journeys): remove nested function calls in roster helper file | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ export const elements = {\nrosterList: '.ciscospark-roster-scrolling-list',\naddParticipantArea: '.ciscospark-roster-add-participant',\naddParticipantResultsArea: '.ciscospark-roster-add-participant-results',\n- addParticipantResultItem: '.ciscospark-peo... | JavaScript | MIT License | webex/react-widgets | refactor(journeys): remove nested function calls in roster helper file | 1 | refactor | journeys |
730,413 | 08.04.2018 19:12:56 | 14,400 | 88703ad458751157cb6145901096b093e5685198 | fix(journeys): revert to nested elements where required | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,12 @@ export default function featureFlagTests(browserWithAllTheFeatures, browserWithN\nit('has a call option for user with feature flag', () => {\nbrowserWithAllTheFeatures.click(mainElements.menuButton);\nbrowserWithAllTheFeatures.waitForVisible(mainElement... | JavaScript | MIT License | webex/react-widgets | fix(journeys): revert to nested elements where required | 1 | fix | journeys |
217,922 | 08.04.2018 20:18:15 | -7,200 | 3b918f5bc358bddbd4ade52dc0f4b4ef1a7751a4 | feat: a dialog box will now show if you leave/reload the page while changes are saving
closes | [
{
"change_type": "MODIFY",
"diff": "-import {ChangeDetectorRef, Component, OnInit, ViewChild} from '@angular/core';\n+import {ChangeDetectorRef, Component, HostListener, OnInit, ViewChild} from '@angular/core';\nimport {AngularFireAuth} from 'angularfire2/auth';\nimport {TranslateService} from '@ngx-transla... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: a dialog box will now show if you leave/reload the page while changes are saving
closes #309 | 1 | feat | null |
679,913 | 08.04.2018 22:15:44 | -3,600 | fcf1404e795f42d0caf373153ff8faca06922743 | refactor(hiccup): remove obsolete deref check | [
{
"change_type": "MODIFY",
"diff": "@@ -169,7 +169,7 @@ const normalize = (tag: any[]) => {\nif (tag.length > 1) {\nlet i = 1;\nconst att = tag[1];\n- if (isPlainObject(att) && !implementsFunction(att, \"deref\")) {\n+ if (isPlainObject(att)) {\nObject.assign(attribs, att);\ni++;\n}\n",
"new_path": "pac... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hiccup): remove obsolete deref check | 1 | refactor | hiccup |
679,913 | 08.04.2018 22:48:26 | -3,600 | 2458b15f4c94b280a31a700b9d022ebd5aeb1fc8 | docs(hiccup-svg): update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,17 @@ yarn add @thi.ng/hiccup-svg\n```typescript\nimport * as svg from \"@thi.ng/hiccup-svg\";\n+import { serialize } from \"@thi.ng/hiccup\";\n+import * as fs from \"fs\";\n+\n+fs.writeFileSync(\"hello.svg\",\n+ serialize(\n+ svg.svgdoc({width: 100, height: ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(hiccup-svg): update readme | 1 | docs | hiccup-svg |
821,196 | 09.04.2018 00:27:04 | 25,200 | fe9be07cf22d70741a5e28a7d5b2c147b18d64ff | fix: generate readme before packing | [
{
"change_type": "MODIFY",
"diff": "@@ -265,7 +265,7 @@ class App extends Generator {\nthis.pjson.scripts.prepack = 'rm -rf lib && tsc'\n}\nif (['plugin', 'multi'].includes(this.type)) {\n- this.pjson.scripts.prepack = nps.series(this.pjson.scripts.prepack, 'oclif-dev manifest')\n+ this.pjson.scripts.prepac... | TypeScript | MIT License | oclif/oclif | fix: generate readme before packing | 1 | fix | null |
821,196 | 09.04.2018 01:18:36 | 25,200 | 3fc97ec33bbbb008b25fd48e4e08b099ff989d64 | fix: add another command to multi examples | [
{
"change_type": "MODIFY",
"diff": "@@ -48,6 +48,9 @@ module.exports = (_, options) => {\n})\nsh.exec(`oclif ${type} --force --defaults ${options}`)\n+ if (type === 'multi') {\n+ sh.exec(`oclif command goodbye --force --defaults ${options}`)\n+ }\nsh.exec('git add -A')\ntry {\nexeca.sync('git', ['commit', '... | TypeScript | MIT License | oclif/oclif | fix: add another command to multi examples | 1 | fix | null |
821,196 | 09.04.2018 01:25:02 | 25,200 | 41c00cabef73e10268d3d48b74c875715ef6bc2d | fix: command example generation | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,7 @@ module.exports = (_, options) => {\nsh.exec(`oclif ${type} --force --defaults ${options}`)\nif (type === 'multi') {\n- sh.exec(`oclif command goodbye --force --defaults ${options}`)\n+ sh.exec(`oclif command goodbye --force --defaults`)\n}\nsh.exec('git ... | TypeScript | MIT License | oclif/oclif | fix: command example generation | 1 | fix | null |
821,196 | 09.04.2018 01:26:51 | 25,200 | 48ea0fe35a579f3b4498cdd44d4689e90b5f19d6 | test: lint fix | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,7 @@ module.exports = (_, options) => {\nsh.exec(`oclif ${type} --force --defaults ${options}`)\nif (type === 'multi') {\n- sh.exec(`oclif command goodbye --force --defaults`)\n+ sh.exec('oclif command goodbye --force --defaults')\n}\nsh.exec('git add -A')\nt... | TypeScript | MIT License | oclif/oclif | test: lint fix | 1 | test | null |
815,746 | 09.04.2018 09:37:05 | -10,800 | c834a7880d0092cc9d2f9de0a86a15cda74067e5 | fit: do not blink input on clcik
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ import { ConsoleService } from './console.service';\ndescribe('NgSelectComponent', function () {\n- describe('init', () => {\n+ describe('Init', () => {\nit('should map items correctly', fakeAsync(() => {\nconst fixture = createTestingModule(\nNgSelectTe... | TypeScript | MIT License | ng-select/ng-select | fit: do not blink input on clcik (#415)
fixes #368 | 1 | fit | null |
815,746 | 09.04.2018 09:39:34 | -10,800 | ccfc73d4dc085ca90f15f4ce6c62c76d83b99c80 | chore(release): 0.35.2 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.35.2\"></a>\n+## [0.35.2](https://github.com/ng-select/ng-select/compare/v0.35.1...... | TypeScript | MIT License | ng-select/ng-select | chore(release): 0.35.2 | 1 | chore | release |
730,413 | 09.04.2018 13:06:24 | 14,400 | a7d78145746017d228e3b09bd464b1188be45b17 | fix(journeys): open meet widget in remote browser for data api calling test | [
{
"change_type": "MODIFY",
"diff": "@@ -74,11 +74,11 @@ describe('Widget Space: One on One: Data API Settings', () => {\ncsmmDom.setAttribute('data-toggle', 'ciscospark-space');\ncsmmDom.setAttribute('data-access-token', localAccessToken);\ncsmmDom.setAttribute('data-to-person-email', localToUserEmail);\n- ... | JavaScript | MIT License | webex/react-widgets | fix(journeys): open meet widget in remote browser for data api calling test | 1 | fix | journeys |
807,849 | 09.04.2018 15:52:51 | 25,200 | a1bff40e65cb29b06aecbcafb3a9b4d0176b58cf | feat(conventional-commits): Support local file presets
Dramatically improves test coverage, as well. | [
{
"change_type": "MODIFY",
"diff": "@@ -852,19 +852,19 @@ describe(\"PublishCommand\", () => {\nexpect(ConventionalCommitUtilities.recommendVersion).toBeCalledWith(\nexpect.objectContaining({ name }),\n\"independent\",\n- { changelogPreset: undefined }\n+ { changelogPreset: undefined, rootPath: testDir }\n)... | JavaScript | MIT License | lerna/lerna | feat(conventional-commits): Support local file presets
Dramatically improves test coverage, as well. | 1 | feat | conventional-commits |
807,849 | 09.04.2018 16:10:21 | 25,200 | 32a38ad70e699d7339bb2462c1bb4d83dc71b7c8 | fix(project): Pin --exact require-from-string v2.0.1 to avoid integrity error with v2.0.2 | [
{
"change_type": "MODIFY",
"diff": "\"glob-parent\": \"^3.1.0\",\n\"load-json-file\": \"^4.0.0\",\n\"npmlog\": \"^4.1.2\",\n+ \"require-from-string\": \"2.0.1\",\n\"resolve-from\": \"^4.0.0\",\n\"write-json-file\": \"^2.3.0\"\n}\n",
"new_path": "core/project/package.json",
"old_path": "core/project/... | JavaScript | MIT License | lerna/lerna | fix(project): Pin --exact require-from-string v2.0.1 to avoid integrity error with v2.0.2
https://github.com/floatdrop/require-from-string/issues/21 | 1 | fix | project |
791,690 | 09.04.2018 17:55:53 | 25,200 | a6a9fc117708cf96e1a7ff3ada90d181d9c12173 | core(lantern): more flexible graph edge creation
Also disable CPU throttling for Appveyor | [
{
"change_type": "MODIFY",
"diff": "@@ -72,4 +72,4 @@ function aUsedFunction () {\n}\naUsedFunction();\n-longTask();\n+longTask(175);\n",
"new_path": "lighthouse-cli/test/fixtures/byte-efficiency/script.js",
"old_path": "lighthouse-cli/test/fixtures/byte-efficiency/script.js"
},
{
"change_ty... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(lantern): more flexible graph edge creation (#4933)
Also disable CPU throttling for Appveyor | 1 | core | lantern |
807,918 | 09.04.2018 18:16:27 | 18,000 | d7e33c6e422934a37302f5e78e226423e3abcf04 | feat(bootstrap): Use `npm ci` with `--ci` option | [
{
"change_type": "MODIFY",
"diff": "@@ -215,6 +215,10 @@ May also be configured in `lerna.json`:\n}\n```\n+#### --ci\n+\n+This runs `lerna bootstrap` with `npm ci` as opposed to `npm install`. The specifics of this command can be found in the NPM documentation [here](https://docs.npmjs.com/cli/ci)\n+\n#### ... | JavaScript | MIT License | lerna/lerna | feat(bootstrap): Use `npm ci` with `--ci` option (#1360) | 1 | feat | bootstrap |
679,913 | 09.04.2018 18:23:22 | -3,600 | acc9c13b6c5401065c7401e41a7fe7a48ad71906 | refactor(examples): update router demo
extract event/effect IDs & route defs to separate files to
reflect changes in create-hdom-app | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,8 @@ import { EVENT_ROUTE_CHANGED } from \"@thi.ng/router/api\";\nimport { HTMLRouter } from \"@thi.ng/router/history\";\nimport { AppConfig, ViewSpec, AppViews, AppContext } from \"./api\";\n+import * as ev from \"./events\";\n+import * as fx from \"./effects\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update router demo
- extract event/effect IDs & route defs to separate files to
reflect changes in create-hdom-app | 1 | refactor | examples |
679,913 | 09.04.2018 18:27:10 | -3,600 | b9d9a49346249a3f4bec6aac229a8b0d3b87e511 | fix(hiccup-svg): path(), update add null check for points() | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ const ff = (x: number) => x.toFixed(PRECISION);\nconst point = (p: ArrayLike<number>) => ff(p[0]) + \",\" + ff(p[1]);\n-const points = (pts: ArrayLike<number>[], sep = \" \") => pts.map(point).join(sep);\n+const points = (pts: ArrayLike<number>[], sep = \"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(hiccup-svg): path(), update add null check for points() | 1 | fix | hiccup-svg |
217,922 | 09.04.2018 19:26:42 | -7,200 | fcd9805323121f5d77515258ff2f6696f7a2fb22 | chore: reverting mass rename error due to Webstorm | [
{
"change_type": "MODIFY",
"diff": "@@ -185,7 +185,7 @@ export class AlarmService {\n}\n/**\n- * Return the item_amount of minutes before the next alarm of the item.\n+ * Return the amount of minutes before the next alarm of the item.\n* @param {ListRow} item\n* @returns {Observable<number>}\n*/\n@@ -350,7 ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: reverting mass rename error due to Webstorm | 1 | chore | null |
217,922 | 09.04.2018 19:39:22 | -7,200 | 1cb8f6a683c5e75db82d8eecaad217030547fc2c | fix: help dialog is no longer opened at first page visit | [
{
"change_type": "MODIFY",
"diff": "@@ -29,15 +29,6 @@ export abstract class PageComponent extends ComponentWithSubscriptions implement\n* On Init, check if dialog has already been opened, if not, open it and add informations to the localstorage that it has been opened.\n*/\npublic ngOnInit(): void {\n- // ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: help dialog is no longer opened at first page visit | 1 | fix | null |
217,922 | 09.04.2018 20:01:58 | -7,200 | 2e71b70ac3e5feda01b974f8969697152c4df479 | fix: You can now edit patreon email in your profile page
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -14,12 +14,13 @@ export class PatreonLinkPopupComponent {\npatreonEmail: string;\n- email: FormControl = new FormControl('', [Validators.required, Validators.email]);\n+ email: FormControl;\nalreadyUsed = false;\nconstructor(private userService: UserService, private di... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: You can now edit patreon email in your profile page
closes #291 | 1 | fix | null |
679,913 | 09.04.2018 22:33:06 | -3,600 | 2a91e302fddb57d676243b5aa7be99233cea96d6 | perf(hdom): intern imported checks, update normalizeTree(), add docs, fix tests
avoid `path` copies in normalizeTree()
fix `render` life cycle return val handling
(must be array for init/release to be called) | [
{
"change_type": "MODIFY",
"diff": "-import { isArray } from \"@thi.ng/checks/is-array\";\n-import { isString } from \"@thi.ng/checks/is-string\";\n+import * as isa from \"@thi.ng/checks/is-array\";\n+import * as iss from \"@thi.ng/checks/is-string\";\nimport * as diff from \"@thi.ng/diff\";\n// import { DE... | TypeScript | Apache License 2.0 | thi-ng/umbrella | perf(hdom): intern imported checks, update normalizeTree(), add docs, fix tests
- avoid `path` copies in normalizeTree()
- fix `render` life cycle return val handling
(must be array for init/release to be called) | 1 | perf | hdom |
815,742 | 09.04.2018 22:49:17 | 25,200 | 30201c000c50e9ae74addd11d549c58a970a2f1a | feat: adding basic support for Narrators on Dropdown
closes | [
{
"change_type": "ADD",
"diff": "+export function newId() {\n+ // First character is an 'a', it's good practice to tag id to begin with a letter\n+ return 'axxxxxxxxxxx'.replace(/[x]/g, function (_) {\n+ // tslint:disable-next-line:no-bitwise\n+ const val = Math.random() * 16 | 0;\n+ return val.toString(16)... | TypeScript | MIT License | ng-select/ng-select | feat: adding basic support for Narrators on Dropdown (#433)
closes #216 | 1 | feat | null |
791,790 | 10.04.2018 00:40:15 | -7,200 | a031e466ee323369045aa555874a61daf9c1fa52 | cli(output): Add ability to export results to CSV | [
{
"change_type": "MODIFY",
"diff": "@@ -13,15 +13,17 @@ const log = require('lighthouse-logger');\n* An enumeration of acceptable output modes:\n* 'json': JSON formatted results\n* 'html': An HTML report\n+ * 'csv': CSV formatted results\n*/\nconst OutputMode = {\njson: 'json',\nhtml: 'html',\n+ csv: 'csv',... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | cli(output): Add ability to export results to CSV (#4912)
Co-authored-by: Michiel van Spaendonck <mvanspaendonck@users.noreply.github.com>
Co-authored-by: Kanav Anand <anandkanav92@users.noreply.github.com>
Co-authored-by: Ernst Mulders <ernstmul@users.noreply.github.com>
Co-authored-by: Paul Irish <paulirish@users... | 1 | cli | output |
821,196 | 10.04.2018 02:20:50 | 25,200 | 1927369bcfd62d1ade4bbda7cd8ae32d1331331f | fix: remove junit reporter from circle
it hides the original output | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ jobs:\nname: Install dependencies\ncommand: |\n.circleci/greenkeeper\n- yarn add -D nyc@11 @oclif/nyc-config@1 mocha-junit-reporter@1\n+ yarn add -D nyc@11 @oclif/nyc-config@1\n<%_ if (['single', 'multi'].includes(type)) { _%>\n- run: ./bin/run --version... | TypeScript | MIT License | oclif/oclif | fix: remove junit reporter from circle
it hides the original output | 1 | fix | null |
821,196 | 10.04.2018 02:21:53 | 25,200 | a8e7518b94b1c7ce126feb2b3d55ab4a6659009b | chore: more junit removal | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,6 @@ jobs:\nenvironment:\n<%_ if (mocha) { _%>\nNYC: \"yarn exec nyc -- --nycrc-path node_modules/@oclif/nyc-config/.nycrc\"\n- MOCHA_FILE: \"reports/mocha.xml\"\n<%_ } _%>\nsteps:\n- checkout\n@@ -31,15 +30,12 @@ jobs:\n- run:\nname: Testing\ncommand: |\n- mkd... | TypeScript | MIT License | oclif/oclif | chore: more junit removal | 1 | chore | null |
821,196 | 10.04.2018 02:35:43 | 25,200 | 0f2ecaec84d0773f8b506feaf4bca05c63304d41 | fix: break up code coverage into its own step | [
{
"change_type": "MODIFY",
"diff": "@@ -29,8 +29,10 @@ jobs:\n<%_ if (mocha) { _%>\n- run:\nname: Testing\n+ command: $NYC yarn test\n+ - run:\n+ name: Submitting code coverage to codecov\ncommand: |\n- $NYC yarn test\n$NYC report --reporter text-lcov > coverage.lcov\ncurl -s https://codecov.io/bash | bash\... | TypeScript | MIT License | oclif/oclif | fix: break up code coverage into its own step | 1 | fix | null |
815,746 | 10.04.2018 08:49:36 | -10,800 | 5b3647bae90f0b264d484c2be6da403672ad6201 | chore(release): 0.36.0 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.36.0\"></a>\n+# [0.36.0](https://github.com/ng-select/ng-select/compare/v0.35.2...v... | TypeScript | MIT License | ng-select/ng-select | chore(release): 0.36.0 | 1 | chore | release |
217,922 | 10.04.2018 10:24:40 | -7,200 | 1b11ed95d081d97ec330871258a3296048786be5 | fix: no more <Indent/> in french item names | [
{
"change_type": "MODIFY",
"diff": "@@ -13,11 +13,15 @@ import {Language} from './language';\n@Injectable()\nexport class LocalizedDataService {\n+ indentRegexp = new RegExp('<Indent/>', 'i');\n+\nconstructor() {\n}\npublic getItem(id: number): I18nName {\n- return this.getRow(items, id);\n+ const row = thi... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: no more <Indent/> in french item names | 1 | fix | null |
730,413 | 10.04.2018 10:58:07 | 14,400 | 3852bcba765a4357dbd44541cead4ea07e42527e | fix(journeys): create conversation before start call test and add wait | [
{
"change_type": "MODIFY",
"diff": "import testUsers from '@ciscospark/test-helper-test-users';\n+import CiscoSpark from '@ciscospark/spark-core';\n+import '@ciscospark/internal-plugin-conversation';\nimport {moveMouse} from '../../../lib/test-helpers';\nimport {elements} from '../../../lib/test-helpers/spa... | JavaScript | MIT License | webex/react-widgets | fix(journeys): create conversation before start call test and add wait | 1 | fix | journeys |
791,834 | 10.04.2018 11:04:54 | 25,200 | 1de5667b1acca194203a517f4a743e484e9d7c7d | cli(chore): remove chrome-launcher stubs | [
{
"change_type": "DELETE",
"diff": "-# Chrome Launcher [](https://npmjs.org/package/chrome-launcher)\n-\n-Launch Google Chrome with ease from node. Package moved to https://npmjs.org/package/chrome-launcher.\n",
"new_path": ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | cli(chore): remove chrome-launcher stubs (#4945) | 1 | cli | chore |
573,227 | 10.04.2018 11:50:34 | 25,200 | 69f917a3db66fac58f01c9e16535c2e2fcf2172b | fix(plugins): save req._matchedVersion | [
{
"change_type": "MODIFY",
"diff": "@@ -321,9 +321,10 @@ function sendV2(req, res, next) {\nreturn next();\n}\n-var PATH = '/hello/:name';\n-server.get({path: PATH, version: '1.1.3'}, sendV1);\n-server.get({path: PATH, version: '2.0.0'}, sendV2);\n+server.get('/hello/:name', restify.plugins.conditionalHandl... | JavaScript | MIT License | restify/node-restify | fix(plugins): save req._matchedVersion (#1642) | 1 | fix | plugins |
573,227 | 10.04.2018 11:57:11 | 25,200 | 0099b58265ed12d81db1964ba0d66b8ca6a42f42 | chore(github): add stale config | [
{
"change_type": "ADD",
"diff": "+daysUntilStale: 60\n+daysUntilClose: 14\n+exemptLabels:\n+ - Critical\n+ - Serve\n+staleLabel: Stale\n+markComment: >\n+ This issue has been automatically marked as stale because it has not had\n+ recent activity. It will be closed if no further activity occurs. Thank you\n... | JavaScript | MIT License | restify/node-restify | chore(github): add stale config (#1643) | 1 | chore | github |
807,849 | 10.04.2018 12:07:54 | 25,200 | f6bae80ffc9f4f3e3370a491fe9af48a98947b8f | fix(import): Rebase patch copies, too | [
{
"change_type": "MODIFY",
"diff": "@@ -152,6 +152,7 @@ class ImportCommand extends Command {\n.replace(/^([-+]{3} [ab])/gm, replacement)\n.replace(/^(diff --git a)/gm, replacement)\n.replace(/^(diff --git \\S+ b)/gm, replacement)\n+ .replace(/^(copy (from|to)) /gm, `$1 ${formattedTarget}/`)\n.replace(/^(re... | JavaScript | MIT License | lerna/lerna | fix(import): Rebase patch copies, too | 1 | fix | import |
807,849 | 10.04.2018 12:15:46 | 25,200 | bbfec8aae4d50ad9ff4e2f99fc43037fef57d664 | chore(release): publish v3.0.0-beta.16 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+<a name=\"3.0.0-beta.16\"></a>\n+# [3.0.0-beta.16](https://github.com/lerna/lerna/compare/v3.0.0-beta.15...v3.0.0-bet... | JavaScript | MIT License | lerna/lerna | chore(release): publish v3.0.0-beta.16 | 1 | chore | release |
217,922 | 10.04.2018 12:55:58 | -7,200 | 96bb43bacc414358e74a6fb5b68ac5e021bf0970 | chore: better handling for older lists with monster location not extracted | [
{
"change_type": "MODIFY",
"diff": "<app-map-position mat-line *ngIf=\"drop.position !== undefined\"\n[zoneId]=\"drop.position.zoneid\"\n[marker]=\"drop.position\"></app-map-position>\n+ <span *ngIf=\"drop.position !== undefined\">\n<span mat-line *ngIf=\"getClosestAetheryte(drop) | async as aetheryte\" cla... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: better handling for older lists with monster location not extracted | 1 | chore | null |
730,413 | 10.04.2018 13:39:15 | 14,400 | 4a41a604d2491238d17cdab73444a51e6edc6cfd | fix(journeys): add a pause for call to establish | [
{
"change_type": "MODIFY",
"diff": "@@ -49,6 +49,7 @@ export function call(caller, reciever) {\ncaller.waitForVisible(elements.callButton);\ncaller.click(elements.callButton);\n// wait for call to establish\n+ browser.pause(5000);\nreciever.waitForVisible(elements.answerButton);\n}\n",
"new_path": "test... | JavaScript | MIT License | webex/react-widgets | fix(journeys): add a pause for call to establish | 1 | fix | journeys |
217,922 | 10.04.2018 14:24:40 | -7,200 | bc915d822c971f371c45430fba292b60eef6b870 | feat: outdated lists are now automatically regenerated when opened by the author | [
{
"change_type": "MODIFY",
"diff": "@@ -367,7 +367,7 @@ export class List extends DataModel {\n}\nlet res = false;\nres = res || (this.version === undefined);\n- res = res || semver.ltr(this.version, '3.3.0');\n+ res = res || semver.ltr(this.version, '3.4.5');\nreturn res;\n}\n",
"new_path": "src/app/mo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: outdated lists are now automatically regenerated when opened by the author | 1 | feat | null |
791,690 | 10.04.2018 15:37:49 | 25,200 | aec55bd59b39aeca7a84f51b760fcd4626897b25 | core(metrics): add FCP metric | [
{
"change_type": "ADD",
"diff": "+/**\n+ * @license Copyright 2018 Google Inc. All Rights Reserved.\n+ * Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/L... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(metrics): add FCP metric (#4948) | 1 | core | metrics |
791,834 | 10.04.2018 16:44:46 | 25,200 | 82c83813e77d096295f8badc089e97286bac38f3 | core(tsc): add type checking to asset-saver | [
{
"change_type": "MODIFY",
"diff": "@@ -69,11 +69,10 @@ module.exports = {\n'arrow-parens': 0,\n},\nparserOptions: {\n- ecmaVersion: 2017,\n+ ecmaVersion: 2018,\necmaFeatures: {\nglobalReturn: true,\njsx: false,\n- experimentalObjectRestSpread: false,\n},\nsourceType: 'script',\n},\n",
"new_path": ".esl... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(tsc): add type checking to asset-saver (#4949) | 1 | core | tsc |
791,690 | 10.04.2018 17:15:18 | 25,200 | ff4f111c73d96d86d69ddec18f942343d6d18e62 | core: de-dupe URLs in is-on-http, uses-http2 | [
{
"change_type": "MODIFY",
"diff": "@@ -35,13 +35,13 @@ module.exports = [\nextendedInfo: {\nvalue: {\nresults: {\n- length: 18,\n+ length: 17,\n},\n},\n},\ndetails: {\nitems: {\n- length: 18,\n+ length: 17,\n},\n},\n},\n",
"new_path": "lighthouse-cli/test/smokehouse/dobetterweb/dbw-expectations.js",
... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: de-dupe URLs in is-on-http, uses-http2 (#4950) | 1 | core | null |
679,913 | 10.04.2018 18:09:20 | -3,600 | 10c089a37221eae104b90261f940025f9e9932b9 | feat(dcons): add IEmpty impl, minor refactoring
add empty()
add clear()
remove obsolete `public` method prefixes | [
{
"change_type": "MODIFY",
"diff": "@@ -13,13 +13,14 @@ export interface ConsCell<T> {\nexport class DCons<T> implements\napi.ICompare<DCons<T>>,\napi.ICopy<DCons<T>>,\n+ api.IEmpty<DCons<T>>,\napi.IEquiv,\napi.ILength,\napi.IRelease,\napi.IStack<T, DCons<T>> {\n- public head: ConsCell<T>;\n- public tail: C... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(dcons): add IEmpty impl, minor refactoring
- add empty()
- add clear()
- remove obsolete `public` method prefixes | 1 | feat | dcons |
679,913 | 10.04.2018 21:12:31 | -3,600 | e086be6b06d4e205104c5c14eefbbfcf9924f75a | feat(dgraph): re-import DGraph impl & tests, update readme | [
{
"change_type": "MODIFY",
"diff": "## About\n-Nothing to see here yet. Pls ignore for now.\n+Type-agnostic directed acyclic graph (DAG), using\n+[@thi.ng/associative](https://github.com/thi-ng/umbrella/tree/master/packages/associative)\n+maps & sets as backend.\n-TODO...\n+### Features\n+\n+- cycle detecti... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(dgraph): re-import DGraph impl & tests, update readme | 1 | feat | dgraph |
679,913 | 10.04.2018 21:13:03 | -3,600 | 0dc9f646a3d1deaf300660bb24965819f1635304 | feat(associative): add EquivSet.first() | [
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,12 @@ export class EquivSet<T> extends Set<T> implements\nthis._vals.clear();\n}\n+ first() {\n+ if (this.size) {\n+ return this._vals.head.value;\n+ }\n+ }\n+\nadd(x: T) {\n!this.has(x) && this._vals.push(x);\nreturn this;\n",
"new_path": "packages/assoc... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(associative): add EquivSet.first() | 1 | feat | associative |
679,913 | 10.04.2018 21:20:42 | -3,600 | 371cd42fd66e4fb000f0b806f83a880780e50e79 | build(associative): update deps (dcons) | [
{
"change_type": "MODIFY",
"diff": "\"typescript\": \"^2.8.1\"\n},\n\"dependencies\": {\n- \"@thi.ng/api\": \"^2.1.0\"\n+ \"@thi.ng/api\": \"^2.1.0\",\n+ \"@thi.ng/dcons\": \"^0.1.19\"\n},\n\"keywords\": [\n\"ES6\",\n",
"new_path": "packages/associative/package.json",
"old_path": "packages/associati... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(associative): update deps (dcons) | 1 | build | associative |
679,913 | 10.04.2018 21:24:55 | -3,600 | e7a5c93e91b1a1dbb2fca79f2de3ede94561c753 | build(associative): update package desc | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@thi.ng/associative\",\n\"version\": \"0.0.1\",\n- \"description\": \"TODO\",\n+ \"description\": \"Alternative Set & Map data type implementations with customizable equality semantics & supporting operations\",\n\"main\": \"./index.js\",\n\"typings\": \"./... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(associative): update package desc | 1 | build | associative |
679,913 | 10.04.2018 21:26:28 | -3,600 | efe606e16923de30c13271ab7ef4ebadf6c8b757 | build(dgraph): update package desc | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@thi.ng/dgraph\",\n\"version\": \"0.0.3\",\n- \"description\": \"TODO\",\n+ \"description\": \"Type-agnostic directed acyclic graph (DAG) & graph operations\",\n\"main\": \"./index.js\",\n\"typings\": \"./index.d.ts\",\n\"repository\": \"https://github.com/... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(dgraph): update package desc | 1 | build | dgraph |
679,913 | 10.04.2018 21:36:09 | -3,600 | 675847b88f92108fc766d47661eefb98b9fc46ba | fix(dgraph): update corrupted deps | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^2.2.0\",\n- \"@thi.ng/associative\": \"^0.0.1\",\n+ \"@thi.ng/associative\": \"^0.2.0\",\n\"@thi.ng/iterators\": \"^4.1.5\"\n},\n\"keywords\": [\n",
"new_path": "packages/dgraph/package.json",
"old_path": "packages/dgra... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(dgraph): update corrupted deps | 1 | fix | dgraph |
807,849 | 11.04.2018 12:04:13 | 25,200 | b4af3c9ebac8f7b4c22a0966c03b7e4fcfaed155 | fix(bootstrap): Pass npm-conf to feature predicate instead of directly reading process.env | [
{
"change_type": "MODIFY",
"diff": "@@ -23,6 +23,8 @@ const ValidationError = require(\"@lerna/validation-error\");\nconst isHoistedPackage = require(\"./lib/is-hoisted-package\");\nconst makeNpmFeaturePredicate = require(\"./lib/make-npm-feature-predicate\");\n+const hasNpmCI = makeNpmFeaturePredicate(\">=... | JavaScript | MIT License | lerna/lerna | fix(bootstrap): Pass npm-conf to feature predicate instead of directly reading process.env | 1 | fix | bootstrap |
815,745 | 11.04.2018 12:36:57 | -10,800 | 1fbfd24bb482b6edf2c3012b59b2dc5f9b6e193e | fix: sanitize options | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ import { distinctUntilChanged, debounceTime, switchMap } from 'rxjs/operators'\n<div *ngIf=\"item.name === 'Kaunas'\">{{item.name}}</div>\n<div class=\"card\" *ngIf=\"item.name !== 'Kaunas'\">\n<div class=\"card-body\">\n- <h5 class=\"card-title\" [inner... | TypeScript | MIT License | ng-select/ng-select | fix: sanitize options | 1 | fix | null |
815,745 | 11.04.2018 12:38:58 | -10,800 | 2b841908d62f7c288226f5be9867d6429c4d5c58 | fix: disable term highlighting by default | [
{
"change_type": "MODIFY",
"diff": "id=\"{{item?.htmlId || null}}\">\n<ng-template #defaultOptionTemplate>\n- <span class=\"ng-option-label\" [innerHtml]=\"item.label\" [ngOptionHighlight]=\"filterValue\"></span>\n+ <span class=\"ng-option-label\" [innerHtml]=\"item.label\"></span>\n</ng-template>\n<ng-temp... | TypeScript | MIT License | ng-select/ng-select | fix: disable term highlighting by default | 1 | fix | null |
815,745 | 11.04.2018 13:32:12 | -10,800 | a301521863b2a43ad399fd32219f0d67d83bf748 | chore(release): 0.36.1 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.36.1\"></a>\n+## [0.36.1](https://github.com/ng-select/ng-select/compare/v0.36.0...... | TypeScript | MIT License | ng-select/ng-select | chore(release): 0.36.1 | 1 | chore | release |
730,413 | 11.04.2018 14:30:14 | 14,400 | b1b1c95ce4c4dfe97f6c7701fd986121d6e85fdc | fix(journeys): add a wait before moving mouse to call container | [
{
"change_type": "MODIFY",
"diff": "@@ -71,6 +71,7 @@ export function decline(aBrowser) {\n*/\nexport function hangup(aBrowser) {\n// Call controls currently has a hover state\n+ aBrowser.waitForVisible(elements.callContainer);\nmoveMouse(aBrowser, elements.callContainer);\naBrowser.waitForVisible(elements.... | JavaScript | MIT License | webex/react-widgets | fix(journeys): add a wait before moving mouse to call container | 1 | fix | journeys |
791,834 | 11.04.2018 15:02:03 | 25,200 | 5bacdff524616b61b772f2870ad116a72f613cee | extension(compilation): add object rest support | [
{
"change_type": "MODIFY",
"diff": "@@ -129,13 +129,7 @@ async function saveArtifacts(artifacts, basePath) {\nrimraf.sync(`${basePath}/*${traceSuffix}`);\nrimraf.sync(`${basePath}/${artifactsFilename}`);\n- // TODO: when https://github.com/GoogleChrome/lighthouse/issues/4952 is fixed\n- // const {traces, de... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | extension(compilation): add object rest support (#4954) | 1 | extension | compilation |
815,745 | 11.04.2018 16:08:58 | -10,800 | 79d555a44e4821f141ec189b42aab7b49f2019f3 | fix: use interpolation instead of innerHTML | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,6 @@ import { Observable } from 'rxjs/Observable';\n<ng-select [searchable]=\"false\" [(ngModel)]=\"selectedCarId\">\n<ng-option *ngFor=\"let car of cars\" [value]=\"car.id\" [disabled]=\"car.disabled\" >{{car.name}}</ng-option>\n<ng-option [value]=\"'custom'... | TypeScript | MIT License | ng-select/ng-select | fix: use interpolation instead of innerHTML | 1 | fix | null |
815,745 | 11.04.2018 16:15:27 | -10,800 | 68b9a7e0394325c167011c06eeac2b6100e0259a | chore(release): 0.36.2 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.36.2\"></a>\n+## [0.36.2](https://github.com/ng-select/ng-select/compare/v0.36.1...... | TypeScript | MIT License | ng-select/ng-select | chore(release): 0.36.2 | 1 | chore | release |
679,913 | 11.04.2018 17:56:43 | -3,600 | 52c75085db1fd0b588937a5a16691fb41dfd25ba | feat(transducers): add run() for executing side effects only, update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -572,6 +572,14 @@ accumulator/result.\nTransforms iterable using given transducer and combines results with\ngiven reducer and optional initial accumulator/result.\n+#### `run<A, B>(tx: Transducer<A, B>, fx: (x: B) => void, xs: Iterable<A>)`\n+\n+Transforms iterable wi... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(transducers): add run() for executing side effects only, update readme | 1 | feat | transducers |
217,922 | 11.04.2018 19:20:08 | -7,200 | b3c685d76704f3e5b25b13463587f1d70478d3b7 | chore: fix for build | [
{
"change_type": "MODIFY",
"diff": "@@ -234,7 +234,7 @@ export class ListsComponent extends ComponentWithSubscriptions implements OnInit\n{\nlistName: this.newListFormControl.value,\nuserId: this.userData.$key\n- }\n+ },\ndisableClose: true\n});\n}\n",
"new_path": "src/app/pages/lists/lists/lists.compon... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fix for build | 1 | chore | null |
217,922 | 12.04.2018 11:38:51 | -7,200 | 616898a134915e640a9b2b33564887dfe992b30e | fix: external list import dialog box now has a cancel button in each step to close the dialog | [
{
"change_type": "MODIFY",
"diff": "<button mat-raised-button matStepperNext (click)=\"parseImportLink()\">{{'LISTS.IMPORT.Next' |\ntranslate}}\n</button>\n+ <button mat-button mat-dialog-close color=\"warn\">{{'Cancel' |\n+ translate}}\n+ </button>\n</div>\n</form>\n</mat-step>\n<div>\n<button mat-raised-b... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: external list import dialog box now has a cancel button in each step to close the dialog | 1 | fix | null |
791,723 | 12.04.2018 13:14:08 | 25,200 | 8861386b40be478fde8d630ef2206a1a12c7afa0 | docs: "LHR" is "Lighthouse Result" | [
{
"change_type": "MODIFY",
"diff": "# Understanding the Results\n-The results object contains all the audit information Lighthouse determined about the page. In fact, everything you see in the HTML report, even the screenshots, is a rendering of information contained in the results object. You might need to... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs: "LHR" is "Lighthouse Result" | 1 | docs | null |
679,913 | 12.04.2018 13:17:04 | -3,600 | ae0eae8e78d7659796682cd110e5573a1cd42bb0 | feat(associative): add SortedMap & tests, minor refactor EquivMap | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^2.1.0\",\n- \"@thi.ng/dcons\": \"^0.2.0\"\n+ \"@thi.ng/dcons\": \"^0.2.0\",\n+ \"@thi.ng/iterators\": \"^4.1.5\"\n},\n\"keywords\": [\n\"data structures\",\n",
"new_path": "packages/associative/package.json",
"old_path"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(associative): add SortedMap & tests, minor refactor EquivMap | 1 | feat | associative |
730,413 | 12.04.2018 14:59:17 | 14,400 | a244542f1b088ee834e87c085542db0a0abfc594 | refactor(journeys): remove browser.reload before hooks | [
{
"change_type": "MODIFY",
"diff": "\"react-transform-hmr\": \"^1.0.4\",\n\"redux-mock-store\": \"^1.2.1\",\n\"rimraf\": \"^2.5.4\",\n- \"saucelabs\": \"^1.4.0\",\n\"semver\": \"^5.4.1\",\n\"sleep-ms\": \"^2.0.1\",\n\"sri-toolbox\": \"^0.2.0\",\n",
"new_path": "package.json",
"old_path": "package.js... | JavaScript | MIT License | webex/react-widgets | refactor(journeys): remove browser.reload before hooks | 1 | refactor | journeys |
791,723 | 12.04.2018 16:08:26 | 25,200 | 0ab77758dfbbacab1d5151ebd5e3b072e71aeb4a | tests: fix run-smoke handoff of testResults | [
{
"change_type": "MODIFY",
"diff": "@@ -84,6 +84,7 @@ function displaySmokehouseOutput(result) {\n}\nconsole.timeEnd(`smoketest-${result.id}`);\nconsole.log(`${purpleify(result.id)} smoketest complete. \\n`);\n+ return result;\n}\n/**\n@@ -183,4 +184,7 @@ async function cli() {\nprocess.exit(0);\n}\n-cli();... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: fix run-smoke handoff of testResults (#4959) | 1 | tests | null |
679,913 | 12.04.2018 16:45:47 | -3,600 | cb4976fed3575599dfdaecc38524ae9be9db019c | feat(associative): add SortedSet, update SortedMap
add compare() & equiv() impls for SortedMap | [
{
"change_type": "MODIFY",
"diff": "export * from \"./equiv-map\";\nexport * from \"./equiv-set\";\nexport * from \"./sorted-map\";\n+export * from \"./sorted-set\";\nexport * from \"./difference\";\nexport * from \"./intersection\";\n",
"new_path": "packages/associative/src/index.ts",
"old_path": "... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(associative): add SortedSet, update SortedMap
- add compare() & equiv() impls for SortedMap | 1 | feat | associative |
791,723 | 12.04.2018 17:09:27 | 25,200 | 0db69e52c7c43db4f4255df43cf9af109cd82eb6 | tests: add CI test to confirm sample_v2.json is up to date | [
{
"change_type": "MODIFY",
"diff": "@@ -36,6 +36,7 @@ script:\n- yarn unit:silentcoverage\n- yarn type-check\n- yarn closure\n+ - yarn diff:sample-json\n- yarn smoke\n- yarn test-extension\n# _JAVA_OPTIONS is breaking parsing of compiler output. See #3338.\n",
"new_path": ".travis.yml",
"old_path": ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: add CI test to confirm sample_v2.json is up to date (#4956) | 1 | tests | null |
730,413 | 12.04.2018 17:30:02 | 14,400 | 4673906fddecb63652e671ad25280c7032e2e236 | chore(tooling): set selenium version for chrome | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,7 @@ const chromeCapabilities = {\nidleTimeout: 300,\ncommandTimeout: 600,\nmaxDuration: 3600,\n+ seleniumVersion: '3.4.0',\nscreenResolution,\nplatform\n};\n@@ -135,7 +136,6 @@ exports.config = {\n'./test/journeys/specs/space/global/meet.js',\n'./test/journe... | JavaScript | MIT License | webex/react-widgets | chore(tooling): set selenium version for chrome | 1 | chore | tooling |
815,746 | 12.04.2018 17:47:01 | -10,800 | 21495173eb69e39bc4a9bd5f04a5b59cfbb584a9 | fix: remove input if searchable is false | [
{
"change_type": "MODIFY",
"diff": "[ngTemplateOutletContext]=\"{ items: selectedValues, clear: clearItem }\">\n</ng-template>\n- <div *ngIf=\"showFilter()\" class=\"ng-input\">\n+ <div *ngIf=\"!isDisabled\" class=\"ng-input\">\n+ <div *ngIf=\"!searchable\"\n+ tabindex=\"0\"\n+ (focus)=\"onInputFocus()\"\n+... | TypeScript | MIT License | ng-select/ng-select | fix: remove input if searchable is false (#442)
#390 | 1 | fix | null |
807,849 | 12.04.2018 18:17:43 | 25,200 | 39fa7b6436108c3e35a06f8fb96d0605b50f33bb | feat(add): Use directory globs to filter targeted packages
BREAKING CHANGE: `lerna add` now only supports adding one dependency at a time. It is much more valuable to filter by directory globs, anyway. | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ describe(\"AddCommand\", () => {\ntry {\nawait lernaAdd(testDir)();\n} catch (err) {\n- expect(err.message).toMatch(/^Missing list of packages/);\n+ expect(err.message).toMatch(/^Not enough non-option arguments/);\n}\n});\n@@ -69,23 +69,11 @@ describe(\"... | JavaScript | MIT License | lerna/lerna | feat(add): Use directory globs to filter targeted packages
BREAKING CHANGE: `lerna add` now only supports adding one dependency at a time. It is much more valuable to filter by directory globs, anyway. | 1 | feat | add |
807,849 | 12.04.2018 18:24:27 | 25,200 | f59bf3cff4524e7d7fb9b6a154b32c3043242b7e | feat(link): Add 'convert' subcommand to aid migration to local file: specifiers | [
{
"change_type": "MODIFY",
"diff": "*/\nexports.command = \"link\";\n-exports.describe = \"Symlink together all packages which are dependencies of each other\";\n+exports.describe = \"Symlink together all packages that are dependencies of each other\";\n-exports.builder = {\n+exports.builder = yargs => {\n+... | JavaScript | MIT License | lerna/lerna | feat(link): Add 'convert' subcommand to aid migration to local file: specifiers | 1 | feat | link |
807,849 | 12.04.2018 18:26:29 | 25,200 | ec2b8f5b872bbcb41040d1738d1235a39e41666f | fix(package): Resolve correct relative spec | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ function shallowCopy(json) {\nclass Package {\nconstructor(pkg, location, rootPath = location) {\n// npa will throw an error if the name is invalid\n- const resolved = npa.resolve(pkg.name, path.relative(rootPath, location), rootPath);\n+ const resolved ... | JavaScript | MIT License | lerna/lerna | fix(package): Resolve correct relative spec | 1 | fix | package |
815,746 | 12.04.2018 18:49:59 | -10,800 | cb71544f6c86a5b53da5547caf55c5e5b089e57a | fix: rename focusSearchInput to focus | [
{
"change_type": "MODIFY",
"diff": "@@ -20,10 +20,12 @@ import { delay } from 'rxjs/operators';\n<div class=\"form-row\">\n<div class=\"form-group col-md-6\">\n<label for=\"yesno\">Not searchable</label>\n- <ng-select [searchable]=\"false\" formControlName=\"agree\">\n+ <ng-select #agreeSelect [searchable]=... | TypeScript | MIT License | ng-select/ng-select | fix: rename focusSearchInput to focus (#447) | 1 | fix | null |
217,922 | 12.04.2018 20:15:54 | -7,200 | a5efca7a2c592a8c52c061df5f74e7b5e777f07b | feat: alarms are now stored in your account so they are now cross-platform
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -12,18 +12,18 @@ import {Timer} from 'app/core/time/timer';\nimport {MapPopupComponent} from '../../modules/map/map-popup/map-popup.component';\nimport {BellNodesService} from '../data/bell-nodes.service';\nimport {PushNotificationsService} from 'ng-push';\n+import {Us... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: alarms are now stored in your account so they are now cross-platform
closes #275 | 1 | feat | null |
724,056 | 12.04.2018 22:57:50 | 25,200 | 167927a8c96d3d27af161b792072c662c3c735ce | docs: update options.md
Fix typo | [
{
"change_type": "MODIFY",
"diff": "@@ -147,7 +147,7 @@ expect(wrapper.vm.$route).toBeInstanceOf(Object)\n- type: `boolean`\n- default: `false`\n-Component will be attach to DOM when rendered if set to `true`.\n+Component will be attached to DOM when rendered if set to `true`.\n### `attrs`\n",
"new_path... | JavaScript | MIT License | vuejs/vue-test-utils | docs: update options.md (#527)
Fix typo | 1 | docs | null |
679,913 | 13.04.2018 00:06:05 | -3,600 | a769856345db7f6e5af7762006cfcb3e88ba2dde | refactor(associative): add private impls for EquivMap/Set | [
{
"change_type": "MODIFY",
"diff": "\"join\",\n\"map\",\n\"set\",\n+ \"skiplist\",\n+ \"sorted map\",\n+ \"sorted set\",\n\"typescript\",\n\"union\"\n],\n",
"new_path": "packages/associative/package.json",
"old_path": "packages/associative/package.json"
},
{
"change_type": "MODIFY",
"dif... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(associative): add private impls for EquivMap/Set | 1 | refactor | associative |
679,913 | 13.04.2018 01:11:29 | -3,600 | 875602704caf34538e5f40569c37d7f7d8893079 | refactor(associative): rename EquivMap/Set => ArrayMap/Set, export interfaces | [
{
"change_type": "MODIFY",
"diff": "+import { Predicate2, Comparator } from \"@thi.ng/api/api\";\n+\nexport type Pair<K, V> = [K, V];\nexport const SEMAPHORE = Symbol(\"SEMAPHORE\");\n+\n+export interface ArrayMapOpts<K> {\n+ equiv: Predicate2<K>;\n+}\n+\n+export interface ArraySetOpts<T> {\n+ equiv: Predic... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(associative): rename EquivMap/Set => ArrayMap/Set, export interfaces | 1 | refactor | associative |
679,913 | 13.04.2018 02:08:46 | -3,600 | 26361437c6dca15619ef10b295cebf7e6535bfd0 | refactor(dgraph): update ArrayMap/Set refs | [
{
"change_type": "MODIFY",
"diff": "import { ICopy } from \"@thi.ng/api/api\";\nimport { equiv } from \"@thi.ng/api/equiv\";\nimport { illegalArgs } from \"@thi.ng/api/error\";\n-import { EquivMap } from \"@thi.ng/associative/equiv-map\";\n-import { EquivSet } from \"@thi.ng/associative/equiv-set\";\n+impor... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(dgraph): update ArrayMap/Set refs | 1 | refactor | dgraph |
679,913 | 13.04.2018 02:48:28 | -3,600 | d1178acfdac0a34f8a48d83dba89ab4bd50c5c49 | perf(associative): update equiv() impls | [
{
"change_type": "MODIFY",
"diff": "@@ -80,8 +80,8 @@ export class ArrayMap<K, V> extends Map<K, V> implements\nif (this.size !== o.size) {\nreturn false;\n}\n- for (let k of __private.get(this).map.keys()) {\n- if (!equiv(o.get(k), __private.get(this).map.get(k))) {\n+ for (let p of __private.get(this).map... | TypeScript | Apache License 2.0 | thi-ng/umbrella | perf(associative): update equiv() impls | 1 | perf | associative |
807,838 | 13.04.2018 06:46:21 | -19,080 | 5c7476078b2665ec8f74fb1aa627f355c2a5cb7d | fix(bootstrap): Pluralize log text | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,8 @@ class BootstrapCommand extends Command {\ninitialize() {\nconst { registry, rejectCycles, npmClient = \"npm\", npmClientArgs, mutex, hoist } = this.options;\n+ const filteredLength = this.filteredPackages.length;\n+ this.packageCountLabel = `${filteredLe... | JavaScript | MIT License | lerna/lerna | fix(bootstrap): Pluralize log text (#1232) | 1 | fix | bootstrap |
807,849 | 13.04.2018 09:36:10 | 25,200 | 1d3249772d34449d5c2649e30307e67c34fa3b8b | chore: Remove defunct 'lerna-changelog' config
We use conventional-changelog now, via the `--conventional-commits` flag.
Closes
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "\"core/*\",\n\"utils/*\"\n],\n- \"changelog\": {\n- \"repo\": \"lerna/lerna\",\n- \"labels\": {\n- \"Tag: Breaking Change\": \":boom: Breaking Change\",\n- \"Tag: Enhancement\": \":rocket: Enhancement\",\n- \"Tag: Bug Fix\": \":bug: Bug Fix\",\n- \"Tag: Polish\": \":nail_... | JavaScript | MIT License | lerna/lerna | chore: Remove defunct 'lerna-changelog' config
We use conventional-changelog now, via the `--conventional-commits` flag.
Closes #1375
[skip ci] | 1 | chore | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.