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
304,882
06.11.2019 15:06:37
28,800
ca3bb78918f0436217e8cf5915365b52891ae1b0
test(semantic): records with scoped labels Records labels are scoped meaning a record may have multiple properties with the same label, but only one of them is visible or accessible at any given time. This commit adds a test case showing how record labels are scoped.
[ { "change_type": "MODIFY", "diff": "@@ -251,7 +251,7 @@ fn non_existent_property() {\n}\n}\n#[test]\n-fn derived_record_lit() {\n+fn derived_record_literal() {\ntest_infer! {\nenv: &[\n(\"r\", \"forall [] {a: int | b: float | c: string}\"),\n@@ -265,7 +265,7 @@ fn derived_record_lit() {\n}\n}\n#[test]\n-fn ...
Go
MIT License
influxdata/flux
test(semantic): records with scoped labels Records labels are scoped meaning a record may have multiple properties with the same label, but only one of them is visible or accessible at any given time. This commit adds a test case showing how record labels are scoped.
1
test
semantic
76,605
06.11.2019 15:45:35
-3,600
5c71bd67f06887a556ec9e104fbce81496055698
feat: render answers options
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ class NlgManager extends Clonable {\nthis.container.registerConfiguration('nlg-manager', {}, false);\nthis.container.registerPipeline(\n'nlg-manager-find',\n- ['.findAllAnswers', '.filterAnswers', '.chooseRandom'],\n+ ['.findAllAnswers', '.filterAnswers'...
JavaScript
MIT License
axa-group/nlp.js
feat: render answers options
1
feat
null
791,690
06.11.2019 15:49:28
21,600
c2a4696f40bba43c7ca587c8504dc6e022f02204
core: delete full config
[ { "change_type": "MODIFY", "diff": "@@ -197,7 +197,7 @@ The groups property controls how to visually group audits within a category. For\nThe stock Lighthouse configurations can be extended if you only need to make small tweaks, such as adding an audit or skipping an audit, but wish to still run most of wha...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: delete full config (#9930)
1
core
null
722,013
06.11.2019 15:51:56
21,600
e39878e903ecba1f8d8651d5a28abca53072f55c
fix: avoid double progressBar
[ { "change_type": "MODIFY", "diff": "@@ -50,9 +50,13 @@ const getProgressPlugin = (msg: string) => {\n}\nexport function commandBuild(config: ProcessedStyleGuidistConfigObject): Compiler {\n- const { plugin, bar } = getProgressPlugin('Building style guide')\n+ let bar: ProgressBar|undefined;\n+ if((config.we...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: avoid double progressBar
1
fix
null
276,989
06.11.2019 15:54:06
10,800
d18fc0a6b540d902e6b794e334741437e9bc1775
refactor(radiogroup.button): refactor styled-components way to do the styleds
[ { "change_type": "MODIFY", "diff": "<resources>\n- <string name=\"app_name\">labnative</string>\n+ <string name=\"app_name\">Yoga</string>\n</resources>\n", "new_path": "packages/labnative/android/app/src/main/res/values/strings.xml", "old_path": "packages/labnative/android/app/src/main/res/values/s...
JavaScript
MIT License
gympass/yoga
refactor(radiogroup.button): refactor styled-components way to do the styleds
1
refactor
radiogroup.button
104,818
06.11.2019 15:54:18
21,600
8a3c1ea11848e217e31ab3bf92d23c88e6d08359
fix(timeseriescard): remove legend if only one line
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,6 @@ const LineChartWrapper = styled.div`\ndisplay: ${props => (props.isEditable ? 'none' : '')};\n}\n.legend-wrapper {\n- display: ${props => (props.isLegendHidden ? 'none' : '')};\nheight: ${props => (!props.size === CARD_SIZES.MEDIUM ? '40px' : '20px')} !i...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseriescard): remove legend if only one line
1
fix
timeseriescard
67,476
06.11.2019 15:54:59
-3,600
342f75477647b6ee2ddad741307769e35cd74858
chore(eslint): set newline-between to ignore
[ { "change_type": "MODIFY", "diff": "@@ -103,7 +103,7 @@ module.exports = {\n'import/no-self-import': 'error',\n'import/no-unassigned-import': 'error',\n'import/no-useless-path-segments': ['error'],\n- 'import/order': ['error', { 'groups': [], 'newlines-between': 'never' }],\n+ 'import/order': ['error', { 'g...
TypeScript
MIT License
aurelia/aurelia
chore(eslint): set newline-between to ignore
1
chore
eslint
276,989
06.11.2019 15:55:40
10,800
a2351d3f6851e48c5051099497d43fe89053835d
test(radiogroup.button): remove only from test
[ { "change_type": "MODIFY", "diff": "@@ -91,7 +91,7 @@ describe('<RadioGroup />', () => {\nexpect(radio2.checked).toBe(true);\n});\n- it.only('name should the one provided by context', () => {\n+ it('name should the one provided by context', () => {\nconst name = 'test';\nconst { getAllByTestId } = render(\n...
JavaScript
MIT License
gympass/yoga
test(radiogroup.button): remove only from test
1
test
radiogroup.button
276,933
06.11.2019 16:09:43
10,800
b236f27ec4bb75724dc2a50fbebabe647c103f32
docs(doc/readme): adding a readme to root project
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import React from 'react';\nimport styled from 'styled-components';\nimport { node } from 'prop-types';\n-import yoga from '../../images/lotus.svg';\n+import yoga from '../../images/yoga-logo.svg';\nconst LOGO_WRAPPER_WIDTH = 320;\n", "new_path": "pack...
JavaScript
MIT License
gympass/yoga
docs(doc/readme): adding a readme to root project
1
docs
doc/readme
866,415
06.11.2019 16:12:00
18,000
0f286376e3be1268fb88c5763128030eaa2d452c
fix(lang): dispatch correct action type
[ { "change_type": "MODIFY", "diff": "@@ -121,7 +121,7 @@ const MastheadSearch = ({ placeHolderText, renderValue, searchOpenOnload }) => {\nconst response = await LocaleAPI.getLang();\nif (response) {\ndispatch({ type: 'setLc', payload: { lc: response.lc } });\n- dispatch({ type: 'setLc', payload: { cc: respo...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(lang): dispatch correct action type
1
fix
lang
71,371
06.11.2019 16:12:14
-3,600
f5858baa1d849c913807d6ed1fedfe5b8d66966b
feat(events): support event bus for rule * feat(cfnspec): update CloudFormation spec to 7.3.0 * feat(events): support event bus for rule Adds an `eventBus` prop to the `Rule` construct.
[ { "change_type": "MODIFY", "diff": "import { App, Construct, Lazy, Resource, Stack, Token } from '@aws-cdk/core';\n+import { IEventBus } from './event-bus';\nimport { EventPattern } from './event-pattern';\nimport { CfnEventBusPolicy, CfnRule } from './events.generated';\nimport { IRule } from './rule-ref';...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(events): support event bus for rule (#4839) * feat(cfnspec): update CloudFormation spec to 7.3.0 * feat(events): support event bus for rule Adds an `eventBus` prop to the `Rule` construct.
1
feat
events
276,946
06.11.2019 16:13:19
10,800
6997681555a36339bc4a7ea8c6d39c3add7ad020
refactor(yoga/slider): refactor styled components theme desctructuring
[ { "change_type": "MODIFY", "diff": "import styled from 'styled-components';\n-import { string } from 'prop-types';\n+import { oneOf } from 'prop-types';\nconst LabelView = styled.View`\nalign-items: center;\n@@ -7,17 +7,17 @@ const LabelView = styled.View`\njustify-content: space-between;\n`;\n-const LabelT...
JavaScript
MIT License
gympass/yoga
refactor(yoga/slider): refactor styled components theme desctructuring
1
refactor
yoga/slider
67,476
06.11.2019 16:15:45
-3,600
54ea45cfb852107fee4d9a486f232c51b04af225
chore(eslint): disable sort-keys rule
[ { "change_type": "MODIFY", "diff": "@@ -201,6 +201,7 @@ module.exports = {\n'sonarjs/no-extra-arguments': 'warn',\n'sonarjs/no-inverted-boolean-check': 'warn',\n'sonarjs/no-small-switch': 'off',\n+ 'sort-keys': 'off',\n'sonarjs/prefer-immediate-return': 'warn',\n'default-param-last': ['warn'],\n'eqeqeq': 'w...
TypeScript
MIT License
aurelia/aurelia
chore(eslint): disable sort-keys rule
1
chore
eslint
104,818
06.11.2019 16:24:11
21,600
1e0b78afb6cb8899d2b12de3172c46b287e188a4
fix(timeseries): remove extra whitespace
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,6 @@ import styled from 'styled-components';\nimport isNil from 'lodash/isNil';\nimport memoize from 'lodash/memoize';\nimport useDeepCompareEffect from 'use-deep-compare-effect';\n-import withSize from 'react-sizeme';\nimport { TimeSeriesCardPropTypes, CardPro...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): remove extra whitespace
1
fix
timeseries
67,476
06.11.2019 16:26:29
-3,600
601599532524fcba2f0ea30eabbaae90e2ba43c9
chore(eslint): disable unbound-method and unnecessary-condition
[ { "change_type": "MODIFY", "diff": "@@ -177,14 +177,14 @@ module.exports = {\n'@typescript-eslint/no-floating-promises': 'warn',\n'@typescript-eslint/no-misused-promises': 'warn',\n'@typescript-eslint/no-this-alias': 'warn',\n- '@typescript-eslint/no-unnecessary-condition': 'warn',\n+ '@typescript-eslint/no...
TypeScript
MIT License
aurelia/aurelia
chore(eslint): disable unbound-method and unnecessary-condition
1
chore
eslint
67,476
06.11.2019 16:29:40
-3,600
d9e647a8a861f107ac740afae1f09e47658ab2e5
chore(eslint): try again disabling sort-keys
[ { "change_type": "MODIFY", "diff": "@@ -201,7 +201,7 @@ module.exports = {\n'sonarjs/no-extra-arguments': 'warn',\n'sonarjs/no-inverted-boolean-check': 'warn',\n'sonarjs/no-small-switch': 'off',\n- 'sort-keys': 'off',\n+ 'sort-keys': ['off'],\n'sonarjs/prefer-immediate-return': 'warn',\n'default-param-last'...
TypeScript
MIT License
aurelia/aurelia
chore(eslint): try again disabling sort-keys
1
chore
eslint
67,476
06.11.2019 16:29:57
-3,600
236f1bfcb74653058bfda60eb06dcf4d9fb22709
chore(realworld): fix linting
[ { "change_type": "MODIFY", "diff": "@@ -5,11 +5,11 @@ import { customElement, IObserverLocator, IViewModel, LifecycleFlags } from '@au\nimport { Article } from './components/article/article';\nimport { Auth } from './components/auth/auth';\nimport { Editor } from './components/editor/editor';\n-import { Foo...
TypeScript
MIT License
aurelia/aurelia
chore(realworld): fix linting
1
chore
realworld
791,834
06.11.2019 16:33:41
18,000
d53284cf12e680cbe6a12429cc1c6c4219e7ef43
core: fix icu error thrown while throwing protocol error
[ { "change_type": "MODIFY", "diff": "@@ -120,10 +120,7 @@ class LighthouseError extends Error {\n// if we find one, use the friendly LighthouseError definition\nconst matchedErrorDefinition = protocolErrors.find(e => e.pattern.test(protocolError.message));\nif (matchedErrorDefinition) {\n- return new Lightho...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: fix icu error thrown while throwing protocol error (#9935)
1
core
null
276,989
06.11.2019 16:34:31
10,800
1d030929f09a7e1c72533e1bde3e92bfb5af3a2d
chore(splashscreen): add android splashscreen
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.DS_Store differ\n", "new_path": ".DS_Store", "old_path": ".DS_Store" }, { "change_type": "ADD", "diff": "Binary files /dev/null and b/packages/.DS_Store differ\n", "new_path": "packages/.DS_Store", "old_path": "packag...
JavaScript
MIT License
gympass/yoga
chore(splashscreen): add android splashscreen
1
chore
splashscreen
276,933
06.11.2019 16:51:45
10,800
084c5879ec29de765fa997fe0431b515c00b8633
docs(yoga/readme): adding readme to yoga package
[ { "change_type": "MODIFY", "diff": "Binary files a/packages/doc/src/images/lotus.png and b/packages/doc/src/images/lotus.png differ\n", "new_path": "packages/doc/src/images/lotus.png", "old_path": "packages/doc/src/images/lotus.png" }, { "change_type": "MODIFY", "diff": "-# `@gympass/yog...
JavaScript
MIT License
gympass/yoga
docs(yoga/readme): adding readme to yoga package
1
docs
yoga/readme
276,933
06.11.2019 16:53:14
10,800
9f3aeae51a9e01304e2aad886efe8ea0a72df44c
docs(doc): removing title from readme
[ { "change_type": "MODIFY", "diff": "<img src=\"packages/doc/src/images/lotus.png\" />\n</p>\n-# Yoga\n-\n[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors)\n![Github Actions](https://github.com/gympass/yoga/workflows/Yoga%20-%20Gympass%20Design...
JavaScript
MIT License
gympass/yoga
docs(doc): removing title from readme
1
docs
doc
791,704
06.11.2019 17:02:03
28,800
3acba79f4db50f3ebf82e9d857881a03cbebd51f
docs: devtools throttling deprecation notice
[ { "change_type": "MODIFY", "diff": "@@ -14,13 +14,23 @@ These exact figures are used as [Lighthouse's throttling default](https://github\nWithin web performance testing, there are four typical styles of throttling:\n1. **_Simulated throttling_**, which Lighthouse uses by **default**, uses a simulation of a ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs: devtools throttling deprecation notice (#9933)
1
docs
null
866,390
06.11.2019 17:05:17
18,000
a293156dd77b3163571cd217d049a9fb7f501043
fix(layout): added Layout in index export
[ { "change_type": "MODIFY", "diff": "@@ -13,5 +13,6 @@ export * from './Icon';\nexport * from './Masthead';\nexport * from './LinkWithIcon';\nexport * from './CardLink';\n+export * from './Layout';\nexport * from './ExpressiveModal';\nexport * from './carbon-components-react/UIShell';\n", "new_path": "pa...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(layout): added Layout in index export
1
fix
layout
67,476
06.11.2019 17:13:37
-3,600
3c5f578e3ef497c01538aa33a21948291989e1f1
chore(realworld): disable sort-keys rule in tslint
[ { "change_type": "MODIFY", "diff": "\"quotemark\": false,\n\"no-implicit-dependencies\": false,\n\"no-submodule-imports\": false,\n- \"interface-name\": false\n+ \"interface-name\": false,\n+ \"object-literal-sort-keys\": false\n}\n}\n", "new_path": "test/realworld/tslint.json", "old_path": "test/re...
TypeScript
MIT License
aurelia/aurelia
chore(realworld): disable sort-keys rule in tslint
1
chore
realworld
67,476
06.11.2019 17:15:19
-3,600
c158a2232ecc50f56654354050f28fcb909c1f14
feat(kernel): add isObject function
[ { "change_type": "MODIFY", "diff": "@@ -481,3 +481,58 @@ export function toLookup<\nexport function toLookup(...objs: {}[]): Readonly<{}> {\nreturn Object.assign(Object.create(null) as {}, ...objs);\n}\n+\n+/**\n+ * Determine whether a value is an object.\n+ *\n+ * Uses `typeof` to guarantee this works cros...
TypeScript
MIT License
aurelia/aurelia
feat(kernel): add isObject function
1
feat
kernel
67,476
06.11.2019 17:30:22
-3,600
a783f074f4678c0926f609a81a19cedfb5b0a6ea
feat(kernel): add isNullOrUndefined function
[ { "change_type": "MODIFY", "diff": "@@ -536,3 +536,14 @@ export function toLookup(...objs: {}[]): Readonly<{}> {\nexport function isObject<T extends object = Object | Function>(value: unknown): value is T {\nreturn typeof value === 'object' && value !== null || typeof value === 'function';\n}\n+\n+/**\n+ * ...
TypeScript
MIT License
aurelia/aurelia
feat(kernel): add isNullOrUndefined function
1
feat
kernel
447,447
06.11.2019 17:41:04
18,000
057efecc6963e87ccbc346cf8b0d01eb8376ea80
fix: fix ButtonMenu example
[ { "change_type": "MODIFY", "diff": "@@ -252,7 +252,7 @@ import { faCog, faShareAlt, faPlus, faBell, faSlidersH } from '@fortawesome/free\n```js\nimport React from 'react';\nimport { ButtonGroup, ButtonIcon, ButtonMenu, MenuItem } from 'react-rainbow-components';\n-import { FontAwesomeIcon } from '@fortaweso...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix ButtonMenu example (#1128)
1
fix
null
366,918
06.11.2019 17:43:01
-32,400
36e30c633856a5acc20e31cd06c0223fce47fd27
fix: move helper file to inside libs
[ { "change_type": "MODIFY", "diff": "import React, { useCallback, useState } from 'react'\n-import { mapToArray, arrayToMap } from './AccordionPanelHelper'\n+import { mapToArray, arrayToMap } from '../../libs/map'\ntype Props = {\nchildren: React.ReactNode\n", "new_path": "src/components/AccordionPanel/A...
TypeScript
MIT License
kufu/smarthr-ui
fix: move helper file to inside libs
1
fix
null
67,476
06.11.2019 17:57:49
-3,600
8c17492cca4fc7a9f05259e02b8010826bca1036
refactor(metadata): improve error detection and reporting
[ { "change_type": "MODIFY", "diff": "+import { isObject, isNullOrUndefined } from './functions';\n+\n/* eslint-disable @typescript-eslint/no-explicit-any */\n/* eslint-disable @typescript-eslint/ban-types */\nconst metadataInternalSlot = new WeakMap<any, Map<string | symbol | undefined, Map<any, any>>>();\n-...
TypeScript
MIT License
aurelia/aurelia
refactor(metadata): improve error detection and reporting
1
refactor
metadata
217,922
06.11.2019 17:59:40
-3,600
4ac02b392d3df22849ad51d9f3da5daaf7490ca0
fix(list): fixed an issue with some lists having no details on their items at all
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ import { LazyRecipe } from './lazy-recipe';\nimport { PlatformService } from '../tools/platform.service';\nimport { environment } from '../../../environments/environment';\nimport { ListRow } from '../../modules/list/model/list-row';\n+import { shareRepl...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed an issue with some lists having no details on their items at all
1
fix
list
67,476
06.11.2019 18:04:23
-3,600
a5f78a6cfe4b7adf61fdac6f1c0f4c4b95f09528
chore(realworld): actually fix tslint issue
[ { "change_type": "MODIFY", "diff": "@@ -10,8 +10,8 @@ import { Profile } from './components/profile/profile';\nimport { Settings } from './components/settings/settings';\nimport { FooterLayout } from './shared/layouts/footer-layout';\nimport { HeaderLayout } from './shared/layouts/header-layout';\n-import {...
TypeScript
MIT License
aurelia/aurelia
chore(realworld): actually fix tslint issue
1
chore
realworld
217,922
06.11.2019 18:11:54
-3,600
c277e3472181accf4b64a9dbdc26894f6eff5102
feat(inventory): added a button to clear all your inventories at once
[ { "change_type": "MODIFY", "diff": "<ng-container *ngIf=\"display$ | async as display\">\n+ <div>\n+ <button nz-button nzType=\"danger\" nz-popconfirm [nzTitle]=\"'Confirmation' | translate\"\n+ (nzOnConfirm)=\"deleteInventories()\">{{'INVENTORY.Clean_all' | translate}}</button>\n+ </div>\n<div nz-row>\n<di...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(inventory): added a button to clear all your inventories at once
1
feat
inventory
471,454
06.11.2019 18:37:39
0
a9e122c77c3a9dfe788f044f08bcd2f3fac48130
fix(es-dev-server): resolve relative to es-dev-server location
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ function createDefaultConfig(readUserBabelConfig) {\nconst modernConfig = {\npresets: [\n[\n- '@babel/preset-env',\n+ require.resolve('@babel/preset-env'),\n{\ntargets: findSupportedBrowsers(),\nuseBuiltIns: false,\n@@ -48,7 +48,7 @@ const modernConfig =...
JavaScript
MIT License
open-wc/open-wc
fix(es-dev-server): resolve @babel/preset-env relative to es-dev-server location (#956)
1
fix
es-dev-server
104,818
06.11.2019 18:46:33
21,600
1987616f6d09fe687595073503c207dfd53f8190
chore(charts): upgrade charts to latest release
[ { "change_type": "MODIFY", "diff": "}\n},\n\"dependencies\": {\n- \"@carbon/charts\": \"https://github.com/scottdickerson/carbon-charts#carbon-charts-v0.16.26-gitpkg\",\n+ \"@carbon/charts\": \"https://github.com/scottdickerson/carbon-charts#carbon-charts-v0.16.27-gitpkg\",\n\"@carbon/charts-react\": \"^0.1...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(charts): upgrade charts to latest release
1
chore
charts
471,527
06.11.2019 19:11:11
-3,600
227b8371d9ea23c9b1ebefd96283c9fe6d90296a
fix(demoing-storybook): display stories inline in docs mode
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@open-wc/testing-helpers\": \"^1.3.0\",\n- \"@storybook/addon-a11y\": \"5.3.0-alpha.35\",\n- \"@storybook/addon-actions\": \"5.3.0-alpha.35\",\n- \"@storybook/addon-backgrounds\": \"5.3.0-alpha.35\",\n+ \"@storybook/addon-a11y\": \"5.3.0-alpha.4...
JavaScript
MIT License
open-wc/open-wc
fix(demoing-storybook): display stories inline in docs mode
1
fix
demoing-storybook
504,019
06.11.2019 19:46:07
18,000
e74587f74e58e1bb10213d497be34fba1938dc2d
fix(catalog-view-extension): Remove unused dev dependencies from package.json Remove unused dev dependencies from package.json
[ { "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- \"@types/lodash\": \"^4.14.138\",\n- \"@types/victory\": \"^31.0.22\",\n\"babel-plugin-transform-es2015-modules-umd\": \"^6.24.1\",\n\"babel-pl...
TypeScript
MIT License
patternfly/patternfly-react
fix(catalog-view-extension): Remove unused dev dependencies from package.json (#3275) Remove unused dev dependencies from package.json
1
fix
catalog-view-extension
366,920
06.11.2019 19:52:25
-32,400
40b8ad7f3101b788f8a8c8da2e276abad5247554
refactor: Clean the code
[ { "change_type": "MODIFY", "diff": "-import * as React from 'react'\n+import React, { FC } from 'react'\nimport styled, { css } from 'styled-components'\n-type Radius = 's' | 'm'\n-\n-interface Props {\n- radius?: Radius\n- children?: React.ReactNode\n+type Props = {\n+ radius?: 's' | 'm'\nclassName?: strin...
TypeScript
MIT License
kufu/smarthr-ui
refactor: Clean the code
1
refactor
null
366,920
06.11.2019 19:53:15
-32,400
497e698a5596b8d1379804e53be32653a39ce3c7
style: Specify background-color
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,7 @@ const Wrapper = styled.div<{ radius: string }>`\noverflow: hidden;\nborder-radius: ${radius};\nbox-shadow: rgba(51, 51, 51, 0.3) 1px 1px 4px 0;\n+ background-color: #fff;\n`\n}}\n`\n", "new_path": "src/components/Base/Base.tsx", "old_path": "src/...
TypeScript
MIT License
kufu/smarthr-ui
style: Specify background-color
1
style
null
366,920
06.11.2019 20:25:44
-32,400
47fe111f0253845c9c2bc404eddaf45d11dde22d
fix: Add ref props
[ { "change_type": "MODIFY", "diff": "-import React, { FC } from 'react'\n+import React, { FC, Ref } from 'react'\nimport styled, { css } from 'styled-components'\n-type Props = {\n+type BaseProps = {\nradius?: 's' | 'm'\nclassName?: string\n+ ref?: Ref<HTMLDivElement>\n}\n-export const Base: FC<Props> = ({ r...
TypeScript
MIT License
kufu/smarthr-ui
fix: Add ref props
1
fix
null
67,476
06.11.2019 20:26:04
-3,600
f3f8a04f1ab47e2da12d90f79a5a01470bce388f
docs(commit-messages): add an initial spec for commit mesages
[ { "change_type": "ADD", "diff": "+# Commit message guidelines\n+\n+The key words \"MUST\", \"MUST NOT\", \"REQUIRED\", \"SHALL\", \"SHALL NOT\", \"SHOULD\", \"SHOULD NOT\", \"RECOMMENDED\", \"MAY\", and \"OPTIONAL\" in this document are to be interpreted as described in RFC 2119.\n+\n+### Format\n+1. A comm...
TypeScript
MIT License
aurelia/aurelia
docs(commit-messages): add an initial spec for commit mesages
1
docs
commit-messages
217,922
06.11.2019 20:28:04
-3,600
68937bddcee1cff3b2d69ed5751b1078a5054418
fix(optimizer): performance optimizations for inventory optimizer
[ { "change_type": "MODIFY", "diff": "</ng-template>\n<nz-collapse>\n<nz-collapse-panel *ngFor=\"let container of optimization.entries; trackBy: trackByEntry\"\n+ #panel\nnzHeader=\"{{container.isRetainer ? container.containerName :('INVENTORY.BAG.' + container.containerName) | translate}} ({{container.totalL...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(optimizer): performance optimizations for inventory optimizer
1
fix
optimizer
67,482
06.11.2019 20:42:26
28,800
de61e84c4aaa3cd09202e5d1296eea5c9f58f228
chore: added organization funding
[ { "change_type": "DELETE", "diff": "-# These are supported funding model platforms\n-\n-github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]\n-patreon: # Replace with a single Patreon username\n-open_collective: aurelia\n-ko_fi: # Replace with a single Ko-fi username\n-tidel...
TypeScript
MIT License
aurelia/aurelia
chore: added organization funding
1
chore
null
217,922
06.11.2019 20:58:41
-3,600
a51449c37d6ea9d8b37446c7dc0acb35b4d55c24
feat(inventory): new setting to track retainer's market inventory too closes
[ { "change_type": "MODIFY", "diff": "@@ -37,10 +37,14 @@ export class UserInventory extends DataModel {\nreturn [].concat.apply([],\nObject.keys(this.items)\n.filter(key => {\n- return UserInventory.DISPLAYED_CONTAINERS.indexOf(+key) > -1\n- || (key.indexOf(':') > -1\n+ let matches = UserInventory.DISPLAYED_...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(inventory): new setting to track retainer's market inventory too closes #1194
1
feat
inventory
217,922
06.11.2019 21:05:02
-3,600
98616e721935eaf42e2f9863c7876d36ce0b8eb0
feat(layout): second default layout: Default layout without vendors
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,11 @@ export class LayoutsEffects {\nreturn this.layoutService.getByForeignKey(TeamcraftUser, userId);\n}),\n// We do not allow empty layouts array, if it's empty, return default layout on index 0;\n- map(layouts => [this.layoutService.defaultLayout, ...layou...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(layout): second default layout: Default layout without vendors
1
feat
layout
401,147
06.11.2019 21:10:58
-19,080
1a5e266076ecc19b75af132198678bc351f8b09a
fix(core): fix outline issue in tab panel affects:
[ { "change_type": "MODIFY", "diff": "import { styled } from '@medly-components/utils';\nexport const TabPanel = styled('div')`\n+ &:focus {\n+ outline: none;\n+ }\npadding: 10px;\n`;\n", "new_path": "packages/core/src/components/Tabs/TabPanel/TabPanel.styled.tsx", "old_path": "packages/core/src/compo...
TypeScript
MIT License
medly/medly-components
fix(core): fix outline issue in tab panel affects: @medly-components/core
1
fix
core
679,913
06.11.2019 22:07:44
0
973c779afaf04ac1b818472f729b320c3e022f31
refactor(malloc): replace MemBlockWrapper w/ implict list, remove wrap()
[ { "change_type": "MODIFY", "diff": "export * from \"./api\";\nexport * from \"./pool\";\n-export * from \"./wrap\";\n", "new_path": "packages/malloc/src/index.ts", "old_path": "packages/malloc/src/index.ts" }, { "change_type": "MODIFY", "diff": "@@ -2,18 +2,13 @@ import {\nassert,\nSIZEO...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(malloc): replace MemBlockWrapper w/ implict list, remove wrap()
1
refactor
malloc
815,598
06.11.2019 22:08:27
-28,800
1c61ae4caa9949cf3e6dfb565c29eace691e4f4d
chore: setup chain spec for mainnet
[ { "change_type": "MODIFY", "diff": "# Generated by: ckb cli hashes -b\n-# Spec: ckb_dev\n-[ckb_dev]\n-genesis = \"0x3d85301752ca103213563ba60b03de542b4fd749bbb93973a84ad0ac322ecc0b\"\n-cellbase = \"0x969eda8fb39a3ac965dd3c6eddc5a5eece20bdf899812236ff1095678a202820\"\n+# Spec: ckb\n+[ckb]\n+genesis = \"0x32a...
Rust
MIT License
nervosnetwork/ckb
chore: setup chain spec for mainnet
1
chore
null
67,476
06.11.2019 22:14:17
-3,600
ee0847103bca4240d6dcd3ff2ce99794457a5a3c
docs: make some adjustments to git commit guidelines
[ { "change_type": "MODIFY", "diff": "@@ -120,50 +120,61 @@ We have very precise rules over how our git commit messages can be formatted. Th\n### Commit Message Format\n-Each commit message consists of a **header**, a **body** and a **footer**. The header has a special format that includes a **type**, a **sco...
TypeScript
MIT License
aurelia/aurelia
docs: make some adjustments to git commit guidelines
1
docs
null
447,447
06.11.2019 22:28:35
18,000
f0ed4cb77d38ec00909804c7f7971e4e81b05e97
review: remove javascript:void(0) on VerticalItem component
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import React from 'react';\nimport { mount } from 'enzyme';\nimport VerticalItem from './../';\n-describe('<VerticalItem/>', () => {\n+describe('<VerticalItem when href is passed/>', () => {\nit('should pass the right props to anchor element', () => {\ncon...
JavaScript
MIT License
nexxtway/react-rainbow
review: remove javascript:void(0) on VerticalItem component (#1127)
1
review
null
67,476
07.11.2019 00:32:13
-3,600
9d829b7582a86af593c2afdebe995b6815913178
build: add aurelia package to scope
[ { "change_type": "MODIFY", "diff": "\"postinstall\": \"lerna bootstrap --ci\",\n\"rebuild\": \"npm run clean && npm run build\",\n\"build\": \"lerna run build --scope @aurelia/* --scope aurelia\",\n- \"build:release\": \"lerna run build --scope @aurelia/* --ignore @aurelia/__tests__ --ignore @aurelia/__e2e_...
TypeScript
MIT License
aurelia/aurelia
build: add aurelia package to scope
1
build
null
679,913
07.11.2019 01:31:21
0
830b267f8bf3f050ea5914b7e9f8ba539dcd0c4e
fix(malloc): update freeAll(), add test, doc strings, minor cleanup
[ { "change_type": "MODIFY", "diff": "-import { IRelease, Type, TypedArray } from \"@thi.ng/api\";\n+import {\n+ IRelease,\n+ Type,\n+ TypedArray,\n+ TypedArrayTypeMap\n+} from \"@thi.ng/api\";\nimport { Pow2 } from \"@thi.ng/binary\";\n-export interface MemBlock {\n- addr: number;\n- size: number;\n- next: M...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(malloc): update freeAll(), add test, doc strings, minor cleanup
1
fix
malloc
67,494
07.11.2019 03:54:03
-3,600
f3f08d2d195e829378491699592204a83dea8042
refactor(router): add route to viewport instruction
[ { "change_type": "MODIFY", "diff": "@@ -81,7 +81,7 @@ export class InstructionResolver {\nif (typeof instruction === 'string') {\nreturn this.stringifyAViewportInstruction(instruction, excludeViewport);\n} else {\n- let excludeCurrentViewport = excludeViewport;\n+ let excludeCurrentViewport: boolean = exclu...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add route to viewport instruction
1
refactor
router
67,494
07.11.2019 03:55:53
-3,600
9c31f51beb995eaeebf9f9fcc754fe59a6c15c9b
test(router): add fallback and location url tests
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,31 @@ describe('Router', function () {\nreturn router;\n}\n- async function setup(config?, App?) {\n+ function spyNavigationStates(router, spy) {\n+ let _pushState;\n+ let _replaceState;\n+ if (spy) {\n+ _pushState = router.navigation.location.pushState;\n+ r...
TypeScript
MIT License
aurelia/aurelia
test(router): add fallback and location url tests
1
test
router
67,476
07.11.2019 04:25:24
-3,600
397d56165d01203b10e8c39e038b205f6b9cbc8a
fix(aot): properly resolve hoisted packages with arbitrary import specifiers
[ { "change_type": "MODIFY", "diff": "/* eslint-disable import/no-nodejs-modules */\nimport {\n+ accessSync,\n+ constants,\nDirent,\nexists,\nexistsSync,\n@@ -35,6 +37,7 @@ import {\n} from './path-utils';\nconst {\n+ access,\nlstat,\nmkdir,\nreaddir,\n@@ -189,6 +192,28 @@ export class NodeFileSystem implemen...
TypeScript
MIT License
aurelia/aurelia
fix(aot): properly resolve hoisted packages with arbitrary import specifiers
1
fix
aot
866,393
07.11.2019 07:53:27
-32,400
9d5f7e8a98db384567c8622595af8d4cd38eb471
docs(planning): add i6 plan
[ { "change_type": "MODIFY", "diff": "@@ -185,9 +185,8 @@ Can be found at [here](./src/coding-conventions.md).\n## Iteration plans\n-- [i3 (September 2019)](./plans/i3.md)\n-- [i4 (October 2019)](./plans/i4.md)\n- [i5 (November 2019)](./plans/i5.md)\n+- [i6 (December 2019)](./plans/i6.md)\n## Creating build\n...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs(planning): add i6 plan (#162)
1
docs
planning
104,818
07.11.2019 09:14:46
21,600
20a8f677c1665cf15ed7c83c9ec2b9157ce8d300
fix(tablecard): add width to proptypes
[ { "change_type": "MODIFY", "diff": "@@ -83,6 +83,8 @@ export const TableCardPropTypes = {\ncolumns: PropTypes.arrayOf(\nPropTypes.shape({\ndataSourceId: PropTypes.string.isRequired,\n+ /** optional width, default is no enforced max width. for example 150px */\n+ width: PropTypes.string,\nlabel: PropTypes.st...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tablecard): add width to proptypes
1
fix
tablecard
104,818
07.11.2019 09:38:35
21,600
95647e6f2a21a8729079e1f2a04eb01d9cac0565
feat(tablecard): add width prop to control column max width
[ { "change_type": "MODIFY", "diff": "@@ -103,12 +103,14 @@ const StyledCustomTableHeader = styled(TableHeader)`\nconst { width } = props;\nreturn width !== undefined\n? `\n+ .bx--table-header-label {\nmin-width: ${width};\nmax-width: ${width};\nwhite-space: nowrap;\noverflow-x: hidden;\noverflow-y: hidden;\n...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(tablecard): add width prop to control column max width
1
feat
tablecard
67,476
07.11.2019 09:40:36
-3,600
50ea5328b61ee3615a3af08dee9bcab43fc3b2d4
chore(aot): move index.ts to test.ts and expose some public api
[ { "change_type": "MODIFY", "diff": "\"build\": \"tsc -b\",\n\"bundle\": \"ts-node -P ../../tsconfig.json ../../scripts/bundle.ts umd,esm,system aot\",\n\"dev\": \"tsc -b -w\",\n- \"test\": \"node -r esm dist/esnext/index.js\"\n+ \"test\": \"node -r esm dist/esnext/test.js\"\n},\n\"publishConfig\": {\n\"acce...
TypeScript
MIT License
aurelia/aurelia
chore(aot): move index.ts to test.ts and expose some public api
1
chore
aot
67,476
07.11.2019 09:41:18
-3,600
04e31fad85453de1102acc0e2adfe78858accb28
feat(aot): add api for running a single file
[ { "change_type": "MODIFY", "diff": "@@ -5647,7 +5647,7 @@ export class $SourceFile implements I$Node, IModule {\npublic readonly $file: IFile,\npublic readonly node: SourceFile,\npublic readonly realm: Realm,\n- public readonly pkg: NPMPackage,\n+ public readonly pkg: NPMPackage | null,\npublic readonly com...
TypeScript
MIT License
aurelia/aurelia
feat(aot): add api for running a single file
1
feat
aot
866,415
07.11.2019 09:54:38
18,000
18bdc78272500f71406f924ff53ae398aae4feb0
fix(search-input): set correct key in actions
[ { "change_type": "MODIFY", "diff": "@@ -76,9 +76,9 @@ function _reducer(state, action) {\ncase 'setSearchClosed':\nreturn Object.assign({}, state, { isSearchOpen: false });\ncase 'setLc':\n- return Object.assign({}, state, { val: action.payload.lc });\n+ return Object.assign({}, state, { lc: action.payload....
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(search-input): set correct key in actions
1
fix
search-input
276,946
07.11.2019 10:10:44
10,800
31268f208b6d22802868cda1c579c83ee05247d7
refactor(yoga/slider): change positions and add elevation due android not supporting absolute
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ const LabelText = styled.Text(\n);\nLabelText.propTypes = {\n- placement: oneOf('left', 'right'),\n+ placement: oneOf(['left', 'right']),\n};\nLabelText.defaultProps = {\n", "new_path": "packages/yoga/src/Slider/native/Label.jsx", "old_path": "pa...
JavaScript
MIT License
gympass/yoga
refactor(yoga/slider): change positions and add elevation due android not supporting absolute
1
refactor
yoga/slider
103,576
07.11.2019 10:16:17
-3,600
2a155eebbc67aeee4cf1371a512f5561855b7ec3
fix: fix banner doc comment
[ { "change_type": "MODIFY", "diff": "@@ -100,7 +100,7 @@ type NativeEvent = {\n* onPress: () => this.setState({ visible: false }),\n* },\n* ]}\n- * image={({ size }) =>\n+ * icon={({ size }) =>\n* <Image\n* source={{ uri: 'https://avatars3.githubusercontent.com/u/17571969?s=400&v=4' }}\n* style={{\n", "n...
TypeScript
MIT License
callstack/react-native-paper
fix: fix banner doc comment (#1456)
1
fix
null
67,476
07.11.2019 10:17:26
-3,600
110b30ed3cf2e0e263bbeabd732df601668d5e0e
perf(logger): cache scoped loggers with the same name
[ { "change_type": "MODIFY", "diff": "@@ -238,6 +238,8 @@ export class DefaultLogger implements ILogger {\npublic readonly error: (...args: unknown[]) => void;\npublic readonly fatal: (...args: unknown[]) => void;\n+ private readonly scopedLoggers: { [key: string]: ILogger | undefined } = Object.create(null);...
TypeScript
MIT License
aurelia/aurelia
perf(logger): cache scoped loggers with the same name
1
perf
logger
866,415
07.11.2019 10:28:50
18,000
da711a10426704dc937d1b23529de26c940275a0
fix(storybook-knobs): move knobs within the add scope
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,14 @@ import mastheadKnobs from './data/Masthead.stories.knobs.js';\nimport readme from '../README.md';\nimport '../../../../../styles/scss/components/masthead/index.scss';\n+storiesOf('Masthead', module)\n+ .addDecorator(withKnobs)\n+ .addParameters({\n+ readm...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(storybook-knobs): move knobs within the add scope
1
fix
storybook-knobs
866,415
07.11.2019 10:32:54
18,000
7194f8598d5329a4ea897b8faf13f2a6d85e9bc3
chore(storybook): update knob title to be more clear
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ storiesOf('Footer', module)\nfooterThin: footerThin.data,\n});\n- let isCustom = boolean('show custom navigation', true);\n+ let isCustom = boolean('show custom navigation (not a prop)', true);\nreturn (\n<Footer\n", "new_path": "packages/react/src/c...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(storybook): update knob title to be more clear
1
chore
storybook
366,918
07.11.2019 10:37:35
-32,400
369b780cee10365593114788272dbc2d75e9c8a1
fix: export import
[ { "change_type": "MODIFY", "diff": "-# AppBar\n+# AccordionPanel\n```tsx\n-import { AccordionPanel, AccordionPanelTrigger, AccordionPanelContent } from 'smarthr-ui'\n+import { AccordionPanel, AccorionPanelItem, AccordionPanelTrigger, AccordionPanelContent } from 'smarthr-ui'\n<AccordionPanel\nicon=\"none\"\...
TypeScript
MIT License
kufu/smarthr-ui
fix: export import
1
fix
null
276,946
07.11.2019 10:53:46
10,800
e1adbaf64d71b892dcc0294560d8d138dfdf1fcd
improvement(yoga/slider): add slider proptypes and add a controlled example to slider doc
[ { "change_type": "ADD", "diff": "+import React, { useState } from 'react';\n+import { Slider } from '@gympass/yoga';\n+\n+const Controlled = props => {\n+ const [values, setValues] = useState([0, 7]);\n+\n+ return (\n+ <Slider\n+ max={7}\n+ min={0}\n+ values={values}\n+ onChange={value => setValues(value)}\...
JavaScript
MIT License
gympass/yoga
improvement(yoga/slider): add slider proptypes and add a controlled example to slider doc
1
improvement
yoga/slider
276,946
07.11.2019 10:54:50
10,800
aa13cf135e20074023d00b83951f7b8a5c3d647c
test(yoga/slider): add multi-slider dep to transformIgnorePatterns and add first slider test
[ { "change_type": "MODIFY", "diff": "@@ -8,4 +8,7 @@ module.exports = {\n'styled-components/native/dist/styled-components.native.cjs',\n),\n},\n+ transformIgnorePatterns: [\n+ '/node_modules/(?!@ptomasroos/react-native-multi-slider|react-native).+\\\\.js$',\n+ ],\n};\n", "new_path": "jest.config.native.j...
JavaScript
MIT License
gympass/yoga
test(yoga/slider): add multi-slider dep to transformIgnorePatterns and add first slider test
1
test
yoga/slider
276,989
07.11.2019 10:55:52
10,800
d469966367de6bd1b14f55eee2f22597a1f1e4da
refactor(radiogroup.button): undo destructuring
[ { "change_type": "MODIFY", "diff": "@@ -9,21 +9,7 @@ const RadioMark = styled.label(\n({\ntheme: {\ncomponents: {\n- radioGroup: {\n- radio: {\n- border: { radius: borderRadius },\n- padding: { left: paddingLeft, right: paddingRight },\n- height: { small: smallHeight, normal: normalHeight },\n- font: { size...
JavaScript
MIT License
gympass/yoga
refactor(radiogroup.button): undo destructuring
1
refactor
radiogroup.button
276,989
07.11.2019 11:21:05
10,800
8ccb5d5f1cecc0c1aaddf182c06893c66ef28791
build(build/web): remove test files from build process on web
[ { "change_type": "MODIFY", "diff": "module.exports = {\nenv: {\nweb: {\n- ignore: ['**/native', '**/*.native.js'],\n+ ignore: ['**/native', '**/*.native.js', '**/*.test.jsx'],\npresets: ['@babel/preset-env', '@babel/preset-react'],\n},\nesm: {\n", "new_path": "babel.config.js", "old_path": "babel.co...
JavaScript
MIT License
gympass/yoga
build(build/web): remove test files from build process on web
1
build
build/web
401,147
07.11.2019 11:23:16
-19,080
05437ec47fe7e5190470c1d69c53bec49fc3b6bb
feat(icon): add account icon affects:
[ { "change_type": "ADD", "diff": "+<?xml version=\"1.0\"?>\n+<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"512\" height=\"512\">\n+ <g id=\"account\">\n+ <path d=\"M11,40H23a5.006,5.006,0,0,0,5-5V31a5.006,5.006,0,0,0-5-5H11a5.006,5.006,0,0,0-5,5v4A5.006,5.006,0,0,0,11,40ZM8,31a3,3,0...
TypeScript
MIT License
medly/medly-components
feat(icon): add account icon affects: @medly-components/icons
1
feat
icon
866,396
07.11.2019 11:24:16
18,000
2501e6b8688abc0441fa2a97fd162b9b788d1a2c
fix(fonts): moving carbon font imports, adding instructions to readmes
[ { "change_type": "MODIFY", "diff": "// Use e.g. `@import '~carbon-components/scss/globals/scss/styles.scss'` instead.\n// @import '~carbon-components/src/globals/scss/styles.scss'; // SEE THE NOTE ABOVE\n+@import '@carbon/type/scss/font-face/mono';\n+@import '@carbon/type/scss/font-face/sans';\n+@include ca...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(fonts): moving carbon font imports, adding instructions to readmes
1
fix
fonts
276,989
07.11.2019 11:24:54
10,800
d2c43901ff7176ffe859b5cf0ae7c27245b795ba
refactor(radiogroup): fix lint: children props
[ { "change_type": "MODIFY", "diff": "@@ -56,7 +56,9 @@ const RadioGroup = ({\n...rest,\n}}\n>\n- <Group full={full} children={children} style={style} {...rest} />\n+ <Group full={full} style={style} {...rest}>\n+ {children}\n+ </Group>\n</RadioGroupContext.Provider>\n);\n", "new_path": "packages/yoga/src...
JavaScript
MIT License
gympass/yoga
refactor(radiogroup): fix lint: children props
1
refactor
radiogroup
366,920
07.11.2019 11:35:30
-32,400
f2ab9a9008d8fff07df8df1bb3000ea44f8e7a95
fix: use forwardRef
[ { "change_type": "MODIFY", "diff": "-import React, { FC, Ref } from 'react'\n+import React, { ReactNode, forwardRef } from 'react'\nimport styled, { css } from 'styled-components'\n-type BaseProps = {\n+type Props = {\n+ children: ReactNode\nradius?: 's' | 'm'\nclassName?: string\n- ref?: Ref<HTMLDivElement...
TypeScript
MIT License
kufu/smarthr-ui
fix: use forwardRef
1
fix
null
276,989
07.11.2019 11:36:02
10,800
82709877d901eabaa698506b303d7d1015a070b9
refactor(radiogroup): change style proptype from object to shape({})
[ { "change_type": "MODIFY", "diff": "import React from 'react';\n-import {\n- string,\n- func,\n- oneOfType,\n- number,\n- bool,\n- node,\n- object,\n-} from 'prop-types';\n+import { string, func, oneOfType, number, bool, node, shape } from 'prop-types';\nimport styled from 'styled-components';\nimport Radio...
JavaScript
MIT License
gympass/yoga
refactor(radiogroup): change style proptype from object to shape({})
1
refactor
radiogroup
807,849
07.11.2019 11:45:45
28,800
003ea8b6657135baaebbe51d16c8dc38e5bb83c8
refactor(listable): Allow override of options group name
[ { "change_type": "MODIFY", "diff": "module.exports = listableOptions;\n-function listableOptions(yargs) {\n+function listableOptions(yargs, group = \"Command Options:\") {\nreturn yargs.options({\njson: {\n- group: \"Command Options:\",\n+ group,\ndescribe: \"Show information as a JSON array\",\ntype: \"boo...
JavaScript
MIT License
lerna/lerna
refactor(listable): Allow override of options group name
1
refactor
listable
67,476
07.11.2019 11:54:56
-3,600
6562a90a8f1331a45ba8d0dac36ab1d107798ed3
chore(aot): minor improvements to logging
[ { "change_type": "MODIFY", "diff": "@@ -372,7 +372,7 @@ export class NodeFileSystem implements IFileSystem {\nconst ext = File.getExtension(path);\nif (ext !== void 0) {\n- const rootlessPath = path.replace(dirname(root), '');\n+ const rootlessPath = path.slice(dirname(root).length);\nconst shortName = name...
TypeScript
MIT License
aurelia/aurelia
chore(aot): minor improvements to logging
1
chore
aot
67,494
07.11.2019 11:55:10
-3,600
575ea40a1dbb325fb46ca4cc69e1f8131e76ed08
test(router): correct test conditions
[ { "change_type": "MODIFY", "diff": "@@ -1218,23 +1218,28 @@ describe('Router', function () {\n});\nlet scheduler, container, host, router, $teardown;\n+ let locationPath;\nbefore(async function () {\n- ({ scheduler, container, host, router, $teardown } = await $setup(App));\n+ ({ scheduler, container, host,...
TypeScript
MIT License
aurelia/aurelia
test(router): correct test conditions
1
test
router
67,476
07.11.2019 11:55:31
-3,600
6a283f32151827855d9d8b1c558dbe3e38ad7f49
test(aot): add initial test262 setup/structure
[ { "change_type": "MODIFY", "diff": "},\n\"scripts\": {\n\"lint\": \"eslint --cache --ext .js,.ts .\",\n+ \"test-262\": \"node -r esm dist/esnext/__tests__/setup-test262.js\",\n\"test-node\": \"cross-env NODE_ICU_DATA=../../node_modules/full-icu mocha --opts mocha.opts --reporter min --exit dist/esnext/__tes...
TypeScript
MIT License
aurelia/aurelia
test(aot): add initial test262 setup/structure
1
test
aot
866,394
07.11.2019 11:55:38
18,000
26cf27d2bb5cf4733e7bf5b3353f05beef30a500
chore(publish): added patch rc.0 script
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,11 @@ release_alpha () {\n./node_modules/.bin/lerna publish --canary minor --dist-tag canary --no-push --no-git-tag-version --force-publish=*\n}\n+# RC.0 patch release\n+release_rc0_patch () {\n+ ./node_modules/.bin/lerna publish prepatch --exact --convention...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(publish): added patch rc.0 script
1
chore
publish
902,122
07.11.2019 11:56:29
0
ed6ee1a2cd3731749903a4713a1c6a2760409db7
chore(release): v5.16.0
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [5.16.0](https://github.com/kikobeats/browserless/compare/v5.15.5...v5.16.0) (2019-11-07)\n+\n+\n+### Bug Fixes\n+\...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.16.0
1
chore
release
67,476
07.11.2019 12:18:26
-3,600
f8e04c58e27b58b128206149432d0ba31efc0526
ci: add 262 test suite job
[ { "change_type": "MODIFY", "diff": "@@ -175,10 +175,21 @@ jobs:\ndefault: \"test\"\ne:\ntype: executor\n+ submodules:\n+ type: boolean\n+ default: false\nexecutor: << parameters.e >>\nsteps:\n- checkout_install_bootstrap\n- run: npm run build\n+ - when:\n+ condition: << parameters.submodules >>\n+ steps:\n+...
TypeScript
MIT License
aurelia/aurelia
ci: add 262 test suite job
1
ci
null
815,601
07.11.2019 12:35:16
-28,800
9d6527c1015572b332b245fd22b1af506f69ae68
feat: allow specify single consensus param in spec
[ { "change_type": "MODIFY", "diff": "@@ -62,14 +62,58 @@ pub struct ChainSpec {\npub pow: Pow,\n}\n+pub mod default_params {\n+ use crate::consensus::{\n+ CELLBASE_MATURITY, DEFAULT_EPOCH_DURATION_TARGET,\n+ DEFAULT_PRIMARY_EPOCH_REWARD_HALVING_INTERVAL, DEFAULT_SECONDARY_EPOCH_REWARD,\n+ GENESIS_EPOCH_LENGT...
Rust
MIT License
nervosnetwork/ckb
feat: allow specify single consensus param in spec
1
feat
null
401,147
07.11.2019 12:44:40
-19,080
d5256d1837e7f7e3fb658cf136ded0f50b59f6a7
docs(icons): add mdx doc for icons affects:
[ { "change_type": "ADD", "diff": "+import { styled } from '@medly-components/utils';\n+\n+export const List = styled('div')`\n+ display: flex;\n+ flex-flow: row wrap;\n+ list-style: none;\n+`;\n+\n+export const Item = styled('div')`\n+ display: inline-flex;\n+ flex-direction: column;\n+ align-items: center;\...
TypeScript
MIT License
medly/medly-components
docs(icons): add mdx doc for icons affects: @medly-components/icons
1
docs
icons
902,122
07.11.2019 12:47:59
-3,600
b67509b4c0ef91ce5e591caad0747b954c63242c
feat: close alert before taking a screenshot
[ { "change_type": "MODIFY", "diff": "@@ -113,6 +113,10 @@ module.exports = ({ goto, ...gotoOpts } = {}) => {\n...args\n} = opts\n+ page.on('dialog', async dialog => {\n+ await dialog.dismiss()\n+ })\n+\nawait goto(page, { url, device, ...args })\nif (disableAnimations) {\n", "new_path": "packages/screens...
JavaScript
MIT License
microlinkhq/browserless
feat: close alert before taking a screenshot (#108)
1
feat
null
401,147
07.11.2019 12:48:14
-19,080
c1988d11e2ffaab7d7c176bb003981274a78c900
refactor(icons): remove unwanted margin from burger icon affects:
[ { "change_type": "MODIFY", "diff": "@@ -58,7 +58,6 @@ export const BurgerIconStyled = styled('button')<BurgerIconStyledProps>`\nwidth: calc(${getSize} * 1.33);\nheight: ${getSize};\nposition: relative;\n- margin: 10px;\ntransform: rotate(0deg);\ntransition: 0.2s ease-in-out;\ncursor: pointer;\n", "new_p...
TypeScript
MIT License
medly/medly-components
refactor(icons): remove unwanted margin from burger icon affects: @medly-components/icons
1
refactor
icons
366,918
07.11.2019 12:58:03
-32,400
a44720bdc0d752dc45949d1f6f345a70de592db5
fix: children format
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,7 @@ export const AccordionPanel: React.FC<Props> = ({\nreturn (\n<AccordionPanelContext.Provider value={{ onClick: handleClick, expandedItems, icon }}>\n- <div className={className} children={children} />\n+ <div className={className}>{children}</div>\n</Acc...
TypeScript
MIT License
kufu/smarthr-ui
fix: children format
1
fix
null
104,818
07.11.2019 13:12:06
21,600
74098799b3f354dcb5934d09efc8b47267a46d7b
fix(tablecard): change width to number proptype in pixels
[ { "change_type": "MODIFY", "diff": "@@ -484,7 +484,7 @@ const TableCard = ({\nid: i.dataSourceId ? i.dataSourceId : i.id,\nname: i.label ? i.label : i.dataSourceId || '', // don't force label to be required\nisSortable: true,\n- width: i.width ? i.width : size === CARD_SIZES.TALL ? '150px' : '', // force th...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tablecard): change width to number proptype in pixels
1
fix
tablecard
504,019
07.11.2019 13:15:05
18,000
eda18c1b171ac69c8c8a67227e8b994c8bc6b44d
fix(react-catalog-extension): fix errors when using the extension errors occur when using the extension due to
[ { "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+ \"@types/react\": \"^16.4.0\",\n+ \"@types/react-dom\": \"^16.4.0\",\n\"babel-plugin-transform-es2015-modules-umd\": \"^6.24.1\",\n\"babel-plug...
TypeScript
MIT License
patternfly/patternfly-react
fix(react-catalog-extension): fix @types errors when using the extension (#3284) errors occur when using the extension due to @types/react
1
fix
react-catalog-extension
866,395
07.11.2019 13:19:14
18,000
79370cea2d90f7c31de444018cbffcc39b7f546c
fix(bug): expose search placeholder prop; fixes
[ { "change_type": "MODIFY", "diff": "@@ -169,6 +169,7 @@ const Masthead = ({ navigation, hasProfile, hasSearch, ...mastheadProps }) => {\n{hasSearch && (\n<MastheadSearch\nsearchOpenOnload={mastheadProps.searchOpenOnload}\n+ placeHolderText={mastheadProps.placeHolderText}\n/>\n)}\n</div>\n", "new_path": ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(bug): expose search placeholder prop; fixes #631
1
fix
bug
366,918
07.11.2019 13:37:17
-32,400
1f37effff7df1bb5e15ed94d57c019945450e25e
feat: divide icon props to iconPosition and DisplayIcon
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,7 @@ storiesOf('AccordionPanel', module)\n</AccordionPanel>\n</Base>\n<Base>\n- <AccordionPanel icon=\"right\">\n+ <AccordionPanel iconPosition=\"right\">\n<ul>\n{arr.map((_, index) => (\n<li className=\"border\" key={index}>\n@@ -59,7 +59,7 @@ storiesOf('Acc...
TypeScript
MIT License
kufu/smarthr-ui
feat: divide icon props to iconPosition and DisplayIcon
1
feat
null
401,147
07.11.2019 13:41:06
-19,080
a8bf9e6598559c274d005adb8312d22f6f6951d1
fix(icons): exporting account icon from icons package affects:
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ export { Props as SvgIconProps } from './SvgIcon/types';\nexport { default as SvgIcon } from './SvgIcon';\nexport { default as BurgerIcon } from './icons/BurgerIcon';\nexport * from './icons/AddIcon';\n+export * from './icons/AccountIcon';\nexport * from '...
TypeScript
MIT License
medly/medly-components
fix(icons): exporting account icon from icons package affects: @medly-components/icons
1
fix
icons
67,476
07.11.2019 13:50:38
-3,600
c0135300e6554ef827d32f5d0d00756e1f81d69b
fix(aot): preserve path casing
[ { "change_type": "MODIFY", "diff": "@@ -49,10 +49,6 @@ const {\nwriteFile,\n} = promises;\n-function toLowerCase(str: string) {\n- return str.toLowerCase();\n-}\n-\nfunction compareFilePath(a: File, b: File) {\nreturn a.path < b.path ? -1 : a.path > b.path ? 1 : 0;\n}\n@@ -343,7 +339,7 @@ export class NodeF...
TypeScript
MIT License
aurelia/aurelia
fix(aot): preserve path casing
1
fix
aot
276,946
07.11.2019 14:07:18
10,800
60ab1b5c19fe8925ac6cc4f96be6a06bf0b5b183
test(yoga/jest): add testing library asserts and configure jest.setup to each platforms
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ module.exports = {\ntransform: { '^.+\\\\.jsx?$': 'babel-jest' },\ndisplayName: 'native',\npreset: '@testing-library/react-native',\n+ setupFilesAfterEnv: ['./jest.setup.native.js'],\nmoduleNameMapper: {\n'styled-components': require.resolve(\n'styled-comp...
JavaScript
MIT License
gympass/yoga
test(yoga/jest): add testing library asserts and configure jest.setup to each platforms
1
test
yoga/jest
276,933
07.11.2019 14:07:53
10,800
8f5e49b4d6b543f7958d8fb81ffc9a3d107deae4
docs(doc/radiogroup): writing radiogroup docs in the new format
[ { "change_type": "ADD", "diff": "+import ExpoSnack from 'react-expo-snack';\n+\n+### Reference\n+\n+`<RadioGroup.Button />` creates a button instead of a radio default looks, be sure to use `<RadioGroup.Button />` as `<RadioGroup />` children so it inherit default spacing, border and color pallete tokens.\n...
JavaScript
MIT License
gympass/yoga
docs(doc/radiogroup): writing radiogroup docs in the new format
1
docs
doc/radiogroup
276,933
07.11.2019 14:09:18
10,800
c768f629d01319e323b1e5c9f651f9f8dbdf2cfd
docs(doc/radiogroup): changing snack name
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import ExpoSnack from 'react-expo-snack';\n### Usage\n-<ExpoSnack id=\"@gympass/yoga-list\" theme=\"light\" />\n+<ExpoSnack id=\"@gympass/yoga-radio-group-button\" theme=\"light\" />\n### Props\n", "new_path": "packages/doc/content/components/radiogrou...
JavaScript
MIT License
gympass/yoga
docs(doc/radiogroup): changing snack name
1
docs
doc/radiogroup
401,147
07.11.2019 14:18:14
-19,080
64270588dfbdfc5194ed02ffd6199f936766fc4a
refactor(icons): add orders icon and remove account icon affects: \
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,6 @@ import { defaultTheme, IconSizes, IconTheme } from '@medly-components/theme';\nimport { color, select } from '@storybook/addon-knobs';\nimport React from 'react';\nimport IconContainer from './IconContainer';\n-import { AccountIcon } from './icons/AccountI...
TypeScript
MIT License
medly/medly-components
refactor(icons): add orders icon and remove account icon affects: @medly-components/icons, @medly-components/layout \
1
refactor
icons
749,516
07.11.2019 14:20:45
28,800
f5f069d309b864dfc37babbeb6fe2af4c82f0687
fix(forms): allow MultiThumbRange to position correctly in Edge and IE11
[ { "change_type": "MODIFY", "diff": "@@ -202,7 +202,7 @@ const MultiThumbRange = ({\nreturn;\n}\n- const trackOffsetLeft = trackRailRef.current.getBoundingClientRect().x;\n+ const trackOffsetLeft = trackRailRef.current.getBoundingClientRect().left;\nconst trackOffsetRight = trackOffsetLeft + trackRailRef.cur...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(forms): allow MultiThumbRange to position correctly in Edge and IE11 (#516)
1
fix
forms
273,683
07.11.2019 14:27:18
-3,600
5164258a5c1af73a3b7307a4bd128ed0307a9070
fix(app): ensure favicon height is set
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ if (icons.favicons.length) {\nhead.link.push({ rel: 'icon', href: 'data:,' })\n}\n-icons.favicons.forEach(({ width, height, src: href }) => {\n+icons.favicons.forEach(({ width, height = width, src: href }) => {\nhead.link.push({\nrel: 'icon',\ntype: icon...
JavaScript
MIT License
gridsome/gridsome
fix(app): ensure favicon height is set
1
fix
app
807,849
07.11.2019 14:32:54
28,800
b0bbfcfa867fea420376232d2af0d80a97454c9e
fix(version): Clarify `--include-merged-tags` description
[ { "change_type": "MODIFY", "diff": "@@ -245,7 +245,7 @@ Pass `--no-ignore-changes` to disable any existing durable configuration.\nlerna version --include-merged-tags\n```\n-When run with this flag, `lerna version` will also consider tags of merged branches during package change detection.\n+Include tags fr...
JavaScript
MIT License
lerna/lerna
fix(version): Clarify `--include-merged-tags` description
1
fix
version