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,429
12.03.2018 15:00:30
14,400
e1eeb247e2b2ce50abb4af18f36018471b5ec98a
feat(react-component-utils): add hydraTypes object
[ { "change_type": "MODIFY", "diff": "@@ -81,3 +81,10 @@ export function deconstructHydraId(id) {\ntype: payload.pop()\n};\n}\n+\n+export const hydraTypes = {\n+ MESSAGE: 'MESSAGE',\n+ PEOPLE: 'PEOPLE',\n+ ROOM: 'ROOM',\n+ TEAM: 'TEAM'\n+};\n", "new_path": "packages/node_modules/@ciscospark/react-componen...
JavaScript
MIT License
webex/react-widgets
feat(react-component-utils): add hydraTypes object
1
feat
react-component-utils
730,429
12.03.2018 15:15:13
14,400
6f28003cea0bf03ebd2d57cc63070a1b3931bf93
refactor(widget-meet): use the widgetTypes object
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ import {\ncreateNotification\n} from '@ciscospark/react-container-notifications';\nimport {addError, removeError} from '@ciscospark/redux-module-errors';\n-import {constructHydraId} from '@ciscospark/react-component-utils';\n+import {constructHydraId, hy...
JavaScript
MIT License
webex/react-widgets
refactor(widget-meet): use the widgetTypes object
1
refactor
widget-meet
730,429
12.03.2018 15:16:28
14,400
3c125aeeb04a27639a534304657eab7b0b4acc3a
fix(widget-space): handle uuids for toPersonId
[ { "change_type": "MODIFY", "diff": "import {createSelector} from 'reselect';\n-import {isUuid, constructHydraId, deconstructHydraId} from '@ciscospark/react-component-utils';\n+import {isUuid, constructHydraId, deconstructHydraId, hydraTypes} from '@ciscospark/react-component-utils';\nconst getWidget = (sta...
JavaScript
MIT License
webex/react-widgets
fix(widget-space): handle uuids for toPersonId
1
fix
widget-space
730,429
12.03.2018 15:16:55
14,400
0c68673a08d7b5f50acbd14839da85a2c6442fa7
refactor(widget-message): use the widgetTypes object
[ { "change_type": "MODIFY", "diff": "-import {constructHydraId} from '@ciscospark/react-component-utils';\n+import {constructHydraId, hydraTypes} from '@ciscospark/react-component-utils';\nexport const eventNames = {\nSPACES_READ: 'rooms:read',\n@@ -19,13 +19,13 @@ export function constructMessagesEventData(...
JavaScript
MIT License
webex/react-widgets
refactor(widget-message): use the widgetTypes object
1
refactor
widget-message
730,429
12.03.2018 15:18:00
14,400
1ff801a593dbc7f94cc6097d6d7c684c1ea2e82e
refactor(widget-recents): use the widgetTypes object
[ { "change_type": "MODIFY", "diff": "-import {constructHydraId} from '@ciscospark/react-component-utils';\n+import {constructHydraId, hydraTypes} from '@ciscospark/react-component-utils';\nexport const eventNames = {\nSPACES_READ: 'rooms:read',\n@@ -26,13 +26,13 @@ export function constructMessagesEventData(...
JavaScript
MIT License
webex/react-widgets
refactor(widget-recents): use the widgetTypes object
1
refactor
widget-recents
791,834
12.03.2018 16:17:46
25,200
e675e1b4f7c3eca481fad5aae8b9621daf38ad40
core: add type checking to connection
[ { "change_type": "MODIFY", "diff": "* 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/LICENSE-2.0\n* Unless required by applicable law or agreed to in wri...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: add type checking to connection (#4738)
1
core
null
217,922
12.03.2018 19:38:15
-3,600
d6e706b85e8eec8a5310620fd4cbe7e4239bd65a
feat: rename workshops closes
[ { "change_type": "MODIFY", "diff": "<div *ngFor=\"let workshop of workshops | async; trackBy: trackByWorkshopFn; let i = index\" class=\"row\">\n<mat-expansion-panel [ngClass]=\"{odd: i%2>0}\">\n<mat-expansion-panel-header>\n- <mat-panel-title>\n+ <mat-panel-title class=\"workshop-name\">\n{{workshop.name}}...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: rename workshops closes #268
1
feat
null
217,922
12.03.2018 20:21:12
-3,600
4849dce66aff217271a03746610a11f19aee780b
chore: avoid event propagation on workshop rename button
[ { "change_type": "MODIFY", "diff": "<mat-expansion-panel-header>\n<mat-panel-title class=\"workshop-name\">\n{{workshop.name}}\n- <button mat-icon-button (click)=\"changeWorkshopName(workshop)\"><mat-icon>edit</mat-icon></button>\n+ <button mat-icon-button (click)=\"$event.stopPropagation();changeWorkshopNa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: avoid event propagation on workshop rename button
1
chore
null
217,922
12.03.2018 20:46:13
-3,600
bb6b6b26da4e23fbbdabe5e6a415d8156d0b2b05
feat: workshops in "add item to list" dialog closes
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import {NgSerializerService} from '@kaiu/ng-serializer';\nimport {AngularFirestore} from 'angularfire2/firestore';\nimport {Observable} from 'rxjs/Observable';\nimport {DocumentChangeAction} from 'angularfire2/firestore/interfaces';\n+import {List} from '....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: workshops in "add item to list" dialog closes #272
1
feat
null
217,922
12.03.2018 22:32:35
-3,600
fc4524c4505be14862355f0fd1d2e2e061237785
fix: wrong amount used in some crafts for canBeCrafted flag
[ { "change_type": "MODIFY", "diff": "@@ -345,7 +345,7 @@ export class List extends DataModel {\n// While each requirement has enough items remaining, you can craft the item.\n// If only one misses, then this will turn false for the rest of the loop\ncanCraft = canCraft &&\n- (requirementItem.done - requireme...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: wrong amount used in some crafts for canBeCrafted flag
1
fix
null
217,922
12.03.2018 23:06:17
-3,600
3dccf0efaa64669a4c2227f18a06eb984176a010
feat: alarm notification sound switch closes
[ { "change_type": "MODIFY", "diff": "@@ -149,6 +149,9 @@ export class AlarmService {\n* @param {Alarm} alarm\n*/\nprivate playAlarm(alarm: Alarm): void {\n+ if (this.settings.alarmsMuted) {\n+ return;\n+ }\nconst lastPlayed = localStorage.getItem('alarms:' + alarm.itemId);\n// Don't play the alarm if it was ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: alarm notification sound switch closes #274
1
feat
null
217,922
12.03.2018 23:15:39
-3,600
33e951ef3669c8f84078b6350136641cbb7bb156
chore(release): 3.4.0-beta.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=\"3.4.0-beta.1\"></a>\n+# [3.4.0-beta.1](https://github.com/Supamiu/ffxiv-teamcraft/com...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 3.4.0-beta.1
1
chore
release
217,922
12.03.2018 23:44:36
-3,600
4dd5a1386f4aa3b8c261004e3c60592a558acb85
build: add firebase-functions to install task
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,9 @@ before_install:\n- export DISPLAY=:99.0\n- sh -e /etc/init.d/xvfb start\n+install:\n+ - npm i -g firebase-functions\n+\nscript:\n- if [ $TRAVIS_BRANCH = \"beta\" ]; then npm run build:beta; else npm run build:prod; fi\n", "new_path": ".travis.yml", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
build: add firebase-functions to install task
1
build
null
815,746
13.03.2018 09:11:15
-7,200
3311f8cd60326cf1711fc9fe85fd11e052f068e6
fix: clear previous model then setting new programatically fixes
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,7 @@ import { DataService } from '../shared/data.service';\n<li *ngFor=\"let item of selectedPeople1\">{{item.name}}</li>\n</ul>\n<button (click)=\"clearModel1()\" class=\"btn btn-secondary btn-sm\">Clear model</button>\n+ <button (click)=\"changeModel1()\" c...
TypeScript
MIT License
ng-select/ng-select
fix: clear previous model then setting new programatically (#346) fixes #343
1
fix
null
815,746
13.03.2018 09:17:43
-7,200
32c4b25f759565f17885d3229e42ebaf831cfd80
fix: demo custom templates
[ { "change_type": "MODIFY", "diff": "@@ -89,7 +89,7 @@ import { distinctUntilChanged, debounceTime, switchMap } from 'rxjs/operators'\n---\n<p>\nSelected people: {{selectedPeople}}\n- </p\n+ </p>\n<label>Custom not found, type to search and loading </label>\n---html,true\n@@ -107,15 +107,13 @@ import { disti...
TypeScript
MIT License
ng-select/ng-select
fix: demo custom templates
1
fix
null
815,746
13.03.2018 09:18:30
-7,200
b8b4acf2fe26cb5fa75738a98d84d44d0738a6cf
chore(release): 0.28.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.28.0\"></a>\n+# [0.28.0](https://github.com/ng-select/ng-select/compare/v0.27.1...v...
TypeScript
MIT License
ng-select/ng-select
chore(release): 0.28.0
1
chore
release
807,849
13.03.2018 09:22:04
25,200
4de055dc83c264f9996869bd9d1fc0fbf1a9c3ed
feat: Upstream changes warn in CI, throw locally refs refs
[ { "change_type": "MODIFY", "diff": "@@ -1030,6 +1030,33 @@ describe(\"PublishCommand\", () => {\n});\n});\n+ describe(\"when local clone is behind upstream\", () => {\n+ it(\"throws an error during interactive publish\", async () => {\n+ const testDir = await initFixture(\"normal\");\n+\n+ GitUtilities.isBe...
JavaScript
MIT License
lerna/lerna
feat: Upstream changes warn in CI, throw locally refs #1177, refs #1317
1
feat
null
807,849
13.03.2018 10:52:03
25,200
86a4d6534dfb462f7192317649697887d1f2a6cd
feat(global-options): Add hidden `ci` option
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,11 @@ module.exports = globalOptions;\nfunction globalOptions(yargs) {\n// the global options applicable to _every_ command\nconst opts = {\n+ ci: {\n+ // set in core/cli via .config()\n+ hidden: true,\n+ type: \"boolean\",\n+ },\nloglevel: {\ndefaultDescriptio...
JavaScript
MIT License
lerna/lerna
feat(global-options): Add hidden `ci` option
1
feat
global-options
807,849
13.03.2018 10:52:55
25,200
5452293b1918b52b4cb6d4251941b83d168aab66
feat(cli): Set config.ci from env var
[ { "change_type": "MODIFY", "diff": "@@ -54,6 +54,7 @@ function lernaCLI(argv, cwd) {\nreturn globalOptions(cli)\n.usage(\"Usage: $0 <command> [options]\")\n+ .config({ ci: isCI })\n.command(addCmd)\n.command(bootstrapCmd)\n.command(changedCmd)\n", "new_path": "core/cli/index.js", "old_path": "core/c...
JavaScript
MIT License
lerna/lerna
feat(cli): Set config.ci from env var
1
feat
cli
791,690
13.03.2018 11:20:02
25,200
cc6dd0be0faa59bb9307a783cea44bb9a53f2d3b
core(network-requests): add resource type
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,8 @@ class NetworkRequests extends Audit {\nendTime: (record.endTime - earliestStartTime) * 1000,\ntransferSize: record.transferSize,\nstatusCode: record.statusCode,\n+ mimeType: record.mimeType,\n+ resourceType: record._resourceType && record._resourceType._...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(network-requests): add resource type (#4743)
1
core
network-requests
815,804
13.03.2018 12:27:27
-19,080
acdf5c221f793ea7fa6d98829d2dca033b6baec0
feat(template): loading, not found, type to search state template options. closes
[ { "change_type": "MODIFY", "diff": "-import { Component, ChangeDetectionStrategy } from '@angular/core';\n+import { Component, ChangeDetectionStrategy, EventEmitter, ChangeDetectorRef } from '@angular/core';\nimport { DataService } from '../shared/data.service';\n+import { distinctUntilChanged, debounceTime...
TypeScript
MIT License
ng-select/ng-select
feat(template): loading, not found, type to search state template options. (#341) closes #217, #201
1
feat
template
723,991
13.03.2018 13:33:47
-25,200
cbeffec8ce696a5491554133e891a730cad5108c
docs: replace hasProp() with props() in docs examples
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ describe('Foo', () => {\ncolor: 'red'\n}\n})\n- expect(wrapper.hasProp('color', 'red')).toBe(true)\n+ expect(wrapper.props().color).toBe('red')\n})\n})\n```\n", "new_path": "docs/en/api/mount.md", "old_path": "docs/en/api/mount.md" }, { "...
JavaScript
MIT License
vuejs/vue-test-utils
docs: replace hasProp() with props() in docs examples (#466)
1
docs
null
217,922
13.03.2018 13:42:49
-3,600
f0bd57265d6a806cc625f0ee3e069069fd757e18
feat: add filter for tradeable items closes
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,20 @@ export class LayoutRowFilter {\n.find(source => source.trades\n.find(trade => [20, 21, 22].indexOf(+trade.currencyId) > -1) !== undefined) !== undefined, 'IS_GC_TRADE');\n+ static IS_TOKEN_TRADE = new LayoutRowFilter(row => {\n+ if (row.tradeSources !==...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: add filter for tradeable items closes #267
1
feat
null
730,429
13.03.2018 14:57:05
14,400
181730e088a7219bfd830ed53f971366ba42b78b
feat(react-component-activity-item-base): add action pending class
[ { "change_type": "MODIFY", "diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\nexports[`ActivityItemBase component renders properly 1`] = `\n+<div\n+ className=\"activity-item activityItem\"\n+>\n+ <div\n+ className=\"ciscospark-avatar-wrapper ciscospark-activity-item-avatar-wrapper avatarWrapper\"\n+ >\n+...
JavaScript
MIT License
webex/react-widgets
feat(react-component-activity-item-base): add action pending class
1
feat
react-component-activity-item-base
791,723
13.03.2018 15:07:05
25,200
89e11256ba3b7d128d343688d801433f7f91c8be
core(driver): add timeout to getRequestContent
[ { "change_type": "MODIFY", "diff": "const NetworkRecorder = require('../lib/network-recorder');\nconst emulation = require('../lib/emulation');\nconst Element = require('../lib/element');\n+const LHError = require('../lib/errors');\nconst EventEmitter = require('events').EventEmitter;\nconst URL = require('...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(driver): add timeout to getRequestContent (#4718)
1
core
driver
730,429
13.03.2018 15:16:52
14,400
1ebf5fa80a38bf717515dbe5b1c16980e7fc73c9
feat(react-component-activity-list): add support for isFlagPending
[ { "change_type": "MODIFY", "diff": "@@ -65,7 +65,7 @@ function ActivityList(props) {\n}\ncase ITEM_TYPE_ACTIVITY: {\nconst {\n- activity, currentUser, hasError, isPending, isAdditional, isFlagged, isSelf, name\n+ activity, currentUser, hasError, isPending, isAdditional, isFlagged, isFlagPending, isSelf, nam...
JavaScript
MIT License
webex/react-widgets
feat(react-component-activity-list): add support for isFlagPending
1
feat
react-component-activity-list
730,429
13.03.2018 15:17:21
14,400
b4dec3ba98530f1a8f0891608080a6045e45ecfc
feat(react-container-activity-list): add support for isFlagPending
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,7 @@ exports[`ActivityList component renders properly 1`] = `\nhasError={undefined}\nid=\"test-123-123-123-123\"\nisAdditional={false}\n+ isFlagPending={false}\nisFlagged={false}\nisPending={false}\nisSelf={true}\n@@ -48,6 +49,7 @@ exports[`ActivityList compo...
JavaScript
MIT License
webex/react-widgets
feat(react-container-activity-list): add support for isFlagPending
1
feat
react-container-activity-list
217,922
13.03.2018 16:46:59
-3,600
0fa9d222aaf80e05c4868220e770521780819b7f
feat: mark workshops as favourite closes
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import {Injectable} from '@angular/core';\nimport {NgSerializerService} from '@kaiu/ng-serializer';\nimport {Observable} from 'rxjs/Observable';\nimport {ListStore} from './storage/list/list-store';\n+import {Workshop} from '../../model/other/workshop';\n@...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: mark workshops as favourite closes #255
1
feat
null
815,746
13.03.2018 18:00:14
-7,200
8edea5aac2be92093e3976962a87057d76b58cf2
fix: always clear selected value on writeValue
[ { "change_type": "MODIFY", "diff": "@@ -247,10 +247,10 @@ export class NgSelectComponent implements OnDestroy, OnChanges, AfterViewInit, C\n}\nwriteValue(value: any | any[]): void {\n+ this.itemsList.clearSelected();\nif (value === undefined) {\nreturn;\n}\n- this.itemsList.clearSelected();\nthis._validateW...
TypeScript
MIT License
ng-select/ng-select
fix: always clear selected value on writeValue (#349)
1
fix
null
217,922
14.03.2018 00:48:53
-3,600
0ad5729f8941b66e6316a439fc7e5b16b0481faf
fix: progression kept in list clones
[ { "change_type": "MODIFY", "diff": "@@ -62,9 +62,14 @@ export class List extends DataModel {\nga('send', 'event', 'List', 'creation');\nga('send', 'event', 'List', 'clone');\nthis.forks++;\n+ clone.reset();\nreturn clone;\n}\n+ public reset(): void {\n+ this.recipes.forEach(recipe => this.resetDone(recipe))...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: progression kept in list clones
1
fix
null
807,892
14.03.2018 03:14:57
-39,600
cef0a69ba199d9476169f718ebb744441cb6a148
feat: Check for upstream changes before attempting to publish
[ { "change_type": "MODIFY", "diff": "@@ -84,6 +84,18 @@ class PublishCommand extends Command {\n`\n);\n}\n+\n+ if (GitUtilities.isBehindUpstream(this.gitRemote, this.execOpts)) {\n+ const remote = `${this.gitRemote}/${currentBranch} `;\n+ throw new ValidationError(\n+ \"EBEHIND\",\n+ dedent`\n+ Local branch ...
JavaScript
MIT License
lerna/lerna
feat: Check for upstream changes before attempting to publish (#1317)
1
feat
null
807,849
14.03.2018 10:21:59
25,200
ff349e7b7827f940b6b01533f9041e360b4a1c9c
refactor(git-utils): omit git diff location filter when identical to cwd
[ { "change_type": "MODIFY", "diff": "@@ -260,19 +260,12 @@ describe(\"GitUtilities\", () => {\n);\n});\n- it(\"returns list of files changed since commit at location when location equals cwd\", () => {\n- const cwd = process.cwd();\n- const opts = { cwd };\n- const testLocation = cwd;\n+ it(\"omits location ...
JavaScript
MIT License
lerna/lerna
refactor(git-utils): omit git diff location filter when identical to cwd
1
refactor
git-utils
807,849
14.03.2018 10:50:53
25,200
81556d054f9908d0b970703e0a6016868d7f0c33
fix: fs-extra dependency is a caret range, not exact
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@lerna/command\": \"file:../../core/command\",\n\"@lerna/git-utils\": \"file:../../core/git-utils\",\n- \"fs-extra\": \"5.0.0\",\n+ \"fs-extra\": \"^5.0.0\",\n\"write-json-file\": \"^2.3.0\",\n\"write-pkg\": \"^3.1.0\"\n}\n", "new_path": "comman...
JavaScript
MIT License
lerna/lerna
fix: fs-extra dependency is a caret range, not exact
1
fix
null
730,429
14.03.2018 10:51:00
14,400
5180bf09382dbc398bc5f617a142bdc1ff6f0658
test(journeys): add pending flag check
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ export const elements = {\ndeleteMessageButton: 'button[aria-label=\"Delete this message\"]',\nflagButton: 'button[aria-label=\"Flag this message\"]',\nhighlighted: '.isHighlighted',\n+ pendingAction: '.flagActionPending',\npendingActivity: '.activity-it...
JavaScript
MIT License
webex/react-widgets
test(journeys): add pending flag check
1
test
journeys
730,429
14.03.2018 11:21:20
14,400
cf8ba604e9ef79400577f6bd4256e4bf0f9aba7e
chore(journeys): add better error messaging
[ { "change_type": "MODIFY", "diff": "@@ -106,7 +106,7 @@ export function flagMessage(testObject, messageToFlag) {\ntestObject.browser\n.element(`${elements.lastActivity} ${elements.flagButton}`)\n.isVisible(),\n- 'flag button is not visible');\n+ 1500, 'flag button is not visible when hovering');\ntestObject...
JavaScript
MIT License
webex/react-widgets
chore(journeys): add better error messaging
1
chore
journeys
730,429
14.03.2018 11:28:49
14,400
419cc64a13290b07724e9ae972fb210a042e5675
chore(tsconfig): better file exclusion
[ { "change_type": "MODIFY", "diff": "\"allowJs\": true\n},\n\"include\": [\n- \"packages/node_modules/@ciscospark\"\n+ \"packages/node_modules/@ciscospark/**/*\"\n],\n\"exclude\": [\n- \"node_modules/**/*\"\n+ \"packages/node_modules/@ciscospark/**/dist/*\",\n+ \"node_modules/**/*\",\n+ \"dist\"\n]\n}\n", ...
JavaScript
MIT License
webex/react-widgets
chore(tsconfig): better file exclusion
1
chore
tsconfig
791,690
14.03.2018 14:43:40
25,200
818a80f52046c6626312da45710084bc9a80501b
core(computed-artifact): remove requiredNumberOfArtifacts
[ { "change_type": "MODIFY", "diff": "@@ -79,7 +79,7 @@ class UnusedBytes extends Audit {\n.then(networkRecords =>\nPromise.all([\nthis.audit_(artifacts, networkRecords),\n- artifacts.requestPageDependencyGraph(trace, devtoolsLog),\n+ artifacts.requestPageDependencyGraph({trace, devtoolsLog}),\n])\n)\n.then((...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(computed-artifact): remove requiredNumberOfArtifacts (#4764)
1
core
computed-artifact
791,690
14.03.2018 14:44:33
25,200
f580c5914c3a009bab5a11112677d74a8d955c6f
core: rename uses-request-compression to uses-text-compression
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ module.exports = {\n'offscreen-images',\n'uses-webp-images',\n'uses-optimized-images',\n+ 'uses-text-compression',\n'uses-responsive-images',\n'unminified-css',\n'unminified-javascript',\n", "new_path": "lighthouse-cli/test/smokehouse/byte-config.js"...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: rename uses-request-compression (#4763) to uses-text-compression
1
core
null
791,690
14.03.2018 14:45:46
25,200
c8d84fad13dd92b7faf96dc20e36e9bcf1492291
core: remove cache-start-url audit
[ { "change_type": "DELETE", "diff": "-/**\n- * @license Copyright 2016 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/license...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: remove cache-start-url audit (#4760)
1
core
null
791,690
14.03.2018 14:47:18
25,200
544b7c6c6c9d4d676ebeff2f844bb723283d49c1
report(scores): make sure scores are represented out of 100
[ { "change_type": "MODIFY", "diff": "@@ -70,8 +70,9 @@ class CategoryRenderer {\n*/\n_populateScore(element, score, scoreDisplayMode, title, description) {\n// Fill in the blanks.\n+ const scoreOutOf100 = Math.round(score * 100);\nconst valueEl = this.dom.find('.lh-score__value', element);\n- valueEl.textCon...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(scores): make sure scores are represented out of 100 (#4750)
1
report
scores
791,690
14.03.2018 14:53:47
25,200
a1c5433c0d03b1be5166df0d603e63a89f96ddd2
tests(config): add merge-options test
[ { "change_type": "MODIFY", "diff": "@@ -571,7 +571,7 @@ describe('Config', () => {\n});\n});\n- describe('generateConfigOfCategories', () => {\n+ describe('generateNewFilteredConfig', () => {\nit('should not mutate the original config', () => {\nconst configCopy = JSON.parse(JSON.stringify(origConfig));\nCo...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(config): add merge-options test (#4747)
1
tests
config
730,429
14.03.2018 15:16:20
14,400
4cf0e96b7e6558b50bc38397a18d799bea7d828b
chore(wdio): add screenResolution
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ const platform = process.env.PLATFORM || 'mac 10.12';\nconst tunnelId = uuid.v4();\nconst port = process.env.PORT || 4567;\nconst {suite} = argv || 'integration';\n+const screenResolution = '1920x1440';\nconst chromeCapabilities = {\nbrowserName: 'chrome...
JavaScript
MIT License
webex/react-widgets
chore(wdio): add screenResolution
1
chore
wdio
730,429
14.03.2018 15:16:51
14,400
5495f59d9fbc77ed174ce48232352a09e1986953
chore(Jenkinsfile): archive reports
[ { "change_type": "MODIFY", "diff": "@@ -118,6 +118,7 @@ ansiColor('xterm') {\nsleep 120 && CISCOSPARK_CLIENT_ID=C873b64d70536ed26df6d5f81e01dafccbd0a0af2e25323f7f69c7fe46a7be340 SAUCE=true PORT=4567 SAUCE_CONNECT_PORT=5004 BROWSER=chrome PLATFORM=\"windows 10\" npm run test:integration &\nwait\n'''\n+ archi...
JavaScript
MIT License
webex/react-widgets
chore(Jenkinsfile): archive reports
1
chore
Jenkinsfile
217,922
14.03.2018 16:05:49
-3,600
16c7ecdfd32ff51cee0ac05f4a8aa4e492ecd976
fix: missing help dialog box for list details page
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,12 @@ export class HelpService {\nconstructor(private router: Router) {\nrouter.events\n.filter(event => event instanceof NavigationEnd)\n- .subscribe((event: any) => this.currentRoute = event.url);\n+ .subscribe((event: any) => {\n+ this.currentRoute = event...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: missing help dialog box for list details page
1
fix
null
730,429
14.03.2018 16:14:16
14,400
c7f732a211b6def5909c1e3be6f9784195055b62
test(journeys): wait for read receipt on verifyMessageReceipt
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,10 @@ export const elements = {\nshareButton: 'button[aria-label=\"Share\"]',\nsystemMessage: '.ciscospark-system-message',\nlastActivity: '.ciscospark-activity-item-container:last-child',\n- lastActivityText: '.ciscospark-activity-item-container:last-child ....
JavaScript
MIT License
webex/react-widgets
test(journeys): wait for read receipt on verifyMessageReceipt
1
test
journeys
791,690
14.03.2018 16:23:22
25,200
b5172c9a4924cee5f06ed1ab1f877da49680a437
core(is-on-https): consider about:* secure
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ const Audit = require('./audit');\nconst URL = require('../lib/url-shim');\nconst Util = require('../report/v2/renderer/util');\n-const SECURE_SCHEMES = ['data', 'https', 'wss', 'blob', 'chrome', 'chrome-extension'];\n+const SECURE_SCHEMES = ['data', 'http...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(is-on-https): consider about:* secure (#4749)
1
core
is-on-https
807,849
14.03.2018 16:29:44
25,200
cd4317cbeb91472991693952f64439814f69dc6e
chore: bump transitive dep validate-npm-package-license
[ { "change_type": "MODIFY", "diff": "\"parse-json\": \"2.2.0\",\n\"pify\": \"2.3.0\",\n\"strip-bom\": \"3.0.0\"\n- },\n- \"dependencies\": {\n- \"pify\": {\n- \"version\": \"2.3.0\",\n- \"resolved\": \"https://registry.npmjs.org/pify/-/pify-2.3.0.tgz\",\n- \"integrity\": \"sha1-7RQaasBDqEnqWISY59yosVMw6Qw=\"...
JavaScript
MIT License
lerna/lerna
chore: bump transitive dep validate-npm-package-license
1
chore
null
807,849
14.03.2018 16:31:32
25,200
580b2d5edfcbb84d76d75238f63f416b1e1bb0be
fix: ci option should not be visible in help output
[ { "change_type": "MODIFY", "diff": "@@ -5,11 +5,6 @@ module.exports = globalOptions;\nfunction globalOptions(yargs) {\n// the global options applicable to _every_ command\nconst opts = {\n- ci: {\n- // set in core/cli via .config()\n- hidden: true,\n- type: \"boolean\",\n- },\nloglevel: {\ndefaultDescriptio...
JavaScript
MIT License
lerna/lerna
fix: ci option should not be visible in help output
1
fix
null
217,922
14.03.2018 16:53:39
-3,600
dc74170334e5b92ca2992ceba7a1f0adca031202
feat: hide when used closes
[ { "change_type": "MODIFY", "diff": "<mat-button-toggle [checked]=\"hideCompleted\" (change)=\"toggleHideCompleted()\">\n{{\"Hide_completed\" | translate}}\n</mat-button-toggle>\n+ <mat-button-toggle [checked]=\"hideUsed\" (change)=\"toggleHideUsed()\">\n+ {{\"Hide_used\" | translate}}\n+ </mat-button-toggle...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: hide when used closes #247
1
feat
null
730,429
14.03.2018 17:12:55
14,400
a380fe98b69329ff8534649bff8b323723dc3641
fix(journeys): remove check for in flight flag
[ { "change_type": "MODIFY", "diff": "@@ -122,11 +122,6 @@ export function flagMessage(testObject, messageToFlag) {\n.element(`${elements.lastActivity} ${elements.flagButton}`)\n.click();\n- // Flag has a pending class while it waits for server upload\n- testObject.browser.waitUntil(() => testObject.browser\n...
JavaScript
MIT License
webex/react-widgets
fix(journeys): remove check for in flight flag
1
fix
journeys
679,913
14.03.2018 17:31:39
0
0d2c16fca04940c9031d169383f451a33eb85f2a
feat(hiccup): add auto deref() support
[ { "change_type": "MODIFY", "diff": "+import { implementsFunction } from \"@thi.ng/checks/implements-function\";\nimport { isPlainObject } from \"@thi.ng/checks/is-plain-object\";\nimport { isFunction } from \"@thi.ng/checks/is-function\";\nimport { isString } from \"@thi.ng/checks/is-string\";\n@@ -132,6 +1...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup): add auto deref() support
1
feat
hiccup
679,913
14.03.2018 17:32:48
0
0fe6c44c5916d6c11fb5123fbd8e8a638cb539d9
feat(hdom): add auto deref() support top-level or child element objects with `deref()` impl will be automatically resolved
[ { "change_type": "MODIFY", "diff": "@@ -104,6 +104,9 @@ export function normalizeTree(el: any, path = [0], keys = true, span = true) {\nif (isFunction(el)) {\nreturn normalizeTree(el(), path, keys, span);\n}\n+ if (implementsFunction(el, \"deref\")) {\n+ return normalizeTree(el.deref(), path.slice(), keys, ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom): add auto deref() support - top-level or child element objects with `deref()` impl will be automatically resolved
1
feat
hdom
791,859
14.03.2018 17:36:02
-28,800
ce8ed566e994ccfac32f1f24a4909a78130e53a5
misc: clean *.screenshots.json
[ { "change_type": "MODIFY", "diff": "\"build-all:task:windows\": \"yarn build-extension && yarn build-viewer\",\n\"build-extension\": \"cd ./lighthouse-extension && yarn build\",\n\"build-viewer\": \"cd ./lighthouse-viewer && yarn build\",\n- \"clean\": \"rimraf *.report.html *.report.dom.html *.report.json ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: clean *.screenshots.json (#4754)
1
misc
null
679,913
14.03.2018 17:53:55
0
de839e896e0f5ca2fa03c48b6de3b2d70d746781
refactor(hiccup): disable deref() for attrib objects
[ { "change_type": "MODIFY", "diff": "@@ -167,8 +167,9 @@ const normalize = (tag: any[]) => {\n}\nif (tag.length > 1) {\nlet i = 1;\n- if (isPlainObject(tag[1])) {\n- Object.assign(attribs, tag[1]);\n+ const att = tag[1];\n+ if (isPlainObject(att) && !implementsFunction(att, \"deref\")) {\n+ Object.assign(att...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hiccup): disable deref() for attrib objects
1
refactor
hiccup
679,913
14.03.2018 17:54:18
0
28b0b578bdeb71632594509547641d77c055398f
refactor(hdom): disable deref() for attrib objects
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ import { TAG_REGEXP } from \"@thi.ng/hiccup/api\";\nexport function normalizeElement(spec: any[], keys: boolean) {\nlet match, id, clazz, attribs;\nlet tag = spec[0];\n- let hasAttribs = isPlainObject(spec[1]);\n+ let hasAttribs = isPlainObject(spec[1]) &&...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom): disable deref() for attrib objects
1
refactor
hdom
679,913
14.03.2018 17:54:57
0
93343d638e349f811612a7d66cb9eae2dad483ec
feat(hiccup): support fn values in style objects
[ { "change_type": "MODIFY", "diff": "+import { isFunction } from \"@thi.ng/checks/is-function\";\n+\nexport const css = (rules: any) => {\nconst css = [];\nfor (let r in rules) {\nif (rules.hasOwnProperty(r)) {\n- css.push(r + \":\" + rules[r] + \";\");\n+ let v = rules[r];\n+ if (isFunction(v)) {\n+ v = v(r...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup): support fn values in style objects
1
feat
hiccup
791,690
14.03.2018 18:08:53
25,200
22bd981081bca5ead57eceeaf10baa430b12d9bd
deps(browserify): bump browserify for async/await
[ { "change_type": "MODIFY", "diff": "\"build\": \"gulp build:production\"\n},\n\"devDependencies\": {\n- \"brfs\": \"^1.4.3\",\n- \"browserify\": \"^13.0.0\",\n+ \"brfs\": \"^1.5.0\",\n+ \"browserify\": \"^16.1.1\",\n\"del\": \"^2.2.0\",\n\"gulp\": \"^3.9.1\",\n\"gulp-chrome-manifest\": \"0.0.13\",\n\"gulp-d...
JavaScript
Apache License 2.0
googlechrome/lighthouse
deps(browserify): bump browserify for async/await (#4767)
1
deps
browserify
815,746
14.03.2018 18:14:31
-7,200
9d96e7aea2a7166b55175c65b7f5e4e70e46cb80
feat: custom multi label template closes
[ { "change_type": "MODIFY", "diff": "<layout-sidenav></layout-sidenav>\n</div>\n<main class=\"col-12 col-md-9 col-xl-8 py-md-4 pl-md-4 bd-content\">\n- <h2 class=\"bd-title\">\n- {{title}}\n- </h2>\n+ <div class=\"d-flex\">\n+ <div style=\"flex:1;\">\n+ <h2 class=\"bd-title\">{{title}}</h2>\n+ </div>\n+ <div...
TypeScript
MIT License
ng-select/ng-select
feat: custom multi label template (#350) closes #336, #344
1
feat
null
815,746
14.03.2018 18:15:11
-7,200
32e9bc8704138f1a2333d7c11ac5568290e645bb
chore(release): 0.29.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.29.0\"></a>\n+# [0.29.0](https://github.com/ng-select/ng-select/compare/v0.28.1...v...
TypeScript
MIT License
ng-select/ng-select
chore(release): 0.29.0
1
chore
release
807,842
14.03.2018 18:15:16
-3,600
619c477a196e40eb1078cec43750f1540416f477
fix(utils): Use safe relative path when calling git diff
[ { "change_type": "MODIFY", "diff": "@@ -259,6 +259,21 @@ describe(\"GitUtilities\", () => {\nopts\n);\n});\n+\n+ it(\"returns list of files changed since commit at location when location equals cwd\", () => {\n+ const cwd = process.cwd();\n+ const opts = { cwd };\n+ const testLocation = cwd;\n+\n+ ChildProc...
JavaScript
MIT License
lerna/lerna
fix(utils): Use safe relative path when calling git diff (#1323)
1
fix
utils
679,913
14.03.2018 18:29:25
0
c85b1f818b771092e6259881d32c9b5051e66a1e
refactor(examples): remove obsolete .deref() calls
[ { "change_type": "MODIFY", "diff": "@@ -65,6 +65,7 @@ const effects: IObjectOf<EffectDef> = {\n// main app component\nconst app = () => {\n+ // create event bus with empty state (null arg)\nconst bus = new EventBus(null, events, effects);\n// kick off JSON request\n@@ -73,6 +74,7 @@ const app = () => {\n// ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): remove obsolete .deref() calls
1
refactor
examples
815,745
14.03.2018 18:38:06
-7,200
68b37265a606bb4f2ed836fd0a016ce83ea9d350
fix: don't reset items while selecting
[ { "change_type": "MODIFY", "diff": "@@ -1627,6 +1627,24 @@ describe('NgSelectComponent', function () {\nexpect(fixture.componentInstance.select.filterValue).toBe(null);\n}));\n+ it('should not reset items when selecting option', fakeAsync(() => {\n+ const fixture = createTestingModule(\n+ NgSelectFilterTest...
TypeScript
MIT License
ng-select/ng-select
fix: don't reset items while selecting
1
fix
null
807,978
14.03.2018 19:08:48
-7,200
8eef9ff3ebb45654460260f6fa9cb3b4563f6713
feat(publish): Add logging when `--skip-git` or `--skip-npm` are passed
[ { "change_type": "MODIFY", "diff": "@@ -348,6 +348,14 @@ describe(\"PublishCommand\", () => {\nexpect(publishedTagInDirectories(testDir)).toMatchSnapshot(\"npm published\");\n});\n+\n+ it(\"should display a message that git is skipped\", async () => {\n+ const testDir = await initFixture(\"normal\");\n+ awa...
JavaScript
MIT License
lerna/lerna
feat(publish): Add logging when `--skip-git` or `--skip-npm` are passed (#1319)
1
feat
publish
217,922
14.03.2018 20:31:12
-3,600
90e7d5c7c8767e180d8c9964d64d8dd4229fc2f8
fix: error in select all button when user has no masterbooks
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,8 @@ export class MasterbooksPopupComponent {\n}\ncheckAll(ids: number[]): void {\n+ // We set a default value if it's currently undefined.\n+ this.data.user.masterbooks = this.data.user.masterbooks || [];\nids.forEach(id => {\nif (this.data.user.masterbooks....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: error in select all button when user has no masterbooks
1
fix
null
679,913
14.03.2018 21:30:30
0
25d0c309fea7a0294e3fa4c8cab9b86516ae395b
test(hiccup): add deref tests
[ { "change_type": "MODIFY", "diff": "\"test\": \"rm -rf build && tsc -p test && nyc mocha build/test/*.js\"\n},\n\"devDependencies\": {\n+ \"@thi.ng/atom\": \"^0.12.1\",\n\"@types/mocha\": \"^2.2.48\",\n\"@types/node\": \"^9.4.6\",\n\"mocha\": \"^5.0.0\",\n", "new_path": "packages/hiccup/package.json", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(hiccup): add deref tests
1
test
hiccup
679,913
14.03.2018 21:31:01
0
3a0e97d24b5aa3d353aeb062c1e4238401787db3
test(hdom): add tests, update package
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@thi.ng/hdom\",\n\"version\": \"2.1.1\",\n- \"description\": \"TODO\",\n+ \"description\": \"Lightweight vanilla ES6 UI component & virtual DOM system\",\n\"main\": \"./index.js\",\n\"typings\": \"./index.d.ts\",\n\"repository\": \"https://github.com/thi-ng...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(hdom): add tests, update package
1
test
hdom
679,913
14.03.2018 21:57:11
0
6deb4e3307634294a737b490daa28201468faa18
build(examples): update hdom deps
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@thi.ng/api\": \"^2.0.4\",\n\"@thi.ng/atom\": \"^0.10.0\",\n- \"@thi.ng/hdom\": \"^2.1.1\"\n+ \"@thi.ng/hdom\": \"^2.2.0\"\n}\n}\n\\ No newline at end of file\n", "new_path": "examples/async-effect/package.json", "old_path": "examples/async-...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(examples): update hdom deps
1
build
examples
815,746
15.03.2018 08:05:01
-7,200
2b88868a220524400e8178e965d322c764d94658
chore(release): 0.29.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.29.1\"></a>\n+## [0.29.1](https://github.com/ng-select/ng-select/compare/v0.29.0......
TypeScript
MIT License
ng-select/ng-select
chore(release): 0.29.1
1
chore
release
217,922
15.03.2018 09:41:18
-3,600
8988489681f6536f0cac98159dfb011580051c42
style: properly apply theme on dialog boxes and cdk elements
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,7 @@ import fontawesome from '@fortawesome/fontawesome';\nimport {faDiscord, faFacebookF, faGithub} from '@fortawesome/fontawesome-free-brands';\nimport {faCalculator} from '@fortawesome/fontawesome-free-solid';\nimport {PushNotificationsService} from 'ng-pus...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
style: properly apply theme on dialog boxes and cdk elements
1
style
null
217,922
15.03.2018 10:37:53
-3,600
c1f246510378c33bcb9299928069859411850702
chore: [WIP] gathering location page
[ { "change_type": "DELETE", "diff": "-import { async, ComponentFixture, TestBed } from '@angular/core/testing';\n-\n-import { GatheringLocationComponent } from './gathering-location.component';\n-\n-describe('GatheringLocationComponent', () => {\n- let component: GatheringLocationComponent;\n- let fixture: C...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: [WIP] gathering location page #203
1
chore
null
217,922
15.03.2018 10:49:34
-3,600
6a40cbe4a4b14bf107eeb2429b8772d59219ef8d
fix: missing translation in list layout dialog box
[ { "change_type": "MODIFY", "diff": "\"Filter\": \"Filter\",\n\"Panel_name\": \"Bereichsname\",\n\"Order_by\": \"Sortiere nach\",\n- \"Order\": \"Sortierung\"\n+ \"Order\": \"Sortierung\",\n+ \"Logic_gate\": \"Logic gate\"\n},\n\"HELP\": {\n\"Title\" : \"Listendetails\",\n", "new_path": "src/assets/i18n/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: missing translation in list layout dialog box
1
fix
null
791,723
15.03.2018 12:14:27
25,200
202d04b3359526cbe49531f03c61258002da073c
core(emulation): update Chrome userAgent to 66
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ const NEXUS5X_EMULATION_METRICS = {\nconst NEXUS5X_USERAGENT = {\nuserAgent: 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MRA58N) AppleWebKit/537.36' +\n- '(KHTML, like Gecko) Chrome/61.0.3116.0 Mobile Safari/537.36',\n+ '(KHTML, like Gecko) Chrome/...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(emulation): update Chrome userAgent to 66 (#4779)
1
core
emulation
217,879
15.03.2018 14:12:54
-3,600
13833163152faf7bcf7700c615e54253f36c13b1
style: add few themes and defects fixes
[ { "change_type": "MODIFY", "diff": "@@ -77,6 +77,7 @@ export class AppComponent implements OnInit {\noverlayContainer.getContainerElement().classList.remove(`${change.previous}-theme`);\noverlayContainer.getContainerElement().classList.add(`${change.next}-theme`);\n});\n+ overlayContainer.getContainerElemen...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
style: add few themes and defects fixes
1
style
null
730,429
15.03.2018 14:47:09
14,400
5eeedb0fb95e5c3990b09457923967237901c2b5
chore(wdio): use resolution by platform
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,9 @@ const platform = process.env.PLATFORM || 'mac 10.12';\nconst tunnelId = uuid.v4();\nconst port = process.env.PORT || 4567;\nconst {suite} = argv || 'integration';\n-const screenResolution = '1920x1440';\n+const screenResolutionMac = '1920x1440';\n+const ...
JavaScript
MIT License
webex/react-widgets
chore(wdio): use resolution by platform
1
chore
wdio
791,834
15.03.2018 15:31:51
25,200
7c7695bc58fd735ac95539e1490e4657c6a457f2
core: add type checking to audit and gatherer base classes
[ { "change_type": "MODIFY", "diff": "* 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/LICENSE-2.0\n* Unless required by applicable law or agreed to in wri...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: add type checking to audit and gatherer base classes (#4762)
1
core
null
217,922
15.03.2018 16:31:13
-3,600
e6e1cb2fa455717fc8a637a6cc858ef065ef0fae
feat: link patreon email to your profile for automatic patreon recognition
[ { "change_type": "MODIFY", "diff": "@@ -43,10 +43,21 @@ export class UserService extends FirebaseStorage<AppUser> {\nuserData = this.get(uid);\n}\nreturn userData\n- .switchMap(u => {\n+ .mergeMap(u => {\n+ u.patron = false;\n+ if (u.patreonEmail === undefined) {\n+ return Observable.of(u);\n+ }\n+ return t...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: link patreon email to your profile for automatic patreon recognition
1
feat
null
217,922
15.03.2018 17:07:45
-3,600
5616d4e70196c36ac1ff17842f9e22f5c07eeafe
chore: [WIP] custom links module
[ { "change_type": "MODIFY", "diff": "@@ -34,6 +34,7 @@ import {LayoutOrderService} from './layout/layout-order.service';\nimport {PushNotificationsModule} from 'ng-push';\nimport {WorkshopService} from './database/workshop.service';\nimport {VenturesExtractor} from './list/data/extractor/ventures-extractor';...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: [WIP] custom links module #217
1
chore
null
815,745
15.03.2018 17:59:13
-7,200
b5998f6ee7ed87cb8f9c68e76e1cbdbc1b69f7b4
fix: don't mark disabled while opening fixes
[ { "change_type": "MODIFY", "diff": "@@ -153,7 +153,7 @@ export class ItemsList {\nif (this._lastSelectedItem && indexOfLastSelected > -1) {\nthis._markedIndex = indexOfLastSelected;\n} else {\n- this._markedIndex = markDefault ? 0 : -1;\n+ this._markedIndex = markDefault ? this.filteredItems.findIndex(x => ...
TypeScript
MIT License
ng-select/ng-select
fix: don't mark disabled while opening (#360) fixes #330
1
fix
null
815,745
15.03.2018 18:31:38
-7,200
6a9016d15a5c393b1c1cfab645df8e9de1de34d5
feat: allow to hide selected items * feat: allow to hide selected items closes
[ { "change_type": "MODIFY", "diff": "@@ -138,6 +138,7 @@ map: {\n| loadingText | `string` | `Loading...` | no | Set custom text when for loading items |\n| [markFirst] | `boolean` | `true` | no | Marks first item as focused when opening/filtering. Default `true`|\n| maxSelectedItems | `number` | none | no | ...
TypeScript
MIT License
ng-select/ng-select
feat: allow to hide selected items (#359) * feat: allow to hide selected items closes #164
1
feat
null
815,745
15.03.2018 18:32:56
-7,200
20f7a9d39dfc3188ece2b222da9d9abc8bbe3d15
chore(release): 0.30.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.30.0\"></a>\n+# [0.30.0](https://github.com/ng-select/ng-select/compare/v0.29.1...v...
TypeScript
MIT License
ng-select/ng-select
chore(release): 0.30.0
1
chore
release
807,849
15.03.2018 19:02:29
25,200
14fcc1b5646c13b6fd03259553f68d5d1af70788
test(git-init): set user.name/email directly during fixture init
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,8 @@ const execa = require(\"execa\");\nmodule.exports = gitInit;\nfunction gitInit(cwd, ...args) {\n- return execa(\"git\", [\"init\", ...args], { cwd }).then(() =>\n- execa(\"git\", [\"config\", \"commit.gpgSign\", \"false\"], { cwd })\n- );\n+ return execa(\...
JavaScript
MIT License
lerna/lerna
test(git-init): set user.name/email directly during fixture init
1
test
git-init
679,913
15.03.2018 21:48:32
0
6378eb0b122692d21b85df7eea8eee3a6be3be77
fix(examples): re-add html
[ { "change_type": "ADD", "diff": "+<!DOCTYPE html>\n+<html lang=\"en\">\n+\n+<head>\n+ <meta charset=\"UTF-8\">\n+ <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n+ <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n+ <title>router-basics2</title>\n+ <link href=\"https://u...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(examples): re-add html
1
fix
examples
679,913
16.03.2018 00:06:14
0
e52e7e51c46b11843945e5c1d0694a35e2da4e54
feat(atom): add FX_FETCH & FX_DELAY sidefx impl, update docs
[ { "change_type": "MODIFY", "diff": "@@ -16,14 +16,35 @@ export type EffectDef = SideEffect | [SideEffect, number];\nexport type AsyncEffectDef = [string, any, string, string];\nexport type EffectPriority = [string, number];\n+// Built-in event ID constants\n+\nexport const EV_SET_VALUE = \"--set-value\";\ne...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): add FX_FETCH & FX_DELAY sidefx impl, update docs
1
feat
atom
679,913
16.03.2018 00:08:00
0
357c46e0a032e53b31b02972daa2f1252a2e8aa6
feat(atom): add forwardSideFx() interceptor
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,16 @@ export function trace(_, e) {\nconsole.log(\"event:\", e);\n}\n+/**\n+ * Higher-order interceptor. Return interceptor which unpacks payload\n+ * from event and assigns it as is to given side effect ID.\n+ *\n+ * @param id side effect ID\n+ */\n+export fun...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): add forwardSideFx() interceptor
1
feat
atom
791,859
16.03.2018 00:08:03
-28,800
a58dc1fab30a3009d667aed473b739e4072b662e
core: look up custom gatherer relative to the config file path
[ { "change_type": "MODIFY", "diff": "@@ -336,7 +336,7 @@ class Config {\n// Store the directory of the config path, if one was provided.\nthis._configDir = configPath ? path.dirname(configPath) : undefined;\n- this._passes = Config.requireGatherers(configJSON.passes);\n+ this._passes = Config.requireGatherer...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: look up custom gatherer relative to the config file path (#4751)
1
core
null
217,922
16.03.2018 00:15:18
-3,600
2600be256d4ed0dfbda948674bfd1b104937250c
chore: forgot to add menu in single recipe additions
[ { "change_type": "MODIFY", "diff": "<mat-input-container class=\"amount with-infix\">\n<input matInput type=\"number\" min=\"1\" value=\"1\" #amount>\n</mat-input-container>\n+\n<mat-menu #appMenu=\"matMenu\" class=\"lists-menu\">\n<button mat-menu-item (click)=\"addToNewList(recipe, amount.value, collectib...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: forgot to add menu in single recipe additions
1
chore
null
679,913
16.03.2018 00:34:36
0
f1bc74d2364760830ce78e54bd8f6eb7f0d84c5e
docs: update readme files (add create-hdom-app instructions)
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,18 @@ Stable, used in production and in active development.\nyarn add @thi.ng/atom\n```\n+**New since 2018-03-15: You can now create a preconfigured app skeleton\n+using @thi.ng/atom, @thi.ng/hdom & @thi.ng/router using the\n+[create-hdom-app](https://github....
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: update readme files (add create-hdom-app instructions)
1
docs
null
679,913
16.03.2018 00:34:54
0
d3d66436bdf48fdaab4945f7cc827e009ce05460
refactor(examples): update router-basics
[ { "change_type": "MODIFY", "diff": "\"start\": \"webpack-dev-server --open --mode development --devtool inline-source-map\"\n},\n\"dependencies\": {\n- \"@thi.ng/atom\": \"^0.12.1\",\n+ \"@thi.ng/atom\": \"^0.13.0\",\n\"@thi.ng/hdom\": \"^2.2.0\",\n\"@thi.ng/router\": \"^0.1.0\"\n},\n\"devDependencies\": {\...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update router-basics
1
refactor
examples
217,922
16.03.2018 00:55:47
-3,600
2aaf947e28d503d45b6e14706398899270b0d0a8
chore: remove useless ngModel breaking build process
[ { "change_type": "MODIFY", "diff": "<div class=\"input-container compact\">\n<mat-input-container>\n<mat-icon matPrefix>search</mat-icon>\n- <input class=\"filter\" [(ngModel)]=\"query\" matInput placeholder=\"{{'Gathering_name' | translate}}\" #filter>\n+ <input class=\"filter\" matInput placeholder=\"{{'G...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: remove useless ngModel breaking build process
1
chore
null
807,849
16.03.2018 10:46:17
25,200
6aa5e01152821b9e5af202fbb78a98799b3d0ef2
test(cli): Use copyFixture, git isn't needed
[ { "change_type": "MODIFY", "diff": "const execa = require(\"execa\");\nconst path = require(\"path\");\n+const tempy = require(\"tempy\");\n-const initFixture = require(\"@lerna-test/init-fixture\")(__dirname);\n+// git init is not necessary\n+const copyFixture = require(\"@lerna-test/copy-fixture\");\n-con...
JavaScript
MIT License
lerna/lerna
test(cli): Use copyFixture, git isn't needed
1
test
cli
807,849
16.03.2018 10:46:28
25,200
54a4bbcbd87dd6f21b727dbb9df582853072a5c7
test(helpers): Use git init --template for config
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n+const path = require(\"path\");\nconst execa = require(\"execa\");\n+// Contains all relevant git config (user, commit.gpgSign, etc)\n+const TEMPLATE = path.resolve(__dirname, \"template\");\n+\nmodule.exports = gitInit;\nfunction gitInit(cwd, ...args) {...
JavaScript
MIT License
lerna/lerna
test(helpers): Use git init --template for config
1
test
helpers
730,429
16.03.2018 11:32:02
14,400
2d04b7e819b830531d4f255eaa3de4bfae038e2e
fix(widget-meet): remove duplicate incoming call handler The incoming call handler is done with the media enhancer which already is being used by the meet widget.
[ { "change_type": "MODIFY", "diff": "@@ -139,38 +139,6 @@ function handleCallNotification(props) {\n};\n}\n-/**\n- * Determines if call is a direct call\n- * @param {Object} call\n- * @returns {Boolean}\n- */\n-function isDirectCall(call) {\n- return call.isCall && call.to && call.from;\n-}\n-\n-function set...
JavaScript
MIT License
webex/react-widgets
fix(widget-meet): remove duplicate incoming call handler The incoming call handler is done with the media enhancer which already is being used by the meet widget.
1
fix
widget-meet
791,834
16.03.2018 16:04:43
25,200
8d64c2617266925f51ba398ab7b3c8131d76ce2b
misc(tsc): reorganize and expose external interfaces
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,6 @@ const runLighthouse = require('./run').runLighthouse;\nconst log = require('lighthouse-logger');\n// @ts-ignore\nconst perfOnlyConfig = require('../lighthouse-core/config/perf.json');\n-// @ts-ignore\nconst mixedContentConfig = require('../lighthouse-cor...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(tsc): reorganize and expose external interfaces (#4788)
1
misc
tsc
730,429
16.03.2018 16:14:31
14,400
ebb1bc9888733a3128114a8960df4d8947e4ea26
test(journeys): add wait for call to completely end
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import '@ciscospark/internal-plugin-conversation';\nimport {moveMouse} from '../../../lib/test-helpers';\nimport {elements} from '../../../lib/test-helpers/space-widget/main';\n+import {elements as messageElements} from '../../../lib/test-helpers/space-wid...
JavaScript
MIT License
webex/react-widgets
test(journeys): add wait for call to completely end
1
test
journeys
217,922
16.03.2018 22:18:38
-3,600
a78888dbd63dc54385ba59385178bfa30e5b09db
fix: add ceil to trade details total amount
[ { "change_type": "MODIFY", "diff": "{{trade.itemAmount}}\n</div>\n<div class=\"trade-part\">\n- ({{'X_for_total' | translate: {amount: (trade.currencyAmount / trade.itemAmount) * (data.amount_needed - data.done)} }})\n+ ({{'X_for_total' | translate: {amount: getTotal(trade)} }})\n</div>\n</mat-list-item>\n<...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: add ceil to trade details total amount
1
fix
null
217,922
16.03.2018 22:20:41
-3,600
5f0287c513d7617ef230a1a448ecfa8a97e6a832
chore(release): 3.4.0-beta.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=\"3.4.0-beta.2\"></a>\n+# [3.4.0-beta.2](https://github.com/Supamiu/ffxiv-teamcraft/com...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 3.4.0-beta.2
1
chore
release
217,922
16.03.2018 22:31:17
-3,600
a0835a7646c90537fe8056a3655e965ae8985d41
chore: build-related fix
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ export class NicknamePopupComponent {\nconstructor(private linkService: CustomLinksService, private userService: UserService,\nprivate dialogRef: MatDialogRef<NicknamePopupComponent>,\n- @Inject(MAT_DIALOG_DATA) private data: { user: AppUser, hintTextKey...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: build-related fix
1
chore
null
217,922
16.03.2018 22:41:36
-3,600
eca86c6d7513cec350faffda2a3c4ff409960e39
chore: fix missing translations
[ { "change_type": "MODIFY", "diff": "-<h3 mat-dialog-title>{{\"Patreon_link_email\" | translate}}</h3>\n+<h3 mat-dialog-title>{{\"PROFILE.Patreon_link_email\" | translate}}</h3>\n<div mat-dialog-content>\n<form (submit)=\"submit()\">\n<mat-input-container>\n- <input type=\"text\" [formControl]=\"email\" matI...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix missing translations
1
chore
null
217,922
16.03.2018 23:59:39
-3,600
1f05c4227e63feeb57874e011a5796ecc7d87f65
fix: "NaN to reach total" sometimes shown on amount input fields
[ { "change_type": "MODIFY", "diff": "[value]=\"recipe.amount\"\nmin=\"1\"\nreadonly=\"{{readonly}}\"\n- (onchange)=\"onedit.emit($event)\">\n+ (onchange)=\"onedit.emit($event)\"\n+ [hideMissingAmount]=\"true\">\n</app-amount-input>\n<button mat-mini-fab *ngIf=\"!readonly\" (click)=\"delete()\">\n<mat-icon>de...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: "NaN to reach total" sometimes shown on amount input fields
1
fix
null
448,055
17.03.2018 11:05:14
18,000
db3eeb27bd4da1fd1a354b74c245c2d1ebe10759
docs: fix type and phrasing in README.md
[ { "change_type": "MODIFY", "diff": "@@ -315,7 +315,7 @@ The comments property can accept also a regex to selectively remove comments.\n#### License header\n-To prepend a license header on your budles:\n+To prepend a license header in your bundled files:\n```\n{\n", "new_path": "README.md", "old_path...
TypeScript
MIT License
ng-packagr/ng-packagr
docs: fix type and phrasing in README.md (#697)
1
docs
null