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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
217,922 | 14.05.2018 21:50:13 | -7,200 | 87e1b2233d1272a36fe9060fe6a6a89e96348ac6 | style: better animation for list panel collapse | [
{
"change_type": "MODIFY",
"diff": "<mat-list *ngIf=\"expanded\">\n<app-recipe *ngFor=\"let recipe of list.recipes\"\n[recipe]=\"recipe\"\n- (ondelete)=\"onrecipedelete.emit({recipe: recipe})\"\n+ (ondelete)=\"onrecipedelete.emit()\"\n(onedit)=\"onedit.emit({recipe: recipe, amount:$event})\"\n[readonly]=\"r... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | style: better animation for list panel collapse | 1 | style | null |
217,922 | 14.05.2018 22:17:21 | -7,200 | e0022e848971a2b07af49ba9d4b5fce9a1154979 | fix(simulator): it's no longer possible to edit stats without a job selected
closes | [
{
"change_type": "MODIFY",
"diff": "<div class=\"configuration\">\n<div class=\"config-row\">\n<h3>{{'SIMULATOR.CONFIGURATION.Job' | translate}}</h3>\n- <mat-checkbox [(ngModel)]=\"customSet\">\n- {{'SIMULATOR.CONFIGURATION.Custom_set' | translate}}\n- </mat-checkbox>\n<div class=\"save-button\">\n- <button... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): it's no longer possible to edit stats without a job selected
closes #338 | 1 | fix | simulator |
679,913 | 14.05.2018 22:22:07 | -3,600 | 4b94a1b9fa49abec98aed3da73c29a2e085e7f12 | docs(api): update doc strings | [
{
"change_type": "MODIFY",
"diff": "@@ -95,8 +95,11 @@ export interface IBuffered<T> {\n*/\nexport interface ICompare<T> {\n/**\n- * Compares this value with given value `x`.\n- * Must follow same contract as `Comparator`.\n+ * Compares this value with given value `x`. MUST follow same\n+ * contract as `Com... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(api): update doc strings | 1 | docs | api |
679,913 | 14.05.2018 22:22:32 | -3,600 | 4dd97abda515c6dab45acda04dcbcc83dfc972c4 | docs: update readmes (compare / equiv) | [
{
"change_type": "MODIFY",
"diff": "@@ -27,9 +27,10 @@ None\n## Usage examples\n```typescript\n+import { ICompare } from \"@thi.ng/api\";\nimport { compare } from \"@thi.ng/compare\";\n-class Foo {\n+class Foo implements ICompare<Foo> {\nx: number;\n",
"new_path": "packages/compare/README.md",
"old_... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: update readmes (compare / equiv) | 1 | docs | null |
217,922 | 14.05.2018 22:55:27 | -7,200 | d19c3b4ed7415549838673083db2c17b7bd42d5e | fix(angular6): lists page sometimes stuck on loading | [
{
"change_type": "MODIFY",
"diff": "@@ -369,10 +369,13 @@ export class ListsComponent extends ComponentWithSubscriptions implements OnInit\nreturn combineLatest(additionalLists\n.map(listId => this.listService.get(listId)\n.pipe(\n- catchError(() => of(null)),\n+ catchError(() => of(null))\n+ )\n+ )\n+ ).pi... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(angular6): lists page sometimes stuck on loading | 1 | fix | angular6 |
679,913 | 15.05.2018 03:53:07 | -3,600 | 7349ef435e46f7e5100fcbe0813eb41159dee04e | test(hdom): fix/update lifecycle test | [
{
"change_type": "MODIFY",
"diff": "@@ -111,18 +111,21 @@ describe(\"hdom\", () => {\n);\nit(\"life cycle\", () => {\n+ let src: any = { render: () => [\"div\"] };\nlet res: any = [\"div\", {}];\n+ res.__this = src;\nres.__init = res.__release = undefined;\nres.__args = [null];\nassert.deepEqual(\n- normali... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(hdom): fix/update lifecycle test | 1 | test | hdom |
679,913 | 15.05.2018 04:55:26 | -3,600 | 09d531a7c2afe79a8e9ca7bb0e268871ff589419 | feat(exmples): add hdom-dropdown-fuzzy (unfinished) | [
{
"change_type": "ADD",
"diff": "+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/hdom-dropdown-fuzzy/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# hdom-dropdown-fuzzy\n+\n+[Live demo](http://demo.thi.ng/umbrella/hdom-dropdown-fuzzy/)\n+\n+```\n+git clone... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(exmples): add hdom-dropdown-fuzzy (unfinished) | 1 | feat | exmples |
573,227 | 15.05.2018 07:52:46 | 25,200 | 84bcded77e9a42d3762146802418a1ae1ece8c30 | fix(dtrace): route probes | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,6 @@ var uuid = require('uuid');\nvar Chain = require('./chain');\nvar RouterRegistryRadix = require('./routerRegistryRadix');\n-var dtrace = require('./dtrace');\n///--- Globals\n@@ -71,13 +70,10 @@ util.inherits(Router, EventEmitter);\n* @returns {Chain|und... | JavaScript | MIT License | restify/node-restify | fix(dtrace): route probes (#1659) | 1 | fix | dtrace |
730,429 | 15.05.2018 11:26:15 | 14,400 | 56fb11be0810a6ce094a0feb6e7ad2d5ca1fe808 | refactor: remove icon types from main export | [
{
"change_type": "MODIFY",
"diff": "export {default as Button} from '@ciscospark/react-component-button';\n-export {\n- default as Icon,\n- ICON_TYPE_ADD,\n- ICON_TYPE_DELETE,\n- ICON_TYPE_DOCUMENT,\n- ICON_TYPE_DOWNLOAD,\n- ICON_TYPE_FLAGGED,\n- ICON_TYPE_FLAGGED_OUTLINE,\n- ICON_TYPE_MESSAGE,\n- ICON_TYPE... | JavaScript | MIT License | webex/react-widgets | refactor: remove icon types from main export | 1 | refactor | null |
730,429 | 15.05.2018 11:45:42 | 14,400 | b9d13605662b3be28092611268440d75d13f8ff5 | feat(activity-item-base): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,8 @@ exports[`ActivityItemBase component renders properly 1`] = `\nclassName=\"activity-post-action activityPostAction\"\n>\n<ActivityPostAction\n- iconType=\"icon-flag_12\"\n+ iconColor=\"black\"\n+ iconType=\"ICON_TYPE_FLAGGED_OUTLINE\"\nonClick={[Function]... | JavaScript | MIT License | webex/react-widgets | feat(activity-item-base): update to new icons component | 1 | feat | activity-item-base |
730,429 | 15.05.2018 11:46:23 | 14,400 | 32e0a1ec8a5927bc27b0b8c26cf6237c55069086 | feat(activity-menu-header): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,8 @@ exports[`ActivityMenuHeader component renders properly 1`] = `\n<Button\naccessibilityLabel=\"Close\"\nbuttonClassName=\"\"\n- iconType=\"icon-cancel_20\"\n+ iconColor=\"black\"\n+ iconType=\"ICON_TYPE_EXIT\"\nlabel=\"\"\nlabelPosition=\"\"\nonClick={[Mo... | JavaScript | MIT License | webex/react-widgets | feat(activity-menu-header): update to new icons component | 1 | feat | activity-menu-header |
730,429 | 15.05.2018 11:47:00 | 14,400 | 72fdc8f9d2d9006fc71333172b98f91de131f02d | feat(activity-menu): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -17,9 +17,35 @@ exports[`ActivityMenu component renders properly 1`] = `\nonKeyPress={[Function]}\n>\n<div\n- className=\"ciscospark-icon ciscosparkIcon icon-cancel_20\"\n+ className=\"ciscospark-button-icon buttonIcon\"\n+ >\n+ <div\n+ className=\"ciscospark-icon\"\nt... | JavaScript | MIT License | webex/react-widgets | feat(activity-menu): update to new icons component | 1 | feat | activity-menu |
730,429 | 15.05.2018 11:47:32 | 14,400 | 4b7da5809728072ca1816397e6064e2d4b1c55e7 | feat(activity-post-action): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -14,9 +14,35 @@ exports[`ActivityItemPostActions component renders properly 1`] = `\nonKeyPress={[Function]}\n>\n<div\n- className=\"ciscospark-icon ciscosparkIcon abc-123\"\n+ className=\"ciscospark-button-icon buttonIcon\"\n+ >\n+ <div\n+ className=\"ciscospark-icon\... | JavaScript | MIT License | webex/react-widgets | feat(activity-post-action): update to new icons component | 1 | feat | activity-post-action |
730,429 | 15.05.2018 11:48:17 | 14,400 | 15356bdebbd84fb853121a501b7e1a0b28bbb921 | feat(activity-share-file): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -8,9 +8,32 @@ exports[`ActivityShareFile component renders properly 1`] = `\nclassName=\"ciscospark-share-file-icon fileIcon\"\n>\n<div\n- className=\"ciscospark-icon ciscosparkIcon icon-document-file_24\"\n+ className=\"ciscospark-icon\"\ntitle=\"\"\n+ >\n+ <svg\n+ he... | JavaScript | MIT License | webex/react-widgets | feat(activity-share-file): update to new icons component | 1 | feat | activity-share-file |
730,429 | 15.05.2018 11:48:42 | 14,400 | b62dedffe3f383046d08a544637f7f46d06195db | feat(activity-share-thumbnail): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -53,10 +53,7 @@ exports[`ActivityShareThumbnail post component renders loaded thumbnail properly\nonClick={[Function]}\nonKeyPress={[Function]}\n>\n- <div\n- className=\"ciscospark-icon ciscosparkIcon icon-download_16\"\n- title=\"Download this file\"\n- />\n+\n</butto... | JavaScript | MIT License | webex/react-widgets | feat(activity-share-thumbnail): update to new icons component | 1 | feat | activity-share-thumbnail |
730,429 | 15.05.2018 11:49:50 | 14,400 | 1eeb2c7baec26d655bea53360d7d9ed1076a54f3 | feat(add-file-button): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -11,9 +11,31 @@ exports[`AddFileButton component renders properly 1`] = `\nclassName=\"icon\"\n>\n<div\n- className=\"ciscospark-icon ciscosparkIcon icon-plus_12\"\n+ className=\"ciscospark-icon\"\ntitle=\"\"\n+ >\n+ <svg\n+ height=\"100%\"\n+ style={\n+ Object {\n+ \"... | JavaScript | MIT License | webex/react-widgets | feat(add-file-button): update to new icons component | 1 | feat | add-file-button |
730,429 | 15.05.2018 11:52:44 | 14,400 | d8fb5358a91b51e4f2e8515869732db6060c57e9 | feat(avatar): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -16,9 +16,32 @@ exports[`Avatar component renders properly as self avatar 1`] = `\nclassName=\"ciscospark-avatar-self avatarSelf\"\n>\n<div\n- className=\"ciscospark-icon ciscosparkIcon icon-chat-active_24\"\n+ className=\"ciscospark-icon\"\ntitle=\"\"\n+ >\n+ <svg\n+ ... | JavaScript | MIT License | webex/react-widgets | feat(avatar): update to new icons component | 1 | feat | avatar |
730,429 | 15.05.2018 11:53:04 | 14,400 | 9fa6668e1142d7e13e805a750c285eb84981de6b | feat(button-controls): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ exports[`ButtonControls component renders properly with labels 1`] = `\n<Button\naccessibilityLabel=\"\"\nbuttonClassName=\"button\"\n+ iconColor=\"white\"\niconType=\"\"\nlabel=\"Message\"\nlabelPosition=\"bottom\"\n@@ -22,6 +23,7 @@ exports[`ButtonCont... | JavaScript | MIT License | webex/react-widgets | feat(button-controls): update to new icons component | 1 | feat | button-controls |
730,429 | 15.05.2018 11:53:27 | 14,400 | ed9349ad0e17713568e68fcb85cc5221b277421b | feat(button): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -31,9 +31,81 @@ exports[`Button component renders properly with icon type 1`] = `\nonKeyPress={[Function]}\n>\n<div\n- className=\"ciscospark-icon ciscosparkIcon delete\"\n+ className=\"ciscospark-button-icon buttonIcon\"\n+ >\n+ <div\n+ className=\"ciscospark-icon\"\n... | JavaScript | MIT License | webex/react-widgets | feat(button): update to new icons component | 1 | feat | button |
730,429 | 15.05.2018 11:53:46 | 14,400 | 0a45e0f6202f8b36cc21e9a4320841d140e1bb19 | feat(chip-base): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -18,9 +18,35 @@ exports[`ChipBase component renders properly 1`] = `\nonKeyPress={[Function]}\n>\n<div\n- className=\"ciscospark-icon ciscosparkIcon icon-clear_12\"\n+ className=\"ciscospark-button-icon buttonIcon\"\n+ >\n+ <div\n+ className=\"ciscospark-icon\"\ntitle=... | JavaScript | MIT License | webex/react-widgets | feat(chip-base): update to new icons component | 1 | feat | chip-base |
730,429 | 15.05.2018 11:54:17 | 14,400 | c62179bf59d29842633b73adfdc757c45b8f7994 | feat(chip-file): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -48,9 +48,35 @@ exports[`ChipFile component renders properly 1`] = `\nonKeyPress={[Function]}\n>\n<div\n- className=\"ciscospark-icon ciscosparkIcon icon-clear_12\"\n+ className=\"ciscospark-button-icon buttonIcon\"\n+ >\n+ <div\n+ className=\"ciscospark-icon\"\ntitle=... | JavaScript | MIT License | webex/react-widgets | feat(chip-file): update to new icons component | 1 | feat | chip-file |
730,429 | 15.05.2018 11:54:52 | 14,400 | 892adc57a4764d37ed4968fbe3a12ed619f533f6 | feat(file-staging-area): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -20,9 +20,32 @@ exports[`FileStagingArea component renders properly 1`] = `\nclassName=\"ciscospark-file-icon icon\"\n>\n<div\n- className=\"ciscospark-icon ciscosparkIcon icon-document-file_24\"\n+ className=\"ciscospark-icon\"\ntitle=\"\"\n+ >\n+ <svg\n+ height=\"100... | JavaScript | MIT License | webex/react-widgets | feat(file-staging-area): update to new icons component | 1 | feat | file-staging-area |
730,429 | 15.05.2018 11:55:20 | 14,400 | cc3f9141a67feb4f82719ef6e8ce39c496ff36ae | feat(incoming-call): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -45,9 +45,35 @@ exports[`IncomingCall component renders properly 1`] = `\nonKeyPress={[Function]}\n>\n<div\n- className=\"ciscospark-icon ciscosparkIcon icon-call_camera_32\"\n+ className=\"ciscospark-button-icon buttonIcon\"\n+ >\n+ <div\n+ className=\"ciscospark-icon... | JavaScript | MIT License | webex/react-widgets | feat(incoming-call): update to new icons component | 1 | feat | incoming-call |
730,429 | 15.05.2018 11:55:42 | 14,400 | b459d8105ca1d3079227eeca1779dac0fcb2f075 | feat(presence-avatar): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -76,8 +76,10 @@ exports[`Avatar component when avatar is not a self type renders with ooo presen\n}\n>\n<Icon\n+ color=\"white\"\n+ size=\"100%\"\ntitle=\"\"\n- type=\"icon-pto_16\"\n+ type=\"ICON_TYPE_PTO\"\n/>\n</div>\n<div\n",
"new_path": "packages/node_modules/... | JavaScript | MIT License | webex/react-widgets | feat(presence-avatar): update to new icons component | 1 | feat | presence-avatar |
730,429 | 15.05.2018 11:56:53 | 14,400 | 18b0f5cb3ee352b42f956168888620b066ff154e | feat(scroll-to-bottom): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -19,9 +19,31 @@ exports[`ScrollToBottomButton component basic renders properly 1`] = `\nclassName=\"ciscospark-scroll-to-bottom-icon icon\"\n>\n<div\n- className=\"ciscospark-icon ciscosparkIcon icon-arrow-right_12\"\n+ className=\"ciscospark-icon\"\ntitle=\"\"\n+ >\n+... | JavaScript | MIT License | webex/react-widgets | feat(scroll-to-bottom): update to new icons component | 1 | feat | scroll-to-bottom |
730,429 | 15.05.2018 11:57:20 | 14,400 | 6da071a4af74666f590335bf5802905377f5d3d9 | feat(space-item): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -159,7 +159,8 @@ exports[`SpaceItem component renders a space 1`] = `\n<Button\naccessibilityLabel=\"Call Space\"\nbuttonClassName=\"actionButton callButton\"\n- iconType=\"icon-call_camera_32\"\n+ iconColor=\"white\"\n+ iconType=\"ICON_TYPE_VIDEO_OUTLINE\"\nlabel=\"\"... | JavaScript | MIT License | webex/react-widgets | feat(space-item): update to new icons component | 1 | feat | space-item |
730,429 | 15.05.2018 11:57:44 | 14,400 | 7c8dabde6ef53bad6fe6508017d7c359f2864bff | feat(container-activity-list): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -24,9 +24,32 @@ exports[`ActivityList renders properly 1`] = `\nclassName=\"ciscospark-avatar-self avatarSelf\"\n>\n<div\n- className=\"ciscospark-icon ciscosparkIcon icon-chat-active_24\"\n+ className=\"ciscospark-icon\"\ntitle=\"\"\n+ >\n+ <svg\n+ height=\"100%\"\n+ ... | JavaScript | MIT License | webex/react-widgets | feat(container-activity-list): update to new icons component | 1 | feat | container-activity-list |
730,429 | 15.05.2018 11:58:08 | 14,400 | 1951ae76b7abd08e793557e39e857bffb0a294aa | feat(container-file-uploader): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -23,9 +23,32 @@ exports[`FileUploader container renders properly 1`] = `\nclassName=\"ciscospark-file-icon icon\"\n>\n<div\n- className=\"ciscospark-icon ciscosparkIcon icon-document-file_24\"\n+ className=\"ciscospark-icon\"\ntitle=\"\"\n+ >\n+ <svg\n+ height=\"100%\"... | JavaScript | MIT License | webex/react-widgets | feat(container-file-uploader): update to new icons component | 1 | feat | container-file-uploader |
730,429 | 15.05.2018 11:58:38 | 14,400 | 8ae0d64c9038428abb987287020b6fda4c46c3cd | feat(container-message-composer): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -20,9 +20,31 @@ exports[`MessageComposer component snapshot tests renders properly 1`] = `\nclassName=\"icon\"\n>\n<div\n- className=\"ciscospark-icon ciscosparkIcon icon-plus_12\"\n+ className=\"ciscospark-icon\"\ntitle=\"\"\n+ >\n+ <svg\n+ height=\"100%\"\n+ style={\... | JavaScript | MIT License | webex/react-widgets | feat(container-message-composer): update to new icons component | 1 | feat | container-message-composer |
730,429 | 15.05.2018 11:59:05 | 14,400 | 2ea26cf6c3662725f6fbabe555767f2f44f72069 | feat(widget-meet): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -6,11 +6,7 @@ import ButtonControls from '@ciscospark/react-component-button-controls';\nimport Video from '@ciscospark/react-component-video';\nimport Audio from '@ciscospark/react-component-audio';\nimport Avatar from '@ciscospark/react-component-avatar';\n-import {\... | JavaScript | MIT License | webex/react-widgets | feat(widget-meet): update to new icons component | 1 | feat | widget-meet |
730,429 | 15.05.2018 11:59:32 | 14,400 | 2e1d8152f721b8074981cb3906f324d5a5e8b9f8 | feat(widget-roster): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -2,10 +2,7 @@ import React from 'react';\nimport PropTypes from 'prop-types';\nimport isEmail from 'validator/lib/isEmail';\nimport classNames from 'classnames';\n-import Icon, {\n- ICON_TYPE_EXIT,\n- ICON_TYPE_INVITE\n-} from '@ciscospark/react-component-icon';\n+impo... | JavaScript | MIT License | webex/react-widgets | feat(widget-roster): update to new icons component | 1 | feat | widget-roster |
730,429 | 15.05.2018 11:59:54 | 14,400 | 21e80587d4986bf9c3fbdb9282382d9c7f85e056 | feat(widget-space): update to new icons component | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ import LoadingScreen from '@ciscospark/react-component-loading-screen';\nimport Timer from '@ciscospark/react-component-timer';\nimport ErrorDisplay from '@ciscospark/react-component-error-display';\n-import {ICON_TYPE_WAFFLE} from '@ciscospark/react-com... | JavaScript | MIT License | webex/react-widgets | feat(widget-space): update to new icons component | 1 | feat | widget-space |
730,429 | 15.05.2018 12:00:25 | 14,400 | 8fb9f9f9759a72d26ff0ebc774ba73cddfe1e625 | chore: eslint disable existing todos | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ import CallDataActivityMessage from '@ciscospark/react-component-call-data-activ\nimport messages from './messages';\nimport styles from './styles.css';\n+// eslint-disable-next-line no-warning-comments\n// TODO: Migrate message verbs into a top level help... | JavaScript | MIT License | webex/react-widgets | chore: eslint disable existing todos | 1 | chore | null |
679,913 | 15.05.2018 13:07:47 | -3,600 | db58ebc7cdab88460dc1a2dc6ee6d62864bc9cb8 | feat(examples): add fuzzy match highlighting | [
{
"change_type": "MODIFY",
"diff": "[Live demo](http://demo.thi.ng/umbrella/hdom-dropdown-fuzzy/)\n+**This example is a work-in-progress trying out different ideas. Do not\n+(yet) take as reference for your own projects.**\n+\n```\ngit clone https://github.com/thi-ng/umbrella.git\ncd umbrella/examples/hdom-... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add fuzzy match highlighting | 1 | feat | examples |
679,913 | 15.05.2018 13:52:20 | -3,600 | 81b596f6e8597ffefd74a9fd2403c441e8058f37 | refactor(examples): update highlightMatches() | [
{
"change_type": "MODIFY",
"diff": "@@ -27,12 +27,12 @@ export const fuzzyDropdown = (ctx, opts: FuzzyArgs) => {\nreturn () => {\nconst state = { ...opts.state.deref() };\nconst filter = opts.filter.deref().toLowerCase();\n- if (filter) {\n+ if (filter && state.open) {\nstate.items = [\n...iterator(\ncomp(\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update highlightMatches() | 1 | refactor | examples |
730,429 | 15.05.2018 14:11:39 | 14,400 | 0637eb0f382b0ef0688827b22d246a3575b5766f | fix(call-data-activity): add support for empty actor field | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ export function getCallDataOneOnOne({\neveryBodyJoined,\niDeclined,\nactorWasMe,\n- partner,\n+ partner = {person: {displayName: ''}},\npartnerDeclined\n}) {\nlet arg, status;\n@@ -33,7 +33,7 @@ function getCallDataGroup({\niWasJoined,\nnoBodyJoined,\nacto... | JavaScript | MIT License | webex/react-widgets | fix(call-data-activity): add support for empty actor field | 1 | fix | call-data-activity |
791,690 | 15.05.2018 16:23:33 | 25,200 | 34324f867c689033d528469064c9aa53a50c0070 | core(violation-audit): de-dupe items by URL and label | [
{
"change_type": "MODIFY",
"diff": "@@ -11,13 +11,22 @@ class ViolationAudit extends Audit {\n/**\n* @param {LH.Artifacts} artifacts\n* @param {RegExp} pattern\n- * @return {Array<LH.Crdp.Log.LogEntry & {label: string}>}\n+ * @return {Array<{label: string, url?: string}>}\n*/\nstatic getViolationResults(art... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(violation-audit): de-dupe items by URL and label (#5219) | 1 | core | violation-audit |
217,922 | 15.05.2018 18:10:27 | -7,200 | f0edc74678cdfb352f5dd53900acc22d752a0ea8 | chore: WIP - oauth migration for electron | [
{
"change_type": "MODIFY",
"diff": "@@ -11,8 +11,8 @@ if (serve) {\nfunction createWindow() {\n// Create the browser window.\nwin = new BrowserWindow({\n- width: 600,\n- height: 600,\n+ width: 1280,\n+ height: 720,\nbackgroundColor: '#ffffff',\nicon: `file://${__dirname}/dist/assets/logo.png`\n});\n@@ -21,7... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: WIP - oauth migration for electron | 1 | chore | null |
724,010 | 15.05.2018 21:25:32 | -32,400 | a70a88784807cf5382b8371924b39745ff2c1c67 | fix: remove includes and findIndex | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,8 @@ function findAllVNodes (vnode: VNode, nodes: Array<VNode> = []): Array<VNode> {\n}\nfunction removeDuplicateNodes (vNodes: Array<VNode>): Array<VNode> {\n- return vNodes.filter((vNode, index) => index === vNodes.findIndex(node => vNode.elm === node.elm))... | JavaScript | MIT License | vuejs/vue-test-utils | fix: remove includes and findIndex (#610) | 1 | fix | null |
217,922 | 15.05.2018 21:56:39 | -7,200 | 2ef3286c80f421d56b3505cb6f79ea288ff24bd6 | chore(desktop): first oauth handling implementation for google | [
{
"change_type": "MODIFY",
"diff": "-const {app, BrowserWindow} = require('electron');\n+const {app, ipcMain, BrowserWindow} = require('electron');\n+\n+const electronOauth2 = require('electron-oauth2');\nlet win, serve;\nconst args = process.argv.slice(1);\n@@ -47,3 +49,27 @@ app.on('activate', function ()... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(desktop): first oauth handling implementation for google | 1 | chore | desktop |
217,922 | 15.05.2018 22:29:58 | -7,200 | 89a82545d535ecf2df5d9c7315c99a042b505a06 | fix: classic login considering email as not verified | [
{
"change_type": "MODIFY",
"diff": "@@ -6,8 +6,10 @@ import {Router} from '@angular/router';\nimport {ForgotPasswordPopupComponent} from '../forgot-password-popup/forgot-password-popup.component';\nimport {UserService} from '../../../core/database/user.service';\nimport {ListService} from '../../../core/dat... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: classic login considering email as not verified | 1 | fix | null |
679,913 | 15.05.2018 22:45:46 | -3,600 | 2482b16e0a6f0a8b53f1a8f6b214ba1e4cbe1f7c | fix(hdom): delay init() lifecycle call to ensure children are available
update diffElement() | [
{
"change_type": "MODIFY",
"diff": "@@ -56,10 +56,6 @@ function _diffElement(parent: Element, prev: any, curr: any, child: number) {\nif ((i = prev.__release) && i !== curr.__release) {\nreleaseDeep(prev);\n}\n- if ((i = curr.__init) && i != prev.__init) {\n- // DEBUG && console.log(\"call __init\", curr);\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(hdom): delay init() lifecycle call to ensure children are available
- update diffElement() | 1 | fix | hdom |
679,913 | 15.05.2018 22:50:29 | -3,600 | 7e1028a26b80f7946618b13fd84d650be017008d | fix(examples): tab handling in fuzzy dropdown | [
{
"change_type": "MODIFY",
"diff": "@@ -212,7 +212,7 @@ export const theme = {\nclass: \"fl w-100 w-50-ns w-33-l pa2\"\n},\ninput: {\n- class: \"bg-transparent w-100 ba\"\n+ class: \"bg-transparent w-100 bn pa2\"\n},\ndd: {\nroot: { class: \"\" },\n",
"new_path": "examples/hdom-dropdown-fuzzy/src/config... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): tab handling in fuzzy dropdown | 1 | fix | examples |
679,913 | 16.05.2018 00:17:32 | -3,600 | 0c29250350265b82108bb53d9d09cc661f8925ce | feat(examples): add input clearing | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,7 @@ export const fuzzyDropdown = (ctx, opts: FuzzyArgs) => {\nstate: opts.filter.deref(),\nplaceholder: opts.placeholder,\noninput: (e) => ctx.bus.dispatch([EV_SET_VALUE, [opts.filter.path, e.target.value]]),\n+ onclear: () => ctx.bus.dispatch([EV_SET_VALUE,... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add input clearing | 1 | feat | examples |
791,723 | 16.05.2018 12:05:26 | 25,200 | b19a7b57c456eedcf67eed67407cf47c8887f88a | misc(viewer): support legacy 2.x reports in viewer | [
{
"change_type": "MODIFY",
"diff": "* the report.\n*/\n+const VIEWER_ORIGIN = 'https://googlechrome.github.io';\n+\n/* globals self URL Blob CustomEvent getFilenamePrefix window */\nclass ReportUIFeatures {\n@@ -318,7 +320,8 @@ class ReportUIFeatures {\nbreak;\n}\ncase 'open-viewer': {\n- this.sendJsonRepor... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(viewer): support legacy 2.x reports in viewer (#5204) | 1 | misc | viewer |
573,218 | 16.05.2018 13:33:48 | 25,200 | eb60ef403ad77b1dd187e199d72e7c80caca248c | feat(helpers): add compose feature | [
{
"change_type": "ADD",
"diff": "+'use strict';\n+/* eslint-disable func-names */\n+\n+var Chain = require('../chain');\n+var _ = require('lodash');\n+\n+module.exports = composeHandlerChain;\n+\n+/**\n+ * Builds a function with the signature of a handler\n+ * function(req,resp,callback).\n+ * which interna... | JavaScript | MIT License | restify/node-restify | feat(helpers): add compose feature (#1660) | 1 | feat | helpers |
724,015 | 16.05.2018 14:15:32 | -28,800 | a93275c6b907d72ff2b241f59372735d64c95f10 | fix: clone propsData to avoid mutation | [
{
"change_type": "MODIFY",
"diff": "declare type Options = { // eslint-disable-line no-undef\nattachToDocument?: boolean,\n+ propsData?: Object,\nmocks?: Object,\nmethods?: Object,\nslots?: Object,\n",
"new_path": "flow/options.flow.js",
"old_path": "flow/options.flow.js"
},
{
"change_type":... | JavaScript | MIT License | vuejs/vue-test-utils | fix: clone propsData to avoid mutation (#613) | 1 | fix | null |
815,745 | 16.05.2018 15:00:09 | -10,800 | 30416c88085b85328c4496395da301631652094a | chore(release): 2.0.1 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.0.1\"></a>\n+## [2.0.1](https://github.com/ng-select/ng-select/compare/v2.0.0...v2.... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.0.1 | 1 | chore | release |
791,723 | 16.05.2018 16:09:12 | 25,200 | b5a2bc35cb10c7617f6056a1c1a26f9d101aa19d | tests(compile): fix broken compile-devtools script | [
{
"change_type": "MODIFY",
"diff": "# usage\n# yarn compile-devtools\n+set -x\n# This the text here will override the renderer/ files in in the scripts[] array:\n# https://github.com/ChromeDevTools/devtools-frontend/blob/master/front_end/audits2/module.json#L20\n@@ -21,10 +22,13 @@ files_to_include=\"\\\"li... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(compile): fix broken compile-devtools script (#5234) | 1 | tests | compile |
791,723 | 16.05.2018 16:15:19 | 25,200 | d5c0b198838332d65bca0731363fdb2e794b6270 | misc(viewer): switch to 2x viewer within the same tab | [
{
"change_type": "MODIFY",
"diff": "* the report.\n*/\n-const VIEWER_ORIGIN = 'https://googlechrome.github.io';\n-\n/* globals self URL Blob CustomEvent getFilenamePrefix window */\nclass ReportUIFeatures {\n@@ -353,25 +351,20 @@ class ReportUIFeatures {\n* @protected\n*/\nstatic openTabAndSendJsonReport(re... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(viewer): switch to 2x viewer within the same tab (#5231) | 1 | misc | viewer |
791,723 | 16.05.2018 16:28:14 | 25,200 | 4353ef4bc1602e272fdb0eac2d1220423309b64e | misc: closure cleanup in viewer from | [
{
"change_type": "MODIFY",
"diff": "@@ -46,13 +46,6 @@ class ViewerUIFeatures extends ReportUIFeatures {\nreturn ReportGenerator.generateReportHtml(this.json);\n}\n- /**\n- * @override\n- */\n- openTabAndSendJsonReport() {\n- throw new Error('Cannot send JSON to Viewer from Viewer.');\n- }\n-\n/**\n* @overr... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: closure cleanup in viewer from #5231 (#5235) | 1 | misc | null |
815,745 | 16.05.2018 17:02:25 | -10,800 | 16d0e65fb440c396953cd5b25d4855f07ac7c7dc | chore: use dev mode for tests | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ const isTest = ENV === 'test';\nmodule.exports = function makeWebpackConfig() {\nlet config = {\ndevtool: 'inline-source-map',\n+ mode: 'development',\noutput: {},\nresolve: {\nextensions: ['.ts', '.js', '.json', '.css', '.scss', '.html']\n",
"new_pa... | TypeScript | MIT License | ng-select/ng-select | chore: use dev mode for tests | 1 | chore | null |
730,412 | 16.05.2018 21:20:57 | 0 | 680c0e134d1812866ce9050d1df4eb74bc59faa3 | chore(release): 0.1.300 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.300\"></a>\n+## [0.1.300](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.300 | 1 | chore | release |
217,922 | 16.05.2018 23:01:44 | -7,200 | 9bbb9faef359212ab21fdaab38aea51fc33aedbc | chore(desktop): fixed electron build and share links | [
{
"change_type": "MODIFY",
"diff": "},\n\"compression\": {\n\"version\": \"1.7.2\",\n- \"resolved\": \"http://registry.npmjs.org/compression/-/compression-1.7.2.tgz\",\n+ \"resolved\": \"https://registry.npmjs.org/compression/-/compression-1.7.2.tgz\",\n\"integrity\": \"sha1-qv+81qr4VLROuygDU9WtFlH1mmk=\",\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(desktop): fixed electron build and share links | 1 | chore | desktop |
217,922 | 16.05.2018 23:52:24 | -7,200 | db41bd7ccab659adbec6b4bd043ebda4102988e6 | chore(desktop): custom link shared link was broken | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,11 @@ export class CustomLink extends DataModel {\nreturn this.redirectTo.split('/')[0];\n}\n- getUrl(): string {\n+ getUrl(): string {// If we're inside Electron, create a direct Teamcraft link.\n+ if (navigator.userAgent.toLowerCase().indexOf('electron/') >... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(desktop): custom link shared link was broken | 1 | chore | desktop |
791,722 | 17.05.2018 07:52:46 | -36,000 | 31048a2d8a58ea6b5845569b721198d33ddf4659 | docs(readme): add lighthouse-lambda to related projects | [
{
"change_type": "MODIFY",
"diff": "@@ -275,7 +275,7 @@ This section details projects that have integrated Lighthouse. If you're working\n* **[lighthouse-batch](https://www.npmjs.com/package/lighthouse-batch)** - run Lighthouse over a number of sites and generate a summary of their metrics/scores.\n* **[lig... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(readme): add lighthouse-lambda to related projects (#5227) | 1 | docs | readme |
815,745 | 17.05.2018 12:56:23 | -10,800 | 6a9f680101f461d0f85a04faae290b0b3b01a3d6 | fix(theme): add padding for multiselect | [
{
"change_type": "MODIFY",
"diff": "@@ -313,7 +313,7 @@ export class ItemsList {\ni++;\nreturn x;\n});\n- items.push(...children)\n+ items.push(...children);\nreturn items;\n}, []);\n}\n",
"new_path": "src/ng-select/items-list.ts",
"old_path": "src/ng-select/items-list.ts"
},
{
"change_type"... | TypeScript | MIT License | ng-select/ng-select | fix(theme): add padding for multiselect | 1 | fix | theme |
815,745 | 17.05.2018 12:58:00 | -10,800 | 38c4edd01d4c991a1d4c8957e6cda6f52b4ffeeb | chore(release): 2.0.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=\"2.0.2\"></a>\n+## [2.0.2](https://github.com/ng-select/ng-select/compare/v2.0.1...v2.... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.0.2 | 1 | chore | release |
791,723 | 17.05.2018 13:51:46 | 25,200 | 46e49f4eef72453fa61c8bc1f2430899f74dd12d | misc(viewer): fix saving as gist | [
{
"change_type": "MODIFY",
"diff": "@@ -291,7 +291,7 @@ class ReportUIFeatures {\nconst el = /** @type {?Element} */ (e.target);\n- if (!el || el.hasAttribute('data-action')) {\n+ if (!el || !el.hasAttribute('data-action')) {\nreturn;\n}\n",
"new_path": "lighthouse-core/report/html/renderer/report-ui-fe... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(viewer): fix saving as gist (#5251) | 1 | misc | viewer |
791,723 | 17.05.2018 16:07:20 | 25,200 | a99c07b890b104e2d51e3c4326edfee79c6f49e6 | report: DRY up audit & opportunity rendering | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,17 @@ class CategoryRenderer {\n*/\nrenderAudit(audit, index) {\nconst tmpl = this.dom.cloneTemplate('#tmpl-lh-audit', this.templateContext);\n+ return this.populateAuditValues(audit, index, tmpl);\n+ }\n+\n+ /**\n+ * Populate an DOM tree with audit details. ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: DRY up audit & opportunity rendering (#5136) | 1 | report | null |
217,922 | 17.05.2018 17:01:52 | -7,200 | 4a55e0cf9c379d2a4218e326be82399247d1a1c5 | chore(desktop): list template links fix | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,11 @@ export class ListTemplate extends CustomLink {\n}\ngetUrl(): string {\n+ // If we're inside Electron, create a direct Teamcraft link.\n+ if (navigator.userAgent.toLowerCase().indexOf('electron/') > -1) {\n+ return `https://ffxivteamcraft.com/template/${... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(desktop): list template links fix | 1 | chore | desktop |
730,412 | 17.05.2018 17:13:41 | 0 | a7f670573385f96abc86a2c8b938297895621d59 | chore(release): 0.1.301 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.301\"></a>\n+## [0.1.301](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.301 | 1 | chore | release |
217,922 | 17.05.2018 17:17:32 | -7,200 | c09e07e9ac9164a1ae8821a95dccb23a54abff96 | chore(desktop): first pass for overlay mode | [
{
"change_type": "MODIFY",
"diff": "<div class=\"app-container {{settings.theme}}-theme mat-typography\">\n- <mat-toolbar color=\"primary\" class=\"app-toolbar\">\n+ <mat-toolbar color=\"primary\" class=\"app-toolbar\" *ngIf=\"!overlay\">\n<button *ngIf=\"mobile\" mat-icon-button (click)=\"sidenav.toggle()\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(desktop): first pass for overlay mode | 1 | chore | desktop |
724,015 | 17.05.2018 23:09:34 | -28,800 | 3922ab75be9affde3fb8e1672a63f0f0fc858835 | fix: method should be updated when triggering | [
{
"change_type": "MODIFY",
"diff": "@@ -633,6 +633,13 @@ export default class Wrapper implements BaseWrapper {\neventObject.keyCode = modifiers[event[1]]\n}\n+ // If this element's event handler has been reset by setMethod, it won't trigger\n+ // Make sure that this element is updated with the latest event ... | JavaScript | MIT License | vuejs/vue-test-utils | fix: method should be updated when triggering | 1 | fix | null |
791,723 | 18.05.2018 10:36:58 | 25,200 | 2bcc4ccdc51885fc02e70a36b07cfb91e9814dc5 | report: animated chevrons | [
{
"change_type": "MODIFY",
"diff": "@@ -71,9 +71,10 @@ class CategoryRenderer {\nelem.classList.add('lh-details');\nheader.appendChild(elem);\n}\n-\nthis.dom.find('.lh-audit__index', auditEl).textContent = `${index + 1}`;\n+ // Add chevron SVG to the end of the summary\n+ this.dom.find('.lh-chevron-containe... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: animated chevrons (#5137) | 1 | report | null |
791,723 | 18.05.2018 10:49:26 | 25,200 | 72988e1e3da925448c5399c74ea0b74e10ef6623 | report: restore missing non-applicable icon | [
{
"change_type": "MODIFY",
"diff": "padding: 11px var(--text-indent);\n}\n-.lh-metric__header {\n- display: flex;\n-}\n-\n.lh-metric__details {\norder: -1;\n}\n.lh-audit-group--metrics .lh-audit-group__header::before {\nbackground-image: var(--av-timer-icon-url);\n}\n-.lh-audit-group--notapplicable .lh-audi... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: restore missing non-applicable icon (#5267) | 1 | report | null |
217,922 | 18.05.2018 12:26:57 | -7,200 | 14cde5a9bc9a59238846c2760fe7567df80db581 | feat(desktop): new overlay window for alarms | [
{
"change_type": "MODIFY",
"diff": "}\n]\n},\n+ \"electron\": {\n+ \"fileReplacements\": [\n+ {\n+ \"replace\": \"src/environments/environment.ts\",\n+ \"with\": \"src/environments/environment.prod.ts\"\n+ }\n+ ]\n+ },\n\"beta\": {\n\"fileReplacements\": [\n{\n",
"new_path": "angular.json",
"old_pat... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(desktop): new overlay window for alarms | 1 | feat | desktop |
791,690 | 18.05.2018 12:43:37 | 25,200 | 1b5bf18ad05758a5eae4a94794ce1ea8f2469b99 | core(lantern): handle disk cache simulation | [
{
"change_type": "MODIFY",
"diff": "@@ -97,8 +97,11 @@ class LanternMetricArtifact extends ComputedArtifact {\nObject.assign({}, extras, {optimistic: false})\n);\n+ // Estimates under 1s don't really follow the normal curve fit, minimize the impact of the intercept\n+ const interceptMultiplier = this.COEFFI... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(lantern): handle disk cache simulation (#5221) | 1 | core | lantern |
217,922 | 18.05.2018 13:59:55 | -7,200 | 5541dda247dbe5f316283fd21fe257a11481e278 | chore: trying to handle external links properly | [
{
"change_type": "MODIFY",
"diff": "-const {app, ipcMain, BrowserWindow, Tray, nativeImage} = require('electron');\n+const {app, ipcMain, BrowserWindow, Tray, nativeImage, shell} = require('electron');\nconst path = require('path');\nconst electronOauth2 = require('electron-oauth2');\n@@ -53,6 +53,10 @@ fun... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: trying to handle external links properly | 1 | chore | null |
815,745 | 18.05.2018 17:50:45 | -10,800 | 433f91badd313e6744a110679fcf4acc5c8db8ab | fix: emit event while removing using backspace
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -44,6 +44,10 @@ export class ItemsList {\nreturn this._ngSelect.multiple && this._ngSelect.maxSelectedItems <= this._selected.length;\n}\n+ get lastSelectedItem() {\n+ return this._selected[this._selected.length - 1];\n+ }\n+\nsetItems(items: any[]) {\nthis._items = it... | TypeScript | MIT License | ng-select/ng-select | fix: emit event while removing using backspace (#565)
fixes #564 | 1 | fix | null |
815,745 | 18.05.2018 17:54:26 | -10,800 | 95a3e6c891bd8e9cd48fbc5899afa0fbd39348c0 | chore(release): 2.0.3 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.0.3\"></a>\n+## [2.0.3](https://github.com/ng-select/ng-select/compare/v2.0.2...v2.... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.0.3 | 1 | chore | release |
791,690 | 18.05.2018 19:02:09 | 25,200 | 517e3ecd85901bf519e32b77a24e7998e5a35fef | core(network-recorder): handle QUIC requests | [
{
"change_type": "MODIFY",
"diff": "@@ -89,6 +89,19 @@ class NetworkRecorder extends EventEmitter {\n}\n}\n+ /**\n+ * QUIC network requests don't always \"finish\" even when they're done loading data, use recievedHeaders\n+ * @see https://github.com/GoogleChrome/lighthouse/issues/5254\n+ * @param {LH.WebIns... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(network-recorder): handle QUIC requests (#5256) | 1 | core | network-recorder |
217,922 | 19.05.2018 12:35:50 | -7,200 | 1819db7a24d50cfc18b158dc140d19895409f32b | chore(desktop): added possibility to set setup directory | [
{
"change_type": "MODIFY",
"diff": "src/environments/version.ts\n# compiled output\n+/release\n/dist\n/tmp\n/out-tsc\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY",
"diff": "\"main\": \"main.js\",\n\"build\": {\n\"appId\": \"ffxivteamcraft\",\n+ \"dir... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(desktop): added possibility to set setup directory | 1 | chore | desktop |
679,913 | 19.05.2018 19:06:24 | 25,200 | 23fdd39808b2f4f5b1ba0ed7fae1e49d2a4030a7 | feat(rstream): update resolve(), update subscribe() overrides
replace resolve() opt `id` arg w/ `ResolveOpts` object
if `fail` option is given use as Promise failure handler instead of
calling `this.error()` and thereby stopping stream
add new override for actual child `Subscription`s, fixes generics
update `subscribe(... | [
{
"change_type": "MODIFY",
"diff": "@@ -81,8 +81,9 @@ export class PubSub<A, B> extends Subscription<A, B> {\nreturn null;\n}\n- subscribeTopic(topicID: any, sub: Partial<ISubscriber<B>>, id?: string): Subscription<B, B>;\nsubscribeTopic<C>(topicID: any, tx: Transducer<B, C>, id?: string): Subscription<B, C... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream): update resolve(), update subscribe() overrides
- replace resolve() opt `id` arg w/ `ResolveOpts` object
- if `fail` option is given use as Promise failure handler instead of
calling `this.error()` and thereby stopping stream
- add new override for actual child `Subscription`s, fixes generics
- update ... | 1 | feat | rstream |
724,000 | 19.05.2018 22:46:00 | -3,600 | 0c22edccbb65975caac0db805ec5501d3939e45d | chore: remove release notes | [
{
"change_type": "DELETE",
"diff": "-<a name=\"1.0.0-beta.16\"></a>\n-# [1.0.0-beta.16](https://github.com/vuejs/vue-test-utils/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2018-05-11)\n-\n-\n-### Bug Fixes\n-\n-* add cheerio as dependency to server-test-utils ([f3dfb1e](https://github.com/vuejs/vue-test-utils... | JavaScript | MIT License | vuejs/vue-test-utils | chore: remove release notes | 1 | chore | null |
724,000 | 19.05.2018 22:56:15 | -3,600 | c972b8c4b60637279e56d46422d5135603501c3b | chore: add prerelease flag to publish script | [
{
"change_type": "MODIFY",
"diff": "\"lint:docs\": \"eslint --ext js,vue,md docs --ignore-path .gitignore\",\n\"lint:fix\": \"npm run lint -- --fix\",\n\"prepublishOnly\": \"npm run build && npm run test:unit:only\",\n- \"publish\": \"lerna publish --conventional-commits -m \\\"chore(release): publish %s\\\... | JavaScript | MIT License | vuejs/vue-test-utils | chore: add prerelease flag to publish script | 1 | chore | null |
217,922 | 20.05.2018 00:24:28 | -7,200 | 7717364eb630d69e076b488f84fdb80a8078f262 | fix: fixed a bug that was blocking items in workshop lists | [
{
"change_type": "MODIFY",
"diff": "[readonly]=\"!list.getPermissions(userData.$key).write\"\n[list]=\"list\"\n[expanded]=\"expanded.indexOf(list.$key) > -1\"\n- (onrecipedelete)=\"removeRecipe($event.recipe, list, list.$key)\"\n+ (onrecipedelete)=\"removeRecipe($event, list, list.$key)\"\n(onedit)=\"update... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed a bug that was blocking items in workshop lists | 1 | fix | null |
217,922 | 20.05.2018 12:47:39 | -7,200 | 0d35da3fbcf3d0116358ce3647106e3caed0df6d | feat(desktop): new topbar for better UX | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,7 @@ function createWindow() {\nwidth: mainWindowState.width,\nheight: mainWindowState.height,\nbackgroundColor: '#ffffff',\n+ frame: false,\nicon: `file://${__dirname}/dist/assets/logo.png`\n});\n@@ -183,3 +184,15 @@ ipcMain.on('overlay-close', (event, url) ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(desktop): new topbar for better UX | 1 | feat | desktop |
679,913 | 20.05.2018 13:05:33 | 25,200 | cbc600e73c801683c1b5c9a12bb3d737b51a5c8d | fix(rstream): minor update PubSub topic fn return type | [
{
"change_type": "MODIFY",
"diff": "@@ -51,7 +51,7 @@ export interface PubSubOpts<A, B> {\n*/\nexport class PubSub<A, B> extends Subscription<A, B> {\n- topicfn: (x: B) => PropertyKey;\n+ topicfn: (x: B) => any;\ntopics: EquivMap<any, Subscription<B, B>>;\nconstructor(opts?: PubSubOpts<A, B>) {\n@@ -82,6 +8... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(rstream): minor update PubSub topic fn return type | 1 | fix | rstream |
679,913 | 20.05.2018 13:54:49 | 25,200 | 846aaf97c7b3daa18ccd7f28f6f77e4fbbc6f7ab | feat(rstream): re-implement bisect() using PubSub, update tests | [
{
"change_type": "MODIFY",
"diff": "import { Predicate } from \"@thi.ng/api/api\";\nimport { ISubscriber } from \"../api\";\n-import { Subscription } from \"../subscription\";\n+import { PubSub } from \"../pubsub\";\n-export function bisect<T>(pred: Predicate<T>, a?: ISubscriber<T>, b?: ISubscriber<T>) {\n-... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream): re-implement bisect() using PubSub, update tests | 1 | feat | rstream |
679,913 | 20.05.2018 13:58:15 | 25,200 | 773829e435eb0885de5a0c358d60b563373449a7 | minor(rstream): add alt subscribe() overrides (disabled) | [
{
"change_type": "MODIFY",
"diff": "@@ -25,8 +25,10 @@ export interface ISubscribable<T> extends\nIDeref<T>,\nIID<string> {\n- subscribe<C>(xform: Transducer<T, C>, id?: string): Subscription<T, C>;\nsubscribe<C>(sub: Partial<ISubscriber<T>>, xform: Transducer<T, C>, id?: string): Subscription<T, C>;\n+ // ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(rstream): add alt subscribe() overrides (disabled) | 1 | minor | rstream |
217,922 | 20.05.2018 14:55:19 | -7,200 | 17e63e6d5fa3595986f6f1f6a80a53aa6c321719 | fix: community lists sometimes reloading with no reason | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,8 @@ export class FirestoreListStorage extends FirestoreStorage<List> implements List\n.pipe(\nmap((snaps: any[]) => snaps.map(snap => ({$key: snap.payload.doc.id, ...snap.payload.doc.data()}))),\nmap((lists: any[]) => this.serializer.deserialize<List>(lists,... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: community lists sometimes reloading with no reason | 1 | fix | null |
217,922 | 20.05.2018 15:16:00 | -7,200 | ad2c245272a1402eb526c17dc8048149adcb3daf | fix: masterbooks not saving in some cases | [
{
"change_type": "MODIFY",
"diff": "<h3 mat-dialog-title>{{data.jobAbbr}} - {{'PROFILE.Masterbooks' | translate}}</h3>\n<mat-dialog-content>\n- <mat-selection-list #selectionList>\n+ <mat-selection-list #selectionList (selectionChange)=\"setMasterbook(+$event.option.value, $event.option.selected)\">\n<mat-l... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: masterbooks not saving in some cases | 1 | fix | null |
217,922 | 20.05.2018 15:24:06 | -7,200 | ad8e9c985d1d14271a8d8d7e7ac17f73a917973a | fix: tags not saved properly | [
{
"change_type": "MODIFY",
"diff": "<h2 mat-dialog-title>{{\"LIST_DETAILS.Tags_popup\" | translate}}</h2>\n<div mat-dialog-content>\n- <mat-selection-list>\n+ <mat-selection-list (selectionChange)=\"setTag($event.option.value, $event.option.selected)\">\n<mat-list-option [selected]=\"isChecked(tag)\"\n*ngFo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: tags not saved properly | 1 | fix | null |
217,922 | 20.05.2018 18:17:50 | -7,200 | 0685a6fbc4fb980a2c77cfdc653386885633d79e | fix: better approach for gatherings page alarm creation button
closes | [
{
"change_type": "MODIFY",
"diff": "</mat-card-subtitle>\n</mat-card-header>\n<div class=\"timed\" *ngIf=\"node.timed\">\n- <button mat-raised-button color=\"accent\" (click)=\"createAlarm(node, row)\">\n+ <div [matTooltip]=\"'ALARMS.Alarm_already_created' | translate\"\n+ matTooltipPosition=\"above\"\n+ [m... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: better approach for gatherings page alarm creation button
closes #346 | 1 | fix | null |
217,922 | 20.05.2018 18:20:34 | -7,200 | f10186f7cba7c82fc3f91e97b23391812ede69a5 | fix: broken HQ icons in simulator page | [
{
"change_type": "MODIFY",
"diff": "<mat-option [value]=\"undefined\"></mat-option>\n<mat-option *ngFor=\"let food of foods\" [value]=\"food\">\n{{food.itemId | itemName | i18n}}\n- <img src=\"/assets/icons/HQ.png\" alt=\"(HQ)\" *ngIf=\"food.hq\">\n+ <img src=\"./assets/icons/HQ.png\" alt=\"(HQ)\" *ngIf=\"f... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: broken HQ icons in simulator page | 1 | fix | null |
679,913 | 20.05.2018 18:40:13 | 25,200 | ad56421a11e6f6d7705343907083630b5eb5ebe1 | refactor(rstream-graph): allow fn vals in GraphSpec too, update test | [
{
"change_type": "MODIFY",
"diff": "@@ -3,14 +3,23 @@ import { Path } from \"@thi.ng/paths\";\nimport { ISubscribable } from \"@thi.ng/rstream/api\";\nimport { Transducer } from \"@thi.ng/transducers/api\";\n+/**\n+ * A function which constructs and returns an `ISubscribable` using\n+ * given object of inpu... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-graph): allow fn vals in GraphSpec too, update test | 1 | refactor | rstream-graph |
217,922 | 20.05.2018 18:47:39 | -7,200 | 3be10058fc54dbfea46489e6195caf9daacf99b7 | fix: fixed an issue with ffxivcrafting amount in mobile layouts | [
{
"change_type": "MODIFY",
"diff": "]\n},\n\"electron-dev\": {\n+ \"baseHref\": \"\",\n\"fileReplacements\": [\n{\n\"replace\": \"src/environments/environment.ts\",\n",
"new_path": "angular.json",
"old_path": "angular.json"
},
{
"change_type": "MODIFY",
"diff": "<div class=\"app-containe... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with ffxivcrafting amount in mobile layouts | 1 | fix | null |
217,922 | 20.05.2018 19:08:11 | -7,200 | aaa80afa89c1731754c4d5dc64b437b85b2b17b2 | feat(simulator): you can now rename your rotations | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,6 @@ export class CraftingRotation extends DataModel {\npublic consumables: SavedConsumables = new SavedConsumables();\npublic getName(): string {\n- return `rlvl${this.recipe.rlvl} - ${this.rotation.length} steps, ${this.recipe.durability} dur`;\n+ return th... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): you can now rename your rotations | 1 | feat | simulator |
217,922 | 20.05.2018 19:10:57 | -7,200 | 922a39b896210dee51031aecc83d8fca7be6beef | fix: fixed an issue with alarms persistence | [
{
"change_type": "MODIFY",
"diff": "@@ -424,7 +424,10 @@ export class AlarmService {\nthis.userService.getUserData().pipe(\nfirst(),\nmergeMap((user: AppUser) => {\n- user.alarms = Array.from(this._alarms.keys());\n+ user.alarms = Array.from(this._alarms.keys()).map(alarm => {\n+ delete alarm.aetheryte$;\n+... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with alarms persistence | 1 | fix | null |
217,922 | 20.05.2018 19:15:35 | -7,200 | b5d70f1e03fe2a6241edd51ec61d971c61a23fa3 | fix: Food and medicine names are now shown in loaded rotation configuration | [
{
"change_type": "MODIFY",
"diff": "</mat-option>\n</mat-select>\n<div class=\"consumable-details\" *ngIf=\"_selectedFood !== undefined\">\n+ <div class=\"details-row\">\n+ <b>{{_selectedFood.itemId | itemName | i18n}}</b>\n+ <img src=\"./assets/icons/HQ.png\" alt=\"(HQ)\" *ngIf=\"_selectedFood.hq\">\n+ </d... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: Food and medicine names are now shown in loaded rotation configuration | 1 | fix | null |
217,922 | 20.05.2018 20:00:34 | -7,200 | 122ab11db9188980e07c333ebad5856f4aef7432 | fix: wrong level for crafters fetched from xivdb | [
{
"change_type": "MODIFY",
"diff": "@@ -39,9 +39,9 @@ export class DataService {\n.map(set => {\n// Get real level from lodestone profile as it's way more accurate and up to date, if not found,\n// default to set level.\n- const setLevel = Object.keys(character.classjobs)\n+ const setLevel = (Object.keys(ch... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: wrong level for crafters fetched from xivdb | 1 | fix | null |
217,922 | 20.05.2018 21:54:32 | -7,200 | 0bfabfe249b6939eade9bdd68b42fc2729ba9017 | chore(desktop): new try for auto updater | [
{
"change_type": "MODIFY",
"diff": "@@ -80,7 +80,10 @@ function createWindow() {\n}\n// Create window on electron intialization\n-app.on('ready', createWindow);\n+app.on('ready', () => {\n+ autoUpdater.checkForUpdatesAndNotify();\n+ createWindow();\n+});\n// Quit when all windows are closed.\napp.on('window... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(desktop): new try for auto updater | 1 | chore | desktop |
217,922 | 21.05.2018 11:55:00 | -7,200 | 4ce9d366706cbc0c3f6e53fffb734b5df3398812 | fix: tiers display with non-crafts is now possible | [
{
"change_type": "MODIFY",
"diff": "@@ -78,9 +78,7 @@ export class ListDetailsPanelComponent implements OnChanges, OnInit {\nif (this.data !== null) {\nthis.tiers = [[]];\nthis.topologicalSort(this.data).forEach(row => {\n- if (row.requires !== undefined) {\nthis.tiers = this.setTier(row, this.tiers);\n- }\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: tiers display with non-crafts is now possible | 1 | fix | null |
217,922 | 21.05.2018 12:07:48 | -7,200 | 74fc2ee092f2ca955d33a2b53412dda0fff59e55 | chore: added script for full release with one click | [
{
"change_type": "MODIFY",
"diff": "\"test\": \"node ./build/prebuild.js && ng test --single-run\",\n\"lint\": \"ng lint\",\n\"e2e\": \"ng e2e\",\n- \"extract\": \"ngx-translate-extract -i ./src --output ./src/assets/i18n/fr.json --output ./src/assets/i18n/de.json --output ./src/assets/i18n/en.json --output... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: added script for full release with one click | 1 | chore | null |
791,877 | 21.05.2018 12:11:21 | 18,000 | 5d366d573f7c9b744cd0b0ad62d55725d618a9c1 | misc(github): add github PR and issue templates | [
{
"change_type": "ADD",
"diff": "+---\n+name: Bug report\n+about: File an issue ticket to help us improve\n+\n+---\n+\n+<!-- Before creating an issue please make sure you are using the latest version and have checked for duplicate issues. -->\n+\n+# Bug report\n+\n+**Provide the steps to reproduce.**\n+1. R... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(github): add github PR and issue templates (#5163) | 1 | misc | github |
217,922 | 21.05.2018 12:12:24 | -7,200 | 2210db8d87c541fb88ad35c107aee3972a5b59e2 | fix: wiki page broken in some cases | [
{
"change_type": "MODIFY",
"diff": "@@ -54,7 +54,6 @@ export class WikiComponent implements OnInit {\n// If that's an anchor, intercept the click and handle it properly with router\nthis.router.navigateByUrl((<HTMLAnchorElement>event.srcElement).pathname);\n} else if ((<any>event.srcElement).href.indexOf('f... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: wiki page broken in some cases | 1 | fix | null |
217,922 | 21.05.2018 13:38:02 | -7,200 | e81cf0b1f17af13730a252df3de7154c7aa75561 | fix: wrong amounts in some FC crafts with strange behavior
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -40,16 +40,6 @@ export class ListService {\nreturn this.store.getPublicListsByAuthor(uid);\n}\n- /**\n- * Updates a list in the database.\n- * @param {string} uid\n- * @param {List} data\n- * @returns {Observable<void>}\n- */\n- public update(uid: string, data: List): ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: wrong amounts in some FC crafts with strange behavior
closes #337 | 1 | fix | null |
217,922 | 21.05.2018 14:00:28 | -7,200 | 9e2aae1bd12420b8e7d8acc47ee6cc5ee09bfe32 | feat: it's now possible to propagate permissions of a workshop to lists in it
closes | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div mat-dialog-actions *ngIf=\"!saving\">\n<button mat-raised-button (click)=\"save()\" color=\"primary\">{{'Save' | translate}}</button>\n+ <button mat-icon-button (click)=\"propagate()\" color=\"primary\" *ngIf=\"isWorkshop()\"\n+ matTooltip=\"{{'PERMISSIONS.Pr... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: it's now possible to propagate permissions of a workshop to lists in it
closes #347 | 1 | feat | null |
217,922 | 21.05.2018 15:22:18 | -7,200 | 47967b108a9c237943298c5be6448c4eb2fb713c | feat: you can now edit crafter stats in profile | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import {ProfileGuard} from './profile.guard';\nimport {DatabaseModule} from '../../core/database/database.module';\nimport {\nMatButtonModule,\n- MatCardModule,\n+ MatCardModule, MatCheckboxModule,\nMatDialogModule,\nMatGridListModule,\nMatIconModule, MatI... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: you can now edit crafter stats in profile | 1 | feat | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.