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
815,590
26.06.2019 10:28:59
-28,800
d1658d9f1cf533b0a5b5ad0ea93308f196652249
fix: rpc test
[ { "change_type": "MODIFY", "diff": "@@ -181,7 +181,7 @@ fn setup_node(\n}\n.to_delegate(),\n);\n- let alert_relayer = AlertRelayer::new(\"0.1\".to_string(), AlertConfig::default());\n+ let alert_relayer = AlertRelayer::new(\"0.1.0\".to_string(), AlertConfig::default());\nlet alert_notifier = {\nlet alert_no...
Rust
MIT License
nervosnetwork/ckb
fix: rpc test
1
fix
null
932,455
26.06.2019 11:24:30
14,400
b3b4f5837cc2c4bd35ee4ea9829d63f4dea5f821
fix: Updates engines field to node >=10
[ { "change_type": "MODIFY", "diff": "\"access\": \"public\"\n},\n\"engines\": {\n- \"node\": \"<=8\"\n+ \"node\": \">=10\"\n}\n}\n", "new_path": "packages/eslint-config-base/package.json", "old_path": "packages/eslint-config-base/package.json" }, { "change_type": "MODIFY", "diff": "\"acce...
TypeScript
Apache License 2.0
spotify/web-scripts
fix: Updates engines field to node >=10
1
fix
null
104,818
26.06.2019 11:57:06
-7,200
1faf10dfceb6319f25c697645916c169a3cd6740
fix(timeseries): NPE check missing
[ { "change_type": "MODIFY", "diff": "@@ -140,7 +140,7 @@ const TimeSeriesCard = ({\nuseDeepCompareEffect(\n() => {\n- if (chartRef) {\n+ if (chartRef && chartRef.chart) {\nconst chartData = formatChartData(labels, series, values);\nchartRef.chart.setData(chartData);\n}\n", "new_path": "src/components/Tim...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): NPE check missing
1
fix
timeseries
711,597
26.06.2019 12:11:31
-7,200
23b86597311ffa5345117904d9a38a6a1aa0d763
test(email-plugin): Attempt to speed up tests
[ { "change_type": "MODIFY", "diff": "\"test:all\": \"cd admin-ui && yarn test --watch=false --browsers=ChromeHeadlessCI --progress=false && cd ../ && yarn test:common && yarn test:core && yarn test:email-plugin && yarn test:elasticsearch-plugin && yarn test:e2e\",\n\"test:common\": \"jest --config packages/c...
TypeScript
MIT License
vendure-ecommerce/vendure
test(email-plugin): Attempt to speed up tests
1
test
email-plugin
438,921
26.06.2019 12:17:06
-32,400
841b316d688086f1d6d85ee61e9796ba15735ac6
fix(color): Fix on color.threshold.values handling Fix erroneous loop condition to determine color value Make threshold values to be alined as the max ( n < n1 ==> n <= n1) Fix
[ { "change_type": "MODIFY", "diff": "@@ -133,8 +133,6 @@ describe(\"COLOR\", () => {\n.each(function(v, i) {\nconst stroke = d3.select(this).style(\"stroke\").replace(/\\\"/g, \"\");\n- console.log(this, stroke, colors, i)\n-\nexpect(stroke).to.be.equal(colors[i]);\n});\n});\n@@ -348,4 +346,42 @@ describe(\"...
TypeScript
MIT License
naver/billboard.js
fix(color): Fix on color.threshold.values handling - Fix erroneous loop condition to determine color value - Make threshold values to be alined as the max ( n < n1 ==> n <= n1) Fix #950
1
fix
color
71,101
26.06.2019 12:27:41
-7,200
a6175be78f90fe4164c63e7a7f20a124ac7204f4
feat(dynamodb): support RemovalPolicy Add support for RemovalPolicy on DynamoDB `Table`s, defaulting to `RemovalPolicy.RETAIN` as the resource is inherently stateful. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -45,16 +45,17 @@ export class GlobalTable extends cdk.Construct {\n// need to set this stream specification, otherwise global tables don't work\n// And no way to set a default value in an interface\n- const stackProps: dynamodb.TableProps = {\n+ const regionalTableProp...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(dynamodb): support RemovalPolicy (#3028) Add support for RemovalPolicy on DynamoDB `Table`s, defaulting to `RemovalPolicy.RETAIN` as the resource is inherently stateful. Fixes #2710
1
feat
dynamodb
104,818
26.06.2019 12:48:03
-7,200
d4498cec717a47eb851445ceca70cc0ce2314607
fix(timeseries): prevent bounce on empty state by memoizing
[ { "change_type": "MODIFY", "diff": "@@ -3,9 +3,9 @@ import moment from 'moment';\nimport { LineChart } from '@carbon/charts-react';\nimport '@carbon/charts/style.css';\nimport isEmpty from 'lodash/isEmpty';\n-import 'c3/c3.css';\nimport styled from 'styled-components';\nimport isNil from 'lodash/isNil';\n+i...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): prevent bounce on empty state by memoizing
1
fix
timeseries
217,922
26.06.2019 13:17:27
-7,200
e2c38c724675c5eebf1df0874ce64722e0f6fe0f
chore: connected beta simulator for prelim patch notes changes
[ { "change_type": "MODIFY", "diff": "\"@angular/platform-browser-dynamic\": \"7.2.7\",\n\"@angular/platform-server\": \"7.2.7\",\n\"@angular/router\": \"7.2.7\",\n- \"@ffxiv-teamcraft/simulator\": \"1.0.5\",\n+ \"@ffxiv-teamcraft/simulator\": \"1.1.0-beta.1\",\n\"@fortawesome/fontawesome\": \"^1.1.8\",\n\"@f...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: connected beta simulator for prelim patch notes changes
1
chore
null
217,922
26.06.2019 13:47:52
-7,200
687e7f09232d2c19c13906f0eadb32f1c2ab5be8
fix(ux): changed the order of stats in edition popup to reflect the order in the profile
[ { "change_type": "MODIFY", "diff": "<nz-input-number nz-col [nzXs]=\"16\" [(ngModel)]=\"set.level\"></nz-input-number>\n</div>\n<div nz-row class=\"form-row\" *ngIf=\"jobId <= 15\">\n- <div nz-col [nzXs]=\"8\">{{'SIMULATOR.CONFIGURATION.STATS.Craftsmanship' | translate}}</div>\n- <nz-input-number nz-col [nz...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(ux): changed the order of stats in edition popup to reflect the order in the profile
1
fix
ux
217,922
26.06.2019 13:51:08
-7,200
d56e42a0b537c749092b52fb13ce467c65ef5a29
chore: small fix for brow's removal
[ { "change_type": "MODIFY", "diff": "import { RotationTip } from '../rotation-tip';\nimport {\nByregotsBlessing,\n- ByregotsBrow,\nByregotsMiracle,\nIngenuity,\nIngenuityII,\n@@ -17,7 +16,6 @@ export class UseIngenuityBeforeByregot extends RotationTip {\ncanBeAppliedTo(simulationResult: SimulationResult): bo...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for brow's removal
1
chore
null
71,539
26.06.2019 14:00:03
25,200
7fb82adaa1db0dd849421bb9da07aebac4d71186
fix(documentation): auto-labeling fixed when new issue created with template this new issue format should auto-populate the label with "needs-triage"
[ { "change_type": "ADD", "diff": "+---\n+name: General Issues\n+about: Please use this template to submit issues for review\n+title: ''\n+labels: needs-triage\n+assignees: ''\n+\n+---\n+\n+**Note: for support questions, please first reference our [documentation](https://docs.aws.amazon.com/cdk/api/latest), t...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(documentation): auto-labeling fixed (#3089) when new issue created with template this new issue format should auto-populate the label with "needs-triage"
1
fix
documentation
217,922
26.06.2019 14:12:02
-7,200
db1722bbbf041e05ac03f01853d0e28ea82d00bd
chore: now using 1.1.0-beta.2 simulator for new brand
[ { "change_type": "MODIFY", "diff": "\"@angular/platform-browser-dynamic\": \"7.2.7\",\n\"@angular/platform-server\": \"7.2.7\",\n\"@angular/router\": \"7.2.7\",\n- \"@ffxiv-teamcraft/simulator\": \"1.1.0-beta.1\",\n+ \"@ffxiv-teamcraft/simulator\": \"1.1.0-beta.2\",\n\"@fortawesome/fontawesome\": \"^1.1.8\"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: now using 1.1.0-beta.2 simulator for new brand
1
chore
null
127,976
26.06.2019 14:16:01
-10,800
d8204a25f49f07007c333435e9c2364eded067f8
fix: remove inlined css styling from link icons & remove inlined styling for menu selects
[ { "change_type": "MODIFY", "diff": "\"commit\": \"git-cz\",\n\"build\": \"tsc -b\",\n\"portals-components:build\": \"lerna run --scope \\\"@heathmont/sportsbet-*-portal-components\\\" --stream --parallel build\",\n+ \"portals-components:watch\": \"lerna run --scope \\\"@heathmont/sportsbet-*-portal-componen...
TypeScript
MIT License
coingaming/moon-design
fix: remove inlined css styling from link icons & remove inlined styling for menu selects
1
fix
null
127,976
26.06.2019 14:18:37
-10,800
10215baf7e13d7cf514ea6575c8852cdc2e71d96
fix: remove select overflow on smaller screens
[ { "change_type": "MODIFY", "diff": "@@ -156,6 +156,9 @@ export const SelectSettingsSection = styled.div({\nflexDirection: 'column',\nmarginTop: spacing('xlarge'),\nflexWrap: 'nowrap',\n+ '& > select': {\n+ boxSizing: 'border-box',\n+ },\n'& > select + select': {\nmarginTop: spacing(),\n},\n", "new_path"...
TypeScript
MIT License
coingaming/moon-design
fix: remove select overflow on smaller screens
1
fix
null
104,827
26.06.2019 14:39:43
18,000
0d4846b1f69d85b748ac95ecf5ceacec5707caaa
fix(timeseries): adjust labels based on interval, update carbon charts
[ { "change_type": "MODIFY", "diff": "\"use-deep-compare-effect\": \"^1.2.0\"\n},\n\"peerDependencies\": {\n- \"@carbon/charts\": \"^0.12.2\",\n- \"@carbon/charts-react\": \"^0.12.2\",\n+ \"@carbon/charts\": \"^0.12.4\",\n+ \"@carbon/charts-react\": \"^0.12.4\",\n\"@carbon/icons\": \"^10.1.0\",\n\"@carbon/ico...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): adjust labels based on interval, update carbon charts
1
fix
timeseries
217,922
26.06.2019 14:53:48
-7,200
266548f81cdbbf94f15e8cccc4dce3ee64d5d441
chore: fixed SEO description for blog page
[ { "change_type": "MODIFY", "diff": "@@ -4,9 +4,6 @@ import { BlogEntry } from '../blog-entry';\nimport { Observable } from 'rxjs';\nimport { ActivatedRoute } from '@angular/router';\nimport { map, switchMap } from 'rxjs/operators';\n-import { TeamcraftPageComponent } from '../../../core/component/teamcraft-...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fixed SEO description for blog page
1
chore
null
104,827
26.06.2019 15:27:50
18,000
b589b4b25a1d95241929b5ad05d16893d00aa591
test(timeseries): story had incorrect interval
[ { "change_type": "MODIFY", "diff": "@@ -690,7 +690,7 @@ storiesOf('TimeSeriesCard (Experimental)', module)\ntimeDataSourceId: 'timestamp',\n})}\nvalues={getIntervalChartData('year', 5, { min: 10, max: 100 }, 100)}\n- interval=\"day\"\n+ interval=\"year\"\nbreakpoint=\"lg\"\nsize={size}\n/>\n", "new_path...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(timeseries): story had incorrect interval
1
test
timeseries
71,539
26.06.2019 15:48:50
25,200
590b05cbce8fe9971905cb025defc1cd595ead6f
fix(documentation): removed duplicate generated template
[ { "change_type": "DELETE", "diff": "----\n-name: Issue_Template\n-about: Submit a formatted issue for attention by the CDK team\n-title: ''\n-labels: needs-triage\n-assignees: ''\n-\n----\n-\n-**Note: for support questions, please first reference our [documentation](https://docs.aws.amazon.com/cdk/api/lates...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(documentation): removed duplicate generated template (#3090)
1
fix
documentation
104,827
26.06.2019 15:51:56
18,000
810d3e19a4502fb09440fd7491a360596e8ee7c3
chore(card): update prop types to match new enums for range
[ { "change_type": "MODIFY", "diff": "@@ -175,17 +175,24 @@ export const CardPropTypes = {\nbreakpoint: PropTypes.oneOf(Object.values(DASHBOARD_SIZES)),\n/** Optional range to pass at the card level */\ntimeRange: PropTypes.oneOf([\n- 'dayByHour',\n- 'weekByDay',\n- 'monthByDay',\n- 'monthByWeek',\n- 'yearByM...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(card): update prop types to match new enums for range
1
chore
card
722,013
26.06.2019 16:18:26
18,000
19beb66fb25cf47f24ef4acef792b1f18df7f676
test: add test for multiple files with same name
[ { "change_type": "MODIFY", "diff": "You can `require` external files in your examples:\n- const names = require('dog-names').all;\n+ import {all as names} from 'dog-names';\n+ import {three as localNames} from './dog-names';\n+\n<RandomButton :variants=\"names\" />\n+ <RandomButton :variants=\"localNames\" ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: add test for multiple files with same name
1
test
null
722,013
26.06.2019 17:11:19
18,000
bc50ab104edb29b233502e71b2943267870b2d64
fix: make sure imported variables are declared
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,9 @@ export default function compileVueCodeForEvalFunction(\n}\nfunction prepareVueCodeForEvalFunction(code: string): EvaluableComponent {\n- let style, vsgMode, template\n+ let style,\n+ vsgMode = false,\n+ template\n// if the component is written as a Vue s...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: make sure imported variables are declared
1
fix
null
722,013
26.06.2019 17:13:45
18,000
98a1b7662c3b58ad28f0751bc6a8f9c6c3cf661d
fix(compiler): make sure files with the same name wont conflict Closes
[ { "change_type": "MODIFY", "diff": "@@ -10,12 +10,10 @@ function alias(previousKey: string) {\nreturn { key, name: name[0] }\n}\n-let num: number\n-\n-function generate(keys: string[], dep: string, base?: string, fn?: string) {\n+function generate(keys: string[], dep: string, base?: string, fn?: string, off...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(compiler): make sure files with the same name wont conflict Closes #471
1
fix
compiler
103,447
26.06.2019 19:19:53
-19,080
12f3cf109683d365e7c672d7df626b5900ee1e02
fix: optimize images to remove warning from expo cli
[ { "change_type": "ADD", "diff": "+{\n+ \"804582a5e1d2e3587b17eecae610b2365798a0d5e9f6378a19144005e19feb59\": true,\n+ \"2c5c2b4da600282d60be1a0acf5f1a43b698d8670433a34b97175e5965e47b0b\": true,\n+ \"98532ebaa814a5da6dabb073711f8c0d9a6b9cef99d9ab117176962953cc53c0\": true,\n+ \"239809afd3d71d8e3cbe0487519561...
TypeScript
MIT License
callstack/react-native-paper
fix: optimize images to remove warning from expo cli
1
fix
null
815,598
26.06.2019 19:26:19
-28,800
f0a48f78c8790230c97d9b0fa0911733589eb665
chore: show rpc diff when test fails
[ { "change_type": "MODIFY", "diff": "@@ -835,6 +835,7 @@ dependencies = [\n\"ckb-tx-pool-executor 0.16.0-pre\",\n\"ckb-util 0.16.0-pre\",\n\"ckb-verification 0.16.0-pre\",\n+ \"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"faketime 0.2.0 (registry+https://github.com/rust-lang...
Rust
MIT License
nervosnetwork/ckb
chore: show rpc diff when test fails (#1118)
1
chore
null
67,476
26.06.2019 20:59:42
-7,200
b600463cd714b3ef4a4eb7ef0e7434b60e5a49b3
fix(replaceable): fix some more edge cases with multi nested elements and template controllers
[ { "change_type": "MODIFY", "diff": "@@ -148,6 +148,7 @@ describe.skip('controller', function () {\nhasSlots: false,\nstrategy: BindingStrategy.getterSetter,\nhooks,\n+ scopeParts: PLATFORM.emptyArray,\n});\n}\n", "new_path": "packages/__tests__/runtime/controller.spec.ts", "old_path": "packages/__te...
TypeScript
MIT License
aurelia/aurelia
fix(replaceable): fix some more edge cases with multi nested elements and template controllers
1
fix
replaceable
104,818
26.06.2019 21:16:28
-7,200
1ff57806e80dc6ffc2a132da7601ff4b864901c9
fix(timeseries): reduce ticks for smaller cards
[ { "change_type": "MODIFY", "diff": "@@ -122,8 +122,11 @@ const TimeSeriesCard = ({\nconst maxTicksPerSize = () => {\nswitch (size) {\n+ case CARD_SIZES.SMALL:\n+ return 2;\ncase CARD_SIZES.MEDIUM:\n- return 6;\n+ return 4;\n+ case CARD_SIZES.WIDE:\ncase CARD_SIZES.LARGE:\nreturn 6;\ncase CARD_SIZES.XLARGE:\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): reduce ticks for smaller cards
1
fix
timeseries
104,818
26.06.2019 21:24:11
-7,200
22d09717072017d50f11289a1d3be48013077345
fix(timeseries): save padding on the right
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ import { generateSampleValues } from './timeSeriesUtils';\nconst LineChartWrapper = styled.div`\npadding-left: 16px;\n+ padding-right: 1rem;\npadding-top: ${props => (props.isLegendHidden ? '16px' : '0px')};\npadding-bottom: 16px;\nposition: absolute;\n"...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): save padding on the right
1
fix
timeseries
104,857
26.06.2019 21:38:09
10,800
5e207d096edc68718ebb06cf8de5197c2d1f06ac
chore(console): adding width/height as chart prop to fix issue
[ { "change_type": "MODIFY", "diff": "@@ -40,12 +40,9 @@ const StatefulTable = ({ data: initialData, expandedData, ...other }) => {\nconst [state, dispatch] = useReducer(tableReducer, { data: initialData, view: initialState });\nconst isLoading = get(initialState, 'table.loadingState.isLoading');\n// Need to ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(console): adding width/height as chart prop to fix issue #132
1
chore
console
104,857
26.06.2019 21:49:55
10,800
4aa976d48d050576622a113439175ce252ca0c91
chore(locale): default locale to en;
[ { "change_type": "MODIFY", "diff": "@@ -94,7 +94,11 @@ const TimeSeriesCard = ({\n);\nconst formatInterval = (timestamp, index, ticksInterval) => {\n+ // moment locale default to english\n+ moment.locale('en');\n+ if (locale) {\nmoment.locale(locale);\n+ }\nconst m = moment.unix(timestamp / 1000);\nreturn i...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(locale): default locale to en; #135
1
chore
locale
104,857
26.06.2019 22:02:01
10,800
9cb4e32e9e71c3b5b17854bc4803e643f21a19e1
chore(formatter): missing tooltip formatter,
[ { "change_type": "MODIFY", "diff": "@@ -63,6 +63,26 @@ const formatChartData = (labels, series, values) => {\n};\n};\n+const valueFormatter = (value, size, unit) => {\n+ const precision = determinePrecision(size, value, 1);\n+ let renderValue = value;\n+ if (typeof value === 'number') {\n+ renderValue =\n+ ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(formatter): missing tooltip formatter, #136
1
chore
formatter
67,476
26.06.2019 23:30:37
-7,200
2d61937c1a0b201209c7bce582f5cc0f6abf42a3
chore(di): use key type for dependencies array
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import {\nDI,\nIRegistry,\nIResourceDefinition,\n+ Key,\nOmit,\nPLATFORM,\nResourceDescription,\n@@ -89,7 +90,7 @@ export interface ITemplateDefinition extends IResourceDefinition {\ncache?: '*' | number;\ntemplate?: unknown;\ninstructions?: ITargetedInstr...
TypeScript
MIT License
aurelia/aurelia
chore(di): use key type for dependencies array
1
chore
di
67,476
27.06.2019 02:49:38
-7,200
3f251e640c7c2d230fbae6f8fd77650378037333
fix(resource-model): don't camelcase attribute names
[ { "change_type": "MODIFY", "diff": "@@ -61,16 +61,15 @@ export class ResourceModel {\n* @returns The resource information if the attribute exists, or `null` if it does not exist.\n*/\npublic getAttributeInfo(syntax: AttrSyntax): AttrInfo | null {\n- const name = camelCase(syntax.target);\n- let result = thi...
TypeScript
MIT License
aurelia/aurelia
fix(resource-model): don't camelcase attribute names
1
fix
resource-model
67,476
27.06.2019 03:01:23
-7,200
79a4a5fcea564b4f88afad41f0077cd0de3d352b
feat(jit): default to attr name on empty binding command value
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,8 @@ import {\nBindingMode,\nBindingType,\nIDOM,\n- IExpressionParser\n+ IExpressionParser,\n+ AnyBindingExpression\n} from '@aurelia/runtime';\nimport {\nNodeType,\n@@ -429,7 +430,16 @@ export class TemplateBinder {\nconst command = this.resources.getBinding...
TypeScript
MIT License
aurelia/aurelia
feat(jit): default to attr name on empty binding command value
1
feat
jit
815,605
27.06.2019 06:04:41
0
68549a87b674bdd25bc1dbe5da40810a1e49885e
chore: Use correct DB version
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ use std::sync::Arc;\n// - If the data can be migrated manually: update \"x.y1.z\" to \"x.y2.0\".\n// - If the data can not be migrated: update \"x1.y.z\" to \"x2.0.0\".\npub(crate) const VERSION_KEY: &str = \"db-version\";\n-pub(crate) const VERSION_VALU...
Rust
MIT License
nervosnetwork/ckb
chore: Use correct DB version
1
chore
null
104,818
27.06.2019 07:30:42
-7,200
52b53fe9044997bdcfd24b25ae2eb85aec4ba6b2
fix(card): clean up console error
[ { "change_type": "MODIFY", "diff": "@@ -181,7 +181,7 @@ const Card = ({\n...others\n}) => {\nconst [tooltipId, setTooltipId] = useState(uuidv1());\n- const [timeRange, setTimeRange] = useState(timeRangeProp || '');\n+ const [timeRange, setTimeRange] = useState(timeRangeProp);\nconst isXS = size === CARD_SIZ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(card): clean up console error
1
fix
card
304,848
27.06.2019 08:06:55
25,200
e5be191b8eb40e1310ad54c55ac31fc57a9cb29f
test(universe/typeconv): wrote test cases for type conversions
[ { "change_type": "MODIFY", "diff": "package universe\nimport (\n- \"github.com/influxdata/flux/values\"\n\"testing\"\n+ \"errors\"\n+ \"github.com/influxdata/flux/values\"\n+ \"math\"\n)\n+\n+func TestTypeconv_String(t *testing.T) {\n+ testCases := []struct {\n+ name string\n+ v interface{}\n+ want string\n...
Go
MIT License
influxdata/flux
test(universe/typeconv): wrote test cases for type conversions (#1398)
1
test
universe/typeconv
306,484
27.06.2019 09:57:51
-7,200
86c9824f07c07726ce17993f68f9c2d328026209
chore(localize): make number formatting tests more scalable
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { expect } from '@open-wc/testing';\nimport { getDecimalSeparator } from '../../src/number/getDecimalSeparator.js';\ndescribe('getDecimalSeparator', () => {\n- it('returns decimal separator for locale', async () => {\n+ it('returns decimal separator...
JavaScript
MIT License
ing-bank/lion
chore(localize): make number formatting tests more scalable
1
chore
localize
306,484
27.06.2019 09:59:54
-7,200
0afb0e127265575eb52b245f7d552d0a2a2d77e5
fix(localize): remove unnecessary normalization for Belgium Belgium does not need to be normalized always (e.g. not in "fr-BE"). But Dutch language does need normalization always, because this is where Intl really makes it wrong, both for "nl-Nl" and "nl-BE".
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ export function normalizeIntl(formattedParts, options, _locale) {\nlet normalize = forceNormalSpaces(formattedParts, options);\n// Dutch and Belgian currency must be moved to end of number\nif (options && options.style === 'currency') {\n- if (_locale ==...
JavaScript
MIT License
ing-bank/lion
fix(localize): remove unnecessary normalization for Belgium Belgium does not need to be normalized always (e.g. not in "fr-BE"). But Dutch language does need normalization always, because this is where Intl really makes it wrong, both for "nl-Nl" and "nl-BE".
1
fix
localize
815,593
27.06.2019 10:22:07
-28,800
d25da189d7af38d9d82525c8b99902a704ba290f
chore: immutably borrows from `tx_pool`
[ { "change_type": "MODIFY", "diff": "@@ -394,7 +394,7 @@ impl<CS: ChainStore> ChainState<CS> {\n&self,\ntx: &'a Transaction,\n) -> Result<ResolvedTransaction<'a>, UnresolvableError> {\n- let tx_pool = self.tx_pool.borrow_mut();\n+ let tx_pool = self.tx_pool.borrow();\nlet proposed_provider = OverlayCellProvi...
Rust
MIT License
nervosnetwork/ckb
chore: immutably borrows from `tx_pool`
1
chore
null
306,407
27.06.2019 10:43:31
-7,200
8fb70c2080ca7b00aa5f4443b3d0d83ae6ae0ae7
fix(localize): return sign to the front of the currency formatted value in Dutch
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ export function normalizeIntl(formattedParts, options, _locale) {\nlet normalize = forceNormalSpaces(formattedParts, options);\n// Dutch and Belgian currency must be moved to end of number\nif (options && options.style === 'currency') {\n- if (_locale.sl...
JavaScript
MIT License
ing-bank/lion
fix(localize): return sign to the front of the currency formatted value in Dutch
1
fix
localize
791,834
27.06.2019 10:48:47
25,200
a26d38f86a00e294f226b05222f83bc960de71c9
core(config): assert all audit requiredArtifacts will be gathered
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,28 @@ const {requireAudits, mergeOptionsOfItems, resolveModule} = require('./config-he\n/** @typedef {typeof import('../gather/gatherers/gatherer.js')} GathererConstructor */\n/** @typedef {InstanceType<GathererConstructor>} Gatherer */\n+/**\n+ * Define with...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(config): assert all audit requiredArtifacts will be gathered (#9284)
1
core
config
217,922
27.06.2019 10:50:28
-7,200
db3ecf5453afeff87a7fcbd47f6254c5b14a9c48
fix(simulator): fixed an issue with brand of elements not being usable
[ { "change_type": "MODIFY", "diff": "}\n},\n\"@ffxiv-teamcraft/simulator\": {\n- \"version\": \"1.1.0-beta.2\",\n- \"resolved\": \"https://registry.npmjs.org/@ffxiv-teamcraft/simulator/-/simulator-1.1.0-beta.2.tgz\",\n- \"integrity\": \"sha512-asOUA2HloGmXLPr17BzDcVwtOLNah2X5YAHzpesMPycbd8/MQ0w+UrfKpJi6L7BnB...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed an issue with brand of elements not being usable
1
fix
simulator
217,922
27.06.2019 11:21:22
-7,200
8934ace1fc7f6c0c1bb0d6bac160c942c5639bd8
feat(desktop): added a button to copy current url to clipboard
[ { "change_type": "MODIFY", "diff": "<button nz-button nzShape=\"circle\" (click)=\"back()\">\n<i nz-icon type=\"arrow-left\"></i>\n</button>\n+ <button nz-button nzShape=\"circle\" ngxClipboard cbContent=\"https://ffxivteamcraft.com{{getPathname()}}\"\n+ (cbOnSuccess)=\"afterPathNameCopy()\">\n+ <i nz-icon ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(desktop): added a button to copy current url to clipboard
1
feat
desktop
438,921
27.06.2019 11:50:44
-32,400
bc165438c95f4ae8c834a99c22eafd87ee07822e
chore(build): Fix eslint-loader error Applied directly the formatter Fix
[ { "change_type": "MODIFY", "diff": "@@ -19,10 +19,16 @@ const config = {\nrules: [\n{\ntest: /\\.js$/,\n- loader: \"eslint-loader\",\ninclude: path.resolve(process.cwd(), \"src\"),\nexclude: /(node_modules)/,\n- enforce: \"pre\"\n+ enforce: \"pre\",\n+ use: {\n+ loader: \"eslint-loader\",\n+ options: {\n+ f...
TypeScript
MIT License
naver/billboard.js
chore(build): Fix eslint-loader error Applied directly the formatter - https://github.com/webpack-contrib/eslint-loader/issues/238#issuecomment-505672107 Fix #949
1
chore
build
103,440
27.06.2019 11:55:29
-7,200
14bb16a6f39bc61154b0acb38658ed7639632b0b
chore: release 3.0.0-alpha.2
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"react-native-paper\",\n- \"version\": \"3.0.0-alpha.1\",\n+ \"version\": \"3.0.0-alpha.2\",\n\"description\": \"Material design for React Native\",\n\"main\": \"lib/module/index.js\",\n\"types\": \"lib/typescript/src/index.d.ts\",\n", "new_path": "packa...
TypeScript
MIT License
callstack/react-native-paper
chore: release 3.0.0-alpha.2
1
chore
null
791,834
27.06.2019 12:23:31
25,200
de820ec3f24a1fbc7a0a27cdb916b322e72d15d0
misc(runner): add assertion for devtoolsLog as requiredArtifact
[ { "change_type": "MODIFY", "diff": "@@ -289,11 +289,13 @@ class Runner {\nfor (const artifactName of audit.meta.requiredArtifacts) {\nconst noArtifact = artifacts[artifactName] === undefined;\n- // If trace required, check that DEFAULT_PASS trace exists.\n- // TODO: need pass-specific check of networkRecord...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(runner): add assertion for devtoolsLog as requiredArtifact (#9290)
1
misc
runner
217,922
27.06.2019 12:35:12
-7,200
0d7cb092813a047fdd2313135fff75d93e5f82ad
fix(rotation-picker): fixed an issue with selection buttons not aligned properly
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n<div *ngIf=\"rotations$ | async as rotations\">\n- <nz-list [nzDataSource]=\"rotations\" [nzRenderItem]=\"rotation\" [nzHeader]=\"header\">\n<ng-template #rotation let-rotation>\n<nz-list-item [nzActions]=\"[pickRotation]\">\n<nz-list-item-meta [nzTitle]=\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(rotation-picker): fixed an issue with selection buttons not aligned properly
1
fix
rotation-picker
722,013
27.06.2019 12:36:27
18,000
b7ed624f002e22894cbf698e955b9765c94dcdaa
fix: make (Vue as VueConstructor<Vue>) resolved
[ { "change_type": "MODIFY", "diff": "@@ -55,4 +55,18 @@ describe('resolveExportedComponent', () => {\n)\nexpect(resolveExportedComponent(ast).size).toBe(1)\n})\n+\n+ it('should return exported typescript extend style components', () => {\n+ const ast = babylon({ plugins: ['typescript'] }).parse(\n+ ['export ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: make (Vue as VueConstructor<Vue>) resolved
1
fix
null
722,013
27.06.2019 13:06:12
18,000
f41869d95684b1411850f904c2622c4424f08aa2
fix: render default value empty string
[ { "change_type": "MODIFY", "diff": "@@ -101,7 +101,7 @@ function renderShape(props) {\nreturn rows\n}\n-const defaultValueBlacklist = ['null', 'undefined']\n+const defaultValueBlacklist = ['null', 'undefined', \"''\", '\"\"']\nfunction renderDefault(prop) {\n// Workaround for issue https://github.com/reactj...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: render default value empty string
1
fix
null
217,922
27.06.2019 13:26:42
-7,200
0abb193e8152b70c73a4e69922165616d9181ed5
fix(data-extraction): added a queue system to avoid spamming xivapi too hard
[ { "change_type": "MODIFY", "diff": "const request = require('request');\nconst Rx = require('rxjs');\n-const { mergeMap, switchMap, delay, map, tap, takeUntil, skip } = require('rxjs/operators');\n+const { mergeMap, switchMap, delay, map, tap, takeUntil, skip, filter } = require('rxjs/operators');\nconst pa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(data-extraction): added a queue system to avoid spamming xivapi too hard
1
fix
data-extraction
722,013
27.06.2019 13:47:09
18,000
cee2a9ba608d2c4da9998b488a0b9ba27d6aad0c
fix(docgen): make v-bind have a separate treatment Closes
[ { "change_type": "MODIFY", "diff": "@@ -86,8 +86,30 @@ describe('slotHandler', () => {\ntraverse(ast, doc, [slotHandler], { functional: false, rootLeadingComment: '' })\nexpect(doc.toObject().slots.oeuf).toMatchObject({\nscoped: true,\n- description: 'a slot named oeuf'\n+ description: 'a slot named oeuf',\...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(docgen): make v-bind have a separate treatment Closes #469
1
fix
docgen
104,857
27.06.2019 13:48:03
10,800
411371bdc3c14dad278b79925e3de9ae5ed5766a
chore(chart): hide bottom y-axis tick to not overlap
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,9 @@ const LineChartWrapper = styled.div`\nheight: 100%;\n&&& {\n+ .chart-wrapper g.y.axis.yAxes g.tick:first-of-type {\n+ display: none;\n+ }\n.chart-wrapper g.tick text {\ntransform: initial !important;\ntext-anchor: initial !important;\n@@ -95,6 +98,7 @@ c...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(chart): hide bottom y-axis tick to not overlap
1
chore
chart
127,976
27.06.2019 14:00:10
-10,800
b4515f8da9505b89517654dcaafaa4e0148282cf
fix: omit inlined icon styles for header
[ { "change_type": "MODIFY", "diff": "@@ -41,4 +41,7 @@ export const UserhubIconProfile = styled.div({\n[mq(breakpoints.small)]: {\nmarginRight: 0,\n},\n+ '& > svg': {\n+ fontSize: '2.5rem',\n+ },\n});\n", "new_path": "portals/user-portal-components/src/nav/components/username/username.ts", "old_path"...
TypeScript
MIT License
coingaming/moon-design
fix: omit inlined icon styles for header
1
fix
null
438,921
27.06.2019 14:04:07
-32,400
4db457d1f1aed45df5a14b224d0a8ea2421901e8
fix(radar): Make data points stay over radar Generate radar prior the line element, which draws data points. Fix
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,10 @@ describe(\"SHAPE RADAR\", () => {\n};\n});\n+ it(\"data points should positioned over radar chart element\", () => {\n+ expect(chart.internal.radars.node().nextSibling.classList.contains(CLASS.chartLines)).to.be.true;\n+ });\n+\nit(\"check for shape ren...
TypeScript
MIT License
naver/billboard.js
fix(radar): Make data points stay over radar Generate radar prior the line element, which draws data points. Fix #952
1
fix
radar
306,444
27.06.2019 14:10:12
-7,200
1e6d60dfdb3382e34e8725cbce22b15f4ed50306
feat(popup): change API to popper based
[ { "change_type": "MODIFY", "diff": "@@ -4,29 +4,44 @@ import { overlays, LocalOverlayController } from '@lion/overlays';\nexport class LionPopup extends UpdatingElement {\nstatic get properties() {\nreturn {\n- position: {\n- type: String,\n+ placementConfig: {\n+ type: Object,\n},\n};\n}\n+ get placementCo...
JavaScript
MIT License
ing-bank/lion
feat(popup): change API to popper based
1
feat
popup
306,444
27.06.2019 14:10:45
-7,200
c01cfe9ebbad6632dbb7f1981eb6ae4f4fcfe5b4
feat(tooltip): change API to popper based
[ { "change_type": "MODIFY", "diff": "],\n\"dependencies\": {\n\"@lion/core\": \"^0.1.9\",\n+ \"@lion/popup\": \"^0.1.23\",\n\"@lion/overlays\": \"^0.2.7\"\n},\n\"devDependencies\": {\n", "new_path": "packages/tooltip/package.json", "old_path": "packages/tooltip/package.json" }, { "change_type...
JavaScript
MIT License
ing-bank/lion
feat(tooltip): change API to popper based
1
feat
tooltip
71,267
27.06.2019 14:32:31
25,200
f696efc22d4574ff220593952abe878edd008999
fix(cli): fix broken test in Java init template Follow-up to address changes introduced in
[ { "change_type": "MODIFY", "diff": "]\n}\n},\n- \"MyFirstTopic0ED1F8A4\": {\n- \"Type\": \"AWS::SNS::Topic\",\n- \"Properties\": {\n- \"DisplayName\": \"My First Topic Yeah\"\n- }\n- },\n- \"MyFirstTopicMyFirstQueue2028650A\": {\n+ \"MyFirstQueuetestMyFirstTopic4B48EB90A3428EB7\": {\n\"Type\": \"AWS::SNS::S...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(cli): fix broken test in Java init template (#3108) Follow-up to address changes introduced in #3065
1
fix
cli
942,615
27.06.2019 14:35:57
25,200
4c1439037abbcb765d7c4388c2f66b1be5ec0b1c
refactor(banner): Rename old wdc-alert-bar to wdc-banner
[ { "change_type": "MODIFY", "diff": "@@ -28,17 +28,17 @@ inline icons. Process your SASS through PostCSS once it has been compiled to CSS\n## Usage\n-Use by applying `.wdc-alert-bar`.\n+Use by applying `.wdc-banner`.\n-`.wdc-alert-bar-text` - Contains the alert/error text.\n-`.wdc-alert-bar-right` - Rightmos...
TypeScript
Apache License 2.0
workday/canvas-kit
refactor(banner): Rename old wdc-alert-bar to wdc-banner
1
refactor
banner
438,921
27.06.2019 14:45:26
-32,400
612d93f730aa31ce0a8d5c6d000949ad6f400537
fix(radar): Fix radar positioning Make radar chart to be positioned at the center of bind element. Fix
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,13 @@ describe(\"SHAPE RADAR\", () => {\n};\n});\n+ it(\"radar should be positioned at center\", () => {\n+ const rect = chart.$.main.select(\".bb-chart-radars\").node().getBoundingClientRect();\n+ const left = (chart.element.getBoundingClientRect().width - r...
TypeScript
MIT License
naver/billboard.js
fix(radar): Fix radar positioning Make radar chart to be positioned at the center of bind element. Fix #953
1
fix
radar
791,834
27.06.2019 14:51:14
25,200
b671932abeee47ff055efa05b7a58a2fd7fe7f3b
misc: localize logged GatherRunner error
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ const LHError = require('../lib/lh-error.js');\nconst URL = require('../lib/url-shim.js');\nconst NetworkRecorder = require('../lib/network-recorder.js');\nconst constants = require('../config/constants.js');\n+const i18n = require('../lib/i18n/i18n.js')...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: localize logged GatherRunner error (#9291)
1
misc
null
722,013
27.06.2019 15:12:26
18,000
31a3fcaf86a67cd87e2b8145e57b89ca29da5bfc
fix: add simple bindings detection
[ { "change_type": "MODIFY", "diff": "@@ -97,11 +97,11 @@ describe('slotHandler', () => {\n}\n})\n- it('should detect implicit bindings', done => {\n+ it('should detect explicit bindings using v-bind', done => {\nconst ast = compile(\n[\n'<div title=\"a list of item with a scope\" >',\n- ' <slot name=\"bound\...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: add simple bindings detection
1
fix
null
306,484
27.06.2019 15:15:49
-7,200
c62d3353a2a2a69d334e4bc448a5cd3c3d99f55a
fix(icon): render nothing consistently when svg is undefined
[ { "change_type": "MODIFY", "diff": "@@ -89,7 +89,7 @@ export class LionIcon extends LionLitElement {\n* so make sure to have <svg focusable=\"false\"> in svg files\n*/\n_setSvg() {\n- this.innerHTML = this.svg;\n+ this.innerHTML = this.svg ? this.svg : '';\n}\n// TODO: find a better way to render dynamic ic...
JavaScript
MIT License
ing-bank/lion
fix(icon): render nothing consistently when svg is undefined
1
fix
icon
815,605
27.06.2019 15:36:03
0
4898974aa00bb0c45420141b4c2a166289c99783
fix: Remove unused dependency
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,6 @@ ckb-protocol = { path = \"../protocol\" }\nserde = \"1.0\"\nserde_derive = \"1.0\"\nckb-resource = { path = \"../resource\" }\n-ckb-occupied-capacity = {path = \"../util/occupied-capacity\"}\n[dev-dependencies]\nproptest = \"0.9\"\n", "new_path": "sc...
Rust
MIT License
nervosnetwork/ckb
fix: Remove unused dependency
1
fix
null
815,605
27.06.2019 15:39:28
0
cfee34726eb567710811be8fc684b3b8d35eb659
chore: Cargo lock update after rebasing
[ { "change_type": "MODIFY", "diff": "@@ -405,6 +405,7 @@ dependencies = [\n\"ckb-chain-spec 0.16.0-pre\",\n\"ckb-core 0.16.0-pre\",\n\"ckb-dao 0.16.0-pre\",\n+ \"ckb-dao-utils 0.16.0-pre\",\n\"ckb-db 0.16.0-pre\",\n\"ckb-logger 0.16.0-pre\",\n\"ckb-notify 0.16.0-pre\",\n@@ -433,6 +434,7 @@ name = \"ckb-chain...
Rust
MIT License
nervosnetwork/ckb
chore: Cargo lock update after rebasing
1
chore
null
306,444
27.06.2019 15:42:09
-7,200
1e9ec400dd857a452aae302b884b8beb19ddbb71
chore(overlays): cleanup some tests and demos
[ { "change_type": "MODIFY", "diff": "@@ -141,6 +141,8 @@ export class LocalOverlayController {\n}\nthis.contentNode.id = this.contentId;\nthis.contentNode.style.display = 'inline-block';\n+ /* To display on top of elements with no z-index that are appear later in the DOM */\n+ this.contentNode.style.zIndex =...
JavaScript
MIT License
ing-bank/lion
chore(overlays): cleanup some tests and demos
1
chore
overlays
71,663
27.06.2019 15:43:34
25,200
9a3810932a130d2e4ba9dbe514b13207c4f0c48c
doc(app-delivery): update the documentation in the ReadMe. After the changes introduced with the IAction interface.
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ import codebuild = require('@aws-cdk/aws-codebuild');\nimport codepipeline = require('@aws-cdk/aws-codepipeline');\nimport codepipeline_actions = require('@aws-cdk/aws-codepipeline-actions');\nimport cdk = require('@aws-cdk/core');\n-import cicd = requir...
TypeScript
Apache License 2.0
aws/aws-cdk
doc(app-delivery): update the documentation in the ReadMe. (#3111) After the changes introduced with the IAction interface.
1
doc
app-delivery
815,745
27.06.2019 15:44:00
-10,800
9d8ccf3b43340b3e15b22680caabaee92dc53727
fix: don't calculate panel dimensions for empty array fixes
[ { "change_type": "MODIFY", "diff": "@@ -256,7 +256,6 @@ export class NgDropdownPanelComponent implements OnInit, OnChanges, OnDestroy {\nprivate _updateItems(firstChange: boolean) {\nthis.update.emit(this.items);\n-\nif (firstChange === false) {\nreturn;\n}\n@@ -273,16 +272,15 @@ export class NgDropdownPane...
TypeScript
MIT License
ng-select/ng-select
fix: don't calculate panel dimensions for empty array fixes #1237
1
fix
null
306,444
27.06.2019 15:53:16
-7,200
e775554a07a3cffff4953799c7a3fdba7b6dd188
chore(overlays): change to API popperConfig to make clear it's Popper.js
[ { "change_type": "MODIFY", "diff": "@@ -91,7 +91,7 @@ other overlays, so needed for internals.\n- sets focus to overlay content(?)\n- For `isTooltip`:\n- sets role=\"tooltip\" and aria-labelledby/aria-describedby on the content\n-- {Object} placementConfig\n+- {Object} popperConfig\n- {String} placement - v...
JavaScript
MIT License
ing-bank/lion
chore(overlays): change to API popperConfig to make clear it's Popper.js
1
chore
overlays
791,693
27.06.2019 16:07:04
14,400
1ab2929ef2bdf8adbad5048c49a9babc406e9c28
misc: remove duplicate colon from regex
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ function getFilenamePrefix(lhr) {\nconst filenamePrefix = `${hostname}_${dateStr}_${timeStr}`;\n// replace characters that are unfriendly to filenames\n- return filenamePrefix.replace(/[/?<>\\\\:*|\":]/g, '-');\n+ return filenamePrefix.replace(/[/?<>\\\\...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: remove duplicate colon from regex (#9295)
1
misc
null
306,484
27.06.2019 16:10:49
-7,200
bd5f51e3d7c3703a83dfec19b61f7fcdb7649f62
fix(icon): use LitElement
[ { "change_type": "MODIFY", "diff": "-import { html, css, render, unsafeHTML, until } from '@lion/core';\n-import { LionLitElement } from '@lion/core/src/LionLitElement.js';\n+import { html, css, render, unsafeHTML, until, LitElement } from '@lion/core';\nconst isDefinedPromise = action => typeof action === ...
JavaScript
MIT License
ing-bank/lion
fix(icon): use LitElement
1
fix
icon
504,026
27.06.2019 16:18:57
14,400
ac68f3f3cf6f7e9beec3945fa1f4b2c617ff2beb
fix(charts): adds sparkline example and interpolation to area examples fixes
[ { "change_type": "MODIFY", "diff": "@@ -354,10 +354,10 @@ export const Chart: React.FunctionComponent<ChartProps> = ({\n...rest\n}: ChartProps) => {\nconst defaultPadding = {\n- bottom: theme.chart.padding,\n- left: theme.chart.padding,\n- top: theme.chart.padding,\n- right: theme.chart.padding,\n+ bottom: ...
TypeScript
MIT License
patternfly/patternfly-react
fix(charts): adds sparkline example and interpolation to area examples (#2373) fixes https://github.com/patternfly/patternfly-react/issues/2367
1
fix
charts
815,745
27.06.2019 16:19:02
-10,800
7f31ea6bcccbea66bd7f69a0345c4b3f5cf0fce1
fix: ignore tab when dropdown is closed and addTag is false closes
[ { "change_type": "MODIFY", "diff": "@@ -752,9 +752,10 @@ export class NgSelectComponent implements OnDestroy, OnChanges, AfterViewInit, C\n}\nprivate _handleTab($event: KeyboardEvent) {\n- if (this.isOpen === false && !isDefined(this.addTag)) {\n+ if (this.isOpen === false && !this.addTag) {\nreturn;\n}\n+\...
TypeScript
MIT License
ng-select/ng-select
fix: ignore tab when dropdown is closed and addTag is false closes #1212
1
fix
null
503,945
27.06.2019 16:20:39
14,400
6d0362ddffa15561fd11aa8770a80c1ed374f50c
chore(package): Bump versions to 2.15.1
[ { "change_type": "MODIFY", "diff": "\"@babel/plugin-transform-typescript\": \"^7.0.0\",\n\"@babel/preset-env\": \"^7.0.0\",\n\"@babel/preset-react\": \"^7.0.0\",\n- \"@patternfly/patternfly\": \"2.14.0\",\n+ \"@patternfly/patternfly\": \"2.15.1\",\n\"@patternfly/react-icons\": \"^3.10.4\",\n\"@patternfly/re...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 2.15.1 (#2384)
1
chore
package
815,595
27.06.2019 16:25:48
-28,800
f90f53245886613978086deb25f85102b94c475e
feat: Rewrite BlockStatus
[ { "change_type": "ADD", "diff": "+use bitflags::bitflags;\n+\n+bitflags! {\n+ pub struct BlockStatus: u32 {\n+ const UNKNOWN = 0;\n+\n+ const HEADER_VERIFIED = 1;\n+ const BLOCK_RECEIVED = Self::HEADER_VERIFIED.bits | 2;\n+ const BLOCK_STORED = Self::HEADER_VERIFIED.bits | Self::BLOCK_RECEIVED.bits | 16;\n+...
Rust
MIT License
nervosnetwork/ckb
feat: Rewrite BlockStatus
1
feat
null
815,595
27.06.2019 16:27:25
-28,800
742906962e3931cfb32b448041244fc408dae9f9
chore: Involve shared block_status_map directly
[ { "change_type": "MODIFY", "diff": "@@ -396,6 +396,7 @@ where\nself.header.number()\n);\nself.synchronizer\n+ .shared()\n.insert_block_status(self.header.hash().to_owned(), BlockStatus::FAILED_CHILD);\nreturn result;\n}\n@@ -406,6 +407,7 @@ where\nself.header.number()\n);\nself.synchronizer\n+ .shared()\n.i...
Rust
MIT License
nervosnetwork/ckb
chore: Involve shared block_status_map directly
1
chore
null
306,433
27.06.2019 16:33:36
-7,200
675fc615ef51674c8c2999b39d28c1b0fcf085a8
fix(icon): refactor icon to not use 'until' hack and use get/set
[ { "change_type": "MODIFY", "diff": "-import { html, css, render, unsafeHTML, until, LitElement } from '@lion/core';\n+import { html, css, LitElement } from '@lion/core';\n-const isDefinedPromise = action => typeof action === 'object' && Promise.resolve(action) === action;\n+const isPromise = action => typeo...
JavaScript
MIT License
ing-bank/lion
fix(icon): refactor icon to not use 'until' hack and use get/set
1
fix
icon
71,221
27.06.2019 16:40:07
-10,800
f2293e03579b6d30e84e1052bd12dae2c1189795
fix(codepipeline-actions): set service as backing resource for EcsDeployAction
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,7 @@ export class EcsDeployAction extends Action {\nprovider: 'ECS',\nartifactBounds: deployArtifactBounds(),\ninputs: [determineInputArtifact(props)],\n+ resource: props.service\n});\nthis.props = props;\n", "new_path": "packages/@aws-cdk/aws-codepipelin...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(codepipeline-actions): set service as backing resource for EcsDeployAction (#3085)
1
fix
codepipeline-actions
531,793
27.06.2019 16:43:55
-3,600
e20f7049b3c5a39f775d97df6b30c74429be5b80
fix(backend): ensure that we always use default timeout for am requests Timeout attribute for each alertmanager upstream should default to the value of alertmanager.timeout flag. Without that it will default to 0s which will cause it to timeout instantly
[ { "change_type": "MODIFY", "diff": "@@ -172,6 +172,11 @@ func (config *configSchema) Read() {\nif err != nil {\nlog.Fatal(err)\n}\n+ for i, s := range config.Alertmanager.Servers {\n+ if s.Timeout.Seconds() == 0 {\n+ config.Alertmanager.Servers[i].Timeout = v.GetDuration(\"alertmanager.timeout\")\n+ }\n+ }\...
TypeScript
Apache License 2.0
prymitive/karma
fix(backend): ensure that we always use default timeout for am requests Timeout attribute for each alertmanager upstream should default to the value of alertmanager.timeout flag. Without that it will default to 0s which will cause it to timeout instantly
1
fix
backend
104,857
27.06.2019 17:14:29
10,800
c74eb7f03c09f8da8bd5ab2f459f3e98e1ba46de
chore(chart): fix y-axis label overlapping
[ { "change_type": "MODIFY", "diff": "@@ -24,10 +24,7 @@ const LineChartWrapper = styled.div`\nheight: 100%;\n&&& {\n- .chart-wrapper g.y.axis.yAxes g.tick:first-of-type {\n- display: none;\n- }\n- .chart-wrapper g.tick text {\n+ .chart-wrapper g.x.axis g.tick text {\ntransform: initial !important;\ntext-anch...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(chart): fix y-axis label overlapping
1
chore
chart
306,484
27.06.2019 17:25:23
-7,200
ba69c52ff1d9ca8dcec214d214ebd3d5418a9653
chore(icon): add tests for race conditions with promises
[ { "change_type": "MODIFY", "diff": "-import { expect, fixture, aTimeout, html } from '@open-wc/testing';\n-import { until } from '@lion/core';\n+import { expect, fixture, fixtureSync, aTimeout, html } from '@open-wc/testing';\n+import { until, render } from '@lion/core';\nimport heartSvg from './heart.svg.j...
JavaScript
MIT License
ing-bank/lion
chore(icon): add tests for race conditions with promises
1
chore
icon
815,745
27.06.2019 17:45:07
-10,800
4ed4f725191cd3952bba6d037bed6ab968a16550
chore(release): 2.20.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.20.2\"></a>\n+## [2.20.2](https://github.com/ng-select/ng-select/compare/v2.20.1......
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.20.2
1
chore
release
306,484
27.06.2019 18:02:24
-7,200
d1c11616e41eec6a6152cfc1b75a00187a7f7c29
chore(icon): clean up SVG bundle module for tests
[ { "change_type": "MODIFY", "diff": "-export default '<svg focusable=\"false\" viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\" id=\"svg-hammer\"><path d=\"M.476 12.915L6.7 6 9 8.556l-6.223 6.915a1.542 1.542 0 0 1-1.15.529 1.54 1.54 0 0 1-1.15-.53c-.636-.706-.636-1.85 0-2.555zm12.638-9.031L16 6.863...
JavaScript
MIT License
ing-bank/lion
chore(icon): clean up SVG bundle module for tests
1
chore
icon
127,939
27.06.2019 18:03:23
-10,800
fe14d868faa10d2ac64e50959445be21d0fe6041
fix(wallet): wallet fixes
[ { "change_type": "MODIFY", "diff": "/** @jsx jsx */\nimport * as React from 'react';\n-import { NavLink, NavLinkProps } from 'react-router-dom';\nimport { jsx } from '@emotion/core';\nimport styled, { CSSObject } from '@emotion/styled';\nimport rem from 'polished/lib/helpers/rem';\n@@ -12,7 +11,6 @@ import ...
TypeScript
MIT License
coingaming/moon-design
fix(wallet): wallet fixes
1
fix
wallet
791,704
27.06.2019 18:08:33
25,200
8bef45472a4ede831c176ce584393f86e80b296e
report: use css grid for metrics
[ { "change_type": "MODIFY", "diff": "--header-line-height: 24px;\n--highlighter-background-color: var(--report-text-color);\n--icon-square-size: calc(var(--score-icon-size) * 0.88);\n- --metric-description-padding: 0 0 2px calc(var(--score-icon-margin-left) + var(--score-icon-size) + var(--score-icon-margin-...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: use css grid for metrics (#9273)
1
report
null
127,976
27.06.2019 18:31:45
-10,800
193dc2222edf27d28156ca0281d9d34f869ae5ed
fix: export sports icons
[ { "change_type": "MODIFY", "diff": "@@ -73,3 +73,34 @@ export { IconExchange } from './backgrounds/IconExchange';\nexport { IconMessage } from './backgrounds/IconMessage';\nexport { IconSuccessFlower } from './backgrounds/IconSuccessFlower';\nexport { IconWarningExclamation } from './backgrounds/IconWarning...
TypeScript
MIT License
coingaming/moon-design
fix: export sports icons
1
fix
null
127,976
27.06.2019 18:41:13
-10,800
1e41946cffcccb21a6f2cf0e2020e64fba208f34
fix: update icons readme with the sports icons
[ { "change_type": "MODIFY", "diff": "@@ -93,6 +93,42 @@ To aid with performance, Icons are surfaced as individual [SVG](https://develope\n<IconCircle />\n```\n+### Sports\n+\n+```jsx react-live\n+<IconSportsAmericanFootBall/>\n+<IconSportsBadminton/>\n+<IconSportsBaseBall/>\n+<IconSportsBasketBall/>\n+<IconS...
TypeScript
MIT License
coingaming/moon-design
fix: update icons readme with the sports icons
1
fix
null
67,476
27.06.2019 19:09:20
-7,200
445c369081f159606d33ea50c60ab7a6c58bde02
fix(template-binder): use the target name for default bindings
[ { "change_type": "MODIFY", "diff": "@@ -436,7 +436,7 @@ export class TemplateBinder {\n&& (bindingType & BindingType.BindCommand | BindingType.OneTimeCommand | BindingType.ToViewCommand | BindingType.TwoWayCommand) > 0\n) {\n// Default to the name of the attr for empty binding commands\n- expr = this.exprPa...
TypeScript
MIT License
aurelia/aurelia
fix(template-binder): use the target name for default bindings
1
fix
template-binder
815,573
27.06.2019 19:32:43
-28,800
3b690f03d8009ff03f43caa6e4e96ceb27ee4746
feat: Add get_header and get_header_by_number RPC methods
[ { "change_type": "MODIFY", "diff": "* [`get_cells_by_lock_hash`](#get_cells_by_lock_hash)\n* [`get_current_epoch`](#get_current_epoch)\n* [`get_epoch_by_number`](#get_epoch_by_number)\n+ * [`get_header`](#get_header)\n+ * [`get_header_by_number`](#get_header_by_number)\n* [`get_live_cell`](#get_live_cell)\n...
Rust
MIT License
nervosnetwork/ckb
feat: Add get_header and get_header_by_number RPC methods
1
feat
null
722,013
27.06.2019 19:36:22
18,000
661a48963b50aa12fdf45f3cc22c191296a325f2
style: fix linting rule
[ { "change_type": "MODIFY", "diff": "+import * as bt from '@babel/types'\nimport { ASTElement } from 'vue-template-compiler'\nimport recast, { NodePath } from 'recast'\nimport { Documentation } from '../Documentation'\nimport buildParser from '../babel-parser'\nimport { TemplateParserOptions } from '../parse...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
style: fix linting rule
1
style
null
67,476
27.06.2019 19:43:59
-7,200
166d67d7ab955bf22fdf234de90ac93e7deb4b26
fix(template-binder): do not ignore empty attributes with binding commands
[ { "change_type": "MODIFY", "diff": "@@ -422,11 +422,6 @@ export class TemplateBinder {\nprivate bindPlainAttribute(attrSyntax: AttrSyntax, attr: Attr): void {\nif (Tracer.enabled) { Tracer.enter('TemplateBinder', 'bindPlainAttribute', slice.call(arguments)); }\n- if (attrSyntax.rawValue.length === 0) {\n- i...
TypeScript
MIT License
aurelia/aurelia
fix(template-binder): do not ignore empty attributes with binding commands
1
fix
template-binder
71,364
27.06.2019 20:28:43
-32,400
800ecf2dbb497eb78bc6a90a4e8c08270ad7042b
fix(cli): fix broken sample-app templates for TypeScript and JavaScript
[ { "change_type": "MODIFY", "diff": "const sns = require('@aws-cdk/aws-sns');\n-const subs = require('@aws-cdk/aws-sns-subscribers');\n+const subs = require('@aws-cdk/aws-sns-subscriptions');\nconst sqs = require('@aws-cdk/aws-sqs');\nconst cdk = require('@aws-cdk/core');\n@@ -13,12 +13,12 @@ class %name.Pas...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(cli): fix broken sample-app templates for TypeScript and JavaScript (#3101)
1
fix
cli
503,918
27.06.2019 21:10:07
-10,800
d87ce9103f3313f18e3ea740b45d6ff60ba455e3
feat(chipGroup): add heading level prop to toolbar chip group label
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,8 @@ import { css } from '@patternfly/react-styles';\nimport { Chip } from './Chip';\nimport { fillTemplate } from '../../helpers';\n+export const ChipGroupContext = React.createContext('');\n+\nexport interface ChipGroupProps extends React.HTMLProps<HTMLDivEle...
TypeScript
MIT License
patternfly/patternfly-react
feat(chipGroup): add heading level prop to toolbar chip group label (#2278) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
feat
chipGroup
711,580
27.06.2019 21:13:46
-10,800
3f9d605d55f7ce90d4db314855c6a0f4556a0e3b
docs: Script options ignored
[ { "change_type": "MODIFY", "diff": "@@ -55,12 +55,12 @@ Vendure uses [TypeORM](http://typeorm.io), so it compatible will any database wh\n1. Configure the [dev config](./packages/dev-server/dev-config.ts), making sure the connection settings in the `getDbConfig()` function are correct for the database type ...
TypeScript
MIT License
vendure-ecommerce/vendure
docs: Script options ignored (#122)
1
docs
null
815,573
27.06.2019 23:22:21
-28,800
0872814c8b0201459c7e9c6d16a63d2af13ae8a0
feat: Allow TransactionScriptsVerifier custom debugger printer
[ { "change_type": "MODIFY", "diff": "use crate::syscalls::DEBUG_PRINT_SYSCALL_NUMBER;\n-use ckb_logger::debug;\nuse ckb_vm::{\nregisters::{A0, A7},\nError as VMError, Memory, Register, SupportMachine, Syscalls,\n};\npub struct Debugger<'a> {\n- prefix: &'a str,\n+ debug_printer: &'a Fn(&str),\n}\nimpl<'a> De...
Rust
MIT License
nervosnetwork/ckb
feat: Allow TransactionScriptsVerifier custom debugger printer
1
feat
null
815,573
27.06.2019 23:26:06
-28,800
c8d38f500a16d0d12d7b7eb3bc659b1c07784aa0
chore: Rename debug_printer to printer
[ { "change_type": "MODIFY", "diff": "@@ -5,12 +5,12 @@ use ckb_vm::{\n};\npub struct Debugger<'a> {\n- debug_printer: &'a Fn(&str),\n+ printer: &'a Fn(&str),\n}\nimpl<'a> Debugger<'a> {\n- pub fn new(debug_printer: &'a Fn(&str)) -> Debugger<'a> {\n- Debugger { debug_printer }\n+ pub fn new(printer: &'a Fn(&s...
Rust
MIT License
nervosnetwork/ckb
chore: Rename debug_printer to printer
1
chore
null
942,583
27.06.2019 23:35:20
21,600
1d45a822b2c5c0c39bcd8a3e49ef20fc5a7587b3
chore: Add universal css folder
[ { "change_type": "ADD", "diff": "+# Canvas Kit CSS\n+\n+The bundle package containing all modules of the Canvas CSS Kit.\n+\n+## Usage\n+\n+Add your `node_modules` directory to your SASS `includePaths`. You will then be able to import\n+`index.scss`.\n+\n+```scss\n+@import '@workday/canvas-kit-css/index.scs...
TypeScript
Apache License 2.0
workday/canvas-kit
chore: Add universal css folder
1
chore
null
815,595
28.06.2019 00:37:15
-28,800
959e9ca745035ea7ee1a73f6537d52fbb6423536
chore: Remove unused SyncConfig
[ { "change_type": "MODIFY", "diff": "@@ -326,7 +326,6 @@ dependencies = [\n\"ckb-script 0.16.0-pre\",\n\"ckb-shared 0.16.0-pre\",\n\"ckb-store 0.16.0-pre\",\n- \"ckb-sync 0.16.0-pre\",\n\"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"sentry 0.15.5 (registry+https://github.com/rust...
Rust
MIT License
nervosnetwork/ckb
chore: Remove unused SyncConfig
1
chore
null
815,595
28.06.2019 00:59:42
-28,800
593bbc678751a2e8434bbc5c408cce3f96e64ce7
test: Relay parent of orphan_block
[ { "change_type": "MODIFY", "diff": "use crate::utils::{\n- build_compact_block, build_compact_block_with_prefilled, clear_messages, wait_until,\n+ build_block, build_block_transactions, build_compact_block, build_compact_block_with_prefilled,\n+ build_header, clear_messages, wait_until,\n};\nuse crate::{Net...
Rust
MIT License
nervosnetwork/ckb
test: Relay parent of orphan_block
1
test
null
815,605
28.06.2019 01:17:39
0
b6abde014dca851d99847d8f7b1e88b16e7a2a26
fix: g2 should be calculated from target epoch, not parent epoch
[ { "change_type": "MODIFY", "diff": "@@ -72,12 +72,6 @@ impl<'a, CS: ChainStore> DaoCalculator<'a, CS, DataLoaderWrapper<CS>> {\nrtxs: &[ResolvedTransaction],\nparent: &Header,\n) -> Result<Bytes, FailureError> {\n- let parent_epoch = self\n- .store\n- .get_block_epoch_index(parent.hash())\n- .and_then(|inde...
Rust
MIT License
nervosnetwork/ckb
fix: g2 should be calculated from target epoch, not parent epoch
1
fix
null
815,605
28.06.2019 02:01:47
0
79fa8d9edc69fe5b4eb71710cef9242fd9cb3fb1
feat: Remove issuing DAO input, now we use type script to identify DAO
[ { "change_type": "MODIFY", "diff": "@@ -876,7 +876,6 @@ dependencies = [\n\"ckb-hash 0.16.0-pre\",\n\"ckb-logger 0.16.0-pre\",\n\"ckb-protocol 0.16.0-pre\",\n- \"ckb-resource 0.16.0-pre\",\n\"ckb-script-data-loader 0.16.0-pre\",\n\"ckb-store 0.16.0-pre\",\n\"ckb-test-chain-utils 0.16.0-pre\",\n@@ -1070,7 +1...
Rust
MIT License
nervosnetwork/ckb
feat: Remove issuing DAO input, now we use type script to identify DAO
1
feat
null