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
722,013
25.04.2019 08:49:32
18,000
9284e5050161936aaab04f1cbcb934e1baba45ef
docs: vue plugin clarification
[ { "change_type": "MODIFY", "diff": "# Use with the cli 3\n-With the coming of the new cli 3 devs can create a working environment in minutes. Just do `vue create myProject` and you are read to code vue stuff.\n+With vue cli 3 devs can create a working environment in minutes. Just do `vue create myProject` a...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: vue plugin clarification
1
docs
null
503,915
25.04.2019 09:18:13
14,400
86b3087fddb1b837180b41c3dab1cb89140f19af
feat(DropdownToggle): Add splitButtonItems prop, DropdownToggleCheckbox and split-button dropdown examples * feat(DropdownToggle): Add splitButtonItems prop, DropdownToggleCheckbox and split-button dropdown examples Closes * Fix handling of aria-label, update snapshots * Refactor away InnerToggle helper, update snapshots * Fix d.ts file
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ cssPrefix: 'pf-c-dropdown'\n## Simple dropdown\n-import { Dropdown, DropdownToggle, DropdownItem, DropdownSeparator, DropdownPosition, DropdownDirection, KebabToggle } from '@patternfly/react-core';\n+import { Dropdown, DropdownToggle, DropdownToggleCheckb...
TypeScript
MIT License
patternfly/patternfly-react
feat(DropdownToggle): Add splitButtonItems prop, DropdownToggleCheckbox and split-button dropdown examples (#1843) * feat(DropdownToggle): Add splitButtonItems prop, DropdownToggleCheckbox and split-button dropdown examples Closes #1287 * Fix handling of aria-label, update snapshots * Refactor away InnerToggle helper, update snapshots * Fix d.ts file
1
feat
DropdownToggle
791,704
25.04.2019 09:42:37
25,200
7ea30c76e41c4628c945ba21d4c6869554a8a9d6
report(redesign): add sticky scores header
[ { "change_type": "MODIFY", "diff": "@@ -157,6 +157,39 @@ class ReportRenderer {\nreturn container;\n}\n+ /**\n+ * @param {LH.ReportResult} report\n+ * @param {CategoryRenderer} categoryRenderer\n+ * @param {Record<string, CategoryRenderer>} specificCategoryRenderers\n+ * @return {DocumentFragment[]}\n+ */\n...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(redesign): add sticky scores header (#8524)
1
report
redesign
503,951
25.04.2019 09:49:47
14,400
a613bf40dc7c095de85aa9fcb254ba90935bfc75
fix(clipboard): change expanded content in clipboard copy to ref
[ { "change_type": "MODIFY", "diff": "@@ -88,7 +88,7 @@ class ClipboardCopy extends React.Component {\n/>\n)}\n<TextInput\n- isReadOnly={isReadOnly}\n+ isReadOnly={isReadOnly || this.state.expanded}\nonChange={this.updateText}\nvalue={this.state.text}\nid={`text-input-${id}`}\n", "new_path": "packages/pat...
TypeScript
MIT License
patternfly/patternfly-react
fix(clipboard): change expanded content in clipboard copy to ref (#1848)
1
fix
clipboard
791,704
25.04.2019 09:50:13
25,200
41879adb31aab2bca2a06b74826dbf84ea0be28a
report(redesign): score scale tweaks
[ { "change_type": "MODIFY", "diff": "--score-title-font-size: 20px;\n--score-title-line-height-big: 36px;\n--score-title-line-height: 26px;\n+ --scorescale-height: 6px;\n+ --scorescale-width: 18px;\n--section-padding: 40px;\n--topbar-bg: var(--color-black-100);\n--topbar-height: 36px;\n}\n.lh-scorescale-rang...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(redesign): score scale tweaks (#8590)
1
report
redesign
531,793
25.04.2019 10:35:53
-3,600
5a3094774b792a65975eb75505be529e5b4882b8
fix(ui): add missing margin to filter input label with no counter
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,7 @@ const FilterInputLabel = observer(\n{filter.isValid ? (\nfilter.applied ? (\nshowCounter ? (\n- <span className=\"badge badge-light badge-pill mr-1\">\n+ <span className=\"badge badge-light badge-pill\">\n{filter.hits}\n</span>\n) : null\n@@ -90,6 +90,7 ...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): add missing margin to filter input label with no counter
1
fix
ui
815,593
25.04.2019 11:02:19
-32,400
69eaed69e183de609806f0f73787b730a6fdc7c9
refactor: improve performance of block processing
[ { "change_type": "MODIFY", "diff": "@@ -258,17 +258,19 @@ impl<CP: ChainProvider + Clone> UnclesVerifier<CP> {\n// TODO: cache context\nlet mut excluded = FnvHashSet::default();\nlet mut included = FnvHashSet::default();\n- excluded.insert(block.header().hash().clone());\n+ excluded.insert(block.header().ha...
Rust
MIT License
nervosnetwork/ckb
refactor: improve performance of block processing
1
refactor
null
127,946
25.04.2019 11:16:58
-10,800
f2a3bf4a4ec2660aa1a5bc7fe0ff16a592cd16b3
fix(nav): fix imports
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,7 @@ import {\nimport { EuroWallet } from './dumb-components/euro-wallet';\nimport { InActiveTransactionDetailItem } from './dumb-components/transaction-details/inactive-item';\nimport { RequiredTransactionDetailItem } from './dumb-components/transaction-deta...
TypeScript
MIT License
coingaming/moon-design
fix(nav): fix imports
1
fix
nav
127,946
25.04.2019 11:21:37
-10,800
2e88c3f3692ea56bf85b25d76e4ba8d1d18e2edb
fix(header, link): fix test
[ { "change_type": "MODIFY", "diff": "@@ -43,12 +43,13 @@ exports[`Header - Back renders as a button 1`] = `\ncolor=\"#0cd664\"\nfontSize=\"1.5rem\"\nheight=\"1em\"\n- viewBox=\"0 0 20 8\"\n+ viewBox=\"0 0 16 16\"\nwidth=\"1em\"\nxmlns=\"http://www.w3.org/2000/svg\"\n>\n<path\n- d=\"M5.08 8V4.8H20V3.2H5.08V0L...
TypeScript
MIT License
coingaming/moon-design
fix(header, link): fix test
1
fix
header, link
815,583
25.04.2019 11:39:25
-28,800
4eb8816b666f6357eb8071198f03eec8508a1321
docs: fix typo in comment of code_hash
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ pub const ALWAYS_SUCCESS_HASH: H256 = h256!(\"0x1\");\n#[derive(Clone, Default, Serialize, Deserialize, PartialEq, Eq, Hash, HasOccupiedCapacity)]\npub struct Script {\npub args: Vec<Vec<u8>>,\n- // Binary hash here can be used to refer to binary in one ...
Rust
MIT License
nervosnetwork/ckb
docs: fix typo in comment of code_hash
1
docs
null
791,690
25.04.2019 11:49:36
18,000
f63c523a72f2bab6498af7509674d4390d611639
core: reword insecure error message
[ { "change_type": "MODIFY", "diff": "\"description\": \"Error message explaining that Lighthouse couldn't complete because the page has stopped responding to its instructions.\"\n},\n\"lighthouse-core/lib/lh-error.js | pageLoadFailedInsecure\": {\n- \"message\": \"The URL you have provided does not have vali...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: reword insecure error message (#8530)
1
core
null
815,586
25.04.2019 11:54:26
-28,800
bd75fb2713045c3be7dcdca96fa08d501e7950cd
fix: hash => tx_hash in RPC of OutPoint
[ { "change_type": "MODIFY", "diff": "@@ -92,7 +92,7 @@ impl<CS: ChainStore + 'static> ChainRpc for ChainRpcImpl<CS> {\nif output.lock.hash() == lock_hash && (!transaction_meta.is_dead(i)) {\nresult.push(CellOutputWithOutPoint {\nout_point: OutPoint {\n- hash: transaction.hash().clone(),\n+ tx_hash: transacti...
Rust
MIT License
nervosnetwork/ckb
fix: hash => tx_hash in RPC of OutPoint
1
fix
null
791,690
25.04.2019 12:16:31
18,000
49bef0ef998ec95dec9dd0370d1c14dce59d9f85
misc: add releasing scripts
[ { "change_type": "ADD", "diff": "+#!/usr/bin/env bash\n+\n+DIRNAME=\"$( cd \"$( dirname \"${BASH_SOURCE[0]}\" )\" && pwd )\"\n+LH_ROOT=\"$DIRNAME/../../..\"\n+cd $LH_ROOT\n+\n+set -euxo pipefail\n+\n+# Setup a pristine git environment\n+cd ../lighthouse-pristine\n+\n+if [[ -z \"$(git status --porcelain)\" ]...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: add releasing scripts (#8387)
1
misc
null
103,416
25.04.2019 12:24:20
-7,200
4974b8cf16bca22013e44246c1a4d4d74225e9ee
feat: missing titleStyle and descriptionStyle for List.Accordion and List.Section This PR introduces missing style props: List.Accordion: `titleStyle` `descriptionStyle` List.Section `titleStyle` Also improves `style` prop type and description in these components. Fixes
[ { "change_type": "MODIFY", "diff": "import color from 'color';\nimport * as React from 'react';\n-import { View, ViewStyle, StyleSheet, StyleProp } from 'react-native';\n+import {\n+ View,\n+ ViewStyle,\n+ StyleSheet,\n+ StyleProp,\n+ TextStyle,\n+} from 'react-native';\nimport TouchableRipple from '../Touc...
TypeScript
MIT License
callstack/react-native-paper
feat: missing titleStyle and descriptionStyle for List.Accordion and List.Section (#997) This PR introduces missing style props: List.Accordion: - `titleStyle` - `descriptionStyle` List.Section - `titleStyle` Also improves `style` prop type and description in these components. Fixes #973
1
feat
null
273,683
25.04.2019 12:33:33
-7,200
08333215043570575e7978fb52cbb1feb39278b7
refactor(build): prefetch and load data as json files
[ { "change_type": "MODIFY", "diff": "import router from '../router'\nimport caniuse from '../utils/caniuse'\n+import fetch from '../page-query/fetch'\nimport { stripPathPrefix } from '../utils/helpers'\nimport { createObserver } from '../utils/intersectionObserver'\n@@ -31,13 +32,11 @@ function intersectionH...
JavaScript
MIT License
gridsome/gridsome
refactor(build): prefetch and load data as json files (#248)
1
refactor
build
603,467
25.04.2019 12:44:08
-3,600
899e496f0cb761ee4c6fea67954eaf3f7e4163ed
fix(cucumber): Scenario outlines are reported sans the cucumber hooks, as they added no value in thi
[ { "change_type": "MODIFY", "diff": "@@ -64,10 +64,11 @@ export function cucumberEventProtocolAdapter({ notifier, mapper, cache }: Depend\noutline.location,\noutline.name,\noutline.description,\n- interleaveStepsAndHooks(outline.steps, steps),\n+ outline.steps,\noutline.parameters,\n)).onLine(scenario.outlin...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(cucumber): Scenario outlines are reported sans the cucumber hooks, as they added no value in thi
1
fix
cucumber
531,793
25.04.2019 12:54:06
-3,600
f6eee6b01d8cef2bdb74ea3389d1a329f292b2da
fix(ui): re-add fetch polyfill for older browsers
[ { "change_type": "MODIFY", "diff": "// MUST be first thing we import\n// https://github.com/facebook/create-react-app/blob/master/packages/react-app-polyfill/README.md\n+// IE is not supported (lacks Proxy) but that pollyfill provides fetch and other needed features\n+import 'react-app-polyfill/ie11';\nimpo...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): re-add fetch polyfill for older browsers
1
fix
ui
469,438
25.04.2019 13:12:59
25,200
5d614b2e209feb1a39c21715729da5e12a1443f2
fix(methodObject): optional params recommendation fixes
[ { "change_type": "MODIFY", "diff": "@@ -191,7 +191,7 @@ Field Name | Type | Description\n<a name=\"method-summary\"></a>summary | `string` | A short summary of what the method does.\n<a name=\"method-description\"></a>description | `string` | A verbose explanation of the method behavior. [GitHub Flavored Ma...
JavaScript
Apache License 2.0
open-rpc/spec
fix(methodObject): optional params recommendation fixes #138
1
fix
methodObject
217,922
25.04.2019 13:27:06
-7,200
0260cbdfc5b869a7ff369bf0e1b2cebf33f1a0fd
feat(marketboard): added support for cross world marketbard data
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ import { Injectable } from '@angular/core';\nimport { BehaviorSubject, combineLatest } from 'rxjs';\nimport { HttpClient } from '@angular/common/http';\nimport { MapData } from '../../modules/map/map-data';\n+import { XivapiService } from '@xivapi/angular-...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(marketboard): added support for cross world marketbard data
1
feat
marketboard
217,922
25.04.2019 13:27:28
-7,200
7da2eef7d44a4a10480a2858952219b4cf2a9b77
chore: small update for xivapi client
[ { "change_type": "MODIFY", "diff": "\"@types/jwt-decode\": \"^2.2.1\",\n\"@types/lodash\": \"^4.14.123\",\n\"@types/semver\": \"^5.4.0\",\n- \"@xivapi/angular-client\": \"^1.1.0\",\n+ \"@xivapi/angular-client\": \"^1.1.1\",\n\"angular-feather\": \"^5.3.0\",\n\"classlist.js\": \"^1.1.20150312\",\n\"core-js\"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small update for xivapi client
1
chore
null
217,922
25.04.2019 13:34:03
-7,200
77e5f748b63d03163d5d05a2012d5787874668cb
feat(tooltip): added item search category to tooltip data
[ { "change_type": "MODIFY", "diff": "</div>\n<div class=\"name\" fxLayout=\"column\">\n<span>{{item | xivapiI18n}}</span>\n- <span class=\"item-kind\">{{item.ItemKind | xivapiI18n}}</span>\n+ <span class=\"item-kind\">{{item.ItemKind | xivapiI18n}} > {{item.ItemSearchCategory | xivapiI18n}}</span>\n</div>\n<...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(tooltip): added item search category to tooltip data
1
feat
tooltip
217,922
25.04.2019 13:41:13
-7,200
11a11dae0950e9ec8da9507d509b3fadf1b83c66
fix(marketboard): fixed an issue with vendor final items not priced properly
[ { "change_type": "MODIFY", "diff": "<div fxLayout=\"row\">\n<nz-input-group nzCompact nzSize=\"small\" [nzAddOnBefore]=\"addonBeforeNQ\">\n<ng-template #addonBeforeNQ>\n- <div nz-tooltip>NQ<span *ngIf=\"price.fromMB\"> ({{price.nqServer}})</span></div>\n+ <div nz-tooltip>NQ<span *ngIf=\"price.fromMB && pric...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(marketboard): fixed an issue with vendor final items not priced properly
1
fix
marketboard
469,439
25.04.2019 13:44:41
-19,080
9bf4e7bf111e47b7f827e90a7ccaf855da1f02d3
docs: remove typo from MethSchema section
[ { "change_type": "MODIFY", "diff": "@@ -98,7 +98,7 @@ Example OpenRPC documents can be found in the [OpenRPC Examples Repository](http\n# Meta JSON Schema\n-Validating an OpenRPC document can be accomplished using the OpenRPC MetaSchema. The OpenRPC MetaSchema is based on the [Draft 07 JSON Schema](https://...
JavaScript
Apache License 2.0
open-rpc/spec
docs: remove typo from MethSchema section
1
docs
null
217,922
25.04.2019 13:59:42
-7,200
3c0e2b3408536214a5163329b1e11a0cc57da65e
feat(inventory): added a toggle button in inventory view to hide final items
[ { "change_type": "MODIFY", "diff": "<div fxLayout=\"column\" fxLayoutGap=\"10px\" fxLayoutAlign=\"flex-start center\" class=\"inventory-container\">\n+ <nz-switch\n+ [ngModel]=\"showFinalItems$ | async\"\n+ (ngModelChange)=\"showFinalItems$.next($event)\"\n+ [nzCheckedChildren]=\"checkedTemplate\"\n+ [nzUnC...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(inventory): added a toggle button in inventory view to hide final items
1
feat
inventory
730,429
25.04.2019 14:49:39
14,400
c3983b3a30db94bf6a9fe8c1d9b0821df5321519
chore(rollup): scope css modules with component name
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import url from 'rollup-plugin-url';\nimport clear from 'rollup-plugin-clear';\nimport postcss from 'rollup-plugin-postcss';\nimport localResolve from 'rollup-plugin-local-resolve';\n+import {base64} from '@ciscospark/common';\nexport default {\nplugins: [...
JavaScript
MIT License
webex/react-widgets
chore(rollup): scope css modules with component name
1
chore
rollup
815,586
25.04.2019 14:57:58
-28,800
e3b893a4e08610fcee42998dd0edef72395cfaac
docs: update RPC doc for hash => tx_hash in OutPoint
[ { "change_type": "MODIFY", "diff": "@@ -112,7 +112,7 @@ curl -H 'content-type:application/json' \\\n\"0x0100000000000000\"\n],\n\"previous_output\": {\n- \"hash\": \"0x0000000000000000000000000000000000000000000000000000000000000000\",\n+ \"tx_hash\": \"0x0000000000000000000000000000000000000000000000000000...
Rust
MIT License
nervosnetwork/ckb
docs: update RPC doc for hash => tx_hash in OutPoint
1
docs
null
815,755
25.04.2019 15:45:30
-10,800
0cc42033709fff8b1861749aace0704b1d8992e2
feat: add getter for current dropdown position
[ { "change_type": "MODIFY", "diff": "@@ -94,6 +94,10 @@ export class NgDropdownPanelComponent implements OnInit, OnChanges, OnDestroy, A\nthis._dropdown = _elementRef.nativeElement;\n}\n+ get currentPosition(): DropdownPosition {\n+ return this._currentPosition;\n+ }\n+\n@HostListener('mousedown', ['$event']...
TypeScript
MIT License
ng-select/ng-select
feat: add getter for current dropdown position
1
feat
null
217,922
25.04.2019 15:55:34
-7,200
ce82dcbf207cb0aa4f028cd1d531dcdc9315b68c
fix(alarms): fixed an issue with cache breaking some weather-dependant alarms
[ { "change_type": "MODIFY", "diff": "@@ -236,10 +236,9 @@ export class AlarmsFacade {\nreturn timeBeforeA < timeBeforeB ? -1 : 1;\n});\nif (alarm.weathers) {\n- // try {\nthis.nextSpawnCache[cacheKey] = {\nspawn: this.findWeatherSpawnCombination(alarm, sortedSpawns, time.getTime()),\n- expires: time\n+ expir...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed an issue with cache breaking some weather-dependant alarms
1
fix
alarms
104,818
25.04.2019 16:02:42
-7,200
4b128be886b5279db4ede5e442a85c0ae6dbcfcb
fix(table): search should be case insensitive
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,10 @@ export const filterData = (data, filters) =>\nacc &&\n((values[columnId] &&\nvalues[columnId].toString &&\n- values[columnId].toString().includes(value)) ||\n+ values[columnId]\n+ .toString()\n+ .toLowerCase()\n+ .includes(value.toString().toLowerCase()...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): search should be case insensitive
1
fix
table
217,922
25.04.2019 16:21:55
-7,200
b1347ca943e7864666231edf9823c0e45b28b3cd
chore: WIP for weather support in custom alarms
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,10 @@ export class CustomAlarmPopupComponent implements OnInit {\npublic duration = 1;\n+ public weathers: number[];\n+\n+ public weathersFrom: number[];\n+\nconstructor(private fb: FormBuilder, private xivapi: XivapiService, private alarmsFacade: AlarmsFacad...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: WIP for weather support in custom alarms
1
chore
null
815,595
25.04.2019 16:22:52
-28,800
4334a4454e15701fb43569dea456893a4b4251b9
feat: Replace default panic hook with logger The Rust built-in panic hook only prints panics to stdout but not logfile. Here replace with logger hook to print to logfile as well.
[ { "change_type": "MODIFY", "diff": "@@ -1664,6 +1664,7 @@ name = \"logger\"\nversion = \"0.11.0-pre\"\ndependencies = [\n\"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"chrono 0.4.6 (registry+ht...
Rust
MIT License
nervosnetwork/ckb
feat: Replace default panic hook with logger The Rust built-in panic hook only prints panics to stdout but not logfile. Here replace with logger hook to print to logfile as well.
1
feat
null
791,704
25.04.2019 16:49:13
25,200
f42a4ea7696e6d7bd16d6371368833ce414713d1
clients(devtools): escape assets based on filetype
[ { "change_type": "MODIFY", "diff": "@@ -23,8 +23,21 @@ const htmlReportAssets = require('../lighthouse-core/report/html/html-report-ass\n*/\nfunction convertToAsciiAndWriteFile(name, content) {\nassert(content);\n+\n+ let unicodeEscapePrefix = '\\\\\\\\u'; // js\n+ if (name.endsWith('.html')) {\n+ // Can't ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(devtools): escape assets based on filetype (#8456)
1
clients
devtools
791,834
25.04.2019 17:28:26
25,200
0d1faf70574f99f201072401f3d5bcf89251944d
core: fix sample_v2 generation, proto errors
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,12 @@ async function update() {\n}));\nconst url = `http://localhost:${port}/dobetterweb/dbw_tester.html`;\n- const flags = cliFlags.getFlags(`--gather-mode=lighthouse-core/test/results/artifacts ${url}`);\n+ const rawFlags = [\n+ '--gather-mode=lighthouse-co...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: fix sample_v2 generation, proto errors (#8605)
1
core
null
217,922
25.04.2019 17:35:43
-7,200
ef5d43fabcb1dd0d5503de099c46e536df6f9715
feat(alarms): added support for weather and transition on custom alarms
[ { "change_type": "MODIFY", "diff": "</nz-form-control>\n</nz-form-item>\n<nz-form-item>\n- <nz-form-label [nzSm]=\"8\" [nzXs]=\"24\" nzRequired>{{'ALARMS.CUSTOM.Spawn' | translate}}</nz-form-label>\n+ <nz-form-label [nzSm]=\"8\" [nzXs]=\"24\">{{'ALARMS.CUSTOM.Spawn' | translate}}</nz-form-label>\n<nz-form-c...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(alarms): added support for weather and transition on custom alarms
1
feat
alarms
217,922
25.04.2019 18:01:34
-7,200
0ee7b33505f4c81e9d59c0232e952058936a7ea5
feat(layout): added a quick layout swap menu in list details
[ { "change_type": "MODIFY", "diff": "<div class=\"toolbar\" fxLayout=\"row wrap\" fxLayout.lt-md=\"column\" fxLayoutGap=\"5px\"\nfxLayoutAlign.lt-md=\"center center\" fxLayoutAlign=\"center center\">\n<div fxLayout=\"row\" fxLayoutAlign.lt-md=\"center center\" fxLayoutGap=\"5px\">\n+ <ng-container *ngIf=\"la...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(layout): added a quick layout swap menu in list details
1
feat
layout
104,818
25.04.2019 18:46:51
-7,200
fe1200e43034d8affa3ee7322809b76f988f51ed
fix(tilecatalog): still getting flash between loads
[ { "change_type": "MODIFY", "diff": "@@ -164,9 +164,9 @@ const TableToolbar = ({\nonCancel={onCancelBatchAction}\nshouldShowBatchActions={totalSelected > 0}\ntotalSelected={totalSelected}>\n- {batchActions.map(i => (\n- <TableBatchAction key={i.id} onClick={() => onApplyBatchAction(i.id)} {...i}>\n- {i.label...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tilecatalog): still getting flash between loads
1
fix
tilecatalog
217,922
25.04.2019 19:05:49
-7,200
2cc2d3987133c7ab49ecb9f09d962b2b613746c7
fix(teams): fixed a permission issue with lists linked to teams Also includes permission changes done in the backend
[ { "change_type": "MODIFY", "diff": "@@ -136,15 +136,13 @@ export class ListDetailsComponent extends TeamcraftPageComponent implements OnIn\ncombineLatest(this.list$, this.teamsFacade.allTeams$, this.teamsFacade.selectedTeam$).pipe(\ntakeUntil(this.onDestroy$)\n- ).subscribe(([list, teams, selectedTeam]) => ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(teams): fixed a permission issue with lists linked to teams Also includes permission changes done in the backend
1
fix
teams
217,922
25.04.2019 19:22:59
-7,200
37cb003d4e1d71b40267cb3367e56852c6c1f162
chore: small translation fixes
[ { "change_type": "MODIFY", "diff": "\"Amount_display_mode_total\": \"Total\",\n\"Starting_place\": \"Starting place\",\n\"Starting_place_explain\": \"Used for path optimization features\",\n+ \"Free_aetheryte\": \"Free Aetheryte\",\n+ \"Favorite_aetherytes\": \"Favorite Aetherytes\",\n\"COLORS\": {\n\"Prima...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small translation fixes
1
chore
null
217,922
25.04.2019 19:30:53
-7,200
cab8b89728cb0fb962d83f6cb243d11c48b433bc
chore: fix for pricing service tests
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ describe('PricingService', () => {\nit('should be able to store a given price', inject([PricingService], (service: PricingService) => {\nconst mockListRow = new ListRow();\nmockListRow.id = 12345;\n- service.savePrice(mockListRow, { nq: 1450, hq: 0, from...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix for pricing service tests
1
chore
null
217,922
25.04.2019 20:09:42
-7,200
6167d1c27e82a2245a033537d8bc36333be725b4
fix(log-tracker): fixed an issue with optimized path freezing for BTN log
[ { "change_type": "MODIFY", "diff": "import { Injectable } from '@angular/core';\n-import { Observable } from 'rxjs';\n+import { combineLatest, Observable, of } from 'rxjs';\nimport { MapData } from './map-data';\nimport { Aetheryte } from '../../core/data/aetheryte';\nimport { aetherytes } from '../../core/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(log-tracker): fixed an issue with optimized path freezing for BTN log
1
fix
log-tracker
791,783
25.04.2019 20:23:51
14,400
b2abbe7426c67134225e31df748e61069a82cc65
core(lightwallet): add --budget-path and budget.json parser
[ { "change_type": "MODIFY", "diff": "@@ -77,6 +77,13 @@ async function begin() {\nconfigJson = require(`../lighthouse-core/config/${cliFlags.preset}-config.js`);\n}\n+ if (cliFlags.budgetPath) {\n+ cliFlags.budgetPath = path.resolve(process.cwd(), cliFlags.budgetPath);\n+ /** @type {Array<LH.Budget>} */\n+ c...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(lightwallet): add --budget-path and budget.json parser (#8427)
1
core
lightwallet
815,598
25.04.2019 20:45:43
-28,800
c55a9ff0cdd9e2276305a580baa095fc31d7ffc0
fix: revert secp256k1_blake160_sighash_all A wrong version is selected when merged into develop from v0.9.0.
[ { "change_type": "MODIFY", "diff": "Binary files a/resource/specs/cells/secp256k1_blake160_sighash_all and b/resource/specs/cells/secp256k1_blake160_sighash_all differ\n", "new_path": "resource/specs/cells/secp256k1_blake160_sighash_all", "old_path": "resource/specs/cells/secp256k1_blake160_sighash_...
Rust
MIT License
nervosnetwork/ckb
fix: revert secp256k1_blake160_sighash_all A wrong version is selected when merged into develop from v0.9.0.
1
fix
null
815,601
25.04.2019 20:59:19
-28,800
598f535a87337276cacbe22c4fb249aa55872567
feat: max_proposals and block_size limit
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ use hash::blake2b_256;\nuse numext_fixed_hash::H256;\nuse numext_fixed_uint::U256;\nuse serde_derive::{Deserialize, Serialize};\n-use std::fmt;\n+use std::{fmt, mem};\npub use crate::{BlockNumber, Version};\n@@ -90,6 +90,15 @@ impl RawHeader {\npub fn mut_...
Rust
MIT License
nervosnetwork/ckb
feat: max_proposals and block_size limit
1
feat
null
531,793
25.04.2019 22:02:14
-3,600
97bf34c45d6a72ac540b51edff5f783fc0cf57ca
fix(ui): debounce grid updates so that they are batched
[ { "change_type": "MODIFY", "diff": "@@ -80,11 +80,14 @@ const AlertGrid = observer(\n});\n// used to call forcePack() which will repack all grid elements\n// (alert groups), this needs to be called if any group size changes\n- masonryRepack = action(() => {\n+ masonryRepack = debounce(\n+ action(() => {\nif...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): debounce grid updates so that they are batched
1
fix
ui
217,922
25.04.2019 22:22:12
-7,200
605e028a2e2a434ca12be4290d88afa0600e5af5
fix(simulator): fixed an issue with job not being swapped properly on recipe change
[ { "change_type": "MODIFY", "diff": "@@ -309,10 +309,10 @@ export class SimulatorComponent implements OnInit, OnDestroy {\n})\n);\n- this.stats$ = combineLatest(this.crafterStats$, this.bonuses$, this.loggedIn$).pipe(\n- map(([stats, bonuses, loggedIn]) => {\n+ this.stats$ = combineLatest(this.crafterStats$,...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed an issue with job not being swapped properly on recipe change
1
fix
simulator
815,593
25.04.2019 22:36:35
-32,400
fd2f2854f761686bfe164745e760a37952394d43
fix: resolve merge issue
[ { "change_type": "MODIFY", "diff": "@@ -54,7 +54,7 @@ fn profile_block_process<CS: ChainStore + 'static>(\nlet block_hash = shared.store().get_block_hash(index).unwrap();\nshared.store().get_block(&block_hash).unwrap()\n};\n- tx_count += block.commit_transactions().len();\n+ tx_count += block.transactions()...
Rust
MIT License
nervosnetwork/ckb
fix: resolve merge issue
1
fix
null
791,676
26.04.2019 01:50:01
-7,200
3077e91aee785f2217e7554366382b63bf5ad073
extension: remove github link in favor of copy to clipboard
[ { "change_type": "MODIFY", "diff": "@@ -132,8 +132,8 @@ html, body {\npadding: 3px 5px;\nfont-size: .8em;\ntext-align: center;\n- display: inline;\n- margin-left: 5px;\n+ display: block;\n+ margin-top: 5px;\n}\n.subpage {\n", "new_path": "clients/extension/styles/lighthouse.css", "old_path": "client...
JavaScript
Apache License 2.0
googlechrome/lighthouse
extension: remove github link in favor of copy to clipboard (#8294)
1
extension
null
815,598
26.04.2019 08:52:06
-28,800
06654c7980a5f51d5d8e47bb98187455e23ecd59
fix: update testnet genesis hash
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ parent_hash = \"0x000000000000000000000000000000000000000000000000000000000000000\ntimestamp = 0\ndifficulty = \"0x1000\"\nuncles_hash = \"0x0000000000000000000000000000000000000000000000000000000000000000\"\n-hash = \"0x3825c359dde436aa80ec961d4c8d3a1752f...
Rust
MIT License
nervosnetwork/ckb
fix: update testnet genesis hash
1
fix
null
722,013
26.04.2019 08:55:46
18,000
e684834182c56848da5918288b372557f782cd76
docs(example): illustrate how a csrf can be used
[ { "change_type": "ADD", "diff": "+# Vue Styleguidist basic example style guide\n+\n+How to start locally:\n+\n+```\n+git clone https://github.com/vue-styleguidist/vue-styleguidist.git\n+cd vue-styleguidist/examples/basic\n+npm install\n+npm run styleguide\n+```\n+\n+Then open [http://localhost:6060](http://...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs(example): illustrate how a csrf can be used
1
docs
example
722,013
26.04.2019 09:01:24
18,000
de2e7a4542fb6bb101ba769ae73986a970f2d993
docs: remove double V
[ { "change_type": "MODIFY", "diff": "{\n- \"name\": \"vue-styleguidist-example-with-laravvel-token\",\n+ \"name\": \"vue-styleguidist-example-with-laravel-token\",\n\"description\": \"This example is a way to demontrate how to initialize global/window context usable by every component\",\n\"version\": \"3.10...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: remove double V
1
docs
null
217,922
26.04.2019 09:15:36
-7,200
475bf95069d30cefb60dd416168725876de9565c
feat(lists): favorite lists now show in the lists page
[ { "change_type": "MODIFY", "diff": "<app-fullpage-message *ngIf=\"lists.otherLists.length === 0 && !(loading$ | async)\" height=\"150px\">\n{{'LISTS.No_lists' | translate}}\n</app-fullpage-message>\n+ <ng-container *ngIf=\"favoriteLists$ | async as favoriteLists\">\n+ <ng-container *ngIf=\"favoriteLists?.le...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(lists): favorite lists now show in the lists page
1
feat
lists
722,013
26.04.2019 09:29:48
18,000
b38fd9543bf843dda73cbfc6a7cbf30c5adef3e2
docs: add keywords for laravel example
[ { "change_type": "MODIFY", "diff": "\"name\": \"vue-styleguidist-example-with-laravel-token\",\n\"description\": \"This example is a way to demontrate how to initialize global/window context usable by every component\",\n\"version\": \"3.10.1\",\n+ \"keywords\": [\n+ \"laravel\",\n+ \"token\",\n+ \"CSRF\",\...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: add keywords for laravel example
1
docs
null
722,013
26.04.2019 09:32:14
18,000
2188cb00acb31e75922fb25083105936f51ae507
docs: update readme of laravel example
[ { "change_type": "MODIFY", "diff": "-# Vue Styleguidist basic example style guide\n+# Vue Styleguidist style guide example with a laravel token\nHow to start locally:\n```\ngit clone https://github.com/vue-styleguidist/vue-styleguidist.git\n-cd vue-styleguidist/examples/basic\n+cd vue-styleguidist/examples/...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: update readme of laravel example
1
docs
null
679,913
26.04.2019 10:19:20
-3,600
88d5e9db3c465c31431a3e6d7eb2c5eeec563848
fix(api): make LogLevel non-const enum, minor fix ConsoleLogger
[ { "change_type": "MODIFY", "diff": "@@ -327,7 +327,7 @@ export type TypedArray =\n*/\nexport type Watch<T> = (id: string, oldState: T, newState: T) => void;\n-export const enum LogLevel {\n+export enum LogLevel {\nFINE,\nDEBUG,\nINFO,\n", "new_path": "packages/api/src/api.ts", "old_path": "packages/...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(api): make LogLevel non-const enum, minor fix ConsoleLogger
1
fix
api
679,913
26.04.2019 10:20:54
-3,600
1bebecd16c56ec4fc962fe3352e4d560ff6825de
refactor(rstream-log): simplify level lookup in formatters
[ { "change_type": "MODIFY", "diff": "+import { LogLevel } from \"@thi.ng/api\";\nimport { map, Transducer } from \"@thi.ng/transducers\";\nimport {\nBodyFormat,\n@@ -6,8 +7,6 @@ import {\nLogEntryObj\n} from \"../api\";\n-const LEVELS = [\"FINE\", \"DEBUG\", \"INFO\", \"WARN\", \"SEVERE\"];\n-\nexport const ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-log): simplify level lookup in formatters
1
refactor
rstream-log
217,922
26.04.2019 10:35:21
-7,200
47fda21e86ecef8d1fccf981094040f78b7dd04d
fix(pricing): better alignment for prices labels
[ { "change_type": "MODIFY", "diff": "<div fxLayout=\"row\">\n<nz-input-group nzCompact nzSize=\"small\" [nzAddOnBefore]=\"addonBeforeNQ\">\n<ng-template #addonBeforeNQ>\n- <div nz-tooltip>NQ<span *ngIf=\"price.fromMB && price.nqServer\"> ({{price.nqServer}})</span></div>\n+ <div nz-tooltip class=\"server-spa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(pricing): better alignment for prices labels
1
fix
pricing
217,922
26.04.2019 10:36:47
-7,200
f4974342488f95ac6e74ee3d0ecbc50a946b10df
fix(inventory): fixed wrong import breaking inventory view
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { List } from '../../../modules/list/model/list';\nimport { Inventory } from '../../../model/other/inventory';\nimport { BehaviorSubject, Observable, ReplaySubject } from 'rxjs';\nimport { map } from 'rxjs/operators';\n-import { combineLatest } from...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory): fixed wrong import breaking inventory view
1
fix
inventory
815,577
26.04.2019 10:42:19
-28,800
96136a4f8decc24fda78e23c322faaa45ed02993
refactor: merge two transaction rpc interface
[ { "change_type": "MODIFY", "diff": "@@ -77,7 +77,7 @@ impl<'a> FeeCalculator<'a> {\nself.txs_map\n.get(tx_hash)\n.map(|index| self.txs[*index].transaction.clone())\n- .or_else(|| self.provider.get_transaction(tx_hash))\n+ .or_else(|| self.provider.get_transaction(tx_hash).map(|info| info.0))\n}\nfn calculat...
Rust
MIT License
nervosnetwork/ckb
refactor: merge two transaction rpc interface
1
refactor
null
217,922
26.04.2019 11:01:05
-7,200
2221ef6cdf043e7280ce3cb2838c9167df6cca38
fix(community-rotations): changed labels colors for easier reading
[ { "change_type": "MODIFY", "diff": "</div>\n<div fxLayout=\"row\" fxLayoutGap=\"5px\" fxLayoutAlign=\"flex-start center\" fxFlex=\"1 1 auto\">\n<ng-container *ngIf=\"rotation.public\">\n- <nz-tag *ngIf=\"rotation.public && !publicDisplay\" [nzColor]=\"'geekblue'\">\n+ <nz-tag *ngIf=\"rotation.public && !pub...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(community-rotations): changed labels colors for easier reading
1
fix
community-rotations
273,683
26.04.2019 11:06:46
-7,200
ac9fc5adbb782166deb302b80bba7117302dc21a
feat(webpack): configure webpack
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,10 @@ afterAll(async () => {\nawait fs.remove(path.join(context, '.cache'))\n})\n+test('normalize pathPrefix', () => {\n+ expect(pathPrefix).toEqual('/sub/-/dir/')\n+})\n+\ntest('include pathPrefix in asset URLs', () => {\nconst $home = load('dist/index.html'...
JavaScript
MIT License
gridsome/gridsome
feat(webpack): configure webpack (#342)
1
feat
webpack
306,423
26.04.2019 11:10:56
-7,200
38dcca96ac6a5901128378194c20ff7ef95e5168
fix: cycle dependencies by adding form-system package
[ { "change_type": "DELETE", "diff": "-# Forms\n-\n-Forms allows you to create complex forms with various validation in an easy way.\n-\n-## Features\n-- built in [validate](../packages/validate) for error/warning/info/success\n-- formatting of values\n-- accessible\n-- ...\n-\n-## Packages\n-\n-| Package | D...
JavaScript
MIT License
ing-bank/lion
fix: cycle dependencies by adding form-system package
1
fix
null
815,577
26.04.2019 11:32:24
-28,800
4f0b3a74f79cce5160c26fd3106b1393d0b21433
docs: modify rpc doc
[ { "change_type": "MODIFY", "diff": "@@ -177,6 +177,7 @@ curl -H 'content-type:application/json' \\\n{\n\"jsonrpc\": \"2.0\",\n\"result\": {\n+ \"transaction\" : {\n\"deps\": [],\n\"hash\": \"0xa093b2e820f3f2202a6802314ece2eee3f863b177b3abe11bf16b1588152d31b\",\n\"inputs\": [\n@@ -205,6 +206,11 @@ curl -H 'c...
Rust
MIT License
nervosnetwork/ckb
docs: modify rpc doc
1
docs
null
273,683
26.04.2019 11:38:23
-7,200
9b0907eb2f18588a1c5c0866cf1211b6ae28f728
feat(graphql): advanced sort argument
[ { "change_type": "MODIFY", "diff": "@@ -18,9 +18,7 @@ beforeEach(() => {\n})\ntest('create node reference', async () => {\n- const authors = api.store.addContentType({\n- typeName: 'Author'\n- })\n+ const authors = api.store.addContentType('Author')\nconst books = api.store.addContentType({\ntypeName: 'Book...
JavaScript
MIT License
gridsome/gridsome
feat(graphql): advanced sort argument (#247)
1
feat
graphql
791,834
26.04.2019 12:35:27
25,200
8709364c641a053fd5589166766a7c283a0e1c6e
misc: simplify LH.Config settings types
[ { "change_type": "MODIFY", "diff": "@@ -496,7 +496,7 @@ class Config {\n}\n/**\n- * @param {LH.Config.SettingsJson=} settingsJson\n+ * @param {LH.SharedFlagsSettings=} settingsJson\n* @param {LH.Flags=} flags\n* @return {LH.Config.Settings}\n*/\n", "new_path": "lighthouse-core/config/config.js", "ol...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: simplify LH.Config settings types (#8630)
1
misc
null
603,467
26.04.2019 12:36:37
-3,600
4d00be383f3b3108fe9c1c51776cfce10c4b577c
feat(assertions): Ensure reports the actual value if the expectation is not met
[ { "change_type": "MODIFY", "diff": "import 'mocha';\n-import { given } from 'mocha-testdata';\n-import { expect, stage } from '@integration/testing-tools';\n-import { Answerable, AnswersQuestions, AssertionError, LogicError, RuntimeError, TestCompromisedError } from '@serenity-js/core';\n+import { EventReco...
TypeScript
Apache License 2.0
serenity-js/serenity-js
feat(assertions): Ensure reports the actual value if the expectation is not met
1
feat
assertions
791,704
26.04.2019 12:50:08
25,200
6cde4dc2f44a195145b91e6233be08739d8e0c4e
report(redesign): various whitespace adjustments
[ { "change_type": "MODIFY", "diff": "/* Expandable Details (Audit Groups, Audits) */\n.lh-audit__header {\ndisplay: flex;\n- padding: var(--lh-audit-vpadding) var(--text-indent);\n+ padding: var(--lh-audit-vpadding) 0;\n}\n.lh-audit--load-opportunity .lh-audit__header {\nborder-bottom: 1px solid var(--report...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(redesign): various whitespace adjustments (#8591)
1
report
redesign
603,467
26.04.2019 12:50:47
-3,600
17b0aca3efc6f1e16358c5e6a1a47a7e4d8bff3b
test(protractor): Clean up
[ { "change_type": "MODIFY", "diff": "@@ -118,7 +118,7 @@ describe('ExecuteAsynchronousScript', function () {\nexpect(ExecuteScript.async(`arguments[arguments.length - 1]();`)\n.withArguments(Promise.resolve('arg1'), 'arg2', arg3).toString(),\n- ).to.equal(`#actor executes an asynchronous script with argument...
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(protractor): Clean up
1
test
protractor
791,834
26.04.2019 12:52:55
25,200
ad0a747a712b815677b6ea3bcc59ee7a0883426d
report: augment auditRef, not result, with stackPack ref
[ { "change_type": "MODIFY", "diff": "@@ -81,8 +81,8 @@ class CategoryRenderer {\nthis.dom.find('.lh-audit__description', auditEl)\n.appendChild(this.dom.convertMarkdownLinkSnippets(audit.result.description));\n- if (audit.result.stackPacks) {\n- audit.result.stackPacks.forEach(pack => {\n+ if (audit.stackPac...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: augment auditRef, not result, with stackPack ref (#8633)
1
report
null
217,922
26.04.2019 13:14:28
-7,200
71966a6e190f2d5ede36b27e06e389d3d438d34b
feat(list): max list size is now 800kB, was 300kB
[ { "change_type": "MODIFY", "diff": "@@ -565,7 +565,7 @@ export class List extends DataWithPermissions {\n}\npublic isTooLarge(): boolean {\n- return this.getSize() > 300000;\n+ return this.getSize() > 800000;\n}\n/**\n", "new_path": "apps/client/src/app/modules/list/model/list.ts", "old_path": "apps...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list): max list size is now 800kB, was 300kB
1
feat
list
306,423
26.04.2019 13:36:57
-7,200
cbbf0d49fbb4bd043723928e4068e581af281b3b
fix(localize): work with dates of different timezones
[ { "change_type": "MODIFY", "diff": "@@ -206,25 +206,25 @@ export function parseDate(date) {\nlet parsedString;\nswitch (memoizedGetDateFormatBasedOnLocale()) {\ncase 'day-month-year':\n- parsedString = `${stringToParse.slice(6, 10)}-${stringToParse.slice(\n+ parsedString = `${stringToParse.slice(6, 10)}/${s...
JavaScript
MIT License
ing-bank/lion
fix(localize): work with dates of different timezones
1
fix
localize
306,423
26.04.2019 13:38:14
-7,200
7df05820e81a10f04a833d39022a673d35467845
chore(input): fix linting by importing locally
[ { "change_type": "MODIFY", "diff": "import { storiesOf, html } from '@open-wc/storybook';\nimport { maxLengthValidator } from '@lion/validate';\nimport { localize, LocalizeMixin } from '@lion/localize';\n-import { LionInput } from '@lion/input';\n+import { LionInput } from '../src/LionInput.js';\nstoriesOf(...
JavaScript
MIT License
ing-bank/lion
chore(input): fix linting by importing locally
1
chore
input
217,922
26.04.2019 14:23:37
-7,200
445e4db53de5483eaed78f3f2757e6f9fbde9bcb
feat(custom-items): added weathers display in custom alarms display
[ { "change_type": "MODIFY", "diff": "{{alarm.name}} ({{alarm.slot || '?'}})\n</ng-template>\n<ng-template #alarmDescription>\n- <div fxLayout=\"row\">\n+ <div fxLayout=\"row\" fxLayoutAlign=\"flex-start center\">\n<div *ngFor=\"let spawn of alarm.spawns; let last = last\">\n{{spawn}}:00 - {{(spawn + alarm.du...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(custom-items): added weathers display in custom alarms display
1
feat
custom-items
127,976
26.04.2019 14:39:13
-10,800
a1b46f72c3caf03524c05af22d9959df7ffc22c9
feat(Account-initial): Initial commit, verifying approach legitimacy
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ type FormElement = Pick<HTMLFormElement, Exclude<keyof HTMLFormElement, ''>>;\ntype FormProps = FormElement & {\nlegend: string;\nmaxWidth?: string;\n+ fullWidth?: boolean;\n};\nconst FormList = styled.ul([listPlain, rhythm(0)]);\n@@ -31,10 +32,11 @@ con...
TypeScript
MIT License
coingaming/moon-design
feat(Account-initial): Initial commit, verifying approach legitimacy
1
feat
Account-initial
791,690
26.04.2019 14:46:55
18,000
a5275877d6220110c24f1e8bc0b96f13e5357195
core(font-display): do not use invalid sourceURLs
[ { "change_type": "MODIFY", "diff": "'use strict';\nconst Audit = require('./audit');\n-const URL = require('../lib/url-shim').URL;\n+const URL = require('../lib/url-shim');\nconst PASSING_FONT_DISPLAY_REGEX = /^(block|fallback|optional|swap)$/;\nconst CSS_URL_REGEX = /url\\((.*?)\\)/;\nconst CSS_URL_GLOBAL_...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(font-display): do not use invalid sourceURLs (#8535)
1
core
font-display
71,363
26.04.2019 15:01:35
-7,200
71d694f209feb62422147b7f9bf1aea7b1793dce
feat(elbv2): add TLS listener for NLB Adds TLS termination for Network Load Balancer. Adds new props to support termination: SSLPolicy Certificates Protocol
[ { "change_type": "MODIFY", "diff": "import cdk = require('@aws-cdk/cdk');\nimport { BaseListener } from '../shared/base-listener';\nimport { HealthCheck } from '../shared/base-target-group';\n-import { Protocol } from '../shared/enums';\n+import { Protocol, SslPolicy } from '../shared/enums';\nimport { INet...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(elbv2): add TLS listener for NLB (#2122) Adds TLS termination for Network Load Balancer. Adds new props to support termination: - SSLPolicy - Certificates - Protocol
1
feat
elbv2
722,013
26.04.2019 15:21:48
18,000
07993e027972fb09cc2e6d6a49546b6befba4ac0
ci: only run circle on master
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,11 @@ workflows:\nversion: 2\ntest:\njobs:\n- - install\n+ - install:\n+ filters:\n+ branches:\n+ only:\n+ - master\n- compile:\nrequires:\n- install\n", "new_path": ".circleci/config.yml", "old_path": ".circleci/config.yml" } ]
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci: only run circle on master
1
ci
null
104,857
26.04.2019 15:32:05
10,800
ed6ab949f0c158fbdb19009fe78b70cc56220537
fix(indicator): fix typo
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ class ProgressIndicatorExample extends Component {\ncurrentItemId={currentItemId}\nshowLabels={boolean('showlabels', true)}\nstepWidth={number('stepWidth', 136)}\n- isVerticalMode={boolean('isVericalMode', false)}\n+ isVerticalMode={boolean('isVerticalMo...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(indicator): fix typo
1
fix
indicator
722,013
26.04.2019 15:42:03
18,000
359b9cdc603c15d54538db1d30baac320c44aedf
ci: remove the master filter
[ { "change_type": "MODIFY", "diff": "@@ -86,11 +86,7 @@ workflows:\nversion: 2\ntest:\njobs:\n- - install:\n- filters:\n- branches:\n- only:\n- - master\n+ - install\n- compile:\nrequires:\n- install\n", "new_path": ".circleci/config.yml", "old_path": ".circleci/config.yml" } ]
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci: remove the master filter
1
ci
null
815,590
26.04.2019 16:01:22
-28,800
d9b9b1ec8a177f5f293373827b315723df9c97e3
fix: Add DuplicateDeps verifier
[ { "change_type": "MODIFY", "diff": "@@ -140,6 +140,7 @@ pub enum TransactionError {\n/// Occur output's bytes_len exceed capacity\nCapacityOverflow,\nDuplicateInputs,\n+ DuplicateDeps,\nEmpty,\n/// Sum of all outputs capacity exceed sum of all inputs in the transaction\nOutputsSumOverflow,\n", "new_path...
Rust
MIT License
nervosnetwork/ckb
fix: Add DuplicateDeps verifier
1
fix
null
104,818
26.04.2019 16:07:02
-7,200
261f7baf0de7d220f24b6545b1e90cb1a4dc479f
fix(table): expanded rows have lost their background color
[ { "change_type": "MODIFY", "diff": "@@ -159,7 +159,7 @@ const StyledTableExpandRowExpanded = styled(TableExpandRow)`\n&&& {\ncursor: pointer;\n${props =>\n- props['data-child-count'] === 0 && props['data-row-nesting']\n+ (props['data-child-count'] === 0 && props['data-row-nesting']) || !props['data-row-nest...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): expanded rows have lost their background color
1
fix
table
127,946
26.04.2019 16:09:26
-10,800
5c82d851833c1a8fa3d4d03f9b90c31cbb299c42
feat: non loggein nav
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ import {\nimport { EuroWallet } from './dumb-components/euro-wallet';\nimport { InActiveTransactionDetailItem } from './dumb-components/transaction-details/inactive-item';\nimport { RequiredTransactionDetailItem } from './dumb-components/transaction-deta...
TypeScript
MIT License
coingaming/moon-design
feat: non loggein nav
1
feat
null
104,818
26.04.2019 16:12:12
-7,200
2f938615d8818aa2ecffcb0ff72e8fd53eb62b5d
fix(table): fix underline in nested row
[ { "change_type": "MODIFY", "diff": "@@ -179,7 +179,7 @@ const StyledTableExpandRowExpanded = styled(TableExpandRow)`\n}\n}\n`\n- : !props['data-row-nesting']\n+ : props['data-row-nesting']\n? `\n:hover {\ntd {\n", "new_path": "src/components/Table/TableBody/TableBodyRow/TableBodyRow.jsx", "old_path"...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): fix underline in nested row
1
fix
table
503,965
26.04.2019 16:40:07
14,400
a51e731598eb98394b136ee093719954c1739f3b
fix(docs): don't show inherited typescript props
[ { "change_type": "MODIFY", "diff": "-const docgenTypescript = require('react-docgen-typescript').withDefaultConfig()\n+const fs = require('fs')\nconst docgenJavascript = require('react-docgen')\nfunction isSource(node) {\n@@ -53,14 +53,18 @@ async function onCreateNode({\nlet parsed = null;\ntry {\nif (isTS...
TypeScript
MIT License
patternfly/patternfly-react
fix(docs): don't show inherited typescript props (#1866)
1
fix
docs
503,915
26.04.2019 16:49:53
14,400
8f739b6a972c86536116caada7566d61d22ae90d
feat(Table): Add columnTransforms, classNames decorator, Visibility constants, and hidden/visible breakpoints example Closes
[ { "change_type": "MODIFY", "diff": "@@ -61,8 +61,9 @@ export interface ISeparator {\nexport interface ICell {\ntitle: String;\n- transforms: Array<Function>;\n+ transforms?: Array<Function>;\ncellTransforms?: Array<Function>;\n+ columnTransforms?: Array<Function>;\nformatters?: Array<Function>;\ncellFormatt...
TypeScript
MIT License
patternfly/patternfly-react
feat(Table): Add columnTransforms, classNames decorator, Visibility constants, and hidden/visible breakpoints example (#1858) Closes #1832
1
feat
Table
815,595
26.04.2019 17:00:57
-28,800
1eecf95ab71688ddd839a738b84bfda6bc983332
feat: remove unused Provider from CellbaseVerifier
[ { "change_type": "MODIFY", "diff": "@@ -201,7 +201,9 @@ impl Transaction {\n}\npub fn is_cellbase(&self) -> bool {\n- self.inputs.len() == 1 && self.inputs[0].previous_output.is_null()\n+ self.inputs.len() == 1\n+ && self.inputs[0].previous_output.is_null()\n+ && self.inputs[0].since == 0\n}\npub fn hash(&s...
Rust
MIT License
nervosnetwork/ckb
feat: remove unused Provider from CellbaseVerifier
1
feat
null
306,484
26.04.2019 17:16:18
-7,200
ff8f42755370b4bb69c907e7b47c6c70db0f4a9f
chore: run deep test files
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ module.exports = config => {\n//\n// npm run test -- --grep test/foo/bar.test.js\n// npm run test -- --grep test/bar/*\n- config.grep ? config.grep : 'packages/*/test/*.test.js',\n+ config.grep ? config.grep : 'packages/*/test/**/*.test.js',\n],\n// TODO...
JavaScript
MIT License
ing-bank/lion
chore: run deep test files
1
chore
null
815,595
26.04.2019 17:34:36
-28,800
8a0e6464bc9bb22e27bc85f122e1b9341eab469d
feat: Replace usize with u32 of OverCountError field
[ { "change_type": "MODIFY", "diff": "@@ -83,8 +83,8 @@ pub enum CellbaseError {\n#[derive(Debug, PartialEq, Clone, Eq)]\npub enum UnclesError {\nOverCount {\n- max: usize,\n- actual: usize,\n+ max: u32,\n+ actual: u32,\n},\nMissMatchCount {\nexpected: u32,\n", "new_path": "verification/src/error.rs", ...
Rust
MIT License
nervosnetwork/ckb
feat: Replace usize with u32 of OverCountError field
1
feat
null
815,595
26.04.2019 17:41:32
-28,800
3acb773c4e4135854c5279a9f1dc57800cedb7e4
feat: Verify genesis's uncles count
[ { "change_type": "MODIFY", "diff": "@@ -212,18 +212,26 @@ impl<CP: ChainProvider + Clone> UnclesVerifier<CP> {\nactual: actual_uncles_hash,\n}));\n}\n+\n// if block.uncles is empty, return\n- if block.uncles().is_empty() {\n+ if uncles_count == 0 {\nreturn Ok(());\n}\n- // verify uncles lenght =< max_uncles...
Rust
MIT License
nervosnetwork/ckb
feat: Verify genesis's uncles count
1
feat
null
217,922
26.04.2019 18:13:37
-7,200
2066bf455d4d833a9c36ac7775a2be1665f764ce
fix(settings): favorite aetherytes max count is now 4
[ { "change_type": "MODIFY", "diff": "<nz-form-label [nzSpan]=\"5\">{{'SETTINGS.Favorite_aetherytes' | translate}}</nz-form-label>\n<nz-form-control [nzSpan]=\"12\">\n<nz-select\n- [nzMaxMultipleCount]=\"3\"\n+ [nzMaxMultipleCount]=\"4\"\nnzAllowClear\nstyle=\"width: 100%\"\nnzMode=\"multiple\"\n", "new_p...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(settings): favorite aetherytes max count is now 4
1
fix
settings
815,595
26.04.2019 18:25:54
-28,800
f6383c22ebf5062b0352182529018487c3181a48
fix: Correct inputs and and outputs's capacity of genesis
[ { "change_type": "MODIFY", "diff": "@@ -422,6 +422,7 @@ dependencies = [\n\"ckb-resource 0.11.0-pre\",\n\"numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"occupied-capacity 0.11.0-pre...
Rust
MIT License
nervosnetwork/ckb
fix: Correct inputs and and outputs's capacity of genesis
1
fix
null
127,939
26.04.2019 18:26:19
-10,800
8dad6efabb28c45dc38aa9ea01eb5bcdcd4b0031
feat(user-portal): btc payment design
[ { "change_type": "ADD", "diff": "+import * as React from 'react';\n+import styled from '@emotion/styled';\n+import rem from 'polished/lib/helpers/rem';\n+\n+import { mq, spacing } from '@heathmont/sportsbet-utils';\n+import { breakpoints, border, colors } from '@heathmont/sportsbet-tokens';\n+\n+export cons...
TypeScript
MIT License
coingaming/moon-design
feat(user-portal): btc payment design
1
feat
user-portal
679,913
26.04.2019 20:19:39
-3,600
c67c73304d04642aabee6b247a36417158da225d
fix(dsp): fix tri() oscillator for negative phases
[ { "change_type": "MODIFY", "diff": "@@ -82,7 +82,7 @@ export const sin = (phase: number, freq: number, amp = 1, dc = 0) =>\ndc + amp * Math.sin(phase * freq * TAU);\nexport const tri = (phase: number, freq: number, amp = 1, dc = 0) =>\n- dc + amp * (Math.abs(((phase * freq * 4) % 4) - 2) - 1);\n+ dc + amp *...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(dsp): fix tri() oscillator for negative phases
1
fix
dsp
815,609
26.04.2019 21:01:46
-28,800
6c4e5559b044501cfa63890c552ccfdb2c12c84f
feat: check if the data in database is compatible with the program
[ { "change_type": "MODIFY", "diff": "@@ -459,6 +459,7 @@ dependencies = [\n\"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lru-cache)\",\n\"rocksdb 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"semver 0.9...
Rust
MIT License
nervosnetwork/ckb
feat: check if the data in database is compatible with the program
1
feat
null
71,326
26.04.2019 21:46:06
-32,400
760f518a3426190eb512addc1e6f43ce72c6bc77
fix(cdk-dasm): fix bin for cdk-dasm
[ { "change_type": "MODIFY", "diff": "\"url\": \"https://github.com/awslabs/aws-cdk.git\"\n},\n\"bin\": {\n- \"decdk\": \"bin/cdk-dasm\"\n+ \"cdk-dasm\": \"bin/cdk-dasm\"\n},\n\"scripts\": {\n\"build\": \"tsc && chmod +x bin/cdk-dasm\",\n", "new_path": "packages/cdk-dasm/package.json", "old_path": "pa...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(cdk-dasm): fix bin for cdk-dasm (#2383)
1
fix
cdk-dasm
815,573
26.04.2019 21:50:37
-28,800
63d29c0e920dfb7475aa48221241e3c87a16e8fa
fix: adjust relay filter size
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ use std::time::Duration;\npub const TX_PROPOSAL_TOKEN: u64 = 0;\npub const MAX_RELAY_PEERS: usize = 128;\n-pub const TX_FILTER_SIZE: usize = 1000;\n+pub const TX_FILTER_SIZE: usize = 50000;\npub struct Relayer<CS> {\nchain: ChainController,\n", "new_...
Rust
MIT License
nervosnetwork/ckb
fix: adjust relay filter size
1
fix
null
135,558
26.04.2019 22:16:31
-32,400
cea4564d71b6d5c72f9689dc05d783dd2e3a4b13
feat: adds support for plugins
[ { "change_type": "MODIFY", "diff": "@@ -139,7 +139,16 @@ async function main(options) {\nconst loadOpts = {cwd: flags.cwd, file: flags.config};\nconst loaded = await load(getSeed(flags), loadOpts);\nconst parserOpts = selectParserOpts(loaded.parserPreset);\n- const opts = parserOpts ? {parserOpts} : {parser...
TypeScript
MIT License
conventional-changelog/commitlint
feat: adds support for plugins (#228) (#588)
1
feat
null
815,573
26.04.2019 23:32:37
-28,800
75853c7beeb748f28273f0e5ee787529a1ac015c
fix: Should send getheaders message when get UnknownParent error
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ use ckb_protocol::{CompactBlock as FbsCompactBlock, RelayMessage};\nuse ckb_shared::shared::Shared;\nuse ckb_shared::store::ChainStore;\nuse ckb_traits::{BlockMedianTimeContext, ChainProvider};\n-use ckb_verification::{HeaderResolverWrapper, HeaderVerifier...
Rust
MIT License
nervosnetwork/ckb
fix: Should send getheaders message when get UnknownParent error
1
fix
null
273,683
27.04.2019 00:44:53
-7,200
2a624ab49bd44906db94a22af5af035e6f2530d5
feat(app): method for fetching page data
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ import main from './main'\nimport head from './head'\nimport router from './router'\n+import fetchPath from './fetchPath'\nimport { url } from './utils/helpers'\nimport gaphqlGuard from './graphql/guard'\nimport graphlMixin from './graphql/mixin'\n@@ -18,6...
JavaScript
MIT License
gridsome/gridsome
feat(app): method for fetching page data
1
feat
app
127,946
27.04.2019 03:52:03
-10,800
684f05264b9aff5fdd997fd05daacc36b9cafb9b
fix: nav grid
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ jsx;\nconst Background = styled.div([\n{\n+ // gridArea: 'nav',\nwidth: '100%',\nbackground: `linear-gradient(${colors.neutral[90]} 14rem, 0%, ${\ncolors.neutral[80]\n", "new_path": "portals/user-portal-components/src/cashier/components/layout.tsx", ...
TypeScript
MIT License
coingaming/moon-design
fix: nav grid
1
fix
null
127,946
27.04.2019 06:34:23
-10,800
e9fd500487f8b63ceba5610e5fe29b51168be038
feat(nav): my bets
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ import {\nimport { EuroWallet } from './dumb-components/euro-wallet';\nimport { InActiveTransactionDetailItem } from './dumb-components/transaction-details/inactive-item';\nimport { RequiredTransactionDetailItem } from './dumb-components/transaction-deta...
TypeScript
MIT License
coingaming/moon-design
feat(nav): my bets
1
feat
nav