author
int64
4.98k
943k
date
stringdate
2017-04-15 16:45:02
2022-02-25 15:32:15
timezone
int64
-46,800
39.6k
hash
stringlengths
40
40
message
stringlengths
8
468
mods
listlengths
1
16
language
stringclasses
9 values
license
stringclasses
2 values
repo
stringclasses
119 values
original_message
stringlengths
12
491
is_CCS
int64
1
1
commit_type
stringclasses
129 values
commit_scope
stringlengths
1
44
217,922
06.08.2019 10:42:51
-7,200
d691d4f39b958eabc3cb76e50c68cb045fe6e520
fix(reset-timers): fixed an issue with weekly timer not working properly right after its tick
[ { "change_type": "MODIFY", "diff": "@@ -126,6 +126,9 @@ export class RealtimeAlarmsService {\nconst currentDay = nextIteration.getDay();\nconst distance = day - currentDay;\nnextIteration.setDate(nextIteration.getDate() + distance);\n+ if (nextIteration.getTime() < Date.now()) {\n+ nextIteration.setTime(nex...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(reset-timers): fixed an issue with weekly timer not working properly right after its tick
1
fix
reset-timers
217,922
06.08.2019 10:52:38
-7,200
7b0ff65b0b9ffd774256e7a1e5249e1c5a3d2fc4
fix(simulator): fixed an issue with IQ stacks not applied properly in safe mode
[ { "change_type": "MODIFY", "diff": "\"integrity\": \"sha512-RCZElbAgc+tIOFK5m0IaHBF1lHJyWb6NkzxfQHefX9Dx93mRg+pasTgt2WDPT6HzcmPnuQ72TbnUKaNNVkR6KA==\"\n},\n\"@ffxiv-teamcraft/simulator\": {\n- \"version\": \"1.2.20\",\n- \"resolved\": \"https://registry.npmjs.org/@ffxiv-teamcraft/simulator/-/simulator-1.2.2...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed an issue with IQ stacks not applied properly in safe mode
1
fix
simulator
104,818
06.08.2019 10:54:33
18,000
da4de4d52373b3910c6341cd09822fc250d2cde6
fix(wizardinline): form error is being hidden
[ { "change_type": "MODIFY", "diff": "@@ -190,21 +190,23 @@ const WizardInline = ({\nonClose={onClose}\nstepWidth={stepWidth}\n/>\n-\n- <StyledWizardContainer>\n- {sidebar ? <WizardSidebar sidebar={sidebar} /> : null}\n- <div data-id=\"WizardInlineContent\" className=\"bx--modal-content\">\n- <WizardContent c...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(wizardinline): form error is being hidden
1
fix
wizardinline
401,147
06.08.2019 11:03:19
-19,080
526b55136b6675a39d7ab7a1e3b8f568ac52ab8e
fix: fixed state update in select component affects:
[ { "change_type": "MODIFY", "diff": "import { WithStyle } from '@medly-components/utils';\n-import React, { useState } from 'react';\n+import React, { useEffect, useState } from 'react';\nimport FieldWithLabel from '../FieldWithLabel';\nimport Input from '../Input';\n-import Label from '../Label';\nimport { ...
TypeScript
MIT License
medly/medly-components
fix: fixed state update in select component affects: @medly-components/core
1
fix
null
401,147
06.08.2019 11:06:27
-19,080
ea28c90e4cc3b26299c074fc0103bd260958caa9
fix: fixed popover z-index issue affects:
[ { "change_type": "MODIFY", "diff": "@@ -68,6 +68,7 @@ const getPosition = (position: Placement) => {\nexport const PopoverStyled = styled('div')<PopoverProps>`\nposition: absolute;\n+ z-index: 1000;\ndisplay: none;\ntransition: all 2ms ease-in-out;\nborder-radius: 4px;\n", "new_path": "packages/core/src...
TypeScript
MIT License
medly/medly-components
fix: fixed popover z-index issue affects: @medly-components/core
1
fix
null
217,922
06.08.2019 11:13:22
-7,200
73a6ca470e225eb8049d29e0820064a8b417f653
fix(marketboard): disabled all marketboard features
[ { "change_type": "MODIFY", "diff": "-<button nz-button [nzTitle]=\"'MARKETBOARD.Title' | translate\" nz-tooltip [nzSize]=\"size\" nzShape=\"circle\"\n- (click)=\"openDialog()\" [disabled]=\"disabled$ | async\">\n- <i nz-icon type=\"line-chart\"></i>\n-</button>\n+<!--<button nz-button [nzTitle]=\"'MARKETBOA...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(marketboard): disabled all marketboard features
1
fix
marketboard
217,922
06.08.2019 11:17:33
-7,200
00034bdf6db8199860c3260407d50d4b64038de2
feat(simulator): added hasty touch to aactions macro if there's enough place for it
[ { "change_type": "MODIFY", "diff": "import { Component, OnInit } from '@angular/core';\n-import { CraftingAction, CraftingJob, Reclaim, Simulation } from '@ffxiv-teamcraft/simulator';\n+import { CraftingAction, CraftingJob, HastyTouch, Reclaim, Simulation } from '@ffxiv-teamcraft/simulator';\nimport { Local...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): added hasty touch to aactions macro if there's enough place for it
1
feat
simulator
71,539
06.08.2019 11:29:36
25,200
0c806a678eb4170532d20a838044e2ef34ac7b53
fix(ci): add "do-not-merge" label auto-merge block Added functionality to block automatic merging with mergify using a `do-not-merge` label
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ pull_request_rules:\n- -closed\n- -locked\n- -label=blocked\n+ - -label=do-not-merge\n- \"#approved-reviews-by>=1\"\n- \"#changes-requested-reviews-by=0\"\n- status-success=AWS CodeBuild us-east-1 (aws-cdk-build)\n", "new_path": ".mergify.yml", "ol...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(ci): add "do-not-merge" label auto-merge block (#3553) Added functionality to block automatic merging with mergify using a `do-not-merge` label
1
fix
ci
942,623
06.08.2019 11:53:06
-19,080
b738a931e92d6fe41b48047e85d29085ecc5a06e
chore: update lint-staged to v8 * Updated Yarn.lock File Updated lint-staged to 8.0.5 * Update package.json
[ { "change_type": "MODIFY", "diff": "\"jest-emotion\": \"^9.2.11\",\n\"jest-junit\": \"^6.4.0\",\n\"lerna\": \"^3.13.1\",\n- \"lint-staged\": \"^7.1.0\",\n+ \"lint-staged\": \"8.0.5\",\n\"mkdirp\": \"^0.5.1\",\n\"node-fetch\": \"^2.1.2\",\n\"node-sass\": \"^4.12.0\",\n", "new_path": "package.json", "...
TypeScript
Apache License 2.0
workday/canvas-kit
chore: update lint-staged to v8 (#76) * Updated Yarn.lock File Updated lint-staged to 8.0.5 * Update package.json
1
chore
null
135,521
06.08.2019 12:11:00
-3,600
a259014d5dc1291d77e389e21e89179e95e1e325
fix: pass defaultIgnores from configuration in * fix: pass defaultIgnores from configuration in pass defaultIgnores from configuration to the linter * fixup! fix: pass defaultIgnores from configuration in
[ { "change_type": "ADD", "diff": "+module.exports = {\n+ defaultIgnores: false,\n+ rules: {\n+ 'subject-empty': [2, 'never']\n+ }\n+};\n", "new_path": "@commitlint/cli/fixtures/default-ignores-false/commitlint.config.js", "old_path": null }, { "change_type": "ADD", "diff": "+module.export...
TypeScript
MIT License
conventional-changelog/commitlint
fix: pass defaultIgnores from configuration in @commitlint/cli (#771) * fix: pass defaultIgnores from configuration in @commitlint/cli pass defaultIgnores from configuration to the linter * fixup! fix: pass defaultIgnores from configuration in @commitlint/cli
1
fix
null
366,920
06.08.2019 12:14:32
-32,400
5e670699cbef2fb62f169124a6b374ee80eb1755
fix: Fix export test
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import fs from 'fs'\nconst readFile = util.promisify(fs.readFile)\nconst readdir = util.promisify(fs.readdir)\n-const IGNORE_DIRS = ['__tests__', 'Base', 'Icon']\n+const IGNORE_DIRS = ['__tests__', 'Icon']\ndescribe('index', () => {\nit('should export all ...
TypeScript
MIT License
kufu/smarthr-ui
fix: Fix export test
1
fix
null
306,423
06.08.2019 12:19:32
-7,200
6a4931e74c01bbff9687be6a091b166faef94691
chore(field): rename lionField to el in tests
[ { "change_type": "MODIFY", "diff": "@@ -31,39 +31,39 @@ beforeEach(() => {\ndescribe('<lion-field>', () => {\nit(`puts a unique id \"${tagString}-[hash]\" on the native input`, async () => {\n- const lionField = await fixture(`<${tagString}>${inputSlotString}</${tagString}>`);\n- expect(lionField.$$slot('in...
JavaScript
MIT License
ing-bank/lion
chore(field): rename lionField to el in tests
1
chore
field
306,423
06.08.2019 12:26:12
-7,200
88f52646b84bbd2c533ffb88504a439dac8e446d
fix(field): no delegate in FocusMixin; sync focused, redispatch events
[ { "change_type": "MODIFY", "diff": "-import { dedupeMixin, DelegateMixin } from '@lion/core';\n+import { dedupeMixin } from '@lion/core';\nexport const FocusMixin = dedupeMixin(\nsuperclass =>\n// eslint-disable-next-line no-unused-vars, max-len, no-shadow\n- class FocusMixin extends DelegateMixin(superclas...
JavaScript
MIT License
ing-bank/lion
fix(field): no delegate in FocusMixin; sync focused, redispatch events
1
fix
field
679,913
06.08.2019 12:37:12
-3,600
4086590631d3711cee8edead48c2e69bec5e65e7
feat(imgui): add/update layout types, handling, add more ctrl key consts
[ { "change_type": "MODIFY", "diff": "@@ -59,6 +59,12 @@ export interface LayoutBox {\ngap: number;\n}\n+export interface ILayout<O, T> {\n+ next(opts?: O): T;\n+}\n+\n+export interface IGridLayout extends ILayout<[number, number], LayoutBox> {}\n+\nexport const enum MouseButton {\nLEFT = 1,\nRIGHT = 2,\n@@ -...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): add/update layout types, handling, add more ctrl key consts
1
feat
imgui
711,597
06.08.2019 12:42:16
-7,200
d6bb8b85715b20ccfa894502d1a1c0f93e5e7ca5
chore: Disable tslint for generated introspection results
[ { "change_type": "MODIFY", "diff": "+// tslint:disable\n+\nexport interface IntrospectionResultData {\n__schema: {\n- types: Array<{\n+ types: {\nkind: string;\nname: string;\n- possibleTypes: Array<{\n+ possibleTypes: {\nname: string;\n- }>;\n- }>;\n+ }[];\n+ }[];\n};\n}\n", "new_path": "admin-ui/src/a...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Disable tslint for generated introspection results
1
chore
null
104,927
06.08.2019 12:50:17
-7,200
167790e8c7bc776b2ef4839b4a5a4755d8add2d6
chore: release 2.12.5
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@carbon/vue\",\n\"description\": \"A collection of components for the Carbon Design System built using Vue.js\",\n- \"version\": \"2.12.5-canary.0\",\n+ \"version\": \"2.12.5\",\n\"license\": \"Apache-2.0\",\n\"repository\": {\n\"type\": \"git\",\n", "n...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
chore: release 2.12.5 - @carbon/vue@2.12.5 - storybook@2.12.5
1
chore
null
217,922
06.08.2019 12:51:40
-7,200
e36a6b4e67ed693e5b33ede65cd8990ff51051a3
feat(simulator): added context menu to set state on a given simulation step
[ { "change_type": "MODIFY", "diff": "-<div class=\"action-container\" (click)=\"ignoreDisabled || (!disabled && !notEnoughCp)?actionclick.emit():null\">\n+<nz-badge [nzColor]=\"getColor(state)\">\n+ <div class=\"action-container\" (click)=\"ignoreDisabled || (!disabled && !notEnoughCp)?actionclick.emit():nul...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): added context menu to set state on a given simulation step
1
feat
simulator
866,395
06.08.2019 12:57:06
14,400
fb7ffee398f77061c86ef01b9548cd38a9f1c8a5
style(masthead): add basic dotcom theme
[ { "change_type": "MODIFY", "diff": "\"release\": {\n\"branch\": \"master\"\n},\n- \"gitHead\": \"7011e424c53bf6494178e2d22ed738e07acc64d0\"\n+ \"gitHead\": \"7011e424c53bf6494178e2d22ed738e07acc64d0\",\n+ \"dependencies\": {\n+ \"@carbon/themes\": \"^10.4.0\"\n+ }\n}\n", "new_path": "packages/styles/pac...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
style(masthead): add basic dotcom theme
1
style
masthead
104,827
06.08.2019 13:35:58
18,000
e5395d531d520973fe542fd5ce34aaea512e5a0d
feat(dashboard): add sidebar prop
[ { "change_type": "MODIFY", "diff": "@@ -74,6 +74,8 @@ const propTypes = {\ncardDimensions: CardSizesToDimensionsPropTypes,\n/** Optional filter that should be rendered top right */\nfilter: PropTypes.node,\n+ /** Optional sidebar content that should be rendered left of the dashboard cards */\n+ sidebar: Pro...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(dashboard): add sidebar prop
1
feat
dashboard
447,460
06.08.2019 13:56:31
14,400
6fcb7b8c111040c8ddc00bd81445f080358f220d
docs: add visualpicker integration tutorial
[ { "change_type": "ADD", "diff": "+Here is an overview about how to use the VisualPicker page object\n+\n+ const PageVisualPicker = require('../../../src/comonents/VisualPicker/pageObject');\n+\n+ const VISUAL_PICKER = '#visual-picker-component-1';\n+\n+ describe('VisualPicker page object basic usage', () =>...
JavaScript
MIT License
nexxtway/react-rainbow
docs: add visualpicker integration tutorial (#870)
1
docs
null
942,583
06.08.2019 14:14:45
21,600
14a973e976dd9de7ec58a9cb4bb77f08b38aada6
fix(SidePanel): remove resize event on unmount
[ { "change_type": "MODIFY", "diff": "@@ -130,15 +130,20 @@ export default class SidePanel extends React.Component<SidePanelProps, SidePanel\nsidePanelBackgroundColor: SidePanelBackgroundColor.White,\n};\n+ constructor(props: SidePanelProps) {\n+ super(props);\n+ this.handleResize = throttle(this.handleResize...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(SidePanel): remove resize event on unmount (#78)
1
fix
SidePanel
679,913
06.08.2019 14:15:49
-3,600
0c1d4837d8093b798e7ac84ea4ca969f395cbcec
feat(imgui): update IGridLayout & GridLayout.next() expose readonly layout props clamp colspan to max cols minor optimizations
[ { "change_type": "MODIFY", "diff": "@@ -63,7 +63,17 @@ export interface ILayout<O, T> {\nnext(opts?: O): T;\n}\n-export interface IGridLayout extends ILayout<[number, number], LayoutBox> {}\n+export interface IGridLayout extends ILayout<[number, number], LayoutBox> {\n+ readonly x: number;\n+ readonly y: nu...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): update IGridLayout & GridLayout.next() - expose readonly layout props - clamp colspan to max cols - minor optimizations
1
feat
imgui
866,394
06.08.2019 14:16:03
14,400
bad3b8e5dfa3d5d8d483f32274611f3caccb0d2c
feat(search): adding initial masthead search components (wip)
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.yarn/offline-mirror/object-assign-3.0.0.tgz differ\n", "new_path": ".yarn/offline-mirror/object-assign-3.0.0.tgz", "old_path": ".yarn/offline-mirror/object-assign-3.0.0.tgz" }, { "change_type": "ADD", "diff": "Binary files /d...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(search): adding initial masthead search components (wip)
1
feat
search
679,913
06.08.2019 14:19:21
-3,600
588a321a20435eea51a552ff8a3e54686d541842
feat(imgui): update button, dropdown, radio, sliderHGroup update buttonRaw to allow any IShape update button to provide rect update dropdown, radio, sliderHGroup to use nested layout update radio to support horizontal/vertical layouts remove dropdownRaw, radioRaw, sliderHGroupRaw
[ { "change_type": "MODIFY", "diff": "import { pointInside, rect } from \"@thi.ng/geom\";\n+import { IShape } from \"@thi.ng/geom-api\";\n+import { Vec } from \"@thi.ng/vectors\";\nimport {\nIGridLayout,\nKey,\n@@ -17,23 +19,27 @@ export const button = (\nlabel?: string,\ninfo?: string\n) => {\n+ const theme ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): update button, dropdown, radio, sliderHGroup - update buttonRaw to allow any IShape - update button to provide rect - update dropdown, radio, sliderHGroup to use nested layout - update radio to support horizontal/vertical layouts - remove dropdownRaw, radioRaw, sliderHGroupRaw
1
feat
imgui
304,895
06.08.2019 14:26:15
25,200
b28307e4ff5c837b3878653b36ce92b3ccc59eb8
test(parser): parse time literals added test case to check that time literals are parsed as midnight on that date
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import (\n\"os\"\n\"path/filepath\"\n\"testing\"\n+ \"time\"\n\"github.com/google/go-cmp/cmp\"\n\"github.com/influxdata/flux/ast\"\n@@ -177,3 +178,15 @@ a = 1\nt.Errorf(\"ParseSource unexpected package -want/+got:\\n%s\", cmp.Diff(want, got, asttest.Ignore...
Go
MIT License
influxdata/flux
test(parser): parse time literals (#1649) - added test case to check that time literals are parsed as midnight on that date
1
test
parser
722,013
06.08.2019 14:29:26
18,000
0927e859099c660f591f1771c97fa2b48e7aae4a
perf: remove multiple dependencies
[ { "change_type": "MODIFY", "diff": "\"common-dir\": \"^2.0.2\",\n\"copy-webpack-plugin\": \"^4.5.2\",\n\"css-loader\": \"^2.1.1\",\n- \"doctrine\": \"^2.1.0\",\n\"es6-object-assign\": \"^1.1.0\",\n\"es6-promise\": \"^4.2.6\",\n\"escodegen\": \"^1.11.1\",\n\"highlight.js\": \"^9.12.0\",\n\"is-directory\": \"...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
perf: remove multiple dependencies
1
perf
null
711,597
06.08.2019 14:34:46
-7,200
a27421d9ec3752e383c5e640c54c07d9b195954a
fix(docs): Correctly parse index types
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,6 @@ import {\n* markdown for documentation.\n*/\nexport class TypescriptDocsParser {\n-\nprivate readonly atTokenPlaceholder = '__EscapedAtToken__';\n/**\n@@ -42,7 +41,11 @@ export class TypescriptDocsParser {\nreturn statements\n.map(statement => {\n- const...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(docs): Correctly parse index types
1
fix
docs
791,868
06.08.2019 14:37:59
25,200
a53fb148e45400d540ee059babb294780601514f
report(topbar): fix overflowing url
[ { "change_type": "MODIFY", "diff": "@@ -77,6 +77,7 @@ class ReportRenderer {\nconst el = this._dom.cloneTemplate('#tmpl-lh-topbar', this._templateContext);\nconst metadataUrl = /** @type {HTMLAnchorElement} */ (this._dom.find('.lh-topbar__url', el));\nmetadataUrl.href = metadataUrl.textContent = report.fina...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(topbar): fix overflowing url (#9497)
1
report
topbar
815,601
06.08.2019 15:22:05
-28,800
0f53afa7b36a185ab025cb89b432393dba655fab
feat: configurable storage cache
[ { "change_type": "MODIFY", "diff": "@@ -98,11 +98,11 @@ matrix:\n- make check-cargotoml\n- make check-dirty-rpc-doc\n- - name: Benches on Linux\n+ - name: Test benchmarks on Linux\nenv: CACHE_NAME=bench\nif: 'tag IS NOT present AND type != pull_request AND (branch IN (master, staging, trying) OR branch =~ /...
Rust
MIT License
nervosnetwork/ckb
feat: configurable storage cache
1
feat
null
722,013
06.08.2019 15:30:53
18,000
66fddb22b9201d8a08ab0048af050b2c059139ea
style: fix prop types for Usage and UsageTab
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ Usage.propTypes = {\nprops: PropTypes.shape({\nprops: PropTypes.array,\nmethods: PropTypes.array,\n- eventsNode: PropTypes.object,\n- slotsNode: PropTypes.object\n+ events: PropTypes.object,\n+ slots: PropTypes.object\n}).isRequired\n}\n", "new_path"...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
style: fix prop types for Usage and UsageTab
1
style
null
366,918
06.08.2019 15:36:21
-32,400
5596d9f12a43bd3d3ad64bad360ca02b0c4ee5cd
chore: change some font size BREAKING CHANGE: remove size of tasting and trenta
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ const Base = styled.div`\nreturn css`\nposition: relative;\ndisplay: inline-block;\n- font-size: ${size.pxToRem(size.font.tasting)};\n+ font-size: ${size.pxToRem(size.font.short)};\nborder-radius: 4px;\nbox-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.35);\nwh...
TypeScript
MIT License
kufu/smarthr-ui
chore: change some font size BREAKING CHANGE: remove size of tasting and trenta
1
chore
null
67,482
06.08.2019 15:37:31
25,200
abc13618a350b0a44728074fbc8b245abbd0500f
docs: components and security first draft
[ { "change_type": "MODIFY", "diff": "# Components\n-Placeholder...\n+## Introduction\n-## Register a locally available custom element on your component\n+Aurelia applications are built out of components, from top to bottom. At startup, an app declares a *root component*, but inside of that component's templa...
TypeScript
MIT License
aurelia/aurelia
docs: components and security first draft
1
docs
null
401,147
06.08.2019 15:38:25
-19,080
7fadfad8b2db056f82650ac4fc1310dc18bb0838
feat: added DatePicker component affects:
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@medly-components/icons\": \"^1.2.0\",\n\"@medly-components/theme\": \"^1.2.0\",\n- \"@medly-components/utils\": \"^1.2.0\"\n+ \"@medly-components/utils\": \"^1.2.0\",\n+ \"react-datepicker\": \"^2.8.0\"\n+ },\n+ \"devDependencies\": {\n+ \"@types/r...
TypeScript
MIT License
medly/medly-components
feat: added DatePicker component affects: @medly-components/core
1
feat
null
306,423
06.08.2019 16:39:59
-7,200
07eddb38c385e68a356e9646e400da6c8276b261
fix(field): getter/setter for selectionStart/End instead of delegation
[ { "change_type": "MODIFY", "diff": "@@ -47,13 +47,7 @@ export class LionField extends FormControlMixin(\nreturn {\n...super.delegations,\ntarget: () => this.inputElement,\n- properties: [\n- ...super.delegations.properties,\n- 'name',\n- 'type',\n- 'selectionStart',\n- 'selectionEnd',\n- ],\n+ properties: [...
JavaScript
MIT License
ing-bank/lion
fix(field): getter/setter for selectionStart/End instead of delegation
1
fix
field
865,917
06.08.2019 16:43:53
-7,200
384c32f8a4cedc667f4e75b11c2c2c9e1d5698bd
chore(client): bump diagram-js-minimap version
[ { "change_type": "MODIFY", "diff": "}\n},\n\"diagram-js-minimap\": {\n- \"version\": \"1.3.0\",\n- \"resolved\": \"https://registry.npmjs.org/diagram-js-minimap/-/diagram-js-minimap-1.3.0.tgz\",\n- \"integrity\": \"sha512-7rdafQqrth+BlW0IAKDG6AKYDT+mUyRSUSzpRQwGnPVMmFaplZN4vr7hHP86qZRMnkfvLV2MlAEd+8sRl+uRPA...
JavaScript
MIT License
camunda/camunda-modeler
chore(client): bump diagram-js-minimap version
1
chore
client
711,597
06.08.2019 16:56:52
-7,200
eba4c281b32e42f05d8f4178908f619b6a4a8bfe
feat(docs): Allow generated TS docs to br grouped into pages
[ { "change_type": "MODIFY", "diff": "@@ -44,6 +44,11 @@ Currently, any `interface`, `class` or `type` which includes the JSDoc `@docCate\nThis is required as its presence determines whether the declaration is extracted into the docs. Its value should be a string corresponding to the API sub-section that this...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(docs): Allow generated TS docs to br grouped into pages
1
feat
docs
217,922
06.08.2019 17:06:54
-7,200
8063b274345b40e11b11cbb21fe465b44b9786b9
feat(core): moved hosting to cdn in order to reduce costs an have better cache
[ { "change_type": "MODIFY", "diff": "@@ -82,7 +82,7 @@ jobs:\nif [ \"${CIRCLE_BRANCH}\" == \"master\" ]; then\nnpm run build:prod\nelse\n- npm run build:beta\n+ npm run build:prod\nfi\n- save_cache:\nkey: dist-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}\n@@ -95,14 +95,17 @@ jobs:\n- .cach...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(core): moved hosting to cdn in order to reduce costs an have better cache (#1075)
1
feat
core
711,597
06.08.2019 17:33:39
-7,200
a86d48f7c66f15cec36b37b739040af4d05a2db9
feat(docs): Strip JSDoc tags from graphql comments
[ { "change_type": "MODIFY", "diff": "@@ -127,8 +127,21 @@ function generateGraphqlDocs(hugoOutputPath: string) {\n/**\n* Renders the type description if it exists.\n*/\n-function renderDescription(type: { description?: string | null }, appendNewlines = true): string {\n- return type.description ? `${type.des...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(docs): Strip JSDoc tags from graphql comments
1
feat
docs
217,922
06.08.2019 17:41:21
-7,200
4aaeaf213105be7b30944ef74e38e518a416fa18
chore(release): 5.7.5
[ { "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=\"5.7.5\"></a>\n+## [5.7.5](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.7.5
1
chore
release
217,922
06.08.2019 17:55:46
-7,200
04dda87eb92a980c57928a0dad060dd589e6ed39
chore: small UX changes for state menu
[ { "change_type": "MODIFY", "diff": "<nz-badge [nzColor]=\"getColor(state)\">\n<div class=\"action-container\" (click)=\"ignoreDisabled || (!disabled && !notEnoughCp)?actionclick.emit():null\"\n- (contextmenu)=\"simulation?contextMenu($event, template):null\">\n+ (contextmenu)=\"showStateMenu?contextMenu($ev...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small UX changes for state menu
1
chore
null
306,423
06.08.2019 18:04:08
-7,200
d2f4e3c1f2842921236e60eb49cfe5577651053b
fix(field): sync name down instead of delegating
[ { "change_type": "MODIFY", "diff": "@@ -47,8 +47,8 @@ export class LionField extends FormControlMixin(\nreturn {\n...super.delegations,\ntarget: () => this.inputElement,\n- properties: [...super.delegations.properties, 'name', 'type'],\n- attributes: [...super.delegations.attributes, 'name', 'type'],\n+ pro...
JavaScript
MIT License
ing-bank/lion
fix(field): sync name down instead of delegating
1
fix
field
104,818
06.08.2019 18:05:42
18,000
94fcbfedade8fcb16f2126e9c6271f8083d0efb7
fix(build): fix the build for imagecard
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ const defaultProps = {\n/**\n* This component renders a hotspot with content over an image\n*/\n-const Hotspot = ({ x, y, content, icon, color, width, height }) => {\n+const Hotspot = ({ x, y, content, icon, color, width, height, ...others }) => {\nconst...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(build): fix the build for imagecard
1
fix
build
722,013
06.08.2019 18:21:13
18,000
e4c5d2e28091bfc2f900070e2a587c75e0fdd196
fix: webpack dependency for yarn + storybook
[ { "change_type": "MODIFY", "diff": "\"vue\": \">=2.0.0\",\n\"vue-loader\": \">=14.0.0\",\n\"vue-template-compiler\": \">=2.0.0\",\n- \"webpack\": \">=4.0.0\"\n+ \"webpack\": \">=4 < 4.29\"\n},\n\"devDependencies\": {\n\"strip-shebang\": \"^1.0.2\",\n", "new_path": "packages/vue-styleguidist/package.json...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: webpack dependency for yarn + storybook
1
fix
null
306,423
06.08.2019 18:37:35
-7,200
13b27407b5be2b06824bd4fd556488f0e9fe0112
fix(field): sync type down instead of delegating
[ { "change_type": "MODIFY", "diff": "-import { DelegateMixin, SlotMixin, LitElement } from '@lion/core';\n+import { SlotMixin, LitElement } from '@lion/core';\nimport { ElementMixin } from '@lion/core/src/ElementMixin.js';\nimport { DisabledMixin } from '@lion/core/src/DisabledMixin.js';\nimport { ObserverMi...
JavaScript
MIT License
ing-bank/lion
fix(field): sync type down instead of delegating
1
fix
field
67,516
06.08.2019 18:50:47
-7,200
13dce2fef2e1e33efdbcbf0fd7168d89b23e0990
chore(i18n): activated all tests
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ const translation = {\n}\n};\n-describe.only('I18N', function () {\n+describe('I18N', function () {\nasync function setup(options: I18nInitOptions = {}) {\nlet sut: I18nService, mockContext: Spy;\nmockContext = new Spy();\n", "new_path": "packages/__...
TypeScript
MIT License
aurelia/aurelia
chore(i18n): activated all tests
1
chore
i18n
217,939
06.08.2019 20:40:34
-28,800
4baabea2e74fdaf8037572dfc65452bad33c918d
feat: amount of list text export not consider the done amount
[ { "change_type": "MODIFY", "diff": "@@ -277,13 +277,18 @@ export class ListDetailsComponent extends TeamcraftPageComponent implements OnIn\n});\n}\n+ appendExportStringWithRow(exportString: string, row: ListRow): string {\n+ const remaining = row.amount - (row.done || 0);\n+ return (remaining > 0) ? (export...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: amount of list text export not consider the done amount
1
feat
null
447,440
06.08.2019 20:42:12
18,000
2b1ca310bb5e68d04afe52eeb3111c4b837c1830
fix: add-icon-import-records-flow-component
[ { "change_type": "ADD", "diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<svg width=\"145px\" height=\"87px\" viewBox=\"0 0 145 87\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n+ <!-- Generator: Sketch 56.3 (81716) - https://sketch.com -->\n+ <ti...
JavaScript
MIT License
nexxtway/react-rainbow
fix: add-icon-import-records-flow-component (#871)
1
fix
null
531,793
06.08.2019 21:19:08
-3,600
68b6e17e64e7ecba64a7ba7741d22eeb035345a7
chore(backend): reformat code
[ { "change_type": "MODIFY", "diff": "@@ -16,11 +16,12 @@ type AlertList []Alert\nfunc (a AlertList) Len() int {\nreturn len(a)\n-\n}\n+\nfunc (a AlertList) Swap(i, j int) {\na[i], a[j] = a[j], a[i]\n}\n+\nfunc (a AlertList) Less(i, j int) bool {\n// compare timestamps, if equal compare fingerprints to stable...
TypeScript
Apache License 2.0
prymitive/karma
chore(backend): reformat code
1
chore
backend
531,793
06.08.2019 21:20:36
-3,600
86506563e947c329df32341291671f7fa3aacc6e
feat(api): sort alert groups in the backend
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,8 @@ import (\n\"sort\"\n\"github.com/gin-gonic/gin\"\n+ \"vbom.ml/util/sortorder\"\n+\n\"github.com/prymitive/karma/internal/alertmanager\"\n\"github.com/prymitive/karma/internal/config\"\n\"github.com/prymitive/karma/internal/filters\"\n@@ -61,7 +63,7 @@ func...
TypeScript
Apache License 2.0
prymitive/karma
feat(api): sort alert groups in the backend
1
feat
api
711,597
06.08.2019 22:04:44
-7,200
d00aea5aa762606f4218eb5f7804841e4644cea0
feat(docs): Sort GraphQL fields & types alphabetically
[ { "change_type": "MODIFY", "diff": "@@ -53,8 +53,9 @@ function generateGraphqlDocs(hugoOutputPath: string) {\nlet objectTypesOutput = generateFrontMatter('Types', 3) + `\\n\\n# Types\\n\\n`;\nlet inputTypesOutput = generateFrontMatter('Input Objects', 4) + `\\n\\n# Input Objects\\n\\n`;\nlet enumsOutput = g...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(docs): Sort GraphQL fields & types alphabetically
1
feat
docs
151,430
06.08.2019 22:05:41
25,200
7cf2f3753a5f08d6d1953d89116856a71257b8ac
docs: use gatsby analytics plugin
[ { "change_type": "MODIFY", "diff": "@@ -58,10 +58,7 @@ module.exports = ({\n}\n},\n{\n- resolve: 'gatsby-plugin-google-analytics',\n- options: {\n- trackingId: 'UA-126647663-4'\n- }\n+ resolve: 'gatsby-plugin-analytics',\n},\n{\nresolve: 'gatsby-mdx',\n", "new_path": "site/gatsby-theme-oss-docs/gatsby-c...
JavaScript
MIT License
davidwells/analytics
docs: use gatsby analytics plugin
1
docs
null
151,430
06.08.2019 22:39:03
25,200
2b79553b0fb40a2e33055c505edfd623d1ee8f66
docs: add gatsby usage docs
[ { "change_type": "MODIFY", "diff": "@@ -95,6 +95,28 @@ Analytics works in vanilla HTML pages and can be [imported from a CDN](#cdn-brow\n[Live demo](https://analytics-html-example.netlify.com/) & the [source code](https://github.com/DavidWells/analytics/tree/master/examples/vanilla-html).\n+## Usage in Gats...
JavaScript
MIT License
davidwells/analytics
docs: add gatsby usage docs
1
docs
null
67,479
06.08.2019 22:52:07
-36,000
c94c6a430ec1ad513f0b3f913a1ed2af6323438a
test(blur): add more unit tests
[ { "change_type": "RENAME", "diff": "import { Constructable, PLATFORM } from '@aurelia/kernel';\nimport { Aurelia, CustomElement } from '@aurelia/runtime';\nimport { Blur, BlurManager } from '@aurelia/runtime-html';\n-import { assert, createSpy, eachCartesianJoin, HTMLTestContext, TestContext } from '@aureli...
TypeScript
MIT License
aurelia/aurelia
test(blur): add more unit tests
1
test
blur
679,913
06.08.2019 23:08:09
-3,600
af697d9e06278129ee3be1b5304d9dfe88907cd5
fix(imgui): touch event handling (FF/Safari)
[ { "change_type": "MODIFY", "diff": "@@ -187,6 +187,8 @@ export class IMGUI implements IToHiccup {\nconst setMouse = (e: MouseEvent | TouchEvent, mouse: Vec) => {\nconst b = (<HTMLCanvasElement>e.target).getBoundingClientRect();\n- const t = e instanceof TouchEvent ? e.touches[0] : e;\n+ const t = (<TouchEve...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(imgui): touch event handling (FF/Safari)
1
fix
imgui
679,913
06.08.2019 23:12:50
-3,600
7e0bfeba4fe8725f2a15a863c6f0f8535e62867e
feat(imgui): add layouted sliderV/Group, add/update various comp add `square` option for toggle() & radio() add sliderV/sliderVGroup() add textLabel() (layouted version) add layouted xyPad w/ opt height constraints minor optimizations GridLayout.next() add IMGUI.textWidth()
[ { "change_type": "MODIFY", "diff": "import { IGridLayout } from \"../api\";\nimport { IMGUI } from \"../gui\";\n-import { toggleRaw } from \"./toggle\";\n+import { toggle } from \"./toggle\";\nexport const radio = (\ngui: IMGUI,\n@@ -9,6 +9,7 @@ export const radio = (\nhorizontal: boolean,\nval: number[],\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): add layouted sliderV/Group, add/update various comp - add `square` option for toggle() & radio() - add sliderV/sliderVGroup() - add textLabel() (layouted version) - add layouted xyPad w/ opt height constraints - minor optimizations GridLayout.next() - add IMGUI.textWidth()
1
feat
imgui
531,793
06.08.2019 23:31:41
-3,600
6b497217d90a4d5b457704a14db16d9385f01bef
fix(backend): remove endsAt from alerts This is unused but keeps changing
[ { "change_type": "MODIFY", "diff": "@@ -48,10 +48,6 @@ func DedupAlerts() []models.AlertGroup {\nif alert.StartsAt.Before(a.StartsAt) {\na.StartsAt = alert.StartsAt\n}\n- // set endsAt to the oldest value we have\n- if alert.EndsAt.After(a.EndsAt) {\n- a.EndsAt = alert.EndsAt\n- }\n// update map\nalerts[ale...
TypeScript
Apache License 2.0
prymitive/karma
fix(backend): remove endsAt from alerts This is unused but keeps changing
1
fix
backend
67,479
06.08.2019 23:33:17
-36,000
ef2557ea9205b9a98919c16de02ecbd13b548b0a
test(blur-attribute): add more shadow dom assertion
[ { "change_type": "MODIFY", "diff": "import { Constructable, PLATFORM } from '@aurelia/kernel';\nimport { Aurelia, CustomElement } from '@aurelia/runtime';\n-import { Blur, BlurManager, Focus, IEventManager, DOM } from '@aurelia/runtime-html';\n+import { Blur, BlurManager, Focus } from '@aurelia/runtime-html...
TypeScript
MIT License
aurelia/aurelia
test(blur-attribute): add more shadow dom assertion
1
test
blur-attribute
67,479
06.08.2019 23:36:45
-36,000
34c47b70947da3522f72a83af25c969a22b776a1
chore(blur): clean up unused stuff
[ { "change_type": "MODIFY", "diff": "import { Constructable, PLATFORM } from '@aurelia/kernel';\nimport { Aurelia, CustomElement } from '@aurelia/runtime';\n-import { Blur, BlurManager, Focus } from '@aurelia/runtime-html';\n-import { assert, createSpy, eachCartesianJoin, HTMLTestContext, TestContext } from ...
TypeScript
MIT License
aurelia/aurelia
chore(blur): clean up unused stuff
1
chore
blur
531,793
06.08.2019 23:46:13
-3,600
a176138a346e50b7ce9f1ff6cedc5488df43f3d7
fix(ui): set default settings keys
[ { "change_type": "MODIFY", "diff": "@@ -77,6 +77,8 @@ class GridConfig {\n\"alertGridConfig\",\n{\nsortOrder: this.options.default.value,\n+ sortLabel: null,\n+ reverseSort: null,\ngroupWidth: 420\n},\n{ delay: 100 }\n", "new_path": "ui/src/Stores/Settings.js", "old_path": "ui/src/Stores/Settings.js...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): set default settings keys
1
fix
ui
531,793
06.08.2019 23:47:36
-3,600
557e6cc86afbc40c76dd0a014d9c26fd3e5c495e
feat(ui): pass sort settings to the API
[ { "change_type": "MODIFY", "diff": "@@ -236,12 +236,13 @@ class AlertStore {\nthis.filters.setFilters(initialFilters);\n}\n- fetch = action(() => {\n+ fetch = action((sortOrder, sortLabel, sortReverse) => {\nthis.status.setFetching();\nconst alertsURI =\n- FormatBackendURI(\"alerts.json?\") +\n- FormatAPIFi...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): pass sort settings to the API
1
feat
ui
531,793
06.08.2019 23:48:10
-3,600
6b688d6ebbe95a49c60a9bce6b762e591580404d
fix(ui): remove prune alert attributes from models
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,6 @@ const APIAlertAlertmanagerState = PropTypes.exact({\ncluster: PropTypes.string.isRequired,\nstate: AlertState.isRequired,\nstartsAt: PropTypes.string.isRequired,\n- endsAt: PropTypes.string.isRequired,\nsource: PropTypes.string.isRequired,\nsilencedBy: P...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): remove prune alert attributes from models
1
fix
ui
531,793
07.08.2019 00:15:25
-3,600
b6d6d0844c861c6ba845a8ba08e44c96d8ec5608
fix(tests): cleanup API tests
[ { "change_type": "MODIFY", "diff": "@@ -156,9 +156,8 @@ func getGroupLabel(group *models.APIAlertGroup, label string) string {\nfunc sortByStartsAt(i, j int, groups []models.APIAlertGroup, sortReverse bool) bool {\nif sortReverse {\nreturn groups[i].LatestStartsAt.After(groups[j].LatestStartsAt)\n- } else {...
TypeScript
Apache License 2.0
prymitive/karma
fix(tests): cleanup API tests
1
fix
tests
531,793
07.08.2019 00:16:08
-3,600
548be9e8616ad0ca40d2b735095081e69c0e725e
feat(ui): pass sort parameters when fetching alerts
[ { "change_type": "MODIFY", "diff": "@@ -25,14 +25,59 @@ const Fetcher = observer(\n},\nmarkCompleted() {\nthis.completedAt = moment();\n+ },\n+ forceUpdate() {\n+ this.time = moment(0);\n}\n},\n{\nupdate: action,\n- markCompleted: action\n+ markCompleted: action,\n+ forceUpdate: action\n}\n);\n+ getSortSett...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): pass sort parameters when fetching alerts
1
feat
ui
71,663
07.08.2019 00:25:47
25,200
db7dc2eebb863833f8ae1a4511d89dc38eab1182
fix(events): simplify the cache key for cross-account targets Since events cannot span regions, there's no point keeping the region in the cache (it will always be the same as the rule region).
[ { "change_type": "MODIFY", "diff": "@@ -170,11 +170,10 @@ export class Rule extends Resource implements IRule {\n}\n// the _actual_ target is just the event bus of the target's account\n- // make sure we only add it once per region\n- const key = `${targetAccount}-${targetRegion}`;\n- const exists = this.ac...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(events): simplify the cache key for cross-account targets (#3526) Since events cannot span regions, there's no point keeping the region in the cache (it will always be the same as the rule region).
1
fix
events
71,551
07.08.2019 01:13:18
25,200
92b5c2df5a36166d2e43f122fee939730f5efed5
fix(cdk-dasm): update README and fix small typo
[ { "change_type": "MODIFY", "diff": "@@ -110,5 +110,17 @@ For example, given:\nThe output will be:\n```ts\n+// generated by cdk-dasm at 2019-08-07T02:52:01.561Z\n+import { Stack, StackProps, Construct, Fn } from '@aws-cdk/core';\n+import sns = require('@aws-cdk/aws-sns');\n+\n+export class MyStack extends St...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(cdk-dasm): update README and fix small typo (#3565) Signed-off-by: campionfellin <campionfellin@gmail.com>
1
fix
cdk-dasm
866,393
07.08.2019 04:57:33
-32,400
8b677bc017a660151428ffbc00f5d82a31d15815
docs(project): i3 plan
[ { "change_type": "MODIFY", "diff": "@@ -53,9 +53,9 @@ Can be found at [here](./src/coding-conventions.md).\n## Iteration plans\n-- [i0 (prototype)](./plans/i0.md)\n- [i1 (July 2019)](./plans/i1.md)\n- [i2 (August 2019)](./plans/i2.md)\n+- [i3 (September 2019)](./plans/i3.md)\n## Creating build\n", "new_...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs(project): i3 plan (#66)
1
docs
project
866,393
07.08.2019 05:06:29
-32,400
c15d5a4d795d507ec62135b2c3852f5b99db25a0
feat(tile): introduce tile This change also modified checkbox code to align with tile code.
[ { "change_type": "MODIFY", "diff": "+import { ifDefined } from 'lit-html/directives/if-defined';\nimport { html } from 'lit-element';\nimport { storiesOf } from '@storybook/polymer';\nimport { action } from '@storybook/addon-actions';\n@@ -10,23 +11,25 @@ const createProps = () => ({\nhideLabel: boolean('Hi...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(tile): introduce tile (#70) This change also modified checkbox code to align with tile code.
1
feat
tile
866,393
07.08.2019 05:15:09
-32,400
2bd0ca05dfe1c274e7be9d4fdf1ada6847d127c9
feat(ui-shell): introduce header Fixes
[ { "change_type": "MODIFY", "diff": "@@ -34,3 +34,20 @@ body,\nalign-items: center;\nposition: relative;\n}\n+\n+.bx--content.bx-ce-demo-devenv--ui-shell-content {\n+ background-color: $ui-01;\n+ margin: 0;\n+ height: 100vh;\n+ width: 100%;\n+\n+ h2 {\n+ font-weight: 800;\n+ margin: 30px 0;\n+ font-size: 20p...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(ui-shell): introduce header (#68) Fixes #47.
1
feat
ui-shell
866,393
07.08.2019 05:19:54
-32,400
ea0db13ed30c9b8e20b286f2f18060e22562c480
feat(notification): introduce notification
[ { "change_type": "ADD", "diff": "+$css--plex: true !default;\n+\n+@import 'carbon-components/scss/components/notification/inline-notification';\n+@import 'carbon-components/scss/components/button/button';\n+\n+:host(#{$prefix}-inline-notification) {\n+ @extend .#{$prefix}--inline-notification;\n+\n+ display...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(notification): introduce notification (#69)
1
feat
notification
866,393
07.08.2019 05:29:25
-32,400
91e81910be70cb007473b65e6e7a16c1e9fdb76e
feat(ui-shell): introduce side nav Fixes
[ { "change_type": "MODIFY", "diff": "UI Shell in Carbon Design System consists of several component groups.\n+## Side nav\n+\n+Side nav in UI Shell consists of the following components:\n+\n+| Tag | Description |\n+| ---------------------- | ------------------------------------------------ |\n+| `<side-nav>`...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(ui-shell): introduce side nav (#65) Fixes #48.
1
feat
ui-shell
217,922
07.08.2019 07:26:01
-7,200
220496a3f4deaae79fe6e138aa6f44684c11065c
fix(auth): fixed a bug preventing korean users from linking character
[ { "change_type": "MODIFY", "diff": "@@ -245,7 +245,7 @@ export class AuthEffects {\nwithLatestFrom(this.store),\nswitchMap(([, state]) => {\n// Don't save if there is no associated lodestone id on a logged in account.\n- if (state.auth.loggedIn && state.auth.user.lodestoneIds.length === 0) {\n+ if (state.au...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(auth): fixed a bug preventing korean users from linking character
1
fix
auth
217,922
07.08.2019 07:27:08
-7,200
11442f86d5459f53137168797322647251ef92b7
chore(release): 5.7.6
[ { "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=\"5.7.6\"></a>\n+## [5.7.6](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.7.6
1
chore
release
749,547
07.08.2019 07:51:26
-36,000
d1ab17bd6066bfcd295b1a26aa754386f2dc988f
docs: Theme ids missing for inline examples
[ { "change_type": "MODIFY", "diff": "#!/bin/bash\nAWKCMD='\n- # Split record by (=)\n- BEGIN { FS = \"=\"; }\n- # Remove all semicolons\n- { gsub(/;/, \"\") }\n+ # Split record by (= | :)\n+ BEGIN { FS = \"[=:]\"; }\n+ # Remove all semicolons and commas\n+ { gsub(/[;,]/, \"\") }\n{\n# On first record\nif ( N...
TypeScript
Apache License 2.0
zendeskgarden/react-components
docs: Theme ids missing for inline examples (#403)
1
docs
null
104,827
07.08.2019 08:34:51
18,000
3d635d3d429c435cf4183fd15c14c338482eaa38
fix(card): remove border
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,6 @@ const OptimizedSkeletonText = pure(SkeletonText);\n/** Full card */\nconst CardWrapper = styled.div`\n- border: solid 1px #ddd;\nbackground: white;\nheight: ${props => props.dimensions.y}px;\nmin-width: ${props => props.dimensions.x}px;\n", "new_path...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(card): remove border
1
fix
card
722,013
07.08.2019 09:10:31
18,000
b7aeb58f20a2d4e03a93938d1e63693c4f33f4a3
perf: only precompile example for prod
[ { "change_type": "MODIFY", "diff": "@@ -169,6 +169,11 @@ module.exports = function examplesLoader(source) {\n)\n}\nif (config.codeSplit) {\n+ if (process.env.NODE_ENV !== 'production') {\n+ // if we are not in prod, we want to avoid running examples through\n+ // buble all at the same time. We then tell it ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
perf: only precompile example for prod
1
perf
null
711,597
07.08.2019 09:10:37
-7,200
4d18cb373cf64287b93e9103eda1d77f7b76b245
feat(docs): Styling of generated docs pages
[ { "change_type": "ADD", "diff": "+export function formatDocs() {\n+\n+ Array.from(document.querySelectorAll('h3')).forEach(h1 => {\n+ const nextSibling = h1.nextElementSibling;\n+ if (nextSibling && nextSibling.classList.contains('member-info')) {\n+ h1.classList.add('member-title');\n+ }\n+ });\n+}\n", ...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(docs): Styling of generated docs pages
1
feat
docs
711,597
07.08.2019 09:43:22
-7,200
b787b72e159eec000a39a0714255443b6a529beb
feat(docs): Alphabetize TS API docs, remove tag
[ { "change_type": "MODIFY", "diff": "@@ -57,10 +57,6 @@ This tag specifies the text description of the declaration. It supports markdown\nThis tag should be used to include any code blocks. Remember to specify the language after the opening delimiter for correct highlighting. Also applies to class/interface ...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(docs): Alphabetize TS API docs, remove @docsWeight tag
1
feat
docs
722,013
07.08.2019 09:44:04
18,000
2b1efaa9c8be30f4e7bc7595b7bda664850527a9
style: update urls in const
[ { "change_type": "MODIFY", "diff": "const GITHUB_HOMEPAGE = 'https://github.com/vue-styleguidist/vue-styleguidist/'\n+const SITE_HOMEPAGE = 'https://vue-styleguidist.github.io/'\nmodule.exports = {\n- HOMEPAGE: GITHUB_HOMEPAGE,\n+ HOMEPAGE: SITE_HOMEPAGE,\nBUGS: GITHUB_HOMEPAGE + '/issues',\n- DOCS_CONFIG: ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
style: update urls in const
1
style
null
722,013
07.08.2019 10:02:51
18,000
28106eb51781e30a6298c539f9fa62168f167f23
docs: update url of changelog
[ { "change_type": "MODIFY", "diff": "@@ -428,7 +428,7 @@ this.$emit('success', {\n## Change log\n-The change log can be found on the [Releases page](https://github.com/vue-styleguidist/vue-docgen-api/releases).\n+The change log can be found on the [Changelog Page](./CHANGELOG.md).\n## Authors and license\n",...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: update url of changelog
1
docs
null
304,907
07.08.2019 10:06:07
-7,200
ce6a85c94cda0f6c29c39d01a7fd17f877c87713
feat(stdlib): alerts package - pure Flux
[ { "change_type": "ADD", "diff": "+package alerts\n+\n+builtin check\n+\n+write = (tables=<-) => tables |> to(bucket: \"system\")\n+\n+from = () => from(bucket: \"system\")\n+\n+log = (tables=<-) => tables |> to(bucket: \"notifications\")\n", "new_path": "stdlib/influxdata/influxdb/alerts/alerts.flux", ...
Go
MIT License
influxdata/flux
feat(stdlib): alerts package - pure Flux
1
feat
stdlib
722,013
07.08.2019 11:08:35
18,000
8bd57f42ed1f3ef2178c694616516e6772bbead9
test: try removing gitkeep
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,14 @@ const path = require('path')\nconst cwd = path.resolve(__dirname, '../../../test/cli-packages')\n+const fs = require('fs')\n+\n+beforeAll(() => {\n+ if (!fs.existsSync(cwd)) {\n+ fs.mkdirSync(cwd)\n+ }\n+})\n+\nasync function createAndInstall(name) {\ncon...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: try removing gitkeep
1
test
null
104,839
07.08.2019 11:09:43
10,800
4e11b88d629df40963fa577da80f6cb3c785f4a9
fix(imagecard): add pointer events to hotspots
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,7 @@ const Hotspot = ({ x, y, content, icon, color, width, height, ...others }) => {\ntop: `${y}%`,\nleft: `${x}%`,\nfontFamily: 'Sans-Serif',\n+ pointerEvents: 'auto',\n};\nconst defaultIcon = (\n", "new_path": "src/components/ImageCard/Hotspot.jsx", ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(imagecard): add pointer events to hotspots
1
fix
imagecard
67,494
07.08.2019 11:21:18
-7,200
b1f3b994c72ea9cf1e586e7709affc904fed1979
test(realworld): update router parts
[ { "change_type": "MODIFY", "diff": "import { inject } from '@aurelia/kernel';\nimport { IRouter } from '@aurelia/router';\n-import { customElement, IViewModel } from '@aurelia/runtime';\n+import { customElement, IObserverLocator, IViewModel, LifecycleFlags } from '@aurelia/runtime';\nimport template from '....
TypeScript
MIT License
aurelia/aurelia
test(realworld): update router parts
1
test
realworld
438,921
07.08.2019 11:31:28
-32,400
9beacfeb630e62268afd58f8287d6094d0d0c788
fix(axis): Correct label text position Fix getting correct anchor value for label text. Add reference tag to doc for axis label position options. Fix
[ { "change_type": "MODIFY", "diff": "@@ -158,6 +158,71 @@ describe(\"AXIS\", function() {\n});\n});\n+ describe(\"axis label\", () => {\n+ before(() => {\n+ args = {\n+ data: {\n+ columns: [\n+ [\"data1\", 30, 200, 100, 170, 150, 250]\n+ ]\n+ },\n+ axis:{\n+ x: {\n+ label: {\n+ text: 'This is a very long lab...
TypeScript
MIT License
naver/billboard.js
fix(axis): Correct label text position - Fix getting correct anchor value for label text. - Add reference @see tag to doc for axis label position options. Fix #1011
1
fix
axis
711,597
07.08.2019 12:05:02
-7,200
60cc6000d4bcfee8670ba6954dec69761bdc4d0f
feat(docs): Allow variable statements to be documented
[ { "change_type": "MODIFY", "diff": "@@ -74,6 +74,22 @@ export interface FunctionInfo extends DeclarationInfo {\ntype?: ts.TypeNode;\n}\n-export type ParsedDeclaration = TypeAliasInfo | ClassInfo | InterfaceInfo | EnumInfo | FunctionInfo;\n-export type ValidDeclaration = ts.InterfaceDeclaration | ts.TypeAlia...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(docs): Allow variable statements to be documented
1
feat
docs
306,421
07.08.2019 12:13:28
-7,200
c151f01b0b9f272b49184c5f0921ce7fa0f73e13
fix(localize): for bg-BG locale, correct Intl output for group separator
[ { "change_type": "ADD", "diff": "+/**\n+ * @desc Intl uses 0 as group separator for bg-BG locale.\n+ * This should be a ' '\n+ * @param {{type,value}[]} formattedParts\n+ * @returns {{type,value}[]} corrected formatted parts\n+ */\n+export function forceSpaceInsteadOfZeroForGroup(formattedParts) {\n+ return...
JavaScript
MIT License
ing-bank/lion
fix(localize): for bg-BG locale, correct Intl output for group separator
1
fix
localize
711,597
07.08.2019 12:32:21
-7,200
ce413a91e744b67bf451bbee2f3304f9daf98bb3
fix(docs): List TS docs alphabetically
[ { "change_type": "MODIFY", "diff": "{{ if gt (len $list) 0 }}\n<h3>Contents:</h3>\n<ul class=\"contents-list\">\n- {{ range ($list.ByParam \"Title\").ByParam \"Weight\" }}\n+ {{ range $list.ByParam \"title\" }}\n<li>\n<a href=\"{{ .RelPermalink }}\">{{ .Title }}</a>\n</li>\n", "new_path": "docs/layouts/...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(docs): List TS docs alphabetically
1
fix
docs
749,547
07.08.2019 13:04:50
-36,000
136544281ab254855b47be9e4961a4ca94eaac19
docs: Theme ids missing
[ { "change_type": "MODIFY", "diff": "@@ -8,16 +8,20 @@ AWKCMD='\n{\n# On first record\nif ( NR == 1) {\n- # Remove single quotes\n- gsub(/\\047/, \"\");\n+ # Remove single OR double quotes\n+ gsub(/[\\047|\\\"]/, \"\");\n} else {\n- # Replace first single quote with (,)\n- sub(/\\047/, \",\", $4);\n- # Remov...
TypeScript
Apache License 2.0
zendeskgarden/react-components
docs: Theme ids missing (#404)
1
docs
null
503,988
07.08.2019 14:22:01
18,000
078fe56a0aa23d5954faa80e04123efa217a2da3
fix(Dropdown): pass event object through onSelect
[ { "change_type": "MODIFY", "diff": "@@ -123,7 +123,7 @@ export class InternalDropdownItem extends React.Component<InternalDropdownItemPr\nonClick: (event: React.MouseEvent) => {\nif (!isDisabled) {\nonClick(event);\n- onSelect();\n+ onSelect(event);\n}\n}\n});\n@@ -139,7 +139,7 @@ export class InternalDropd...
TypeScript
MIT License
patternfly/patternfly-react
fix(Dropdown): pass event object through onSelect (#2657)
1
fix
Dropdown
531,793
07.08.2019 15:03:58
-3,600
4ab8f0305aa55c48055b4b7c150c622f1fb0ff0a
feat(tests): add more test coverage
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ import (\n\"github.com/blang/semver\"\n\"github.com/google/go-cmp/cmp\"\n+ \"github.com/prymitive/karma/internal/config\"\n\"github.com/prymitive/karma/internal/mock\"\n\"github.com/prymitive/karma/internal/models\"\n)\n@@ -1149,10 +1150,47 @@ var sortTe...
TypeScript
Apache License 2.0
prymitive/karma
feat(tests): add more test coverage
1
feat
tests
471,482
07.08.2019 15:05:12
14,400
85e46c5272326571a97a53b296d72bfe0d508264
docs(karma-esm): Fix example syntax
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ To manually setup this plugin, add it as a karma framework:\n{\n// define where your test files are, make sure to set type to module\nfiles: [\n- { pattern: 'test/**/*.test.js' type: 'module' }\n+ { pattern: 'test/**/*.test.js', type: 'module' }\n]\nplug...
JavaScript
MIT License
open-wc/open-wc
docs(karma-esm): Fix example syntax (#695)
1
docs
karma-esm
438,921
07.08.2019 15:14:47
-32,400
f18aa35cc200458ba94adeb2f2db536faa3152a0
fix(color): Correct to not set stroke Remove setting stroke value on onover/onout interaction. Ref Ref
[ { "change_type": "MODIFY", "diff": "@@ -231,6 +231,8 @@ describe(\"COLOR\", () => {\n});\ndescribe(\"color.onover\", () => {\n+ const barStrokeColor = \"blue\";\n+\nbefore(() => {\nargs = {\ndata: {\n@@ -244,6 +246,12 @@ describe(\"COLOR\", () => {\n},\ncolor: {\nonover: \"yellow\"\n+ },\n+ onafterinit: fun...
TypeScript
MIT License
naver/billboard.js
fix(color): Correct to not set stroke Remove setting stroke value on onover/onout interaction. Ref #754 Ref #872
1
fix
color
791,834
07.08.2019 15:20:00
25,200
f72dc06ebaaf7676bfa7d67cffa57ade4fa3d082
misc: share markdown parsing in collect-strings and the report
[ { "change_type": "MODIFY", "diff": "*/\n'use strict';\n-/* globals URL self */\n+/* globals URL self Util */\n/** @typedef {HTMLElementTagNameMap & {[id: string]: HTMLElement}} HTMLElementByTagName */\n@@ -117,17 +117,15 @@ class DOM {\nconvertMarkdownLinkSnippets(text) {\nconst element = this.createElement...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: share markdown parsing in collect-strings and the report (#9514)
1
misc
null
791,826
07.08.2019 15:59:48
14,400
2d166e09a12c875d9fa2f929eb198a73e78eb0e5
docs: fix broken plugin example link
[ { "change_type": "MODIFY", "diff": "@@ -212,7 +212,7 @@ Useful documentation, examples, and recipes to get you started.\n**Recipes**\n- [gulp](docs/recipes/gulp) - helpful for CI integration\n-- [Plugin](./docs/recipes/plugin) - example Lighthouse plugin\n+- [Plugin](./docs/recipes/lighthouse-plugin-example...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs: fix broken plugin example link (#9524)
1
docs
null
104,844
07.08.2019 16:18:40
14,400
35b98ce3f32f891cd1553b286a36db70b1ebe4af
feat(rollup): added sass files to be exported in rollup config
[ { "change_type": "MODIFY", "diff": "@@ -132,6 +132,11 @@ export default {\ndest: 'lib/scss/components',\n},\n{ src: ['src/components/AddCard/_add-card.scss'], dest: 'lib/scss/components/AddCard' },\n+ {\n+ src: ['src/components/ProgressIndicator/progress-indicator.scss'],\n+ dest: 'lib/scss/components/Progr...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(rollup): added sass files to be exported in rollup config
1
feat
rollup
866,394
07.08.2019 16:39:36
14,400
5a8f32a3faa2f7b78ac42bef460b064bb3780fd9
fix(rollup): fixed rollup config
[ { "change_type": "MODIFY", "diff": "\"rollup\": \"^1.10.0\",\n\"rollup-plugin-babel\": \"^4.3.2\",\n\"rollup-plugin-commonjs\": \"^9.3.4\",\n+ \"rollup-plugin-json\": \"^4.0.0\",\n\"rollup-plugin-node-resolve\": \"^4.2.3\",\n\"rollup-plugin-replace\": \"^2.2.0\",\n\"rollup-plugin-sizes\": \"^0.5.0\",\n", ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(rollup): fixed rollup config
1
fix
rollup
531,793
07.08.2019 17:04:16
-3,600
f4f4a1860c7906910c7fe1ef8fa2f5d2cfb92b70
feat(api): compress response before putting it in the cache
[ { "change_type": "MODIFY", "diff": "package main\nimport (\n+ \"bytes\"\n+ \"compress/gzip\"\n\"encoding/base64\"\n\"encoding/json\"\n+ \"fmt\"\n+ \"io/ioutil\"\n\"net/http\"\n\"regexp\"\n\"sort\"\n@@ -29,6 +33,41 @@ func noCache(c *gin.Context) {\nc.Header(\"Cache-Control\", \"no-cache, no-store, must-reva...
TypeScript
Apache License 2.0
prymitive/karma
feat(api): compress response before putting it in the cache
1
feat
api
438,921
07.08.2019 17:11:30
-32,400
a63cb13a171e7a897800e3571efde4e515ce5228
chore(release): Update release configuration Update relative path for doc API custom css loading Use fixed gh-pages version, due to the bug from the latest 2.1.0 [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -41,4 +41,7 @@ mkdir release/$DIST_TAG\ncp -r doc dist release/$DIST_TAG\n# push to github pages\n-npx gh-pages --dist $DIST_FOLDER --dest $DEST_FOLDER --add --remote $DEST_REMOTE --message $COMMIT_MESSAGE\n+# Use fixed gh-pages version, due to the bug from the latest ...
TypeScript
MIT License
naver/billboard.js
chore(release): Update release configuration - Update relative path for doc API custom css loading - Use fixed gh-pages version, due to the bug from the latest 2.1.0 [skip ci]
1
chore
release
722,013
07.08.2019 17:13:56
18,000
e5fa23c98c0b25e1f5027ddd086c94447d8603a9
ci: do yarn compile before lint for resolution
[ { "change_type": "MODIFY", "diff": "@@ -33,8 +33,8 @@ jobs:\ninclude:\n- stage: test\nscript:\n- - yarn lint\n- yarn compile\n+ - yarn lint\n# Run tests without coverage since it's 2x faster\n- yarn test:jest --runInBand\n- yarn danger ci\n", "new_path": ".travis.yml", "old_path": ".travis.yml" } ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci: do yarn compile before lint for resolution
1
ci
null
711,597
07.08.2019 17:35:50
-7,200
8be0051b2e1cb8a3190ef034d2ffec8279adbbea
fix: Fix yarn lockfile to remove verdaccio url
[ { "change_type": "MODIFY", "diff": "@@ -4823,7 +4823,7 @@ find-up@^4.0.0:\nfind@^0.3.0:\nversion \"0.3.0\"\n- resolved \"http://localhost:4873/find/-/find-0.3.0.tgz#4082e8fc8d8320f1a382b5e4f521b9bc50775cb8\"\n+ resolved \"https://registry.npmjs.org/find/-/find-0.3.0.tgz#4082e8fc8d8320f1a382b5e4f521b9bc50775...
TypeScript
MIT License
vendure-ecommerce/vendure
fix: Fix yarn lockfile to remove verdaccio url
1
fix
null