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
866,390
01.11.2019 16:05:59
14,400
f4ffc94a47c2a7d0e549fa82264eae0b92923d92
fix: removed main warpper from main content
[ { "change_type": "MODIFY", "diff": "@@ -43,10 +43,8 @@ const SimpleLongForm = ({ title, copy, linkType, border, link }) =>\n<div className={`${prefix}--simplelongform__container`}>\n<div className={`${prefix}--simplelongform__row`}>\n<div className={`${prefix}--simplelongform__col`}>\n- <div className={`${p...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: removed main warpper from main content
1
fix
null
366,918
01.11.2019 16:21:34
-32,400
b53f59999d9f06a99ca7276e5c8b30b703cd4726
feat: add defaultExpanded props
[ { "change_type": "MODIFY", "diff": "-import React, { useState } from 'react'\n+import React, { useCallback, useEffect, useState } from 'react'\nimport styled from 'styled-components'\nimport { InjectedProps, withTheme } from '../../hocs/withTheme'\n+import { mapToArray, arrayToMap } from './AccordionPanelHe...
TypeScript
MIT License
kufu/smarthr-ui
feat: add defaultExpanded props
1
feat
null
531,793
01.11.2019 16:34:12
0
3e9b5f6152c55628549a0c307516893560703bb6
chore(ui): tweak silence css for better readability
[ { "change_type": "MODIFY", "diff": "@@ -41,17 +41,20 @@ const SilenceComment = ({\n<React.Fragment>\n<div className=\"d-flex flex-row\">\n<div className=\"flex-shrink-0 flex-grow-0\">\n- <FontAwesomeIcon icon={faBellSlash} className=\"text-muted\" />\n+ <FontAwesomeIcon\n+ icon={faBellSlash}\n+ className=\"...
TypeScript
Apache License 2.0
prymitive/karma
chore(ui): tweak silence css for better readability
1
chore
ui
276,989
01.11.2019 16:34:45
10,800
27f1c0ef62b73196a5066294491a4f26dc47499e
feat(native/radiogroup.button): create RadioGroup.Button ReactNative Component :tada:
[ { "change_type": "MODIFY", "diff": "+import { RadioGroup, RadioButton } from './native';\n+\n+RadioGroup.Button = RadioButton;\n+\n+export default RadioGroup;\n", "new_path": "packages/yoga/src/RadioGroup/index.native.jsx", "old_path": "packages/yoga/src/RadioGroup/index.native.jsx" }, { "ch...
JavaScript
MIT License
gympass/yoga
feat(native/radiogroup.button): create RadioGroup.Button ReactNative Component :tada:
1
feat
native/radiogroup.button
276,989
01.11.2019 16:36:25
10,800
4a0e980e478aa36905028ad973ce1a1667c216d0
docs(doc/radiogroup.button): add documentation of RadioGroup.Button native
[ { "change_type": "MODIFY", "diff": "@@ -111,7 +111,7 @@ DEPENDENCIES:\n- yoga (from `../node_modules/react-native/ReactCommon/yoga`)\nSPEC REPOS:\n- https://github.com/cocoapods/specs.git:\n+ trunk:\n- boost-for-react-native\nEXTERNAL SOURCES:\n@@ -190,4 +190,4 @@ SPEC CHECKSUMS:\nPODFILE CHECKSUM: 8cd88f8e...
JavaScript
MIT License
gympass/yoga
docs(doc/radiogroup.button): add documentation of RadioGroup.Button native
1
docs
doc/radiogroup.button
67,516
01.11.2019 16:40:58
-3,600
8bebef2669f631d2c3837803e2627aec2d35456a
chore(runtime-html): failing test for class CA
[ { "change_type": "MODIFY", "diff": "<template>\n+ <style>\n+ .selected {\n+ background-color: rgb(255, 0, 0);\n+ }\n+\n+ .selectedDetails {\n+ color: rgb(106, 106, 106);\n+ }\n+\n+ </style>\n<div frequent-mutations>\n<button id=\"staticTextChanger\" click.delegate=\"changeTexts()\">Change texts</button>\n<r...
TypeScript
MIT License
aurelia/aurelia
chore(runtime-html): failing test for class CA
1
chore
runtime-html
276,989
01.11.2019 16:47:47
10,800
0cc3eecad7fff7a722774731650754402ee2bd79
fix(radiogroup.button): fix TouchableWithoutFeedback import
[ { "change_type": "MODIFY", "diff": "-import React, { useContext, useRef, useState } from 'react';\n+import React, { useContext } from 'react';\nimport { string, oneOfType, number, node } from 'prop-types';\nimport styled from 'styled-components';\nimport RadioGroupContext from '../RadioGroupContext';\n-impo...
JavaScript
MIT License
gympass/yoga
fix(radiogroup.button): fix TouchableWithoutFeedback import
1
fix
radiogroup.button
866,392
01.11.2019 16:48:07
18,000
5ee78a5dd2ae8257c185225c61c052d550f751d5
fix(react): moved container class onto accordion
[ { "change_type": "MODIFY", "diff": "@@ -30,9 +30,9 @@ const FooterNav = ({ groups }) => {\n<nav\ndata-autoid={`${stablePrefix}--footer-nav`}\nclassName={`${prefix}--footer-nav`}>\n- <div className={`${prefix}--footer-nav__container`}>\n- <Accordion>{renderGroups(groups)}</Accordion>\n- </div>\n+ <Accordion ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(react): moved container class onto accordion (#600)
1
fix
react
276,989
01.11.2019 16:51:44
10,800
4d01c465d4e8d2013e12bfb25ef801d4537505b3
chore(radiogroup.button): sort imports
[ { "change_type": "MODIFY", "diff": "import React, { useContext } from 'react';\nimport { string, oneOfType, number, node } from 'prop-types';\n+import { TouchableWithoutFeedback } from 'react-native';\nimport styled from 'styled-components';\nimport RadioGroupContext from '../RadioGroupContext';\n-import { ...
JavaScript
MIT License
gympass/yoga
chore(radiogroup.button): sort imports
1
chore
radiogroup.button
866,392
01.11.2019 16:59:05
18,000
d7115f978c99f1cf52b986321f42612aab4d9013
fix(styles): masthead search button fixed focus
[ { "change_type": "MODIFY", "diff": ".#{$prefix}--header__search--close {\nwidth: $spacing-09;\n+ }\n+\n+ .#{$prefix}--header__search--close,\n+ .#{$prefix}--header__search--search {\nborder: 2px solid transparent;\n&:focus,\n}\n}\n- .#{$prefix}--header__search--search {\n- border: 2px solid transparent;\n- ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(styles): masthead search button fixed focus (#596)
1
fix
styles
366,920
01.11.2019 16:59:15
-32,400
b3b7065b0f25674b4476475eee9212659a9e3572
fix: Except autoFocus from input
[ { "change_type": "MODIFY", "diff": "@@ -10,9 +10,8 @@ export type Props = React.InputHTMLAttributes<HTMLInputElement> & {\nautoFocus?: boolean\n}\n-const InputComponent: React.FC<Props & InjectedProps> = props => {\n+const InputComponent: React.FC<Props & InjectedProps> = ({ autoFocus, ...props }) => {\ncon...
TypeScript
MIT License
kufu/smarthr-ui
fix: Except autoFocus from input
1
fix
null
366,918
01.11.2019 17:00:41
-32,400
530542bd23f3ed46087f6b8888b68e1ffae33d03
fix: not to animate at first rendering
[ { "change_type": "MODIFY", "diff": "-import React, { useCallback, useEffect, useState } from 'react'\n+import React, { useCallback, useState } from 'react'\nimport styled from 'styled-components'\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\n+\nimport { mapToArray, arrayToMap } from './...
TypeScript
MIT License
kufu/smarthr-ui
fix: not to animate at first rendering
1
fix
null
306,423
01.11.2019 17:00:55
-3,600
a05b52e9387d0ec3c331954a7fe661bee2f5e85a
fix(steps): fire enter event for initial step
[ { "change_type": "MODIFY", "diff": "@@ -100,30 +100,12 @@ export class LionStep extends LionLitElement {\nfirstUpdated() {\nsuper.firstUpdated();\nthis.controller = this.parentNode;\n- if (this.initialStep === true) {\n- this.enter(true);\n- }\n- }\n-\n- getControllerIndex() {\n- const { steps } = this.cont...
JavaScript
MIT License
ing-bank/lion
fix(steps): fire enter event for initial step
1
fix
steps
67,516
01.11.2019 17:07:10
-3,600
feede3a1009f4f7c46c020554b8e44d06e64bac0
fix(runtime-html): uniform syntax for class CA This commit adds the support for similar binding syntax for the class custom attribute, as it is supported in normal class-attr-accessor.
[ { "change_type": "MODIFY", "diff": "<div repeat.for=\"item of items\" class=\"card ${item == selected ? 'selected' : ''}\" click.delegate=\"select(item)\">\n<h2>${item.header}</h2>\n<span class.bind=\"item == selected ? 'selectedDetails' : ''\">${item.details}</span>\n+ <footer class.bind=\"['foo-bar']\"></...
TypeScript
MIT License
aurelia/aurelia
fix(runtime-html): uniform syntax for class CA This commit adds the support for similar binding syntax for the class custom attribute, as it is supported in normal class-attr-accessor.
1
fix
runtime-html
104,844
01.11.2019 17:11:52
14,400
96be8cee2f91d52fe315a12f1d4d5c01c95fffc6
fix(tablebodyrow): removed zeroed out padding and fix rtl issues with alignment
[ { "change_type": "MODIFY", "diff": "}\n}\n-.bx--data-table td:last-of-type {\n- padding-right: $spacing-09 + $spacing-02;\n-}\n+// .bx--data-table td:last-of-type {\n+// padding-right: $spacing-09 + $spacing-02;\n+// }\n-.bx--data-table td:first-of-type {\n- padding-left: $spacing-04 + $spacing-02;\n-}\n-\n...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tablebodyrow): removed zeroed out padding and fix rtl issues with alignment
1
fix
tablebodyrow
866,390
01.11.2019 17:12:28
14,400
b932fbac6c5f31678071c9738abc73fb8e302cc9
fix: adjusted sass for sm viewport
[ { "change_type": "MODIFY", "diff": "&__link {\ncolor: $link-01;\ntext-decoration: none;\n- margin-top: $spacing-03;\n+ margin-top: $spacing-05;\noutline: none;\ndisplay: inline-block;\n@include type-style('body-short-02');\n", "new_path": "packages/styles/scss/patterns/listsection/_listsection-item.scss...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: adjusted sass for sm viewport
1
fix
null
67,494
01.11.2019 17:18:01
-3,600
35b4f77d9af9105375c79cbdbca205642da0b7af
refactor(router): excluded replaced viewports from enabled
[ { "change_type": "MODIFY", "diff": "@@ -538,9 +538,9 @@ export class Router implements IRouter {\nthrow new Error(`Failed to remove viewport: ${viewport.name}`);\n}\n}\n- public allViewports(includeDisabled: boolean = false): Viewport[] {\n+ public allViewports(includeDisabled: boolean = false, includeRepla...
TypeScript
MIT License
aurelia/aurelia
refactor(router): excluded replaced viewports from enabled
1
refactor
router
866,394
01.11.2019 17:21:55
14,400
185392ac72e0081c0b2fa8c69ff02203f96ea146
fix(just): fixed localeapi jest tests
[ { "change_type": "MODIFY", "diff": "@@ -68,8 +68,7 @@ class LocaleAPI {\nconst lang = this.getLang();\n// grab locale from the html lang attribute\nif (lang) {\n- const locale = await this.getList(lang);\n- return locale;\n+ return await this.getList(lang);\n}\n// grab the locale from the cookie\nelse if (c...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(just): fixed localeapi jest tests
1
fix
just
366,920
01.11.2019 17:24:12
-32,400
e5760012f59fab85e16b572336b41ce1a5d49421
fix: Pass input default props to checkbox
[ { "change_type": "MODIFY", "diff": "@@ -12,15 +12,14 @@ export type Props = React.InputHTMLAttributes<HTMLInputElement> & {\n}\nconst CheckBoxComponent: FC<Props & InjectedProps> = ({\n- checked,\n- name,\n- disabled = false,\nthemeColor = 'light',\nmixed = false,\nclassName = '',\nonChange,\ntheme,\n+ ...p...
TypeScript
MIT License
kufu/smarthr-ui
fix: Pass input default props to checkbox
1
fix
null
67,516
01.11.2019 17:27:53
-3,600
3eb3a810dd3f83173cbeb311cbb2de9498da2892
test(integration): enabling all tests
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import { App, Product } from './app/app';\nimport { LetDemo } from './app/molecules/let-demo/let-demo';\nimport { startup, StartupConfiguration, TestExecutionContext } from './app/startup';\n-describe.only('app', function () {\n+describe('app', function ()...
TypeScript
MIT License
aurelia/aurelia
test(integration): enabling all tests
1
test
integration
276,946
01.11.2019 17:30:15
10,800
822df2c536c7a5e002f1c58522f2acb599b09bb0
feat(yoga/slider): implement major functionalities of Slider component
[ { "change_type": "MODIFY", "diff": "\"private\": true,\n\"scripts\": {\n\"start\": \"react-native start\",\n- \"ios\": \"react-native run-ios --simulator \\\"iPhone X\\\"\",\n+ \"ios\": \"react-native run-ios --simulator \\\"iPhone 11\\\"\",\n\"android\": \"react-native run-android\",\n\"test\": \"jest\",\n...
JavaScript
MIT License
gympass/yoga
feat(yoga/slider): implement major functionalities of Slider component
1
feat
yoga/slider
366,920
01.11.2019 17:38:58
-32,400
6ebf6209be8a86057c548e5397e95121ee73d5b0
fix: Change Field props
[ { "change_type": "MODIFY", "diff": "@@ -8,43 +8,44 @@ import { Field } from './Field'\nstoriesOf('Field', module).add('all', () => (\n<List>\n<li>\n- <Field label=\"string\" input={{ defaultValue: 'string' }} />\n+ <Field label=\"string\" defaultValue=\"string\" />\n</li>\n<li>\n- <Field label=\"number\" in...
TypeScript
MIT License
kufu/smarthr-ui
fix: Change Field props
1
fix
null
866,394
01.11.2019 17:52:25
14,400
a12bdf2f54984c4ad858329613aedec8d5e62b91
fix(masthead): fix to search input not closing
[ { "change_type": "MODIFY", "diff": "* LICENSE file in the root directory of this source tree.\n*/\n-import React, { useReducer, useEffect, useState } from 'react';\n+import React, { useReducer, useEffect } from 'react';\nimport PropTypes from 'prop-types';\nimport { settings as ddsSettings } from '@carbon/i...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(masthead): fix to search input not closing
1
fix
masthead
306,423
01.11.2019 17:54:35
-3,600
332c16715ff57edb5abb9e454105a795704bb751
fix(steps): do not throw if there is no step
[ { "change_type": "MODIFY", "diff": "@@ -72,7 +72,7 @@ export class LionSteps extends ObserverMixin(LionLitElement) {\nhasInitial = true;\n}\n});\n- if (!hasInitial) {\n+ if (!hasInitial && this.steps[0]) {\nthis.steps[0].enter();\n}\n}\n", "new_path": "packages/steps/src/LionSteps.js", "old_path": "...
JavaScript
MIT License
ing-bank/lion
fix(steps): do not throw if there is no step
1
fix
steps
366,920
01.11.2019 18:00:42
-32,400
1c667ead5da49dcdbc5cf2bcc26cee75a518f13a
fix: Change Select props
[ { "change_type": "MODIFY", "diff": "@@ -10,84 +10,78 @@ storiesOf('Select', module).add('all', () => (\n<li>\n<Text>default</Text>\n<Select\n- name=\"sample1\"\n- value=\"\"\noptions={[\n{ label: 'apple', value: 'apple' },\n{ label: 'orange', value: 'orange' },\n{ label: 'banana', value: 'banana' },\n]}\n- ...
TypeScript
MIT License
kufu/smarthr-ui
fix: Change Select props
1
fix
null
366,920
01.11.2019 18:30:27
-32,400
fe8f014b76334fb5efbf4699cc9358c8e47833c6
fix: Change RadioButton props
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ const DialogController: React.FC = () => {\nconst [text, setText] = useState('')\nconst onClickOpen = () => setIsOpen(true)\nconst onClickClose = () => setIsOpen(false)\n- const onChangeValue = (name: string) => setValue(name)\n+ const onChangeValue = (e...
TypeScript
MIT License
kufu/smarthr-ui
fix: Change RadioButton props
1
fix
null
104,963
01.11.2019 18:57:44
-3,600
89efaad3f8bcc8216d86e38de5915d9619ff1e8a
feat: add tests for radio button
[ { "change_type": "ADD", "diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`CvRadioButton matches render when checked 1`] = `\n+<div class=\"cv-radio-button bx--radio-button-wrapper\"><input id=\"1\" type=\"radio\" class=\"bx--radio-button\" value=\"\"> <label for=\"1\" class=\"bx--radio-butt...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
feat: add tests for radio button (#656)
1
feat
null
67,476
01.11.2019 19:16:38
-3,600
da231be4c2466a59bd05f33c2bbf2af8d4fde9b6
chore(value): prefix spec ops with dollar
[ { "change_type": "MODIFY", "diff": "/* eslint-disable @typescript-eslint/no-this-alias */\nimport { Host } from './host';\nimport { $PropertyDescriptor } from './property-descriptor';\n-import { Call, ValidateAndApplyPropertyDescriptor } from './operations';\n+import { $Call, $ValidateAndApplyPropertyDescri...
TypeScript
MIT License
aurelia/aurelia
chore(value): prefix spec ops with dollar
1
chore
value
67,476
01.11.2019 19:16:59
-3,600
ce2bafa8dff2516ea54de4b05081f7d90d4035d4
chore(property-descriptor): prefix spec ops with dollar
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,7 @@ export class $PropertyDescriptor {\n}\n// http://www.ecma-international.org/ecma-262/#sec-isaccessordescriptor\n-export function IsAccessorDescriptor(Desc: $PropertyDescriptor | $Undefined): Desc is $PropertyDescriptor {\n+export function $IsAccessorDesc...
TypeScript
MIT License
aurelia/aurelia
chore(property-descriptor): prefix spec ops with dollar
1
chore
property-descriptor
67,476
01.11.2019 19:17:51
-3,600
534733a135d3c665b886339c686b5b23b77e282e
chore(operations): prefix spec ops with dollar
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ export type CallableFunction = (\nexport type FunctionPrototype = Realm['[[Intrinsics]]']['%FunctionPrototype%'];\n// http://www.ecma-international.org/ecma-262/#sec-createbuiltinfunction\n-export function CreateBuiltinFunction<\n+export function $Create...
TypeScript
MIT License
aurelia/aurelia
chore(operations): prefix spec ops with dollar
1
chore
operations
531,793
01.11.2019 20:01:09
0
7fdf08ec6ee9521d7222f11519027729f9459ff5
chore(ui): enable bootstrap shadows
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,8 @@ $pagination-active-bg: $pagination-hover-bg;\n$pagination-disabled-color: #fff;\n$pagination-disabled-bg: #dee2e6; // gray-300\n+$enable-shadows: true;\n+\n@import \"~bootswatch/dist/flatly/variables\";\n@import \"~bootstrap/scss/bootstrap\";\n@import \"...
TypeScript
Apache License 2.0
prymitive/karma
chore(ui): enable bootstrap shadows
1
chore
ui
104,844
01.11.2019 20:03:21
14,400
84549b89e6fcf5b7fb1a0a8316c9f07632b1b612
fix(datatable): swap out bx prefix for variable in sass file
[ { "change_type": "MODIFY", "diff": ".table-header-label {\n&-start {\n- .bx--table-header-label {\n+ .#{$prefix}--table-header-label {\nwidth: 100%;\ntext-align: start;\n}\n}\n&-center {\n- .bx--table-header-label {\n+ .#{$prefix}--table-header-label {\nwidth: 100%;\ntext-align: center;\n}\n}\n&-end {\n- .b...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(datatable): swap out bx prefix for variable in sass file
1
fix
datatable
67,476
01.11.2019 20:04:44
-3,600
fb376434d3cd87988770788b7c54fa6721943071
feat(aot): implement [[Set]]
[ { "change_type": "MODIFY", "diff": "@@ -528,6 +528,21 @@ export class $Object<\n// 8. Return ? Call(getter, Receiver).\nreturn $Call(getter, Receiver);\n}\n+\n+ // http://www.ecma-international.org/ecma-262/#sec-ordinary-object-internal-methods-and-internal-slots-set-p-v-receiver\n+ public '[[Set]]'(P: $Pro...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement [[Set]]
1
feat
aot
104,844
01.11.2019 20:07:24
14,400
ed0e9e2d6982f7cbdaa8b8fb4e687c1c7bd81f41
fix(datatable): refactor to address pr comments
[ { "change_type": "MODIFY", "diff": "@import '~carbon-components/scss/components/data-table/data-table';\n+.table-header-label-start,\n+.table-header-label-center,\n+.table-header-label-end {\n+ width: 100%;\n+}\n+\n.table-header-label {\n&-start {\n.#{$prefix}--table-header-label {\n- width: 100%;\ntext-ali...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(datatable): refactor to address pr comments
1
fix
datatable
67,476
01.11.2019 20:23:45
-3,600
704b9c14c94c45622f12b42af79ef17ca86d438e
feat(aot): implement [[Delete]]
[ { "change_type": "MODIFY", "diff": "-/* eslint-disable @typescript-eslint/no-this-alias */\n+/* eslint-disable */\nimport { Host } from './host';\nimport { $PropertyDescriptor } from './property-descriptor';\nimport { $Call, $ValidateAndApplyPropertyDescriptor, $OrdinarySetWithOwnDescriptor } from './operat...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement [[Delete]]
1
feat
aot
67,476
01.11.2019 20:28:52
-3,600
1d6ae728f7b3b6dc849e0c5e46c808cf3eb5455d
feat(aot): implement ObjectEnvironmentRecord
[ { "change_type": "MODIFY", "diff": "-import { $Any } from './value';\n+/* eslint-disable */\n+import { $Any, $Object, $String, $Boolean, $Undefined } from './value';\nimport { IModule, Host } from './host';\n+import { $HasProperty, $Get, $DefinePropertyOrThrow, $Set } from './operations';\n+import { $Proper...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement ObjectEnvironmentRecord
1
feat
aot
104,844
01.11.2019 20:44:54
14,400
ad8a2481120736e1e8210f7a075c329e1192bd44
chore(tablebodyrow): restore previous value for default offset
[ { "change_type": "MODIFY", "diff": "@@ -428,7 +428,7 @@ const TableBodyRow = ({\n{rowSelectionCell}\n{ordering.map((col, idx) => {\nconst matchingColumnMeta = columns && columns.find(column => column.id === col.columnId);\n- const offset = firstVisibleColIndex === idx ? nestingOffset : null;\n+ const offset...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(tablebodyrow): restore previous value for default offset
1
chore
tablebodyrow
366,918
01.11.2019 21:04:25
-32,400
06bc9bbf631c17b5f8bab4ef3675c80678b81af2
doc: update story
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ import { AccordionPanelTrigger } from './AccordionPanelTrigger'\nimport { AccordionPanelContent } from './AccordionPanelContent'\nimport { Base as BaseComponent } from '../Base'\nimport readme from './README.md'\n+import { action } from '@storybook/addon-a...
TypeScript
MIT License
kufu/smarthr-ui
doc: update story
1
doc
null
366,918
01.11.2019 21:10:32
-32,400
02a0ae818321ce7b3fbd46daf82b16e57f529335
fix: change area-expanded value
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ const AccordionPanelTriggerComponent: React.SFC<MergedProps> = ({\n<Button\nid={`${name}-trigger`}\nclassName={buttonClassNames}\n- aria-expanded={!!expanded}\n+ aria-expanded={!!isExpanded}\naria-controls={`${name}-content`}\nonClick={handleClick}\nthem...
TypeScript
MIT License
kufu/smarthr-ui
fix: change area-expanded value
1
fix
null
366,918
01.11.2019 21:11:06
-32,400
821d13141667d1803fca66b78dbd94c51279b661
style: change props name
[ { "change_type": "MODIFY", "diff": "import React, { useCallback, useState } from 'react'\n-import styled from 'styled-components'\nimport { mapToArray, arrayToMap } from './AccordionPanelHelper'\n-\nimport { InjectedProps, withTheme } from '../../hocs/withTheme'\ntype Props = InjectedProps & {\nchildren: Re...
TypeScript
MIT License
kufu/smarthr-ui
style: change props name
1
style
null
366,918
01.11.2019 21:28:21
-32,400
75d3f20e7772a194545d12b88da39ff3b95e6488
fix: add className props
[ { "change_type": "MODIFY", "diff": "import React, { useCallback, useState } from 'react'\nimport { mapToArray, arrayToMap } from './AccordionPanelHelper'\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\n-type Props = InjectedProps & {\n+type Props = {\nchildren: React.ReactNode\nicon?: 'le...
TypeScript
MIT License
kufu/smarthr-ui
fix: add className props
1
fix
null
67,476
01.11.2019 22:11:24
-3,600
8bc1d17ab81df6645a24c001677a4e90ded0a8a6
chore(environment): remove unneeded property
[ { "change_type": "MODIFY", "diff": "@@ -218,8 +218,6 @@ export class $DeclarativeEnvRec {\nexport class $ObjectEnvRec {\npublic readonly '<$ObjectEnvRec>': unknown;\n- public readonly bindings: Map<string, $Binding> = new Map();\n-\npublic withEnvironment: boolean = false;\npublic constructor(\n", "new_...
TypeScript
MIT License
aurelia/aurelia
chore(environment): remove unneeded property
1
chore
environment
67,476
01.11.2019 22:43:44
-3,600
53cfc58f7a9acc34d7f3cdc2627e0972e6f18cf9
feat(aot): implement FunctionEnvRec
[ { "change_type": "MODIFY", "diff": "/* eslint-disable */\n-import { $Any, $Object, $String, $Boolean, $Undefined } from './value';\n+import { $Any, $Object, $String, $Boolean, $Undefined, $Function, $Null } from './value';\nimport { IModule, Host } from './host';\nimport { $HasProperty, $Get, $DefinePropert...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement FunctionEnvRec
1
feat
aot
67,476
01.11.2019 23:40:22
-3,600
4a3a41458c5b637a3af77beb277dbf17039047a4
chore(aot): add FunctionEnvRec to EnvRec type
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,8 @@ import { $PropertyDescriptor } from './property-descriptor';\nexport type $EnvRec = (\n$DeclarativeEnvRec |\n- $ObjectEnvRec\n+ $ObjectEnvRec |\n+ $FunctionEnvRec\n);\nexport class $Binding {\n", "new_path": "packages/aot/src/vm/environment.ts", "o...
TypeScript
MIT License
aurelia/aurelia
chore(aot): add FunctionEnvRec to EnvRec type
1
chore
aot
67,476
02.11.2019 00:28:43
-3,600
8d199cd44efa7896030eec2ef70b53d6e211572c
refactor(environment): use wrapped values everywhere
[ { "change_type": "MODIFY", "diff": "/* eslint-disable */\n-import { $Any, $Object, $String, $Boolean, $Undefined, $Function, $Null } from './value';\n+import { $Any, $Object, $String, $Boolean, $Undefined, $Function, $Null, $Empty } from './value';\nimport { IModule, Host } from './host';\n-import { $HasPro...
TypeScript
MIT License
aurelia/aurelia
refactor(environment): use wrapped values everywhere
1
refactor
environment
67,476
02.11.2019 01:02:42
-3,600
319bae8e2017a3f7f9a21d658ef0acc811e411fe
feat(aot): implement GlobalEnvRec
[ { "change_type": "MODIFY", "diff": "@@ -266,7 +266,7 @@ export class $ObjectEnvRec {\nconst foundBinding = $HasProperty(bindings, N);\n// 4. If foundBinding is false, return false.\n- if (foundBinding.value === false) {\n+ if (foundBinding.isFalsey) {\nreturn intrinsics.false;\n}\n@@ -328,6 +328,8 @@ export...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement GlobalEnvRec
1
feat
aot
67,476
02.11.2019 01:40:28
-3,600
4773c66d00ecc961d3f8643e05ebcd2f3d71e3af
feat(aot): implement ModuleEnvRec
[ { "change_type": "MODIFY", "diff": "@@ -145,8 +145,9 @@ import {\nimport { IFile } from '../system/interfaces';\nimport { NPMPackage } from '../system/npm-package-loader';\nimport { Host, IModule, ResolveSet, ResolvedBindingRecord } from './host';\n-import { empty } from './value';\n+import { empty, $Undefi...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement ModuleEnvRec
1
feat
aot
471,527
02.11.2019 01:43:58
-3,600
9b65bcb50be0417a9c7fc6107e22c6ca7b94b069
fix(demoing-storybook): sync state to knobs + debug filtering
[ { "change_type": "MODIFY", "diff": "\"type\": \"Color\"\n}\n]\n+ },\n+ {\n+ \"name\": \"fake-input\",\n+ \"description\": \"A fake input implementation purely for demo perposes\",\n+ \"properties\": [\n+ {\n+ \"name\": \"focused\",\n+ \"type\": \"Boolean\",\n+ \"description\": \"Is the input focused\",\n+ \...
JavaScript
MIT License
open-wc/open-wc
fix(demoing-storybook): sync state to knobs + debug filtering
1
fix
demoing-storybook
67,476
02.11.2019 02:01:04
-3,600
a715f362ebd150ac50a893f79a1e246fb970d493
chore(aurelia): fix the startup api types
[ { "change_type": "MODIFY", "diff": "import { DebugConfiguration } from '@aurelia/debug';\nimport { JitHtmlBrowserConfiguration } from '@aurelia/jit-html-browser';\n-import { DI, IContainer, IRegistry } from '@aurelia/kernel';\n+import { DI, IContainer } from '@aurelia/kernel';\nimport { Aurelia as $Aurelia,...
TypeScript
MIT License
aurelia/aurelia
chore(aurelia): fix the startup api types
1
chore
aurelia
67,494
02.11.2019 02:34:51
-3,600
0d41677230078f0bf90a1969bc9a6d3bde100f2f
test(router): fix and re-enable tests
[ { "change_type": "MODIFY", "diff": "-import { AnchorEventInfo, LinkHandler, GotoCustomAttribute } from '@aurelia/router';\n+import { AnchorEventInfo, LinkHandler, GotoCustomAttribute, HrefCustomAttribute } from '@aurelia/router';\nimport { assert, createSpy, TestContext } from '@aurelia/testing';\nimport { ...
TypeScript
MIT License
aurelia/aurelia
test(router): fix and re-enable tests
1
test
router
471,527
02.11.2019 03:19:01
-3,600
2c062a7a120116c98f6b28f82050133f3047d001
fix(demoing-storybook): docu in mdx format
[ { "change_type": "MODIFY", "diff": "@@ -17,8 +17,7 @@ This is part of the default [open-wc](https://open-wc.org/) recommendation\n## Demo\n-::: tip\n-Don't take our word for it but look at [the demo documentation](/demoing-storybook/?path=/docs/card-docs--simple) and [the demo API playground](/demoing-story...
JavaScript
MIT License
open-wc/open-wc
fix(demoing-storybook): docu in mdx format
1
fix
demoing-storybook
67,494
02.11.2019 03:33:27
-3,600
68e8b71e068cee52ffbf2fbbfdb1fc3f027b0f5b
test(router): fix linting issues
[ { "change_type": "MODIFY", "diff": "@@ -1131,7 +1131,7 @@ describe('Router', function () {\n});\n});\n- describe('can use configuration', async function () {\n+ describe('can use configuration', function () {\nthis.timeout(30000);\nasync function $setup(config?, dependencies: any[] = [], routes = []) {\n@@ ...
TypeScript
MIT License
aurelia/aurelia
test(router): fix linting issues
1
test
router
67,476
02.11.2019 03:48:50
-3,600
ae6d0a82998c7041aec80de7b5622361048f0278
chore(value): add some spec links
[ { "change_type": "MODIFY", "diff": "@@ -64,6 +64,7 @@ export class $Empty {\n}\n}\n+// http://www.ecma-international.org/ecma-262/#sec-ecmascript-language-types-undefined-type\nexport class $Undefined {\npublic readonly '<$Undefined>': unknown;\n@@ -95,6 +96,7 @@ export class $Undefined {\n}\n}\n+// http://...
TypeScript
MIT License
aurelia/aurelia
chore(value): add some spec links
1
chore
value
67,476
02.11.2019 03:55:56
-3,600
937311ba142c5cac3393be5b0186ceb2a27d6fba
chore(function): add internal slots
[ { "change_type": "MODIFY", "diff": "@@ -480,7 +480,7 @@ type $$AssignmentExpression = (\n$YieldExpression\n);\n-type $$AssignmentExpressionOrHigher = (\n+export type $$AssignmentExpressionOrHigher = (\n$$BinaryExpressionOrHigher |\n$$AssignmentExpression\n);\n", "new_path": "packages/aot/src/vm/ast.ts",...
TypeScript
MIT License
aurelia/aurelia
chore(function): add internal slots
1
chore
function
67,476
02.11.2019 04:13:31
-3,600
8f36ab5a489e6e7a81327365c2ebb487d5998e01
feat(aot): implement NewFunctionEnvironment
[ { "change_type": "MODIFY", "diff": "/* eslint-disable */\n-import { $Any, $Object, $String, $Boolean, $Undefined, $Function, $Null, $Empty } from './value';\n+import { $Any, $Object, $String, $Boolean, $Undefined, $Function, $Null, $Empty, $ECMAScriptFunction } from './value';\nimport { IModule, Host } from...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement NewFunctionEnvironment
1
feat
aot
67,476
02.11.2019 04:40:52
-3,600
8d1d66851a5df91a1cc0e541eabbda8700a66e26
feat(aot): implement NewGlobalEnvironment
[ { "change_type": "MODIFY", "diff": "@@ -597,17 +597,37 @@ export class $GlobalEnvRec {\npublic '[[DeclarativeRecord]]': $DeclarativeEnvRec;\npublic '[[VarNames]]': string[];\n+ // http://www.ecma-international.org/ecma-262/#sec-newglobalenvironment\npublic constructor(\npublic readonly host: Host,\n- Object...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement NewGlobalEnvironment
1
feat
aot
67,476
02.11.2019 04:42:05
-3,600
f465e6536e4c4520562762554bef49b64c9af8c2
chore(aot): add NewModuleEnvironment comments
[ { "change_type": "MODIFY", "diff": "@@ -1072,11 +1072,17 @@ export class $ModuleEnvRec extends $DeclarativeEnvRec {\npublic get isObject(): false { return false; }\npublic get isFunction(): false { return false; }\n+ // http://www.ecma-international.org/ecma-262/#sec-newmoduleenvironment\npublic constructor...
TypeScript
MIT License
aurelia/aurelia
chore(aot): add NewModuleEnvironment comments
1
chore
aot
67,476
02.11.2019 04:55:15
-3,600
b8fc344c861b6fd3713ffbb7a195a8de61a53f4c
feat(aot): implement CreateRealm
[ { "change_type": "MODIFY", "diff": "/* eslint-disable */\nimport { ILogger, IContainer, DI, LoggerConfiguration, LogLevel, ColorOptions, Registration } from '@aurelia/kernel';\n-import { I$Node, $SourceFile } from './ast';\n+import { I$Node, $SourceFile, $TemplateExpression, $TaggedTemplateExpression } from...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement CreateRealm
1
feat
aot
67,476
02.11.2019 05:58:15
-3,600
f3b9e0c7a01c1e75d4cd1c4b2a6573ffb83974b8
feat(aot): implement ObjectCreate
[ { "change_type": "MODIFY", "diff": "@@ -291,6 +291,26 @@ export class $Object<\nthis['[[Extensible]]'] = host.realm['[[Intrinsics]]'].true;\n}\n+ // http://www.ecma-international.org/ecma-262/#sec-objectcreate\n+ public static Create<T extends string = string, TSlots extends {} = {}>(\n+ IntrinsicName: T,\n...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement ObjectCreate
1
feat
aot
67,476
02.11.2019 06:48:40
-3,600
a99d81e6936ec9d0f0618364fb15158d57c94916
feat(aot): implement InitializeHostDefinedRealm
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,9 @@ import { normalizePath, isRelativeModulePath, resolvePath, joinPath } from '../s\nimport { dirname } from 'path';\nimport { CreateIntrinsics, Intrinsics } from './intrinsics';\nimport { $EnvRec, $ModuleEnvRec, $GlobalEnvRec } from './environment';\n-import...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement InitializeHostDefinedRealm
1
feat
aot
67,476
02.11.2019 08:52:43
-3,600
ef7ec8d82c024a49a11665e2a6cd098d0bb8562b
fix(intrinsics): initialize/assign realm and intrinsics stuff in the correct order
[ { "change_type": "MODIFY", "diff": "/* eslint-disable */\n-import { ILogger, IContainer, DI, LoggerConfiguration, LogLevel, ColorOptions, Registration } from '@aurelia/kernel';\n+import { ILogger, IContainer, DI, LoggerConfiguration, LogLevel, ColorOptions, Registration, Writable } from '@aurelia/kernel';\n...
TypeScript
MIT License
aurelia/aurelia
fix(intrinsics): initialize/assign realm and intrinsics stuff in the correct order
1
fix
intrinsics
815,598
02.11.2019 08:54:48
-28,800
e4b74629f772237af2aed96c98f6d910ea9bcdb1
chore: bump db version and genesis for v0.24.0
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ use std::sync::Arc;\n// - If the data can be migrated manually: update \"x.y1.z\" to \"x.y2.0\".\n// - If the data can not be migrated: update \"x1.y.z\" to \"x2.0.0\".\npub(crate) const VERSION_KEY: &str = \"db-version\";\n-pub(crate) const VERSION_VALU...
Rust
MIT License
nervosnetwork/ckb
chore: bump db version and genesis for v0.24.0
1
chore
null
815,598
02.11.2019 09:11:12
-28,800
5e07ed3b1aab72167124bbd8d90aba4b4044b158
chore: use ckb-cli v0.24.0
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ git:\nenv:\nglobal:\n- RUST_BACKTRACE=full\n- - CKB_CLI_VERSION=v0.23.0\n+ - CKB_CLI_VERSION=v0.24.0\naddons:\napt:\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ trigge...
Rust
MIT License
nervosnetwork/ckb
chore: use ckb-cli v0.24.0
1
chore
null
815,598
02.11.2019 09:13:30
-28,800
312459f4e5c3a01ebc4fd4d90a07b79e6d6150c9
chore: CHANGELOG for v0.24.0
[ { "change_type": "MODIFY", "diff": "+# [v0.24.0](https://github.com/nervosnetwork/ckb/compare/v0.23.0...v0.24.0) (2019-11-02)\n+\n+### Breaking Changes\n+\n+* #1739: Use molecule to serialize witnesses (@jjyr)\n+\n+ System contracts read witness as serialized `WitnessArgs`\n+\n+* #1769: Adapt to 2-phase Ner...
Rust
MIT License
nervosnetwork/ckb
chore: CHANGELOG for v0.24.0
1
chore
null
217,885
02.11.2019 09:17:22
25,200
53a7fafb8ca6790f523dace438a3dc558683d832
chore: Update node-machina-ffxiv to 2.20.1
[ { "change_type": "MODIFY", "diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.19.8\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.19.8.tgz\",\n- \"integrity\": \"sha512-m5J6WEVlE3UZA9+mJHSK5blamCGWIXNEqMrBzv6olW7KX/0T+4dNTMD5CsCP/5AjtihHe8+iO/Rq1wY9JGWH...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: Update node-machina-ffxiv to 2.20.1
1
chore
null
67,476
02.11.2019 09:21:06
-3,600
bee93e41ff99b178fd6c2ac236f8df8a396523f0
chore(module): prepare types (wip)
[ { "change_type": "MODIFY", "diff": "@@ -66,7 +66,10 @@ export interface IModule {\n/** This field is never used. Its only purpose is to help TS distinguish this interface from others. */\nreadonly '<IModule>': unknown;\n+ '[[Realm]]': Realm | $Undefined;\n'[[Environment]]': $ModuleEnvRec | $Undefined;\n+ '[...
TypeScript
MIT License
aurelia/aurelia
chore(module): prepare types (wip)
1
chore
module
815,590
02.11.2019 09:33:56
-28,800
f9d6508c91e9e735ece117581d92fc5c805ed945
chore: log ignored relay txs
[ { "change_type": "MODIFY", "diff": "@@ -83,6 +83,13 @@ impl<'a> TransactionsProcess<'a> {\n.filter_map(|(tx, relay_cycles)| {\n// skip txs which consume too much cycles\nif relay_cycles > max_tx_verify_cycles {\n+ debug_target!(\n+ crate::LOG_TARGET_RELAY,\n+ \"ignore tx {} which relay cycles({}) is large t...
Rust
MIT License
nervosnetwork/ckb
chore: log ignored relay txs
1
chore
null
815,598
02.11.2019 09:34:12
-28,800
261fbfa703efb3191d37230fcf2a800ac5c5180f
chore: bump genesis for v0.24.0
[ { "change_type": "MODIFY", "diff": "@@ -45,44 +45,44 @@ index = 1\n# Spec: ckb_testnet\n[ckb_testnet]\n-genesis = \"0xa34c47ffb65a6deaff588aab77ea67e5ca27f9ccf4d3ef1f55c44dfedf6139f4\"\n-cellbase = \"0xc515c801761335860413e1ab5e05676d9e99e94db8bfbbdc85e305c1fbc81825\"\n+genesis = \"0x4a1bfa814039b07262e612f...
Rust
MIT License
nervosnetwork/ckb
chore: bump genesis for v0.24.0
1
chore
null
815,590
02.11.2019 09:58:40
-28,800
fd18e705f2c1a8538dbf070c5647243f0c84121a
chore: adjust DEFAULT_BYTES_PER_CYCLES
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ pub(crate) mod proposed;\npub use self::entry::{DefectEntry, TxEntry};\n-const DEFAULT_BYTES_PER_CYCLES: f64 = 0.000_051f64;\n+const DEFAULT_BYTES_PER_CYCLES: f64 = 0.000_17f64;\n/// Virtual bytes(aka vbytes) is a concept to unify the size and cycles of a ...
Rust
MIT License
nervosnetwork/ckb
chore: adjust DEFAULT_BYTES_PER_CYCLES
1
chore
null
217,922
02.11.2019 11:07:43
-3,600
d6154bece5e7b49797aea27e196b7a8dbb90c07c
fix(lists): fixed an issue with "saving in database" loading indefinitely
[ { "change_type": "MODIFY", "diff": "@@ -265,7 +265,7 @@ export class CustomItemsComponent {\nreturn this.progressService.showProgress(\ncombineLatest(this.listsFacade.myLists$, this.listsFacade.listsWithWriteAccess$).pipe(\nmap(([myLists, listsICanWrite]) => [...myLists, ...listsICanWrite]),\n- map(lists =>...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(lists): fixed an issue with "saving in database" loading indefinitely
1
fix
lists
217,922
02.11.2019 11:14:28
-3,600
f76fa5b2fa0323e320a76d17297edb401a3e5e46
fix(optimizer): removed retainer gear from optimization checks
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,12 @@ export class InventoryOptimizerComponent {\nreturn this.optimizers\n.map(optimizer => {\nconst entries = inventory.toArray()\n- .filter(item => item.containerId !== ContainerType.RetainerMarket)\n+ .filter(item => {\n+ return [\n+ ContainerType.Retainer...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(optimizer): removed retainer gear from optimization checks
1
fix
optimizer
217,922
02.11.2019 11:52:15
-3,600
8fa0fb5642d5762095eef36130c384351a8bb3bf
fix(community-lists): fixed an out of memory error with community lists loading
[ { "change_type": "MODIFY", "diff": "@@ -105,6 +105,9 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\nif (tags.length > 0) {\nbaseQuery = baseQuery.where('tags', 'array-contains', tags[0]);\n}\n+ if (name !== undefined) {\n+ baseQuery = baseQuery.where('name', '>=', name)...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(community-lists): fixed an out of memory error with community lists loading
1
fix
community-lists
76,605
02.11.2019 11:54:50
-3,600
384de7a2f031061cdc1a519fbea1d9cc8f736b45
feat: Sentiment Analyzer
[ { "change_type": "ADD", "diff": "+/*\n+!/src\n+!LICENSE.txt\n+!README.md\n+!package.json\n\\ No newline at end of file\n", "new_path": "packages/sentiment/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+# MIT License\n+\n+Copyright (c) AXA Group Operations Spain S.A.\n...
JavaScript
MIT License
axa-group/nlp.js
feat: Sentiment Analyzer
1
feat
null
217,922
02.11.2019 11:56:02
-3,600
8045072dd67ce57558def89d8f6c50e5605ce944
chore: fix possible max listeners issue
[ { "change_type": "MODIFY", "diff": "@@ -74,6 +74,7 @@ export class IpcService {\nif (window.require) {\ntry {\nthis._ipc = window.require('electron').ipcRenderer;\n+ this._ipc.setMaxListeners(0);\nthis.connectListeners();\n} catch (e) {\nthrow e;\n", "new_path": "apps/client/src/app/core/electron/ipc.se...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix possible max listeners issue
1
chore
null
531,793
02.11.2019 12:38:20
0
1c9c34ed745abc0a8966f38f7a27fd906ad3b8c2
feat(ui): show silence ID on the silence detail view
[ { "change_type": "MODIFY", "diff": "-import React from \"react\";\n+import React, { useState } from \"react\";\nimport PropTypes from \"prop-types\";\nimport hash from \"object-hash\";\n@@ -6,19 +6,45 @@ import hash from \"object-hash\";\nimport moment from \"moment\";\nimport Moment from \"react-moment\";\...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): show silence ID on the silence detail view
1
feat
ui
217,922
02.11.2019 13:06:38
-3,600
81273536ab8549a6078d54d25f3e99b323bed6a1
feat(optimizer): new optimizer: items that you have in very small stacks
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ import { InventoryFacade } from '../../modules/inventory/+state/inventory.facade\nimport { Duplicates } from './optimizations/duplicates';\nimport { FormsModule } from '@angular/forms';\nimport { ClipboardModule } from 'ngx-clipboard';\n+import { HasTooF...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(optimizer): new optimizer: items that you have in very small stacks
1
feat
optimizer
217,922
02.11.2019 13:06:57
-3,600
e36ad84a6ef16495435153ce8d4f28a138d934d8
chore: oops, console.log
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,6 @@ export class HasTooFew extends InventoryOptimizer {\n_getOptimization(item: InventoryItem, inventory: UserInventory, data: ListRow): { [p: string]: number | string } {\nconst threshold = +(localStorage.getItem(HasTooFew.THRESHOLD_KEY) || 3);\n- console.l...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: oops, console.log
1
chore
null
217,922
02.11.2019 13:17:44
-3,600
beb944a4a523cc18d2eabc9db8ac4c6b665f4e10
feat(list): final items display is now persisted in inventory view
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { Component, Input } from '@angular/core';\nimport { List } from '../../../modules/list/model/list';\nimport { Inventory } from '../../../model/other/inventory';\nimport { BehaviorSubject, combineLatest, Observable, ReplaySubject } from 'rxjs';\n-im...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list): final items display is now persisted in inventory view
1
feat
list
217,922
02.11.2019 13:23:06
-3,600
f23acc2318ccd1f33028af867ef860ff9c091da9
fix(list): fixed an issue with attached rotations that have been deleted crashing the page
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ export class RotationPipe implements PipeTransform {\nmap(rotations => {\nreturn rotations.find(rotation => rotation.$key === key);\n}),\n- filter(rotation => rotation !== undefined)\n+ filter(rotation => rotation !== undefined && !rotation.notFound)\n);...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed an issue with attached rotations that have been deleted crashing the page
1
fix
list
471,527
02.11.2019 13:38:57
-3,600
75f80777feb616a181af06f02ce914ab612bcec1
fix(demoing-storybook): types should be case insensitive
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ This is part of the default [open-wc](https://open-wc.org/) recommendation\n## Demo\n+::: tip\nDon't take our word for it but look at [the documentation of a demo card](/demoing-storybook/?path=/docs/demo-card-docs--simple) and [the documentation of the ...
JavaScript
MIT License
open-wc/open-wc
fix(demoing-storybook): types should be case insensitive
1
fix
demoing-storybook
531,793
02.11.2019 14:11:51
0
55bb89ae77ec39433476b83a96f8ed110fb95f56
chore(demo): use api v2 to generate alerts and silences
[ { "change_type": "MODIFY", "diff": "@@ -54,11 +54,11 @@ def jsonPostRequest(uri, data):\ndef addSilence(matchers, startsAt, endsAt, createdBy, comment):\n- uri = \"{}/api/v1/silences\".format(APIs[0])\n+ uri = \"{}/api/v2/silences\".format(APIs[0])\nsilences = jsonGetRequest(uri)\nfound = False\n- for silen...
TypeScript
Apache License 2.0
prymitive/karma
chore(demo): use api v2 to generate alerts and silences
1
chore
demo
815,745
02.11.2019 14:31:49
-7,200
23f54c14e9158c3393854e0810e512aa1387547d
fix(searchWhileComposing): control whether items should be filtered while composing fixes default `true`
[ { "change_type": "MODIFY", "diff": "@@ -152,6 +152,7 @@ map: {\n| [searchable] | `boolean` | `true` | no | Allow to search for value. Default `true`|\n| [readonly] | `boolean` | `false` | no | Set ng-select as readonly. Mostly used with reactive forms. |\n| [searchFn] | `(term: string, item: any) => boolean...
TypeScript
MIT License
ng-select/ng-select
fix(searchWhileComposing): control whether items should be filtered while composing fixes #1296, default `true`
1
fix
searchWhileComposing
217,922
02.11.2019 15:06:19
-3,600
f28ebf5a060b93a1570e6d412f6ff86fa2affd2e
chore: cleanup retainer when it spawns for ItemInfo
[ { "change_type": "MODIFY", "diff": "@@ -89,6 +89,11 @@ export class MachinaService {\n};\n})\n.value();\n+ if (isRetainer) {\n+ Object.keys(inventory)\n+ .filter(key => key.startsWith(lastRetainerSpawned))\n+ .forEach(key => inventory[key] = {});\n+ }\ngroupedInfos.forEach(group => {\nconst containerKey = i...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: cleanup retainer when it spawns for ItemInfo
1
chore
null
866,390
02.11.2019 17:15:55
14,400
5732bc8b8c313cb6f9951f4e5695adac4594a55e
fix: updated link data value
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,7 @@ if (SIMPLELONGFORM) {\nconst link = {\nhref: 'https://www.ibm.com',\ntext: 'Nunc Pulvinar Nisi',\n- target: 'blank',\n+ target: '_blank',\n};\nconst themes = {\n", "new_path": "packages/patterns-react/src/patterns/SimpleLongForm/__stories__/SimpleLon...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: updated link data value
1
fix
null
217,922
02.11.2019 17:23:08
-3,600
644639674ad23220bf15434e68e9c55dd9918c22
fix(inventory): fixed an issue with drag and drop actions not being tracked
[ { "change_type": "MODIFY", "diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.20.0\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.20.0.tgz\",\n- \"integrity\": \"sha512-zGYzFTODm+DviYCIS4wdoeZvbN3/Tki8GUtQwXpn+h0umGzM4a7mUkVXG+8SPEDCB2hujFt4gtcs1cFkGIez...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory): fixed an issue with drag and drop actions not being tracked
1
fix
inventory
679,913
02.11.2019 17:33:29
0
416a8b7974716ec8b645dde8d2ed6ad389f18edb
feat(ecs): add componentsForID/groupsForID(), add NullCache
[ { "change_type": "MODIFY", "diff": "import { assert, Type, typedArray } from \"@thi.ng/api\";\nimport { isArray, isString } from \"@thi.ng/checks\";\n+import { filter } from \"@thi.ng/transducers\";\nimport {\nComponentID,\nGroupOpts,\n@@ -24,7 +25,7 @@ export class ECS<SPEC> {\n}\ndefEntity<K extends Compo...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(ecs): add componentsForID/groupsForID(), add NullCache
1
feat
ecs
679,913
02.11.2019 17:43:25
0
602510c5150dbf26d43a1c9e7ca8afd7c5230f28
fix(hiccup-markdown): update parse(), remove CR chars, add initial test
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ import {\nuntilStr,\nwhitespace\n} from \"@thi.ng/fsm\";\n+import { comp, filter } from \"@thi.ng/transducers\";\nimport { TagFactories } from \"./api\";\ntype ParseResult = ResultBody<any[]>;\n@@ -117,7 +118,7 @@ const pop = (result: Fn2<FSMCtx, string,...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(hiccup-markdown): #156 update parse(), remove CR chars, add initial test
1
fix
hiccup-markdown
217,922
02.11.2019 18:27:20
-3,600
b1205f3295f88f5bdc5117dd95087439be4d24f8
chore: better ignore for RetainerMarket and gear
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,9 @@ export abstract class InventoryOptimizer {\nContainerType.TradeInventory,\nContainerType.FreeCompanyBag0,\nContainerType.FreeCompanyBag1,\n- ContainerType.FreeCompanyBag2\n+ ContainerType.FreeCompanyBag2,\n+ ContainerType.RetainerMarket,\n+ ContainerType...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better ignore for RetainerMarket and gear
1
chore
null
217,922
02.11.2019 18:28:25
-3,600
9855a57fc570133f88e18f8ab1227b7ab698aa8e
fix(optimizer): fixed missing translation label
[ { "change_type": "MODIFY", "diff": "\"Ignore_item\": \"Ignore this tip for this item\",\n\"Remove_ignore_item\": \"Don't ignore this tip for this item anymore\",\n\"Show_ignored\": \"Show ignored items\",\n+ \"No_optimizations\": \"No optimizations available\",\n\"CAN_BE_BOUGHT\": {\n\"Title\": \"Items that...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(optimizer): fixed missing translation label
1
fix
optimizer
217,922
02.11.2019 18:30:59
-3,600
c60c972873b98223935ad0cd04c4cf5a3b39bb23
fix(optimizer): fixed an issue with not ignoring a tip anymore clearing the ignored tips
[ { "change_type": "MODIFY", "diff": "@@ -129,7 +129,7 @@ export class InventoryOptimizerComponent {\n}\n];\n} else {\n- this.ignoreArray = this.ignoreArray.filter(i => i.itemId !== itemId && i.id !== optimization);\n+ this.ignoreArray = this.ignoreArray.filter(i => i.itemId !== itemId || i.id !== optimizatio...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(optimizer): fixed an issue with not ignoring a tip anymore clearing the ignored tips
1
fix
optimizer
471,536
02.11.2019 18:32:46
-7,200
ca8623fde1e5200d09a088a7c30676f825cd1ab0
feat(create): dynamic READMEs
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"chalk\": \"^2.4.2\",\n\"command-line-args\": \"^5.0.2\",\n+ \"dedent\": \"^0.7.0\",\n\"deepmerge\": \"^3.2.0\",\n\"glob\": \"^7.1.3\",\n\"prompts\": \"^2.1.0\",\n", "new_path": "packages/create/package.json", "old_path": "packages/create/pac...
JavaScript
MIT License
open-wc/open-wc
feat(create): dynamic READMEs (#919)
1
feat
create
67,476
02.11.2019 18:33:56
-3,600
c073f670a1fc8ce3225d5c7cfad3630d93290add
feat(aot): implement NamespaceExoticObject
[ { "change_type": "MODIFY", "diff": "@@ -57,7 +57,7 @@ export class ResolveSet {\nexport class ResolvedBindingRecord {\npublic constructor(\npublic readonly Module: IModule,\n- public readonly BindingName: string,\n+ public readonly BindingName: $String,\n) {}\n}\n@@ -74,6 +74,7 @@ export interface IModule {...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement NamespaceExoticObject
1
feat
aot
471,536
02.11.2019 18:34:11
-7,200
ab2315697636ba30d6e6e5f6ba2eb140dd646060
docs: add simple example to event unit test guide fixes
[ { "change_type": "MODIFY", "diff": "-# Testing Event Listeners in lifecycle events\n+# Unit Testing Events\n+\n+Testing events can be tricky; the test needs to set up it's own test-specific event listener before the event fires. In most cases, this can be easily accomplished with the `oneEvent` helper.\n+\n...
JavaScript
MIT License
open-wc/open-wc
docs: add simple example to event unit test guide (#909) fixes #894
1
docs
null
217,922
02.11.2019 19:21:27
-3,600
1a5aea9efbb345f41c51b39ea0c35484c1b9e494
fix(data): fixed missing folklore book entries
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ export const folklores: { [index: number]: number[] } = {\n12240: [16725, 12540, 12945, 14151, 15646],\n17838: [19959, 21085, 24240, 24241],\n17839: [19958, 22417, 22418, 23179, 24255],\n- 26808: [27705, 27704],\n+ 26808: [27705, 27704, 28717, 27705, 27704...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(data): fixed missing folklore book entries
1
fix
data
217,922
02.11.2019 19:23:55
-3,600
5d618b26c516e967d8406f8681360d6e78be7316
fix(data): fixed missing folklore book entries for fisher
[ { "change_type": "MODIFY", "diff": "@@ -80,5 +80,5 @@ export const folklores: { [index: number]: number[] } = {\n24217,\n24218\n],\n- 26810: [27432, 27456, 27467, 27481, 27494, 27508]\n+ 26810: [27432, 27456, 27467, 27481, 27494, 27508, 28719, 28065, 28066, 28067, 28068, 28069, 28070, 28071, 28072]\n};\n", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(data): fixed missing folklore book entries for fisher
1
fix
data
866,390
02.11.2019 19:24:56
14,400
171a0dcf193acb221cf7e83d79ac825d0857fbeb
fix: withKnob parameter
[ { "change_type": "MODIFY", "diff": "@@ -14,11 +14,7 @@ import readme from '../README.md';\nif (SIMPLELONGFORM) {\nstoriesOf('Simple Long Form', module)\n- .addDecorator(\n- withKnobs({\n- escapeHTML: true,\n- })\n- )\n+ .addDecorator(withKnobs)\n.addParameters({\nreadme: {\nsidebar: readme,\n", "new_pat...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: withKnob parameter
1
fix
null
217,922
02.11.2019 19:51:16
-3,600
1eafa8fb67340c14deaa6eabc48bf406355afd91
chore: small new tool to get suggested stats
[ { "change_type": "MODIFY", "diff": "@@ -1402,3 +1402,17 @@ if (hasTodo('territories')) {\npersistToTypescript('territories', 'territories', territories);\n});\n}\n+\n+if (hasTodo('suggestedValues')) {\n+ const suggested = {};\n+ getAllPages('https://xivapi.com/RecipeLevelTable?columns=ID,SuggestedControl,Su...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small new tool to get suggested stats
1
chore
null
67,479
02.11.2019 20:12:38
-39,600
00bd459a2f65b39fa58f4f784b49d0fd05a19649
refactor(bindable-observer): tweak interfaces
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import { subscriberCollection } from './subscriber-collection';\nexport interface BindableObserver extends IPropertyObserver<IIndexable, string> {}\n-export interface IMayHavePropertyChangedCallback {\n+interface IMayHavePropertyChangedCallback {\nproperty...
TypeScript
MIT License
aurelia/aurelia
refactor(bindable-observer): tweak interfaces
1
refactor
bindable-observer
217,893
02.11.2019 20:41:33
-37,080
150c4f633d90aad8a0bf866e955a7cf29e9f2621
fix(simulator): Use Durability Restorating Tip Later incorrectly triggering Changes durability value to 30 from 60
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ export class UseDurabilityRestorationLater extends RotationTip {\nconst usedMastersMendTooEarly = mastersMendIIIndexes.some((index) => {\nconst clone = simulationResult.simulation.clone();\nclone.run(true, index);\n- const matches = clone.recipe.durabili...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): Use Durability Restorating Tip Later incorrectly triggering Changes durability value to 30 from 60
1
fix
simulator
67,516
02.11.2019 21:16:07
-3,600
c164bbda66babb9df4809a5b798182ebea7ea139
chore(runtime-html): style accessor failing test
[ { "change_type": "MODIFY", "diff": "cards>* {\ndisplay: flex;\nflex-wrap: wrap;\n+ font-weight: 600;\n}\n.card {\n", "new_path": "packages/__tests__/integration/app/molecules/cards/cards.css", "old_path": "packages/__tests__/integration/app/molecules/cards/cards.css" }, { "change_type": "MOD...
TypeScript
MIT License
aurelia/aurelia
chore(runtime-html): style accessor failing test
1
chore
runtime-html