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
749,516
07.10.2019 14:38:28
25,200
6a3f9981b1a72aca0831842a615103e6fa5bb42c
chore(selection): remove usages of react-selection KEY_CODES and composeEventHandlers
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@zendeskgarden/container-modal\": \"^0.3.1\",\n+ \"@zendeskgarden/container-utilities\": \"^0.3.0\",\n\"@zendeskgarden/react-selection\": \"^6.5.0\",\n\"@zendeskgarden/react-utilities\": \"^6.7.1\",\n\"classnames\": \"^2.2.5\",\n", "new_path...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(selection): remove usages of react-selection KEY_CODES and composeEventHandlers (#479)
1
chore
selection
366,937
07.10.2019 14:59:17
-32,400
e8bf39791b345f60d145a43c4f8da0a77169cd68
fix: change for reviews change REMOVE_DELAY number add className property into Wrapper component change margin size to use constant number
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ interface State {\ntype MergedProps = Props & InjectedProps\n-const REMOVE_DELAY = 80000\n+const REMOVE_DELAY = 8000\nclass FlashComponent extends React.PureComponent<MergedProps, State> {\npublic static getDerivedStateFromProps(props: Props) {\n@@ -60,7...
TypeScript
MIT License
kufu/smarthr-ui
fix: change for reviews change REMOVE_DELAY number add className property into Wrapper component change margin size to use constant number
1
fix
null
679,913
07.10.2019 15:30:19
-3,600
12898f0752157a9aea39381839f8121638547c33
refactor(malloc): migrate & re-use types from thi.ng/api
[ { "change_type": "MODIFY", "diff": "-import { IObjectOf, Type } from \"@thi.ng/api\";\n-\n-export type TypedArrayConstructor =\n- | Uint8ArrayConstructor\n- | Uint8ClampedArrayConstructor\n- | Int8ArrayConstructor\n- | Uint16ArrayConstructor\n- | Int16ArrayConstructor\n- | Uint32ArrayConstructor\n- | Int32A...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(malloc): migrate & re-use types from thi.ng/api
1
refactor
malloc
791,690
07.10.2019 15:35:36
18,000
1da5fa7597286f2dada37714dee7c935b54b4abf
core(tracehouse): allow nested trace events without an end
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,7 @@ const {taskGroups, taskNameToGroup} = require('./task-groups.js');\n* @prop {LH.TraceEvent} event\n* @prop {TaskNode[]} children\n* @prop {TaskNode|undefined} parent\n+ * @prop {boolean} unbounded Indicates that the task had an endTime that was inferred ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(tracehouse): allow nested trace events without an end (#9785)
1
core
tracehouse
366,920
07.10.2019 15:50:38
-32,400
b3af02d44f69826d098833c5964c25e3f0c24782
fix: Modify left position logic
[ { "change_type": "MODIFY", "diff": "@@ -53,7 +53,7 @@ export function getContentPositionStyle(\nposition.top = `${scroll.top + triggerRect.top - contentSize.height}px`\n}\n- if (triggerRect.left + contentSize.width <= windowSize.width) {\n+ if (triggerRect.left + (triggerRect.right - triggerRect.left) / 2 <...
TypeScript
MIT License
kufu/smarthr-ui
fix: Modify left position logic
1
fix
null
713,826
07.10.2019 15:51:13
-7,200
ae9aa447a0f4379d68010be5c2e2e647dd4ea497
fix: quotes should be single
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ import {\ngetUnauthorized,\ngetForbidden,\ngetServiceUnavailable,\n- getCode,\n+ getCode\n} from '../src/index';\ndescribe('testing errors', () => {\n", "new_path": "core/commons-api/test/errors.spec.ts", "old_path": "core/commons-api/test/errors...
TypeScript
MIT License
verdaccio/monorepo
fix: quotes should be single
1
fix
null
104,818
07.10.2019 16:12:17
18,000
209fd5d1eda8cdaabd71a453ebef7a138723487a
refactor(card): renderer should be smart enough use grain or not
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,21 @@ const CachedCardRenderer = ({\nreturn <CardRenderer {...others} onCardAction={cachedOnCardAction} style={cachedStyle} />;\n};\n+/** Asynchronous reusable function to load Card Data */\n+const loadCardData = async (card, setCard, onFetchData, timeGrain) ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
refactor(card): renderer should be smart enough use grain or not
1
refactor
card
366,937
07.10.2019 16:24:23
-32,400
23d876ef972480f57dd6cb5c762f12dc1d4a8da1
update: change CloseButton construction
[ { "change_type": "MODIFY", "diff": "@@ -89,9 +89,9 @@ class FlashComponent extends React.PureComponent<MergedProps, State> {\n<Wrapper className={`${type} ${className}`} theme={theme}>\n<Icon name={iconName} size={14} color={iconColor} />\n<Txt theme={theme}>{text}</Txt>\n- <SecondaryButton className=\"flas...
TypeScript
MIT License
kufu/smarthr-ui
update: change CloseButton construction
1
update
null
67,507
07.10.2019 16:49:13
-7,200
200c0600d5cc17e1d14f332747d178f6d3ac755e
chore: switch off linting compat/compat for tests/scripts/examples and js
[ { "change_type": "MODIFY", "diff": "@@ -222,13 +222,15 @@ module.exports = {\nrules: {\n'@typescript-eslint/explicit-member-accessibility': 'off',\n'@typescript-eslint/no-require-imports': 'off',\n- '@typescript-eslint/no-var-requires': 'off'\n+ '@typescript-eslint/no-var-requires': 'off',\n+ 'compat/compat...
TypeScript
MIT License
aurelia/aurelia
chore: switch off linting compat/compat for tests/scripts/examples and js
1
chore
null
104,857
07.10.2019 17:08:08
-7,200
5edb0b4c58dd35eeecbed96aa380335e180f9e57
fix(timeGrain): time grain changes to card support
[ { "change_type": "MODIFY", "diff": "import React, { useMemo, useState, useCallback } from 'react';\nimport merge from 'lodash/merge';\nimport isEmpty from 'lodash/isEmpty';\n+import omit from 'lodash/omit';\nimport useDeepCompareEffect from 'use-deep-compare-effect';\nimport ValueCard from '../ValueCard/Val...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeGrain): time grain changes to card support
1
fix
timeGrain
866,394
07.10.2019 17:18:15
14,400
898fb612dea788ecc63e2ee858b4c56cbc36fbb3
fix(masthead): removed console logs
[ { "change_type": "MODIFY", "diff": "@@ -164,7 +164,6 @@ export class SideNavMenu extends React.Component {\n}\n_renderSideNavItem = (item, index) => {\n- console.log('item:', item);\nreturn React.cloneElement(item, {\nonClick:\nitem.props.isBackButton === true\n", "new_path": "packages/react/src/compone...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(masthead): removed console logs
1
fix
masthead
104,818
07.10.2019 17:26:53
18,000
d54b15257945f66c2cac1b0a83c9c62cd8f29c89
refactor(imagecard): support setupcard prop
[ { "change_type": "MODIFY", "diff": "@@ -66,6 +66,7 @@ const CardRenderer = React.memo(\nisEditable, // eslint-disable-line\nbreakpoint, // eslint-disable-line\nonFetchData, // eslint-disable-line\n+ onSetupCard, // eslint-disable-line\ntimeGrain, // eslint-disable-line\n...gridProps\n}) => {\n@@ -77,11 +78,...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
refactor(imagecard): support setupcard prop
1
refactor
imagecard
67,494
07.10.2019 17:33:10
-7,200
68b2b84d8f2baf8bd06735ec9f63ea963e03b7a0
test(router): add au-href tests to router
[ { "change_type": "MODIFY", "diff": "import { DebugConfiguration } from '@aurelia/debug';\nimport { PLATFORM } from '@aurelia/kernel';\nimport { IRouter, RouterConfiguration } from '@aurelia/router';\n-import { Aurelia, CustomElement, ILifecycle, LifecycleFlags } from '@aurelia/runtime';\n+import { Aurelia, ...
TypeScript
MIT License
aurelia/aurelia
test(router): add au-href tests to router
1
test
router
217,922
07.10.2019 17:36:36
-7,200
955ffb7ef097252c2d8d570020c1c5b0abd6a493
chore: small bug fix fox list update
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,6 @@ import { first, map, switchMap } from 'rxjs/operators';\nimport { AngularFirestore } from '@angular/fire/firestore';\nimport { LazyDataService } from '../../../data/lazy-data.service';\nimport { ListRow } from '../../../../modules/list/model/list-row';\n-i...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small bug fix fox list update
1
chore
null
730,416
07.10.2019 17:39:56
25,200
a0dab7413bbad4f2034f141a057871ad1c84bd5b
chore(circleci): fix typo
[ { "change_type": "MODIFY", "diff": "\"start:samples\": \"echo 'Deprecated. Please use npm run serve:samples'; npm run serve samples\",\n\"publish\": \"cross-env-shell NODE_ENV='' ./scripts/publish/index.js\",\n\"publish:components\": \"cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=2048 npm...
JavaScript
MIT License
webex/react-widgets
chore(circleci): fix typo
1
chore
circleci
730,416
07.10.2019 17:40:42
25,200
1fb781238ad68c56f8ecc8cba134ec0e8d20d30b
chore(circleci): ignore master branch for github checks
[ { "change_type": "MODIFY", "diff": "@@ -284,7 +284,11 @@ jobs:\nworkflows:\nrun_all_tests:\njobs:\n- - install\n+ - install:\n+ filters:\n+ branches:\n+ ignore:\n+ - master\n- build_for_tests:\nrequires:\n- install\n", "new_path": ".circleci/config.yml", "old_path": ".circleci/config.yml" } ]
JavaScript
MIT License
webex/react-widgets
chore(circleci): ignore master branch for github checks
1
chore
circleci
730,416
07.10.2019 18:11:10
25,200
7873ab0abc4bb20fdf667d2811cd540298642932
chore(circleci): add remote upstream
[ { "change_type": "MODIFY", "diff": "@@ -164,6 +164,7 @@ jobs:\nexecutor: main-executor\nsteps:\n- checkout\n+ - run: git remote add upstream git@github.com:webex/react-widgets.git\n- restore_node_modules\n- add_ssh_keys:\nfingerprints:\n", "new_path": ".circleci/config.yml", "old_path": ".circleci/c...
JavaScript
MIT License
webex/react-widgets
chore(circleci): add remote upstream
1
chore
circleci
791,704
07.10.2019 18:15:00
25,200
ceb64992654282760cb8a16157230ec56613a83d
report: remove some dead code
[ { "change_type": "MODIFY", "diff": "@@ -63,7 +63,6 @@ class ReportUIFeatures {\nthis.onCopy = this.onCopy.bind(this);\nthis.onDropDownMenuClick = this.onDropDownMenuClick.bind(this);\nthis.onKeyUp = this.onKeyUp.bind(this);\n- this.onChevronClick = this.onChevronClick.bind(this);\nthis.collapseAllDetails = ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: remove some dead code (#9800)
1
report
null
401,147
07.10.2019 18:33:38
-19,080
e3056ebe497c123e7dc44eaa4623d1c73ca01944
feat(core): add placement prop for date range picker affects:
[ { "change_type": "MODIFY", "diff": "import { styled } from '@medly-components/utils';\n+import { getPosition } from '../Popover/Popover.styled';\nimport { StyledProps } from './types';\nexport const DateRangePickerStyled = styled('div').attrs(({ theme: { input, text, font } }) => ({ input, text, font }))<St...
TypeScript
MIT License
medly/medly-components
feat(core): add placement prop for date range picker affects: @medly-components/core
1
feat
core
401,147
07.10.2019 18:39:16
-19,080
600e80adc4e33bc3ff4a1a9815f9bdd83a8d0109
fix(core): fix lint issues affects:
[ { "change_type": "MODIFY", "diff": "import { TestUtils } from '@medly-components/utils';\n-import '';\nimport React from 'react';\nimport Link from '../Link';\nimport BreadCrumbs from './BreadCrumbs';\n", "new_path": "packages/core/src/components/BreadCrumbs/BreadCrumbs.test.tsx", "old_path": "packa...
TypeScript
MIT License
medly/medly-components
fix(core): fix lint issues affects: @medly-components/core, @medly-components/theme
1
fix
core
401,147
07.10.2019 18:46:38
-19,080
e5a4e04087c69894a2b93858dc675c51953e9e23
refactor(core): change default date range picker position affects:
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,7 @@ const DateRangePicker: React.SFC<Props> = React.memo(props => {\nDateRangePicker.displayName = 'DateRangePicker';\nDateRangePicker.defaultProps = {\n- placement: 'left-start',\n+ placement: 'bottom-start',\nlabelPosition: 'left',\nfullWidth: false,\nrequ...
TypeScript
MIT License
medly/medly-components
refactor(core): change default date range picker position affects: @medly-components/core
1
refactor
core
401,147
07.10.2019 18:57:23
-19,080
e2c8532a5823c714438461b05baedcdb54970b22
fix(core): fix date range picker navigation position affects:
[ { "change_type": "MODIFY", "diff": "@@ -6,9 +6,11 @@ export const DateRangePickerStyled = styled('div').attrs(({ theme: { input, text\n& > div:first-child {\ndiv {\nz-index: 5;\n+ }\n+ & > div:last-child {\n+ top: unset;\nbottom: unset;\nleft: unset;\n- top: unset;\nright: unset;\n${({ placement }) => getPo...
TypeScript
MIT License
medly/medly-components
fix(core): fix date range picker navigation position affects: @medly-components/core
1
fix
core
531,793
07.10.2019 19:18:18
-3,600
8384cbd27ce241e58144ea2d76aceb242fa7c57b
fix(ui): better display of warnings in the help tab
[ { "change_type": "MODIFY", "diff": "import React from \"react\";\nimport PropTypes from \"prop-types\";\n+import { FontAwesomeIcon } from \"@fortawesome/react-fontawesome\";\n+import { faInfoCircle } from \"@fortawesome/free-solid-svg-icons/faInfoCircle\";\n+\nimport { Accordion } from \"Components/Accordio...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): better display of warnings in the help tab
1
fix
ui
531,793
07.10.2019 19:46:18
-3,600
b1bc331711d0d57bbec3e60bab0e7a6773fdc469
feat(ui): change the background of filter input on hover
[ { "change_type": "MODIFY", "diff": "@@ -75,7 +75,7 @@ const FilterInputLabel = observer(\n{filter.isValid ? (\nfilter.applied ? (\nshowCounter ? (\n- <span className=\"badge badge-light badge-pill\">\n+ <span className=\"badge badge-light badge-pill mr-1\">\n{filter.hits}\n</span>\n) : null\n@@ -93,7 +93,7 ...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): change the background of filter input on hover
1
feat
ui
807,951
07.10.2019 20:02:40
-7,200
d8d33f7bdc7e87ec0a014ccdffeefbd87517d86b
fix(bootstrap): Run lifecycle scripts in topological queue instead of batches
[ { "change_type": "MODIFY", "diff": "@@ -14,8 +14,7 @@ const rimrafDir = require(\"@lerna/rimraf-dir\");\nconst hasNpmVersion = require(\"@lerna/has-npm-version\");\nconst npmInstall = require(\"@lerna/npm-install\");\nconst { createRunner } = require(\"@lerna/run-lifecycle\");\n-const batchPackages = requir...
JavaScript
MIT License
lerna/lerna
fix(bootstrap): Run lifecycle scripts in topological queue instead of batches (#2224)
1
fix
bootstrap
217,922
07.10.2019 20:12:58
-7,200
4c7f0eea32426f40d2d47d5ffca8fcf4c7cebcee
chore: small fix for broken layouts to avoid layout editor freeze
[ { "change_type": "MODIFY", "diff": "@@ -140,7 +140,7 @@ export class LayoutEditorComponent {\n}\ntrackByRow(index: number, row: LayoutRow): string {\n- return row.filter.name;\n+ return row.filter ? row.filter.name : row.name;\n}\n}\n", "new_path": "apps/client/src/app/modules/layout-editor/layout-edito...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for broken layouts to avoid layout editor freeze
1
chore
null
217,922
07.10.2019 20:28:19
-7,200
17fa01177570247c70ad6a2e4276c97cd960fab6
chore: bump machina wrapper version
[ { "change_type": "MODIFY", "diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"git+https://github.com/karashiiro/node-machina-ffxiv.git#cd4770c35896509d8c610162eb2938f0b5543ea0\",\n- \"from\": \"git+https://github.com/karashiiro/node-machina-ffxiv.git#verbose-logging\",\n+ \"version\": \"2.8.1\",\n+...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: bump machina wrapper version
1
chore
null
808,062
07.10.2019 20:28:31
-11,880
2833d82eeb9f89a1318ac8266ce1030c6761d5bd
docs(version): improve Prerelease section of readme
[ { "change_type": "MODIFY", "diff": "@@ -35,8 +35,8 @@ You must still use the `--yes` flag to avoid all prompts.\nIf you have any packages with a prerelease version number (e.g. `2.0.0-beta.3`) and you run `lerna version` with and a non-prerelease bump (`major`, `minor`, or `patch`), it will publish those pr...
JavaScript
MIT License
lerna/lerna
docs(version): improve Prerelease section of readme (#2263)
1
docs
version
104,818
07.10.2019 21:05:01
18,000
1765fcfba05c78bfca27591f50fb7be36addc9b2
fix(tablecard): fix pagination layout and calculation
[ { "change_type": "MODIFY", "diff": "@@ -225,9 +225,12 @@ export const tableReducer = (state = {}, action) => {\ncase TABLE_REGISTER: {\nconst updatedData = action.payload.data || state.data;\nconst { view, totalItems } = action.payload;\n+ const { pageSize, pageSizes } = get(view, 'pagination') || {};\ncons...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tablecard): fix pagination layout and calculation
1
fix
tablecard
743,869
07.10.2019 21:57:55
-7,200
b1b156a3eb4ddd6803fbbd56c611a77919293000
fix(docs): TypeScript import to prevent a future major release warning
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ The following `.options()` definition:\n```typescript\n#!/usr/bin/env node\n-import * as yargs from 'yargs';\n+import yargs from 'yargs';\nconst argv = yargs.options({\na: { type: 'boolean', default: false },\n", "new_path": "docs/typescript.md", "...
JavaScript
MIT License
yargs/yargs
fix(docs): TypeScript import to prevent a future major release warning (#1441)
1
fix
docs
713,826
07.10.2019 22:13:49
-7,200
33e78c9fd5d6bd03a51d1a21e1b730e183867385
refactor: moved plugin
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,6 @@ module.exports = {\n{\nfiles: ['*.ts', '*.tsx'],\nextends: ['./rules/base', './rules/typescript', './rules/import', './rules/prettier'].map(require.resolve),\n- plugins: ['import'],\n},\n],\n};\n", "new_path": "tools/eslint-config/index.js", "old...
TypeScript
MIT License
verdaccio/monorepo
refactor: moved plugin
1
refactor
null
76,605
07.10.2019 22:23:20
-7,200
8ed1034c362797c94345c5aa0fe3b10ca7e4357f
build: version 3.10.0
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,26 @@ All notable changes to release of this project will be documented in this file.\nFor detailed change-info on the commit level please [see our GitHub commit history](https://github.com/axa-group/nlp.js/commits/master).\n+## [3.10.0] - 2019-10-07\n+### Adde...
JavaScript
MIT License
axa-group/nlp.js
build: version 3.10.0
1
build
null
531,793
07.10.2019 22:28:01
-3,600
010449c2b3cfb13f09dc13bcd208a7d761b5e98e
feat(ui): show an icon when the grid is empty Makes it clear that there are no alerts, especially with hidden navbar
[ { "change_type": "ADD", "diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`<EmptyGrid /> matches snapshot 1`] = `\n+\"\n+<h1 class=\\\\\"display-1 text-secondary screen-center\\\\\">\n+ <svg aria-hidden=\\\\\"true\\\\\"\n+ focusable=\\\\\"false\\\\\"\n+ data-prefix=\\\\\"fas\\\\\"\n+ data-ic...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): show an icon when the grid is empty Makes it clear that there are no alerts, especially with hidden navbar
1
feat
ui
67,507
07.10.2019 22:45:12
-7,200
ba483b0de048ea398b402b4aa5027efbd2e72735
chore: fix jit-parcel-ts linting issue
[ { "change_type": "MODIFY", "diff": "@@ -3,5 +3,6 @@ import template from './app.html';\n@customElement({ name: 'app', template })\nexport class App {\n- public message = 'Hello World!';\n+ // eslint-disable-next-line @typescript-eslint/explicit-member-accessibility, @typescript-eslint/typedef\n+ message = '...
TypeScript
MIT License
aurelia/aurelia
chore: fix jit-parcel-ts linting issue
1
chore
null
67,507
07.10.2019 22:45:29
-7,200
a2b7e529deda566ce9eeb1cef2ea25e899873c56
chore: disable for js files
[ { "change_type": "MODIFY", "diff": "@@ -223,6 +223,7 @@ module.exports = {\n'@typescript-eslint/explicit-member-accessibility': 'off',\n'@typescript-eslint/no-require-imports': 'off',\n'@typescript-eslint/no-var-requires': 'off',\n+ '@typescript-eslint/typedef': 'off',\n'compat/compat': 'off'\n}\n}, { // Sp...
TypeScript
MIT License
aurelia/aurelia
chore: disable @typescript-eslint/typedef for js files
1
chore
null
531,793
07.10.2019 23:34:48
-3,600
3e8523960bfb168cf6e8c3399e081b11fddaa790
chore(ci): move percy tests to run after linters This will save some snapshots since only tested changes will run
[ { "change_type": "MODIFY", "diff": "@@ -53,15 +53,6 @@ jobs:\nafter_success:\n- travis_retry curl -s --connect-timeout 30 --fail https://codecov.io/bash | bash -s -- -F ui\n- - stage: Test\n- name: Test Percy UI snapshots\n- if: (repo = prymitive/karma AND type != pull_request) OR (repo != prymitive/karma A...
TypeScript
Apache License 2.0
prymitive/karma
chore(ci): move percy tests to run after linters This will save some snapshots since only tested changes will run
1
chore
ci
67,507
08.10.2019 00:15:07
-7,200
e8d57b471b6de4908e7e8302769199e5b92fb0e4
chore: disable in tests
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ module.exports = {\n'mocha'\n],\nrules: {\n+ '@typescript-eslint/class-name-casing': 'off',\n'@typescript-eslint/no-explicit-any': 'off',\n'import/no-nodejs-modules': 'off',\n'jsdoc/require-jsdoc': 'off',\n", "new_path": "packages/__tests__/.eslintrc...
TypeScript
MIT License
aurelia/aurelia
chore: disable @typescript-eslint/class-name-casing in tests
1
chore
null
67,507
08.10.2019 00:16:41
-7,200
6e1214394c9640aa4a8d3763bd2d712bd71bbc88
chore: disable codeclimate Mainenance Checks
[ { "change_type": "MODIFY", "diff": "@@ -3,25 +3,19 @@ checks:\n# Argument count\n# Methods or functions defined with a high number of arguments\nargument-count:\n- enabled: true\n- config:\n- treshold: 4 # default 4\n+ enabled: false\n# Complex logic\n# Boolean logic that may be hard to understand\ncomplex-...
TypeScript
MIT License
aurelia/aurelia
chore: disable codeclimate Mainenance Checks
1
chore
null
67,507
08.10.2019 00:19:31
-7,200
01dee24e69d8de3a80a3e2758a6786c45f6ea91a
chore: remove unused RegEx
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,6 @@ import { getCurrentVersion, getNewVersion } from './get-version-info';\nconst log = createLogger('bump-version');\nexport async function updateDependencyVersions(newVersion: string): Promise<void> {\n- const aureliaRegExp = /^@aurelia/;\nfor (const { name ...
TypeScript
MIT License
aurelia/aurelia
chore: remove unused RegEx
1
chore
null
67,494
08.10.2019 00:22:43
-7,200
1365db5a7d054efd92590c1629ca789af7ab15a0
test(router): add Author as link component in doc-example
[ { "change_type": "MODIFY", "diff": "@@ -3,20 +3,24 @@ import { customElement, IViewModel } from '@aurelia/runtime';\nimport { AuthorsRepository } from '../../repositories/authors';\nimport { State } from '../../state';\nimport { wait } from '../../utils';\n+import { Author } from './author';\n@customElement...
TypeScript
MIT License
aurelia/aurelia
test(router): add Author as link component in doc-example
1
test
router
67,516
08.10.2019 00:24:18
-7,200
6363d47fbca568e7c940215634652fd7fc58fc5d
fix(runtime): computed-observer overridden config This commit fixes the problem with incorrect override of the accessor descriptor. The fix involves getting the config from prototype instead of constructor.
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ export class App {\nnew Laptop(\"Core i5 3.40 GHz\", \"8GB DDR4\", new Storage(\"SSD\", 1, \"TB\"), \"14 inch\", \"T460\", \"Lenovo\"),\n];\n- public user = new User('John', 'Doe', 0.1);\n+ public user = new User('John', 'Doe', 0.1, \"Role1\", \"Org1\", ...
TypeScript
MIT License
aurelia/aurelia
fix(runtime): computed-observer overridden config This commit fixes the problem with incorrect override of the accessor descriptor. The fix involves getting the config from prototype instead of constructor.
1
fix
runtime
67,507
08.10.2019 00:35:48
-7,200
c0b4916a25f8e2505fbfdc7c7410513b30fa73c1
chore: small optimization
[ { "change_type": "MODIFY", "diff": "@@ -1043,7 +1043,7 @@ export class TaggedTemplateExpression implements ITaggedTemplateExpression {\nif (typeof func !== 'function') {\nthrow Reporter.error(RuntimeError.NotAFunction, this);\n}\n- return func(...[this.cooked].concat(results));\n+ return func(this.cooked, ....
TypeScript
MIT License
aurelia/aurelia
chore: small optimization
1
chore
null
67,507
08.10.2019 00:40:03
-7,200
5aaebf3390e2b3e78ca28f4b617fa0804daf6955
chore: revert no-useless-catch changes in tests
[ { "change_type": "MODIFY", "diff": "@@ -24,8 +24,10 @@ module.exports = {\n'mocha/no-mocha-arrows': 'error',\n'mocha/no-return-from-async': 'error',\n'mocha/no-top-level-hooks': 'error',\n+ 'sonarjs/no-useless-catch': 'off',\n'max-lines-per-function': 'off',\n'no-console': 'off',\n+ 'no-useless-catch': 'off...
TypeScript
MIT License
aurelia/aurelia
chore: revert no-useless-catch changes in tests
1
chore
null
67,507
08.10.2019 00:44:12
-7,200
7a804ace73c4952c3a73b91d1988bfc0d6ff06de
chore: optimize readability
[ { "change_type": "MODIFY", "diff": "@@ -10,12 +10,10 @@ type Vinyl = typeof Vinyl.prototype;\nfunction preprocess(unit: IFileUnit, options: IOptionalPreprocessOptions) {\nif (unit.path.endsWith('.css')) return;\nconst { defaultShadowOptions, stringModuleWrap } = options;\n+ const shadowOptionsString = defau...
TypeScript
MIT License
aurelia/aurelia
chore: optimize readability
1
chore
null
67,507
08.10.2019 00:55:17
-7,200
d8064eaac9ab7d1ab0d712199fdf4dcc60e90c09
chore: refix jit-parcel-ts another way
[ { "change_type": "MODIFY", "diff": "@@ -218,7 +218,7 @@ module.exports = {\n'@typescript-eslint/quotes': ['off']\n},\noverrides: [{ // Specific overrides for JS files as some TS rules don't make sense there.\n- files: ['**/*.js'],\n+ files: ['**/*.js', 'examples/jit-parcel-ts/**'],\nrules: {\n'@typescript-e...
TypeScript
MIT License
aurelia/aurelia
chore: refix jit-parcel-ts another way
1
chore
null
730,428
08.10.2019 01:19:34
0
fe097eed55a27c6d4c83de54102f651ae8716678
chore(release): 0.2.39 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+### [0.2.39](https://github.com/webex/react-widgets/compare/v0.2.38...v0.2.39) (2019-10-08)\n+\...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.2.39 [skip ci]
1
chore
release
67,476
08.10.2019 03:33:50
-7,200
6142db42be895b3ed61f4104aaf389dc1740127f
fix(template-binder): fix slip-up
[ { "change_type": "MODIFY", "diff": "@@ -218,6 +218,7 @@ export class TemplateBinder {\n}\nprivate bindManifest(\n+ parentManifest: ElementSymbol,\nnode: HTMLTemplateElement | HTMLElement,\nsurrogate: PlainElementSymbol,\nmanifest: ElementSymbol,\n@@ -229,7 +230,7 @@ export class TemplateBinder {\ncase 'LET'...
TypeScript
MIT License
aurelia/aurelia
fix(template-binder): fix slip-up
1
fix
template-binder
749,556
08.10.2019 09:45:00
-7,200
24968512a9492b254b4d7e2756c2b437a4c1e84d
feat(loaders): introduce Progress component
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,20 @@ import { Dots } from '@zendeskgarden/react-loaders';\n</ThemeProvider>;\n```\n+### Progress\n+\n+```jsx static\n+import { ThemeProvider } from '@zendeskgarden/react-theming';\n+import { Progress } from '@zendeskgarden/react-loaders';\n+\n+/**\n+ * Place...
TypeScript
Apache License 2.0
zendeskgarden/react-components
feat(loaders): introduce Progress component (#468)
1
feat
loaders
104,818
08.10.2019 09:45:47
18,000
1972c963aacd85c430c357b7ddaa1f40a76b446a
refactor(dashboard): support bulk refreshing with new model
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,8 @@ const CardRenderer = React.memo(\n...gridProps\n}) => {\n/**\n- * Local state for the card\n+ * Local state for the card, keeps track of whether it is loading or not, and the current state of the Range Selector\n+ * And which data range is being requeste...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
refactor(dashboard): support bulk refreshing with new model Co-authored-by: cgirani <cgirani@br.ibm.com>
1
refactor
dashboard
531,793
08.10.2019 09:47:08
-3,600
903752a5ed8e2004478367e167b7186e70adfb04
fix(ui): align labels in the overview modal Moves the left column labels to the top, since the right side will have progress bars at the bottom which makes them taller
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ const TableRows = observer(({ alertStore, nameStats }) =>\nnameStats.map(nameStats => (\n<tr key={nameStats.name}>\n<td width=\"25%\" className=\"text-nowrap mw-100 p-1\">\n- <span className=\"badge badge-light components-label mx-0 my-1 pl-0 text-left\"...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): align labels in the overview modal Moves the left column labels to the top, since the right side will have progress bars at the bottom which makes them taller
1
fix
ui
730,429
08.10.2019 09:59:36
14,400
dffbf4956dbf0860327ff483993b546b601ed44e
chore(circle): add aws vars
[ { "change_type": "MODIFY", "diff": "@@ -222,13 +222,20 @@ jobs:\ndeploy_to_cdn:\nexecutor: main-executor\nworking_directory: ~/react-widgets\n+ environment:\n+ - AWS_BUCKET: \"code.s4d.io\"\n+ - AWS_REGION: \"us-east-1\"\nsteps:\n- checkout\n- restore_workspace\n- run:\nname: 'Grab Version Number'\ncommand:...
JavaScript
MIT License
webex/react-widgets
chore(circle): add aws vars
1
chore
circle
730,429
08.10.2019 10:41:59
14,400
4f057138f033ebb944d20ed134960e2bb89d9888
fix(circle): version number for cdn
[ { "change_type": "MODIFY", "diff": "@@ -231,7 +231,7 @@ jobs:\n- run:\nname: 'Grab Version Number'\ncommand: |\n- echo 'VERSION_NUMBER=\"$(npx -c \\'echo \"$npm_package_version\"\\')\"' >> $BASH_ENV\n+ echo VERSION_NUMBER=$(npx -c 'echo \\\"$npm_package_version\\\"') >> $BASH_ENV\n- run:\nname: 'Verify vers...
JavaScript
MIT License
webex/react-widgets
fix(circle): version number for cdn
1
fix
circle
71,499
08.10.2019 10:53:23
-3,600
8de0930436f770e0e2bddc2c6cbab9f42738af00
chore: update CloudFormation resource spec to 6.3.0 See CHANGELOG
[ { "change_type": "MODIFY", "diff": "+# CloudFormation Resource Specification v6.3.0\n+\n+## New Resource Types\n+\n+* AWS::Cognito::UserPoolDomain\n+* AWS::Cognito::UserPoolIdentityProvider\n+* AWS::Cognito::UserPoolResourceServer\n+* AWS::Cognito::UserPoolRiskConfigurationAttachment\n+* AWS::Cognito::UserP...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: update CloudFormation resource spec to 6.3.0 (#4407) See CHANGELOG
1
chore
null
67,494
08.10.2019 10:54:45
-7,200
4418f866c28ff01c2433f39e65a5119d8e88e4d7
test(router): fix lint issues
[ { "change_type": "MODIFY", "diff": "@@ -10,9 +10,7 @@ describe('LinkHandler', function () {\nconst sut = container.get(LinkHandler);\n- function tearDown() { }\n-\n- return { sut, tearDown, ctx };\n+ return { sut, ctx };\n}\nasync function setupApp(App) {\n@@ -39,15 +37,13 @@ describe('LinkHandler', functio...
TypeScript
MIT License
aurelia/aurelia
test(router): fix lint issues
1
test
router
791,760
08.10.2019 11:19:15
25,200
6a772bd456e00bdb48f682c491d5fee920c3c474
docs: document 'meaning' field in i18n readme
[ { "change_type": "MODIFY", "diff": "# Terminology\n-* **CTC format**: The [Chrome extension & Chrome app i18n format](https://developer.chrome.com/extensions/i18n-messages). JSON with their specified model for declaring placeholders, examples, etc. Used as an interchange data format.\n+* **CTC format**: The...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs: document 'meaning' field in i18n readme (#9787)
1
docs
null
730,429
08.10.2019 11:19:33
14,400
97ead744f1f9bdcdaaeaba50f0835856adc64dea
chore(circle): persist package.json after bump
[ { "change_type": "MODIFY", "diff": "@@ -213,6 +213,7 @@ jobs:\n- persist_to_workspace:\nroot: ~/react-widgets\npaths:\n+ - package.json\n- packages/node_modules/@ciscospark/widget-space/dist\n- packages/node_modules/@ciscospark/widget-recents/dist\n- packages/node_modules/@ciscospark/widget-space-demo/dist\...
JavaScript
MIT License
webex/react-widgets
chore(circle): persist package.json after bump
1
chore
circle
67,494
08.10.2019 11:26:17
-7,200
3d8978345d275ea5194090bbe5340ce7323f4fe7
test(router): exclude non-working tests for node
[ { "change_type": "MODIFY", "diff": "@@ -118,6 +118,8 @@ describe('LinkHandler', function () {\nassert.includes(err.message, 'Link handler has not been activated', `err.message`);\n});\n+ if (PLATFORM.isBrowserLike) {\n+ // TODO: figure out why it doesn't work in nodejs and fix it\nit('returns the right inst...
TypeScript
MIT License
aurelia/aurelia
test(router): exclude non-working tests for node
1
test
router
67,494
08.10.2019 11:27:32
-7,200
284d385af97125562f5e8e56a01d235943f27e64
test(router): add missing import
[ { "change_type": "MODIFY", "diff": "import { AnchorEventInfo, LinkHandler, AuHrefCustomAttribute } from '@aurelia/router';\nimport { assert, createSpy, TestContext } from '@aurelia/testing';\n-import { Writable, IRegistry } from '@aurelia/kernel';\n+import { Writable, IRegistry, PLATFORM } from '@aurelia/ke...
TypeScript
MIT License
aurelia/aurelia
test(router): add missing import
1
test
router
730,429
08.10.2019 11:29:59
14,400
778845a037a73f71dbd274e98f3739fa037a281f
chore(circle): export version numbers consistently
[ { "change_type": "MODIFY", "diff": "@@ -174,7 +174,7 @@ jobs:\nname: 'Generate Version Number'\ncommand: |\nnpm run release -- --release-as patch --no-verify\n- echo \"export VERSION=$(grep \"version\" package.json | head -1 | awk -F: '{ print $2 }' | sed 's/[\", ]//g')\" >> $BASH_ENV\n+ echo export VERSION...
JavaScript
MIT License
webex/react-widgets
chore(circle): export version numbers consistently
1
chore
circle
730,429
08.10.2019 11:32:10
14,400
aaab7f850787444e415955ae70a71353d9e2bd59
chore(circle): use environment consistently
[ { "change_type": "MODIFY", "diff": "@@ -70,17 +70,17 @@ jobs:\nbuild_for_tests:\nexecutor: main-executor\nenvironment:\n- - FEDERATION: \"true\"\n- - NODE_ENV: \"test\"\n- - ACL_SERVICE_URL: \"https://acl-intb.ciscospark.com/acl/api/v1\"\n- - ATLAS_SERVICE_URL: \"https://atlas-intb.ciscospark.com/admin/api/...
JavaScript
MIT License
webex/react-widgets
chore(circle): use environment consistently
1
chore
circle
104,844
08.10.2019 11:38:09
14,400
85d0078d0cd6fe47da78376944a73dab64ac4f44
fix(card): update to v10 and write test
[ { "change_type": "MODIFY", "diff": "@@ -57,7 +57,7 @@ export const CardContent = styled.div`\nheight: ${props => props.dimensions.y - CARD_TITLE_HEIGHT}px;\n`;\n-const SkeletonWrapper = styled.div`\n+export const SkeletonWrapper = styled.div`\npadding: ${CARD_CONTENT_PADDING}px;\nwidth: 80%;\n`;\n@@ -208,6 ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(card): update to v10 and write test
1
fix
card
791,704
08.10.2019 12:01:44
25,200
b163103a3460e8176bf37aeae9f56a47cca35c2b
report: update logo in top bar
[ { "change_type": "MODIFY", "diff": "@@ -359,11 +359,34 @@ limitations under the License.\n</style>\n<div class=\"lh-topbar\">\n- <!-- Flat Lighthouse logo. -->\n- <svg class=\"lh-topbar__logo\" viewBox=\"0 0 192 192\">\n+ <!-- Lighthouse logo. -->\n+ <svg class=\"lh-topbar__logo\" viewBox=\"0 0 24 24\">\n+ ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: update logo in top bar (#9728)
1
report
null
531,793
08.10.2019 12:08:20
-3,600
8421de0a7999ea2b9613ee3e76bc487a2ec6e27b
fix(backend): use latest prometheus/client_golang
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ require (\ngithub.com/mcuadros/go-gin-prometheus v0.1.1-0.20190723203314-c7374e9082f8\ngithub.com/patrickmn/go-cache v2.1.1-0.20180815053127-5633e0862627+incompatible\ngithub.com/pmezard/go-difflib v1.0.0\n- github.com/prometheus/client_golang v1.1.0\n+ ...
TypeScript
Apache License 2.0
prymitive/karma
fix(backend): use latest prometheus/client_golang
1
fix
backend
67,494
08.10.2019 12:21:04
-7,200
ac4f88415fb145e99a5c8daa96c62e540c96e6eb
feat(router): fix linting issues
[ { "change_type": "MODIFY", "diff": "@@ -53,7 +53,7 @@ export class LinkHandler {\n// private handler: EventListener;\n- constructor(\n+ public constructor(\ndom: HTMLDOM\n) {\nthis.window = dom.window;\n", "new_path": "packages/router/src/link-handler.ts", "old_path": "packages/router/src/link-handl...
TypeScript
MIT License
aurelia/aurelia
feat(router): fix linting issues
1
feat
router
273,683
08.10.2019 12:30:27
-7,200
1b3db5bd2cee9fa03af19a4326a94dff48f8c9b5
fix(filesystem): update auto ref nodes in dev mode
[ { "change_type": "MODIFY", "diff": "@@ -101,7 +101,7 @@ class FilesystemSource {\nconst options = await this.createNodeOptions(slash(file), actions)\nconst node = this.collection.addNode(options)\n- this.createNodeRefs(node)\n+ this.createNodeRefs(node, actions)\n})\nwatcher.on('unlink', file => {\n@@ -116,...
JavaScript
MIT License
gridsome/gridsome
fix(filesystem): update auto ref nodes in dev mode
1
fix
filesystem
730,429
08.10.2019 13:00:10
14,400
2e33a0df5f41a6d05156d3ad56de5302d065f9a8
chore(circle): add proper demo path
[ { "change_type": "MODIFY", "diff": "@@ -198,7 +198,7 @@ jobs:\nBUILD_PUBLIC_PATH=\"https://code.s4d.io/widget-recents/archives/${VERSION}/demo/\" npm run build:package widget-recents-demo\n- BUILD_PUBLIC_PATH=\"https://code.s4d.io/widget/archives/${VERSION}/\" npm run build:package widget-demo\n+ BUILD_PUBL...
JavaScript
MIT License
webex/react-widgets
chore(circle): add proper demo path
1
chore
circle
865,926
08.10.2019 14:09:16
-7,200
9f31d0d2e477114e80f84989281a6d710804ee0b
chore(deploy): improve code style
[ { "change_type": "MODIFY", "diff": "@@ -105,6 +105,12 @@ export default class DeploymentDetailsModal extends React.PureComponent {\ncheckConnectionIfNeeded(values, errors, immediately = false) {\n+ const {\n+ authType,\n+ username,\n+ password\n+ } = values;\n+\nconst missingConfigHint = this.getEndpointCon...
JavaScript
MIT License
camunda/camunda-modeler
chore(deploy): improve code style
1
chore
deploy
865,926
08.10.2019 14:12:21
-7,200
834c997c1c4ccf102842c98399b4cf8377487acc
chore(app): remove dead code
[ { "change_type": "MODIFY", "diff": "@@ -157,7 +157,7 @@ renderer.on('dialog:save-file', async function(options, done) {\n});\nrenderer.on('dialog:show', async function(options, done) {\n- const response = await dialog.showDialog(options, done);\n+ const response = await dialog.showDialog(options);\ndone(nul...
JavaScript
MIT License
camunda/camunda-modeler
chore(app): remove dead code
1
chore
app
730,428
08.10.2019 14:15:20
0
8d1372cd7ce9badc175f4fb5674fdc1d97efa3b4
chore(release): 0.2.40 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+### [0.2.40](https://github.com/webex/react-widgets/compare/v0.2.39...v0.2.40) (2019-10-08)\n+\...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.2.40 [skip ci]
1
chore
release
711,597
08.10.2019 14:35:58
-7,200
74e7444500ed8bdf3d0e58432e8be03b472dfa04
feat(core): Add validation to Promotion conditions
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ import { Connection } from 'typeorm';\nimport { RequestContext } from '../../api/common/request-context';\nimport { configurableDefToOperation } from '../../common/configurable-operation';\n-import { UserInputError } from '../../common/error/errors';\n+i...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Add validation to Promotion conditions
1
feat
core
104,818
08.10.2019 14:48:50
18,000
1140d3676abdee81bf28c04055f5cd63a41bde90
test(imagecard): fixes to image card
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport { storiesOf } from '@storybook/react';\n+import { action } from '@storybook/addon-actions';\nimport { text, select, object, boolean } from '@storybook/addon-knobs';\nimport omit from 'lodash/omit';\n@@ -56,6 +57,7 @@ storiesOf('ImageCard...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(imagecard): fixes to image card
1
test
imagecard
730,428
08.10.2019 14:49:05
0
fa16411b12cda9c491f1fa62c3b704ac480b8b15
chore(release): 0.2.41 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+### [0.2.41](https://github.com/webex/react-widgets/compare/v0.2.40...v0.2.41) (2019-10-08)\n+\...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.2.41 [skip ci]
1
chore
release
504,028
08.10.2019 15:18:19
-7,200
383ec51ee0403884aadb4aa938996225f3825c05
SerialConsole: Use xterm v4 BREAKING CHANGE: bump xterm from ^3.3.0 to ^4.0.0
[ { "change_type": "MODIFY", "diff": "\"react-bootstrap-typeahead\": \"^3.4.1\",\n\"rimraf\": \"^2.6.2\",\n\"shx\": \"^0.3.2\",\n- \"xterm\": \"^3.3.0\"\n+ \"xterm\": \"^4.0.0\",\n+ \"xterm-addon-fit\": \"^0.2.1\"\n},\n\"peerDependencies\": {\n\"prop-types\": \"^15.6.1\",\n", "new_path": "packages/pattern...
TypeScript
MIT License
patternfly/patternfly-react
SerialConsole: Use xterm v4 (#3030) BREAKING CHANGE: bump xterm from ^3.3.0 to ^4.0.0
1
serialconsole
null
366,933
08.10.2019 15:28:17
-32,400
93c067d5cd76f1d359095136ff7e8d0a41cbf162
feat: update UI for Pagination component and add `withoutNumbers props`
[ { "change_type": "MODIFY", "diff": "@@ -3,11 +3,15 @@ import {\nFaAddressBook,\nFaAddressCard,\nFaAngleDoubleDown,\n+ FaAngleDoubleLeft,\n+ FaAngleDoubleRight,\nFaAngleDown,\nFaAngleLeft,\nFaAngleRight,\nFaArrowCircleDown,\nFaArrowDown,\n+ FaChevronLeft,\n+ FaChevronRight,\nFaBirthdayCake,\nFaBuilding,\nFaC...
TypeScript
MIT License
kufu/smarthr-ui
feat: update UI for Pagination component and add `withoutNumbers props`
1
feat
null
866,415
08.10.2019 15:38:26
14,400
490b48b25114ee77010846468ce348f08239540e
fix(masthead-l1): pixel perfect fixes
[ { "change_type": "MODIFY", "diff": "@@ -98,10 +98,14 @@ $search-transition-timing: 95ms;\nwidth: 100%;\nheight: 3px;\nbackground-color: $inverse-support-04;\n+ @include carbon--breakpoint-down(lg) {\n+ bottom: 0;\n+ }\n}\n@include carbon--breakpoint-down(lg) {\nline-height: inherit;\n+ padding-bottom: $spac...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(masthead-l1): pixel perfect fixes
1
fix
masthead-l1
104,844
08.10.2019 15:48:41
14,400
993f92124c5704f57bd1e60275d3253eec32bc4b
fix(dashboard): update styling, write test, and remove styled components
[ { "change_type": "MODIFY", "diff": "min-width: 2rem;\nwidth: 2rem;\n+ &:hover {\n+ background-color: $hover-ui;\n+ color: $ui-05;\n+ }\n+\n+ &:focus {\n+ border-color: transparent;\n+ outline: 2px solid #0062ff;\n+ outline-offset: -2px;\n+ }\n+\n.card--toolbar & {\nmargin: 0;\npadding: 0;\n}\n+ svg {\n+ fil...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(dashboard): update styling, write test, and remove styled components
1
fix
dashboard
503,918
08.10.2019 16:11:38
-10,800
85c8e29b22140afa5bb1f5b7f9817980fbec7ac9
fix(button): component type should accept react-router Link
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ export interface ButtonProps extends React.HTMLProps<HTMLButtonElement> {\n/** Additional classes added to the button */\nclassName?: string;\n/** Sets the base component to render. defaults to button */\n- component?: React.ReactNode;\n+ component?: Rea...
TypeScript
MIT License
patternfly/patternfly-react
fix(button): component type should accept react-router Link (#3077) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
button
531,793
08.10.2019 16:12:07
-3,600
4c1f2f9ac7b5b22c556b7c2ebaa503157e6e51e0
feat(project): deploy docker packages to github
[ { "change_type": "MODIFY", "diff": "@@ -153,7 +153,7 @@ jobs:\nname: Build docker image\n# we build and push docker image on merge and tag, so this should only\n# run for new branches, to test that they don't break docker builds\n- if: (repo = prymitive/karma AND type != pull_request AND !(type = push AND b...
TypeScript
Apache License 2.0
prymitive/karma
feat(project): deploy docker packages to github
1
feat
project
531,793
08.10.2019 16:25:23
-3,600
16ad0f1c276eefc12e934d80e67fd290e9a8fc6d
fix(project): cleanup github version tagging
[ { "change_type": "MODIFY", "diff": "@@ -181,15 +181,19 @@ jobs:\n- export DOCKER_IMAGE=karma\n- export IMAGE_NAME=\"${DOCKER_USERNAME}/${DOCKER_IMAGE}\"\n- travis_retry make docker-image\n+ ### Docker Hub\n- travis_retry docker login -u \"${DOCKER_USERNAME}\" -p \"${DOCKER_PASSWORD}\"\n- docker tag \"${LOCA...
TypeScript
Apache License 2.0
prymitive/karma
fix(project): cleanup github version tagging
1
fix
project
730,428
08.10.2019 16:43:30
0
d19baacd931e18f1f6780994c54f1a371edca0e5
chore(release): 0.2.42 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+### [0.2.42](https://github.com/webex/react-widgets/compare/v0.2.41...v0.2.42) (2019-10-08)\n+\...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.2.42 [skip ci]
1
chore
release
531,793
08.10.2019 16:48:58
-3,600
a3be490b6d10d6cd24608832119815cd34b7c31a
fix(project): use correct local image name
[ { "change_type": "MODIFY", "diff": "@@ -190,9 +190,9 @@ jobs:\n### GitHub\n- travis_retry docker login docker.pkg.github.com -u prymitive -p \"${GITHUB_PACKAGES_TOKEN}\"\n# tag with the version only if we have a git tag (new release was pushed)\n- - if [ -n \"$TRAVIS_TAG\" ]; then docker tag IMAGE_ID \"dock...
TypeScript
Apache License 2.0
prymitive/karma
fix(project): use correct local image name
1
fix
project
942,581
08.10.2019 17:01:04
21,600
5c2f9b3736f9046d55f2fd4ae044836acc6fae75
ci: Fix Cypress tests (maybe?)
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,6 @@ jobs:\nrun: yarn cypress run --record\nenv:\n# Cypress gathers info about a commit and PR to show in the dashboard. Github Actions isn't officially supported as a CI provider, so we'll help it along\n- TRAVIS: 1 # Pretend to be Travis. More info: https:/...
TypeScript
Apache License 2.0
workday/canvas-kit
ci: Fix Cypress tests (maybe?) (#248)
1
ci
null
366,933
08.10.2019 17:21:50
-32,400
121fbcc3b68365ab02f73ec39a7d82c2ee9bff4c
style: update css and classNames
[ { "change_type": "MODIFY", "diff": "@@ -16,18 +16,16 @@ interface Props {\nclass NextPaginationItemComponent extends React.PureComponent<Props & InjectedProps> {\npublic render() {\nreturn (\n- <React.Fragment>\n<Button\nsquare\nsize=\"s\"\n- className=\"PaginationItem\"\n+ className=\"paginationItem\"\nonC...
TypeScript
MIT License
kufu/smarthr-ui
style: update css and classNames
1
style
null
866,415
08.10.2019 17:31:03
14,400
a01c26dfd58b0c176826e9aadd777e02762f9883
feat(ipcInfo): utility to get and set ipcInfo cookie
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.yarn/offline-mirror/js-cookie-2.2.1.tgz differ\n", "new_path": ".yarn/offline-mirror/js-cookie-2.2.1.tgz", "old_path": ".yarn/offline-mirror/js-cookie-2.2.1.tgz" }, { "change_type": "MODIFY", "diff": "\"jsdoc\": \"rimraf docs...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(ipcInfo): utility to get and set ipcInfo cookie
1
feat
ipcInfo
104,818
08.10.2019 17:32:01
18,000
63f33e72267dad5d9d9d0e6e31c8b203ed293e3e
test(dashboardheader): add story to snapshots add dashboard header and mock for flat picker to work with
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ import { DatePicker, DatePickerInput } from 'carbon-components-react';\nimport DashboardHeader from './DashboardHeader';\n-storiesOf('Watson IoT Experimental|Dashboard Header', module)\n+storiesOf('Watson IoT|Dashboard Header', module)\n.add('basic', () =>...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(dashboardheader): add story to snapshots add dashboard header and mock for flat picker to work with
1
test
dashboardheader
730,428
08.10.2019 17:41:30
0
4a0d6bc0f9bb50235014ba18ae44f98106307c33
chore(release): 0.2.43 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+### [0.2.43](https://github.com/webex/react-widgets/compare/v0.2.42...v0.2.43) (2019-10-08)\n+\...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.2.43 [skip ci]
1
chore
release
67,494
08.10.2019 17:43:25
-7,200
afc9415d15c19dd1e8cbc3454f8245d9898e7af2
test(router): update doc-example class constructor example
[ { "change_type": "MODIFY", "diff": "@@ -17,10 +17,9 @@ import { Author } from './author';\n</template>` })\n@inject(AuthorsRepository, State)\nexport class Authors {\n- public constructor(private readonly authorsRepository: AuthorsRepository, private readonly state: State) {\n- this['Author'] = Author;\n- c...
TypeScript
MIT License
aurelia/aurelia
test(router): update doc-example class constructor example
1
test
router
866,415
08.10.2019 17:43:54
14,400
294caf63cb48ba60abdcb356caba8c47ab4f5ff7
chore(unit-test): add unit tests to ipcInfo util
[ { "change_type": "MODIFY", "diff": "import { ipcinfoCookie } from '../';\ndescribe('ipcinfo cookie utility', () => {\n- beforeEach(() => {\n- const document = {\n- cookie: 'ipcInfo=cc%253DUS%253Blc%253Den',\n- };\n- global.document = document;\n+ it('should set the ipcInfo cookie', () => {\n+ const mockSet ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(unit-test): add unit tests to ipcInfo util
1
chore
unit-test
503,918
08.10.2019 18:07:33
-10,800
3d3a0cee3e91c6fe3d5da143ada8009c977fe78e
fix(loginform): pass 'remember me' state to isChecked
[ { "change_type": "MODIFY", "diff": "@@ -101,7 +101,7 @@ export const LoginForm: React.FunctionComponent<LoginFormProps> = ({\n<Checkbox\nid=\"pf-login-remember-me-id\"\nlabel={rememberMeLabel}\n- checked={isRememberMeChecked}\n+ isChecked={isRememberMeChecked}\nonChange={onChangeRememberMe}\n/>\n</FormGroup...
TypeScript
MIT License
patternfly/patternfly-react
fix(loginform): pass 'remember me' state to isChecked (#3056) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
loginform
67,494
08.10.2019 19:24:20
-7,200
b1d9bc60f4d9292edaa51d39c8eeb1719713c86f
test(router): remove is browser like check for tests
[ { "change_type": "MODIFY", "diff": "@@ -378,8 +378,6 @@ describe('Router', function () {\nawait tearDown();\n});\n- if (PLATFORM.isBrowserLike) {\n- // TODO: figure out why it doesn't work in nodejs and fix it\nit('handles anchor click', async function () {\nthis.timeout(5000);\n@@ -447,7 +445,6 @@ describe...
TypeScript
MIT License
aurelia/aurelia
test(router): remove is browser like check for tests
1
test
router
217,922
08.10.2019 19:46:28
-7,200
f2a40a745e35f2a6cbed00d42000e477217d8585
chore: fix for selling items not being properly tracked
[ { "change_type": "MODIFY", "diff": "@@ -132,7 +132,6 @@ export class IpcService {\nlevel: 'error',\ndata: 'No ping received from the server during 60 seconds'\n});\n- window.alert('No ping received from server during 60 seconds (should be every 10 seconds)');\n});\n}\n", "new_path": "apps/client/src/app...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix for selling items not being properly tracked
1
chore
null
730,428
08.10.2019 20:02:07
0
de178eceb5bae94836a259beae56682d87e260a6
chore(release): 0.2.44 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+### [0.2.44](https://github.com/webex/react-widgets/compare/v0.2.43...v0.2.44) (2019-10-08)\n+\...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.2.44 [skip ci]
1
chore
release
151,430
08.10.2019 20:20:45
25,200
dc9d0a7a5ce6e0093efcabe91c77380e0495c700
chore: move ga plugin to google-analytics folder
[ { "change_type": "MODIFY", "diff": "@@ -625,7 +625,7 @@ The `analytics` has a robust plugin system. Here is a list of currently availabl\n- [analytics-plugin-do-not-track](https://github.com/DavidWells/analytics/tree/master/packages/analytics-plugin-do-not-track) Disable tracking for opted out visitors plug...
JavaScript
MIT License
davidwells/analytics
chore: move ga plugin to google-analytics folder
1
chore
null
151,430
08.10.2019 20:21:06
25,200
58a7b2795c1c67b6badd7462f86fd7537f768e82
docs: update gtag usage example
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ const analytics = Analytics({\napp: 'awesome-app',\nplugins: [\ngoogleTagManager({\n- containerId: 'GTM-123xyz',\n+ containerId: 'GTM-123xyz'\n})\n// ...other plugins\n]\n@@ -46,6 +46,7 @@ analytics.identify('user-xzy-123', {\nname: 'Bill Murray',\ncool:...
JavaScript
MIT License
davidwells/analytics
docs: update gtag usage example
1
docs
null
730,428
08.10.2019 21:00:52
0
44fd68b9a8a22dc939e9ddc6b4559ff0ba2c8858
chore(release): 0.2.45 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+### [0.2.45](https://github.com/webex/react-widgets/compare/v0.2.44...v0.2.45) (2019-10-08)\n+\...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.2.45 [skip ci]
1
chore
release
531,793
08.10.2019 21:19:54
-3,600
64aa544be1175bd80d034985267bb23c5fb3cdea
chore(ui): tweak filter input css
[ { "change_type": "MODIFY", "diff": "@@ -98,7 +98,7 @@ const FilterInputLabel = observer(\nvalue={filter.raw}\npropName=\"raw\"\nchange={this.onChange}\n- classEditing=\"py-0 border-0 bg-light\"\n+ classEditing=\"py-0 border-0 bg-light text-black rounded\"\nafterStart={alertStore.status.pause}\nafterFinish={...
TypeScript
Apache License 2.0
prymitive/karma
chore(ui): tweak filter input css
1
chore
ui
815,595
08.10.2019 21:22:50
-28,800
4d0d5930cee7b079205c922e0b094251ef99c0c8
chore(test): Adjust submit_block interface
[ { "change_type": "MODIFY", "diff": "@@ -179,7 +179,7 @@ impl Net {\npub fn exit_ibd_mode(&self) -> BlockView {\nlet block = self.nodes[0].new_block(None, None, None);\nself.nodes.iter().for_each(|node| {\n- node.submit_block(&block.data());\n+ node.submit_block(&block);\n});\nblock\n}\n", "new_path": "t...
Rust
MIT License
nervosnetwork/ckb
chore(test): Adjust submit_block interface
1
chore
test
815,595
08.10.2019 21:23:55
-28,800
c448db1a9845f0164c8701327fb46e62c490a05b
feat(test): Create TxFamily helper
[ { "change_type": "ADD", "diff": "+use crate::Node;\n+use ckb_types::core::TransactionView;\n+use ckb_types::packed::{CellInput, OutPoint};\n+use ckb_types::prelude::*;\n+\n+/// `TxFamily` used to represent a set of relative transactions,\n+/// `TxFamily.get(0)` is the parent of `TxFamily.get(1)`,\n+/// `TxF...
Rust
MIT License
nervosnetwork/ckb
feat(test): Create TxFamily helper
1
feat
test
531,793
08.10.2019 21:24:41
-3,600
48b906b887e6f44cf446d77a2bf7a3bc2715a2de
chore(ui): use mug-hot icon for empty grid
[ { "change_type": "MODIFY", "diff": "@@ -6,15 +6,15 @@ exports[`<EmptyGrid /> matches snapshot 1`] = `\n<svg aria-hidden=\\\\\"true\\\\\"\nfocusable=\\\\\"false\\\\\"\ndata-prefix=\\\\\"fas\\\\\"\n- data-icon=\\\\\"check-circle\\\\\"\n- class=\\\\\"svg-inline--fa fa-check-circle fa-w-16 fa-null fa-rotate-nul...
TypeScript
Apache License 2.0
prymitive/karma
chore(ui): use mug-hot icon for empty grid
1
chore
ui
815,595
08.10.2019 21:25:02
-28,800
5a10c8ea2d367d2a4fcee0bd9ac5d3a168ebaada
test(tx_pool): Add case of handling propose
[ { "change_type": "MODIFY", "diff": "@@ -289,6 +289,12 @@ fn all_specs() -> SpecMap {\nBox::new(ProposeDuplicated),\nBox::new(ForkedTransaction),\nBox::new(MissingUncleRequest),\n+ Box::new(HandlingDescendantsOfProposed),\n+ Box::new(HandlingDescendantsOfCommitted),\n+ Box::new(ProposeOutOfOrder),\n+ Box::ne...
Rust
MIT License
nervosnetwork/ckb
test(tx_pool): Add case of handling propose
1
test
tx_pool