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
447,447
28.08.2019 16:47:04
14,400
146bb057c9774cf8aa8dd7617376d3a63ccaede3
test: add Unit Test to the Chip component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import { mount } from 'enzyme';\n+import Chip from '..';\n+\n+describe('<Chip/>', () => {\n+ it('should have the right class names when variant base is passed', () => {\n+ const component = mount(<Chip variat=\"base\" />);\n+ expect(component.fi...
JavaScript
MIT License
nexxtway/react-rainbow
test: add Unit Test to the Chip component (#887)
1
test
null
711,597
28.08.2019 17:30:37
-7,200
92abbcbe80bd491342a03dee4b2ecf5b536ae5df
feat(core): Improve speed of bulk product import
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import { PluginModule } from '../plugin/plugin.module';\nimport { ServiceModule } from '../service/service.module';\nimport { ImportParser } from './providers/import-parser/import-parser';\n+import { FastImporterService } from './providers/importer/fast-im...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Improve speed of bulk product import
1
feat
core
217,922
28.08.2019 18:13:38
-7,200
c270b3fa4159c48246a57a2084495e6a87212884
feat(patreon): new supporter: Icknickl Lodien
[ { "change_type": "MODIFY", "diff": "'Forgiven Ignorance | Cerberus',\n'Saga, de L\\'Ordre des ombres',\n'Victoria Valyntara',\n- 'Scrapper Spart'\n+ 'Scrapper Spart',\n+ 'Icknickl Lodien'\n];\nconst randomPatron = patrons[Math.floor(Math.random() * patrons.length)];\ndocument.getElementById('random-patron')...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(patreon): new supporter: Icknickl Lodien
1
feat
patreon
71,371
28.08.2019 19:21:13
-7,200
e9eb183c712e0c24202a9920ee71acab0ae3534c
chore(changelog): add missing ec2 breaking change on security groups egress rules
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,10 @@ All notable changes to this project will be documented in this file. See [standa\n* updated CloudFormation Resource specification 5.3.0 ([#3789](https://github.com/aws/aws-cdk/issues/3789)) ([39ee810](https://github.com/aws/aws-cdk/commit/39ee810))\n+##...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(changelog): add missing ec2 breaking change on security groups egress rules (#3832)
1
chore
changelog
713,841
28.08.2019 19:26:18
-7,200
f39b7a2cf2f16c00f572e5f33a22aa8eba083278
feat(verdaccio-aws-s3-storage): update and add new required methods
[ { "change_type": "MODIFY", "diff": "\"@types/aws-sdk\": \"2.7.0\",\n\"@verdaccio/babel-preset\": \"^8.0.0\",\n\"@verdaccio/eslint-config\": \"^8.0.0\",\n- \"@verdaccio/types\": \"^5.3.0\",\n+ \"@verdaccio/types\": \"^8.0.0\",\n\"cross-env\": \"5.2.0\",\n\"recursive-readdir\": \"2.2.2\"\n}\n", "new_path"...
TypeScript
MIT License
verdaccio/monorepo
feat(verdaccio-aws-s3-storage): update @verdaccio/types and add new required methods
1
feat
verdaccio-aws-s3-storage
713,841
28.08.2019 19:33:37
-7,200
eba50770dc65a3207594724793007bd4f331215c
feat(verdaccio-memory): update and add new required methods
[ { "change_type": "MODIFY", "diff": "\"node\": \">=8\"\n},\n\"dependencies\": {\n+ \"@verdaccio/commons-api\": \"^8.0.0\",\n\"@verdaccio/streams\": \"^8.0.0\",\n\"http-errors\": \"1.7.3\",\n\"memory-fs\": \"0.4.1\"\n\"devDependencies\": {\n\"@verdaccio/babel-preset\": \"^8.0.0\",\n\"@verdaccio/eslint-config\...
TypeScript
MIT License
verdaccio/monorepo
feat(verdaccio-memory): update @verdaccio/types and add new required methods
1
feat
verdaccio-memory
713,841
28.08.2019 19:38:32
-7,200
8ebb963462c4a2c2e1b9c73fe4479af20326ce99
chore(verdaccio-aws-s3-storage): remove stub types that are provided by aws-sdk package
[ { "change_type": "MODIFY", "diff": "\"aws-sdk\": \"2.518.0\"\n},\n\"devDependencies\": {\n- \"@types/aws-sdk\": \"2.7.0\",\n\"@verdaccio/babel-preset\": \"^8.0.0\",\n\"@verdaccio/eslint-config\": \"^8.0.0\",\n\"@verdaccio/types\": \"^8.0.0\",\n", "new_path": "plugins/aws-s3-storage/package.json", "o...
TypeScript
MIT License
verdaccio/monorepo
chore(verdaccio-aws-s3-storage): remove stub types that are provided by aws-sdk package
1
chore
verdaccio-aws-s3-storage
699,194
28.08.2019 19:52:15
21,600
670faef29baae925c30e52a938fd6ac57a1ea8cf
fix(button): adjust primary, secondary, desctructive styles
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ const sizeDefault = (props: ButtonWrapperProps): SerializedStyles => css`\npadding: ${themeGet('space.space30')(props)} ${themeGet('space.space60')(props)};\nborder-radius: ${themeGet('radii.borderRadius20')(props)};\nfont-size: ${themeGet('fontSizes.fon...
TypeScript
MIT License
twilio-labs/paste
fix(button): adjust primary, secondary, desctructive styles (#72)
1
fix
button
531,793
28.08.2019 20:05:20
-3,600
6e39196d40e14d3b7d7d65ac752192e8dca1325a
feat(ci): use percy for visual testing
[ { "change_type": "MODIFY", "diff": "-import { configure } from \"@storybook/react\";\n+import { configure, getStorybook, setAddon } from \"@storybook/react\";\n+\n+import createPercyAddon from \"@percy-io/percy-storybook\";\n+\n+const { percyAddon, serializeStories } = createPercyAddon();\n+setAddon(percyAd...
TypeScript
Apache License 2.0
prymitive/karma
feat(ci): use percy for visual testing
1
feat
ci
151,430
28.08.2019 20:09:21
25,200
255ce7768fd958cb3e6686cae29837403b693bdb
feat(fullstory): add fullstory plugin
[ { "change_type": "MODIFY", "diff": "@@ -630,6 +630,7 @@ The `analytics` has a robust plugin system. Here is a list of currently availabl\n- [analytics-plugin-customerio](https://github.com/DavidWells/analytics/tree/master/packages/analytics-plugin-customerio) Customer.io integration for 'analytics' module [...
JavaScript
MIT License
davidwells/analytics
feat(fullstory): add fullstory plugin
1
feat
fullstory
151,430
28.08.2019 20:09:29
25,200
fa68cb23c8c92723724e2c54551dd2a010855d0f
chore: update testing lib
[ { "change_type": "MODIFY", "diff": "\"@babel/core\": \"^7.5.5\",\n\"@babel/plugin-transform-runtime\": \"^7.5.5\",\n\"@babel/preset-env\": \"7.5.5\",\n- \"ava\": \"^2.2.0\",\n+ \"ava\": \"^2.3.0\",\n\"dox\": \"^0.9.0\",\n\"lerna\": \"^3.10.7\",\n\"markdown-magic\": \"^0.1.25\",\n", "new_path": "package....
JavaScript
MIT License
davidwells/analytics
chore: update testing lib
1
chore
null
151,430
28.08.2019 20:39:36
25,200
d6cf8aaaa18899c599ae1b268e2a3cada701de1e
docs: update full story docs
[ { "change_type": "MODIFY", "diff": "@@ -91,7 +91,7 @@ First, find your FullStory account's `org` ID by clicking on **Settings > FullSt\n**Arguments**\n- **pluginConfig** <code>object</code> - Plugin settings\n-- **pluginConfig.org** <code>string</code> - The HubSpot Portal (or Hub) Id of your HubSpot accoun...
JavaScript
MIT License
davidwells/analytics
docs: update full story docs
1
docs
null
151,430
28.08.2019 20:39:52
25,200
9ea7b3e0d7f17fd430637977096ded059291944f
docs: add fullstory to site
[ { "change_type": "MODIFY", "diff": "\"@mdx-js/mdx\": \"^1.0.0-rc.4\",\n\"@mdx-js/react\": \"^1.0.0-rc.5\",\n\"analytics\": \"^0.1.16\",\n+ \"analytics-plugin-fullstory\": \"^0.1.0\",\n\"analytics-plugin-ga\": \"^0.1.5\",\n\"gatsby\": \"^2.3.25\",\n\"gatsby-mdx\": \"^0.6.2\",\n", "new_path": "site/gatsby...
JavaScript
MIT License
davidwells/analytics
docs: add fullstory to site
1
docs
null
531,793
28.08.2019 21:34:01
-3,600
7cfa048a1b9f153d3300b3513b8fc1d6ee5a32c8
feat(ci): add percy tests to Travis CI
[ { "change_type": "MODIFY", "diff": "@@ -50,6 +50,15 @@ 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\n+ <<: *DEFAULTS_JS\n+ env:\n+ ...
TypeScript
Apache License 2.0
prymitive/karma
feat(ci): add percy tests to Travis CI
1
feat
ci
815,590
28.08.2019 22:24:04
-28,800
2522651ece0d6407f0780e467c124889b4456cb5
refactor: remove default section in testnet.toml
[ { "change_type": "MODIFY", "diff": "@@ -72,13 +72,5 @@ lock.code_hash = \"0x68d5438ac952d2f584abf879527946a537e82c7f3c1cbf6d8ebf9767437d\nlock.args = [\"0x57ccb07be6875f61d93636b0ee11b675494627d2\"]\nlock.hash_type = \"type\"\n-[params]\n-epoch_reward = 1_250_000_00000000\n-secondary_epoch_reward = 600_000_...
Rust
MIT License
nervosnetwork/ckb
refactor: remove default section in testnet.toml
1
refactor
null
401,147
28.08.2019 23:01:51
-19,080
98a36c940d65bc77547cfedcb2aeece4c999a77c
feat(core): noResult component in table affects:
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import Text from '../../Text';\nimport Cell from '../Cell';\nimport { GroupCell } from '../GroupCell';\nimport { getGridTemplateColumns } from '../helpers';\n-import Row from '../Row';\n+import Row, { NoResultStyled } from '../Row';\nimport { ColumnConfig ...
TypeScript
MIT License
medly/medly-components
feat(core): noResult component in table affects: @medly-components/core
1
feat
core
743,889
28.08.2019 23:14:31
-28,800
434def5149ff8b9828ef2ea9c3ef68095769ae2d
docs(api): add description for coerce behavior for array type argument Closes
[ { "change_type": "MODIFY", "diff": "@@ -137,10 +137,10 @@ var argv = require('yargs')\nProvide a synchronous function to coerce or transform the value(s) given on the\ncommand line for `key`.\n-The coercion function should accept one argument, representing the parsed value\n-from the command line, and shoul...
JavaScript
MIT License
yargs/yargs
docs(api): add description for coerce behavior for array type argument (#1390) Closes #1389
1
docs
api
71,101
29.08.2019 00:46:11
-7,200
d5768aac90d5333952a9951ca2192cb68296d551
chore: prevent mergify from interfering with dependabot
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,8 @@ pull_request_rules:\ndelete_head_branch: {}\ndismiss_reviews: {}\nconditions:\n+ - author!=dependabot[bot]\n+ - author!=dependabot-preview[bot]\n- -title~=(WIP|wip)\n- -label~=^(blocked|do-not-merge)\n- -merged\n@@ -49,6 +51,8 @@ pull_request_rules:\n- E...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: prevent mergify from interfering with dependabot (#3852)
1
chore
null
815,605
29.08.2019 05:59:12
0
4f801bc31dae2c70768962495e0c6a7fc2dfdd7e
feat: Add load_header_by_field syscall for fetching epoch data
[ { "change_type": "MODIFY", "diff": "use ckb_types::{\nbytes::Bytes,\n- core::{cell::CellMeta, BlockExt, HeaderView},\n+ core::{cell::CellMeta, BlockExt, EpochExt, HeaderView},\npacked::Byte32,\n};\n@@ -11,6 +11,8 @@ pub trait DataLoader {\nfn load_cell_data(&self, cell: &CellMeta) -> Option<(Bytes, Byte32)>...
Rust
MIT License
nervosnetwork/ckb
feat: Add load_header_by_field syscall for fetching epoch data
1
feat
null
866,393
29.08.2019 06:26:34
-32,400
4d11f52e0f5dad349069e68bde8c785a26dc2d34
chore(build): simpler custom properties build This change simplifies the build process to generate IE11 fallback for CSS custom properties simpler by `postcss-custom-properties`. This change also enables theme switcher always, as there is no longer a build overhead.
[ { "change_type": "MODIFY", "diff": "/// @return {Map} A Carbon theme map whose valus are CSS custom properties.\n@function carbon-get-theme-map-with-custom-properties($theme-map: $carbon--theme) {\n$theme-map--with-custom-properties: ();\n- @each $key in map-keys($theme-map) {\n+ @each $key, $value in $them...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(build): simpler custom properties build (#109) This change simplifies the build process to generate IE11 fallback for CSS custom properties simpler by `postcss-custom-properties`. This change also enables theme switcher always, as there is no longer a build overhead.
1
chore
build
866,394
29.08.2019 08:33:22
14,400
0ec1f2134a7b51bf604784d22ae5762f9cf1cd03
fix(publish): added force-publish flag to minor releases
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ release_rc1plus () {\n# Full minor release\nrelease_full_minor () {\n- ./node_modules/.bin/lerna publish minor --exact --conventional-commits --no-git-tag-version\n+ ./node_modules/.bin/lerna publish minor --exact --conventional-commits --no-git-tag-vers...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(publish): added force-publish flag to minor releases
1
fix
publish
401,147
29.08.2019 09:40:24
-19,080
8e74bc81f8248adfca2f9c0eed21f0e95c480c52
fix(core): fix select all columns issue in table component affects:
[ { "change_type": "MODIFY", "diff": "@@ -33,12 +33,7 @@ const TableSelectableColumns: React.SFC<Props> = ({ columns, fieldToChange, onCh\n[...columns]\n);\n- if (fields.length === columnConfigOfSelectedGroup.children.length) {\n- newConfig = changeFieldValue(field, newConfig, true);\n- }\n- if (fields.length...
TypeScript
MIT License
medly/medly-components
fix(core): fix select all columns issue in table component affects: @medly-components/core
1
fix
core
71,267
29.08.2019 09:58:35
14,400
e4f967744b22c071ae64d51e49f99b2184901119
fix(init-templates): fix to include environments and CDK files to .gitignore for Python templates * fix(cli): fix .gitignore for Python init templates to include environments and CDK context/staging files Fixes * remove cdk.context.json from .gitignore as we want subsequent synth commands to return same result
[ { "change_type": "MODIFY", "diff": "*.swp\npackage-lock.json\n-__pycache__\n.pytest_cache\n-.env\n*.egg-info\n-# CDK asset staging directory\n-.cdk.staging\n-cdk.out\n+# Byte-compiled / optimized / DLL files\n+__pycache__/\n+*.py[cod]\n+*$py.class\n+\n+# Environments\n+.env\n+.venv\n+env/\n+venv/\n+ENV/\n+e...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(init-templates): fix to include environments and CDK files to .gitignore for Python templates (#3863) * fix(cli): fix .gitignore for Python init templates to include environments and CDK context/staging files Fixes #2842 * remove cdk.context.json from .gitignore as we want subsequent synth commands to return sam...
1
fix
init-templates
401,147
29.08.2019 10:03:34
-19,080
b2fe3acd703f20fefd1e1469451be8f397aa4003
feat: added Gear icon affects:
[ { "change_type": "ADD", "diff": "+<svg aria-hidden=\"true\" focusable=\"false\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n+ <path fill=\"currentColor\" d=\"M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10...
TypeScript
MIT License
medly/medly-components
feat: added Gear icon affects: @medly-components/icons
1
feat
null
866,392
29.08.2019 10:06:30
18,000
2c21cefcb671228b0d0dcd29922b5215a7f33b57
fix(release): manually updating package.json
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@ibmdotcom/react\",\n\"description\": \"IBM.com Library React Components\",\n- \"version\": \"0.2.0\",\n+ \"version\": \"0.3.0\",\n\"license\": \"Apache-2.0\",\n\"main\": \"lib/index.js\",\n\"module\": \"es/index.js\",\n", "new_path": "packages/react/pa...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(release): manually updating package.json
1
fix
release
273,683
29.08.2019 10:09:43
-7,200
8e02ccd9ac3d9ed9eea3990ad80a064b4218d32b
fix(graphql): ensure field value is array for lists
[ { "change_type": "MODIFY", "diff": "@@ -54,7 +54,8 @@ test('create node type with custom fields', async () => {\nprice: '',\nlist: ['item'],\nobj: {\n- foo: 'foo'\n+ foo: 'foo',\n+ list: ['item']\n}\n})\n@@ -64,7 +65,8 @@ test('create node type with custom fields', async () => {\nlist: ['item'],\nprice: '19...
JavaScript
MIT License
gridsome/gridsome
fix(graphql): ensure field value is array for lists
1
fix
graphql
503,965
29.08.2019 10:15:29
14,400
b0524b8038df17e90438b086147f4d0225835d65
chore(textarea): handle uncontrolled default value
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,6 @@ propComponents: ['TextArea']\ntypescript: true\n---\n-\nimport { TextArea } from '@patternfly/react-core';\n## Simple text area\n@@ -65,3 +64,13 @@ class InvalidTextArea extends React.Component {\n}\n}\n```\n+\n+## Uncontrolled text area\n+```js\n+import R...
TypeScript
MIT License
patternfly/patternfly-react
chore(textarea): handle uncontrolled default value (#2712)
1
chore
textarea
866,415
29.08.2019 10:17:32
14,400
63c880acfb0c6c9e995ac53d995be4c0bb18e291
feat(profile): getting user status endpoint up - returning default
[ { "change_type": "MODIFY", "diff": "* LICENSE file in the root directory of this source tree.\n*/\n-import React from 'react';\n+import React, { useEffect, useState } from 'react';\nimport PropTypes from 'prop-types';\nimport { settings } from 'carbon-components';\nimport { User20 } from '@carbon/icons-reac...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(profile): getting user status endpoint up - returning default
1
feat
profile
730,416
29.08.2019 10:23:02
25,200
4a82955790ddee7500ddf09fe180f520990c26ac
chore(jenkinsfile): fail job when npm publish fails
[ { "change_type": "MODIFY", "diff": "@@ -245,6 +245,7 @@ ansiColor('xterm') {\n}\ncatch (error) {\nwarn(\"failed to publish to npm ${error.toString()}\")\n+ currentBuild.result = 'FAILURE'\n}\n}\n}\n", "new_path": "Jenkinsfile", "old_path": "Jenkinsfile" } ]
JavaScript
MIT License
webex/react-widgets
chore(jenkinsfile): fail job when npm publish fails
1
chore
jenkinsfile
866,415
29.08.2019 10:31:11
14,400
7f5d0d72dbdaddcb43735dc5b4b52ac61c19807e
feat(profile): add signedIn icon
[ { "change_type": "MODIFY", "diff": "import React, { useEffect, useState } from 'react';\nimport PropTypes from 'prop-types';\nimport { settings } from 'carbon-components';\n-import { User20 } from '@carbon/icons-react';\n+import { User20, UserOnline20 } from '@carbon/icons-react';\nimport { IbmLogo } from '...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(profile): add signedIn icon
1
feat
profile
401,147
29.08.2019 10:35:32
-19,080
96c3f91acbf40784530f186539415f4c68b7a06f
fix(core): center align text in button component affects:
[ { "change_type": "MODIFY", "diff": "+import { SvgIcon } from '@medly-components/icons';\nimport { defaultTheme } from '@medly-components/theme';\n-import { css, styled } from '@medly-components/utils';\n+import { centerAligned, css, styled } from '@medly-components/utils';\nimport { Props } from './types';\...
TypeScript
MIT License
medly/medly-components
fix(core): center align text in button component affects: @medly-components/core
1
fix
core
711,597
29.08.2019 10:51:25
-7,200
571f7afa225378b9e932c2773f36eaf9d0fef31b
fix(elasticsearch-plugin): Fix null productVariantPreview error
[ { "change_type": "MODIFY", "diff": "@@ -278,7 +278,7 @@ export class ElasticsearchService {\nproductName: source.productName[0],\nproductVariantId: source.productVariantId[0].toString(),\nproductVariantName: source.productVariantName[0],\n- productVariantPreview: source.productVariantPreview[0],\n+ productV...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(elasticsearch-plugin): Fix null productVariantPreview error
1
fix
elasticsearch-plugin
815,598
29.08.2019 11:08:45
-28,800
a1f9b7ef9fbb028e2934524b78bfff141c65a0f9
refactor: prefer struct to make on-chain data compact Use struct instead of table to serialize on-chain data to make the serialized data more compact.
[ { "change_type": "MODIFY", "diff": "@@ -43,12 +43,12 @@ table Script {\nargs: BytesVec,\n}\n-table OutPoint {\n+struct OutPoint {\ntx_hash: Byte32,\nindex: Uint32,\n}\n-table CellInput {\n+struct CellInput {\nprevious_output: OutPoint,\nsince: Uint64,\n}\n@@ -59,7 +59,7 @@ table CellOutput {\ntype_: ScriptO...
Rust
MIT License
nervosnetwork/ckb
refactor: prefer struct to make on-chain data compact Use struct instead of table to serialize on-chain data to make the serialized data more compact.
1
refactor
null
815,598
29.08.2019 11:09:52
-28,800
ae54dfa630ec0537976a39144acad1cf2b4ad593
refactor: reorder fields serialization order. Reorder the fields to make the structure alignment friendly.
[ { "change_type": "MODIFY", "diff": "@@ -49,8 +49,8 @@ struct OutPoint {\n}\nstruct CellInput {\n- previous_output: OutPoint,\nsince: Uint64,\n+ previous_output: OutPoint,\n}\ntable CellOutput {\n@@ -82,16 +82,16 @@ table Transaction {\nstruct RawHeader {\nversion: Uint32,\n- parent_hash: Byte32,\n+ uncles_c...
Rust
MIT License
nervosnetwork/ckb
refactor: reorder fields serialization order. Reorder the fields to make the structure alignment friendly.
1
refactor
null
103,587
29.08.2019 11:33:06
-7,200
6e7cd360c2c238e1cd1ce8a5716e97e6b038ecb9
fix: update chip close icon to material community icon
[ { "change_type": "MODIFY", "diff": "@@ -302,7 +302,7 @@ class Chip extends React.Component<Props, State> {\naccessibilityComponentType=\"button\"\n>\n<View style={styles.icon}>\n- <Icon source=\"cancel\" size={16} color={iconColor} />\n+ <Icon source=\"close-circle\" size={16} color={iconColor} />\n</View>\...
TypeScript
MIT License
callstack/react-native-paper
fix: update chip close icon to material community icon (#1295)
1
fix
null
67,494
29.08.2019 12:45:11
-7,200
0ec91282a920eee6d693d3eaaf6af635db5525d8
refactor(router): rename stringifyScopedViewportInstruction to ...instructions
[ { "change_type": "MODIFY", "diff": "@@ -76,10 +76,9 @@ export class InstructionResolver {\n}\n}\n- // TODO: Is this really needed?\n- public stringifyScopedViewportInstruction(instructions: ViewportInstruction | string | (ViewportInstruction | string)[]): string {\n+ public stringifyScopedViewportInstructio...
TypeScript
MIT License
aurelia/aurelia
refactor(router): rename stringifyScopedViewportInstruction to ...instructions
1
refactor
router
713,841
29.08.2019 13:05:29
-7,200
f0fea8aa7c24ee38b48ba39a512ee48084a56c4c
chore: add helper information
[ { "change_type": "MODIFY", "diff": "],\n\"author\": \"Juan Picado <juanpicado19@gmail.com>\",\n\"license\": \"MIT\",\n+ \"homepage\": \"https://verdaccio.org\",\n+ \"repository\": {\n+ \"type\": \"git\",\n+ \"url\": \"https://github.com/verdaccio/monorepo\",\n+ \"directory\": \"core/commons-api\"\n+ },\n+ \...
TypeScript
MIT License
verdaccio/monorepo
chore: add helper information
1
chore
null
713,841
29.08.2019 14:08:17
-7,200
c849c67c47fe0d3761b2181211a89405ec175751
ci: specify registry in publish steps to override yarnrc setting
[ { "change_type": "MODIFY", "diff": "@@ -144,7 +144,7 @@ jobs:\ncommand: echo \"//registry.npmjs.org/:_authToken=${NPM_TOKEN}\" > ~/.npmrc\n- run:\nname: Publish\n- command: yarn release:publish --yes\n+ command: yarn release:publish --yes --registry=https://registry.npmjs.org\npublish_prerelease:\n<<: *defa...
TypeScript
MIT License
verdaccio/monorepo
ci: specify registry in publish steps to override yarnrc setting
1
ci
null
401,147
29.08.2019 14:08:26
-19,080
b29c69a447bf21ddf66a8703a177cef28fc3dbb5
style(core): increased left margin in indented child in checkbox group affects:
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ export const FieldStyled = styled('div')<FieldStyledProps>`\ngrid-area: field;\nflex-wrap: wrap;\n- margin-left: ${({ isIndented }) => (isIndented ? '10px' : '0px')};\n+ margin-left: ${({ isIndented }) => (isIndented ? '17px' : '0px')};\n`;\nexport const L...
TypeScript
MIT License
medly/medly-components
style(core): increased left margin in indented child in checkbox group affects: @medly-components/core
1
style
core
67,474
29.08.2019 14:53:30
-36,000
48b0d62efd385de872e3763cadb3d4b4e1d61b1b
chore(plugin-conventions): cleanup comments
[ { "change_type": "MODIFY", "diff": "@@ -26,9 +26,9 @@ export interface IOptionalPreprocessOptions {\ntemplateExtensions?: string[]; // .html, .md, .pug, .haml, .jade, .slim, .slm\n// When foo.js is paired by foo.md,\n// when foo.md is paried by foo.scss,\n- // most bundlers requires import original filename...
TypeScript
MIT License
aurelia/aurelia
chore(plugin-conventions): cleanup comments
1
chore
plugin-conventions
104,844
29.08.2019 15:09:36
14,400
4a09002614f8a247dade969c579c91a34c8ec21b
fix(aat): bring package in from tarball instead of artifactory
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,11 @@ module.exports = {\n},\n},\nsetupFiles: ['<rootDir>/config/jest/setup.js'],\n- testMatch: ['<rootDir>/**/__tests__/**/*.js?(x)', '<rootDir>/**/?(*.)(spec|test).js?(x)'],\n+ testMatch: [\n+ '<rootDir>/**/__tests__/**/*.js?(x)',\n+ '<rootDir>/**/?(*.)(spe...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(aat): bring package in from tarball instead of artifactory
1
fix
aat
815,598
29.08.2019 15:17:22
-28,800
a631eefe49484d14bb67430571fb5f7331354276
chore: Suppress ckb init warnings in integration test Only print the stderr when the command fails.
[ { "change_type": "MODIFY", "diff": "@@ -430,7 +430,7 @@ impl Node {\nlet rpc_port = format!(\"{}\", self.rpc_port).to_string();\nlet p2p_port = format!(\"{}\", self.p2p_port).to_string();\n- let init_exit_status = Command::new(self.binary.to_owned())\n+ let init_output = Command::new(self.binary.to_owned())...
Rust
MIT License
nervosnetwork/ckb
chore: Suppress ckb init warnings in integration test Only print the stderr when the command fails.
1
chore
null
865,921
29.08.2019 15:21:30
-7,200
141fb25066c64b8cdc74296da14a8aca82d6da79
chore(project): bump dev dependencies to fix audit warnings
[ { "change_type": "MODIFY", "diff": "}\n},\n\"eslint-utils\": {\n- \"version\": \"1.4.0\",\n- \"resolved\": \"https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.0.tgz\",\n- \"integrity\": \"sha512-7ehnzPaP5IIEh1r1tkjuIrxqhNkzUJa9z3R92tLJdZIVdWaczEhr3EbhGtsMrVxi1KeR8qA7Off6SWc5WNQqyQ==\",\n+ \"version...
JavaScript
MIT License
camunda/camunda-modeler
chore(project): bump dev dependencies to fix audit warnings
1
chore
project
104,844
29.08.2019 15:28:56
14,400
8488c6e34ac2eabf99410c6787338cdee5d81581
chore(aat): added token to config
[ { "change_type": "MODIFY", "diff": "module.exports = {\n- authToken: process.env.AAT_AUTH_TOKEN,\n+ authToken: '4f4c627e-2af6-49da-a391-18a0f3559b0d/9486d83f-0927-4801-9ec8-1e7e3adaa73d',\nruleArchive: 'latest',\npolicies: ['IBM_Accessibility', 'IBM_Accessibility_WCAG21'],\nfailLevels: ['violation'],\n", ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(aat): added token to config
1
chore
aat
104,844
29.08.2019 15:31:43
14,400
687dff3b9100a3bb10c14cda5911b6c56d9d2554
chore(aat): remove download of aat from artifactor in travis.yml
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,6 @@ before_install:\n- echo \"deb http://dl.yarnpkg.com/debian/ stable main\" | sudo tee /etc/apt/sources.list.d/yarn.list\n- sudo apt-get update -qq\n- sudo apt-get install -y -qq yarn\n- - curl -u $USERNAME:$APIKEY \"https://na.artifactory.swg-devops.com/a...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(aat): remove download of aat from artifactor in travis.yml
1
chore
aat
865,921
29.08.2019 15:33:38
-7,200
c941f7099e6a0312e2432a8e9b5e8fa12e8dc50d
chore(CHANGELOG): update to v3.3.2
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,11 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-\n___Note:__ Yet to be released changes appear here._\n+## 3.3.2\n+\n+* `FIX`: correct connection layout when dropping on sequence flows\n+* `CHORE`: bump to `bpmn-js@5.0.4`\n...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): update to v3.3.2
1
chore
CHANGELOG
531,793
29.08.2019 16:34:34
-3,600
5856a8421ff78017d29adc0cf3ffa4b7b7cc490a
chore(tests): add snapshot tests for datetime picker
[ { "change_type": "ADD", "diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`<DateTimeSelect /> 'Duration' tab matches snapshot 1`] = `\n+\"\n+<ul class=\\\\\"nav nav-tabs nav-fill\\\\\">\n+ <li class=\\\\\"nav-item\\\\\">\n+ <span class=\\\\\"nav-link cursor-pointer \\\\\">\n+ <span class=\\\...
TypeScript
Apache License 2.0
prymitive/karma
chore(tests): add snapshot tests for datetime picker
1
chore
tests
67,494
29.08.2019 16:56:12
-7,200
3776d0058905da9201f06028132ab18a3d8e642a
feat(router): fix guard target resolve
[ { "change_type": "MODIFY", "diff": "@@ -55,12 +55,16 @@ class Target {\nthis.componentName = ComponentAppellationResolver.getName(target as IRouteableComponentType);\n} else {\nconst cvTarget = target as IComponentAndOrViewportOrNothing;\n+ if (cvTarget.component) {\nthis.componentType = ComponentAppellatio...
TypeScript
MIT License
aurelia/aurelia
feat(router): fix guard target resolve
1
feat
router
67,494
29.08.2019 16:56:57
-7,200
a8affe10c1755389aab68ebfd5423b9ae5a7c10c
test(router-doc-example): set viewports no-scope
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ import { arrayRemove } from '../../../../../../router/src/utils';\n<label><input data-test=\"special-timed-out-checkbox\" type=\"checkbox\" checked.two-way=\"state.specialTimedOut\"><i>Special</i> timed out</label><br>\n</div>\n<div><a href=\"login\">log...
TypeScript
MIT License
aurelia/aurelia
test(router-doc-example): set viewports no-scope
1
test
router-doc-example
531,793
29.08.2019 17:05:31
-3,600
a5b071a638f313c39edd27adc4c28e53171120dd
fix(ci): don't create new Go cache archive on every Travis CI job
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,14 @@ defaults_go: &DEFAULTS_GO\n# https://restic.net/blog/2018-09-02/travis-build-cache\n- $HOME/.cache/go-build\n- $HOME/gopath/pkg/mod\n+ before_cache:\n+ # this log file is updated on every get/set operation\n+ # so it forces new cache archive on every buil...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): don't create new Go cache archive on every Travis CI job
1
fix
ci
217,922
29.08.2019 17:56:20
-7,200
e8bc3a600f844a193bc2de9ff489f31323a648b2
chore(release): 5.7.12
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.7.12\"></a>\n+## [5.7.12](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.7.12
1
chore
release
217,922
29.08.2019 18:02:04
-7,200
53b0e5bb8ee95536105cbb2be8485d61dd1c3f81
chore(desktop): removed update check running every 5min
[ { "change_type": "MODIFY", "diff": "@@ -151,9 +151,6 @@ function createWindow() {\nwin.focus();\nwin.show();\nautoUpdater.checkForUpdates();\n- updateInterval = setInterval(() => {\n- autoUpdater.checkForUpdates();\n- }, 300000);\n});\n// save window size and position\n", "new_path": "desktop/main.js", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(desktop): removed update check running every 5min
1
chore
desktop
815,573
29.08.2019 18:07:30
-28,800
46b95c2dc474b4dec31bb236a9d75d6280a5fdbb
fix: Fix dao statistics in genesis block
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,7 @@ impl Chains {\npub fn new_always_success_chain(txs_size: usize, chains_num: usize) -> Chains {\nlet (_, _, always_success_script) = always_success_cell();\nlet tx = create_always_success_tx();\n- let dao = genesis_dao_data(&tx).unwrap();\n+ let dao = gen...
Rust
MIT License
nervosnetwork/ckb
fix: Fix dao statistics in genesis block
1
fix
null
217,922
29.08.2019 18:19:47
-7,200
6db00a2f51e8a8a12ed0cf22c9f5c14ce3d0f253
chore(desktop): remove update installer on startup
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ const isDev = require('electron-is-dev');\nconst log = require('electron-log');\nlog.transports.file.level = 'info';\nconst express = require('express');\n+const fs = require('fs');\nconst oauth = require('./oauth.js');\n@@ -68,6 +69,20 @@ if (options.noHA...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(desktop): remove update installer on startup
1
chore
desktop
866,395
29.08.2019 18:44:27
14,400
e0d129b262d3942180d3eae37283f13e61d0f79f
chore(yarn): update packages
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/@carbon-grid-10.5.0.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/@carbon-grid-10.5.0.tgz", "old_path": ".yarn/offline-mirror/@carbon-grid-10.5.0.tgz" }, { "change_type": "DELETE", "diff": "Binary fi...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(yarn): update @ibmdotcom packages
1
chore
yarn
401,147
29.08.2019 18:46:10
-19,080
7831c1dfb1e386e4d5cce27479ab8ba571dc3942
fix(core): fix margin issue of any icon in button component affects:
[ { "change_type": "MODIFY", "diff": "import { SvgIcon } from '@medly-components/icons';\nimport { defaultTheme } from '@medly-components/theme';\nimport { centerAligned, css, styled } from '@medly-components/utils';\n+import Text from '../Text';\nimport { Props } from './types';\nconst getColor = ({ theme, c...
TypeScript
MIT License
medly/medly-components
fix(core): fix margin issue of any icon in button component affects: @medly-components/core
1
fix
core
865,921
29.08.2019 20:41:24
-7,200
884a65303b7bcae5a7a707bd6a33b6354dea070a
chore(CHANGELOG): update to v3.3.3
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,10 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-\n___Note:__ Yet to be released changes appear here._\n+## 3.3.3\n+\n+* `FIX`: correct check whether plug-ins are enabled ([#1479](https://github.com/camunda/camunda-modeler/i...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): update to v3.3.3
1
chore
CHANGELOG
151,430
29.08.2019 21:50:16
25,200
75fc9ab66b85d141498c5f912aebe4526d1c3822
docs: add OG image tags
[ { "change_type": "MODIFY", "diff": "@@ -3,21 +3,33 @@ import PropTypes from 'prop-types'\nimport React from 'react'\nimport socialImage from '../assets/images/social.jpg'\n-export default function SEO({ title, description, siteName }) {\n+export default function SEO({ title, description, siteName, pathname ...
JavaScript
MIT License
davidwells/analytics
docs: add OG image tags
1
docs
null
104,844
29.08.2019 22:03:18
14,400
7ae85d66545d3663f197599506d9346e2c6169b4
fix(packagedotjson): updated npm test scripts
[ { "change_type": "MODIFY", "diff": "\"prepare\": \"yarn build\",\n\"start\": \"yarn storybook\",\n\"storybook\": \"start-storybook -p 3000 -s public/development\",\n- \"test\": \"jest --no-cache\",\n+ \"test\": \"jest\",\n\"test:a11y\": \"jest --testPathPattern='src\\\\/([^\\\\s]+)\\\\/([a-zA-Z0-9\\\\s_\\\\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(packagedotjson): updated npm test scripts
1
fix
packagedotjson
104,844
29.08.2019 22:05:39
14,400
9574629be6442e3c96dfe015a8a9869b438886fc
fix(addcardtest): removed extension
[ { "change_type": "MODIFY", "diff": "@@ -3,9 +3,9 @@ import React from 'react';\nimport { mount } from 'enzyme';\nimport AAT from '@ibma/aat';\n-import HTMLWrap from '../../a11y/a11y-test-helper.jsx';\n+import HTMLWrap from '../../a11y/a11y-test-helper';\n-import AddCard from './AddCard.jsx';\n+import AddCar...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(addcardtest): removed extension
1
fix
addcardtest
104,844
29.08.2019 22:09:34
14,400
6e302fd7fe79687210bfe28c92bea5d29e88d29e
fix(addcardtest): moved eslint disable
[ { "change_type": "MODIFY", "diff": "@@ -2,11 +2,11 @@ import React from 'react';\n/* eslint-disable */\nimport { mount } from 'enzyme';\nimport AAT from '@ibma/aat';\n+/* eslint-enable */\nimport HTMLWrap from '../../a11y/a11y-test-helper';\nimport AddCard from './AddCard';\n-/* eslint-enable */\ndescribe('...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(addcardtest): moved eslint disable
1
fix
addcardtest
151,430
29.08.2019 22:37:05
25,200
48354f26f576766d448d5e57d115630222d58c8c
docs: add subTitle prop to frontmatter
[ { "change_type": "MODIFY", "diff": "@@ -89,6 +89,20 @@ function getSidebarContents(sidebarCategories, edges, version) {\n}\nconst pageFragment = `\n+ internal {\n+ type\n+ }\n+ frontmatter {\n+ title\n+ subTitle\n+ }\n+ fields {\n+ slug\n+ version\n+ }\n+`\n+\n+const pageChildMdxFragment = `\ninternal {\nty...
JavaScript
MIT License
davidwells/analytics
docs: add subTitle prop to frontmatter
1
docs
null
151,430
29.08.2019 22:41:54
25,200
0c6848cdbeee6de6739be5bb35ff788335efa5a0
docs: add subTitle field
[ { "change_type": "MODIFY", "diff": "-import '@apollo/space-kit/reset.css';\n-import '../styles.less'; // eslint-disable-line sort-imports-es6-autofix/sort-imports-es6\n-import Helmet from 'react-helmet';\n-import PropTypes from 'prop-types';\n-import React, {Fragment} from 'react';\n-import {StaticQuery, gr...
JavaScript
MIT License
davidwells/analytics
docs: add subTitle field
1
docs
null
151,430
29.08.2019 22:43:36
25,200
166b522f8ec1552d99f5ef50213eea3a42c6ac37
docs: update homepage meta tags
[ { "change_type": "MODIFY", "diff": "---\ntitle: Analytics Documentation\n-description: Start here to learn about the analytics module\n+subTitle: Start here to learn about the analytics\n+description: Analytics is lightweight, extendable library designed to work with any third party analytics provider to tr...
JavaScript
MIT License
davidwells/analytics
docs: update homepage meta tags
1
docs
null
151,430
29.08.2019 22:49:21
25,200
29eb7402e0601431fec4cad7dd1d59a5cca35bfe
docs: fix homepage og tag
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import socialImage from '../assets/images/social.jpg'\nexport default function SEO({ title, description, siteName, pathname }) {\n// TODO clean up logic\nlet image = socialImage\n- let twitterImage = `https://getanalaytics.io${socialImage}`\n+ let twitterI...
JavaScript
MIT License
davidwells/analytics
docs: fix homepage og tag
1
docs
null
67,479
29.08.2019 23:37:33
-36,000
53b8a49333bcb14956904a7024b97733e659c1af
fix(template-compiler): harmony compilation on surrogate el
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,61 @@ describe('template-compiler.harmony.spec.ts \\n\\tharmoninous combination', functi\n});\nconst testCases: IHarmoniousCompilationTestCase[] = [\n+ {\n+ title: 'basic surrogate working example with 1 pair of custom attr + event same name',\n+ template: '<...
TypeScript
MIT License
aurelia/aurelia
fix(template-compiler): harmony compilation on surrogate el
1
fix
template-compiler
67,479
29.08.2019 23:38:11
-36,000
3a7387ae6b9781cca0f64eaa786652aef153f444
refactor(renderers): add getRefTarget
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,7 @@ import {\nCustomAttribute,\n} from './resources/custom-attribute';\nimport {\n- CustomElement,\n+ CustomElement, CustomElementHost,\n} from './resources/custom-element';\nimport {\nController,\n@@ -172,6 +172,28 @@ export function getTarget(potentialTarg...
TypeScript
MIT License
aurelia/aurelia
refactor(renderers): add getRefTarget
1
refactor
renderers
67,479
29.08.2019 23:38:50
-36,000
722778febedbcf87cdd70faaf6a719579a2fd3a4
refactor(ref): add ref command, add target ref
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import {\nIBindingCommand,\nPlainAttributeSymbol,\n} from '@aurelia/jit';\n-import { BindingType, IsBindingBehavior } from '@aurelia/runtime';\n+import { BindingType, IsBindingBehavior, RefBindingInstruction } from '@aurelia/runtime';\nimport {\nAttributeB...
TypeScript
MIT License
aurelia/aurelia
refactor(ref): add ref command, add target ref
1
refactor
ref
217,922
30.08.2019 01:32:22
-7,200
43100d7a681511b26cd75c3a44ac7b9800576581
fix(progress): don't show progress for empty operations array
[ { "change_type": "MODIFY", "diff": "import { Injectable } from '@angular/core';\nimport { NzModalService } from 'ng-zorro-antd';\nimport { ProgressPopupComponent } from './progress-popup/progress-popup.component';\n-import { Observable } from 'rxjs';\n+import { Observable, of } from 'rxjs';\nimport { Transl...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(progress): don't show progress for empty operations array
1
fix
progress
304,893
30.08.2019 09:32:56
14,400
f797e7163ddc19ef2450dc1acf0e7c21bd5d6ed5
fix(interpreter): support bool equality expressions Add support for the following: * bool == bool * bool == null * null == bool * bool != bool * bool != null * null != bool
[ { "change_type": "MODIFY", "diff": "@@ -488,6 +488,12 @@ var binaryFuncLookup = map[BinaryFuncSignature]BinaryFunction{\n// EqualOperator\n+ {Operator: ast.EqualOperator, Left: semantic.Bool, Right: semantic.Bool}: func(lv, rv Value) (Value, error) {\n+ l := lv.Bool()\n+ r := rv.Bool()\n+ return NewBool(l =...
Go
MIT License
influxdata/flux
fix(interpreter): support bool equality expressions (#1787) Add support for the following: * bool == bool * bool == null * null == bool * bool != bool * bool != null * null != bool
1
fix
interpreter
730,429
30.08.2019 11:05:25
14,400
56b15f5f1a39df681ed3b0ec48906b22d6226dcd
test(journeys): add test user creation delay
[ { "change_type": "MODIFY", "diff": "@@ -101,7 +101,11 @@ export function createTestUsers(count, config) {\n}\nreturn Promise.all(promises)\n- .then(() => storeUsers(createdUsers));\n+ .then(() => storeUsers(createdUsers))\n+ // Adding delay for test user creation propagation\n+ .then(() => new Promise((reso...
JavaScript
MIT License
webex/react-widgets
test(journeys): add test user creation delay
1
test
journeys
866,395
30.08.2019 11:28:54
14,400
ccd4c4bdd06e7a39b2c3af436c9175e5c6d3b45b
feat(component): adds Dotcom shell
[ { "change_type": "MODIFY", "diff": "@@ -8,11 +8,11 @@ import { addReadme } from 'storybook-readme';\n// import { checkA11y } from 'storybook-addon-a11y';\nimport Container from './Container';\n-addDecorator(\n- withInfo({\n- maxPropStringLength: 200, // Displays the first 200 characters in the default prop ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(component): adds Dotcom shell
1
feat
component
932,458
30.08.2019 11:41:56
14,400
93365094d9f605e64fa12fb68477d828955d3ca2
feat(web-scripts): add typecheck to lint command
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"test\": \"lerna run test --stream\",\n\"build\": \"lerna run build --stream\",\n- \"lint\": \"web-scripts lint --ignore-path .gitignore\",\n+ \"lint\": \"lerna run lint --stream\",\n\"commit\": \"web-scripts commit\",\n\"bootstrap\": \"lerna bootstrap --...
TypeScript
Apache License 2.0
spotify/web-scripts
feat(web-scripts): add typecheck to lint command
1
feat
web-scripts
866,394
30.08.2019 11:46:33
14,400
8b3b8cf861e7e4f1588374a12b42a6eb579c484a
fix(publish): added force-publish to alpha builds
[ { "change_type": "MODIFY", "diff": "# Alpha release\nrelease_alpha () {\n- ./node_modules/.bin/lerna publish --canary minor --dist-tag canary --no-push --no-git-tag-version\n+ ./node_modules/.bin/lerna publish --canary minor --dist-tag canary --no-push --no-git-tag-version --force-publish=*\n}\n# RC.0 relea...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(publish): added force-publish to alpha builds
1
fix
publish
866,415
30.08.2019 11:52:50
14,400
0e440938252dea80e9a805091c1da933c008f29f
fix(profile): bump up alpha release for services in react
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/@ibmdotcom-services-0.4.0-alpha.264.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/@ibmdotcom-services-0.4.0-alpha.264.tgz", "old_path": ".yarn/offline-mirror/@ibmdotcom-services-0.4.0-alpha.264.tgz" }, { ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(profile): bump up alpha release for services in react
1
fix
profile
866,395
30.08.2019 11:59:39
14,400
32d7e83f8c6e17c83bc7275bc2362f9d334616cb
chore(git): merge commits
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.yarn/offline-mirror/@carbon-grid-10.5.0.tgz differ\n", "new_path": ".yarn/offline-mirror/@carbon-grid-10.5.0.tgz", "old_path": ".yarn/offline-mirror/@carbon-grid-10.5.0.tgz" }, { "change_type": "MODIFY", "diff": "resolved \"h...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(git): merge commits
1
chore
git
531,793
30.08.2019 12:07:18
-3,600
dd2da511cee07c038f952fbbaf8d71c0fbd20fef
fix(ci): use name key for naming CI jobs This avoids duplicating cache files, since all env variables are used to calculate the cache key
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,8 @@ defaults_go: &DEFAULTS_GO\n# force fixed mtime on all files so travis doesn't consider\n# these as updated\n- find $HOME/.cache/go-build/ -type f -exec touch -t 201909010000 {} \\;\n+ env:\n+ - GO111MODULE=on\ndefaults_js: &DEFAULTS_JS\nlanguage: node_js...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): use name key for naming CI jobs This avoids duplicating cache files, since all env variables are used to calculate the cache key
1
fix
ci
932,458
30.08.2019 12:17:02
14,400
a21070ed4299d437359d9cd7afdc7af0d4d8e742
ci: publish using CI with Github Actions
[ { "change_type": "ADD", "diff": "+name: Publish\n+\n+on:\n+ push:\n+ branches:\n+ - master\n+\n+jobs:\n+ publish:\n+ name: Publish\n+ runs-on: ubuntu-latest\n+\n+ steps:\n+ - uses: actions/checkout@v1\n+ - uses: textbook/git-checkout-submodule-action@master\n+ - uses: actions/setup-node@v1\n+ with:\n+ node-...
TypeScript
Apache License 2.0
spotify/web-scripts
ci: publish using CI with Github Actions
1
ci
null
713,841
30.08.2019 12:22:14
-7,200
2edfe9b6c5d6cef0309420b8033f5743c44b4b33
chore: remove greenkeeper definition file
[ { "change_type": "DELETE", "diff": "-{\n- \"groups\": {\n- \"common\": {\n- \"packages\": [\n- \"package.json\"\n- ]\n- },\n- \"core\": {\n- \"packages\": [\n- \"core/commons-api/package.json\",\n- \"core/file-locking/package.json\",\n- \"core/readme/package.json\",\n- \"core/streams/package.json\",\n- \"co...
TypeScript
MIT License
verdaccio/monorepo
chore: remove greenkeeper definition file
1
chore
null
713,841
30.08.2019 12:30:14
-7,200
0cf1ed0a7a7c2fad91105302d8eb4387d69a3768
chore: remove deprecated Prettier setting from devContainer
[ { "change_type": "MODIFY", "diff": "{ \"language\": \"typescript\", \"autoFix\": true },\n{ \"language\": \"typescriptreact\", \"autoFix\": true },\n],\n- \"prettier.eslintIntegration\": true,\n\"[markdown]\": {\n\"files.trimTrailingWhitespace\": false,\n},\n", "new_path": ".devcontainer/devcontainer.js...
TypeScript
MIT License
verdaccio/monorepo
chore: remove deprecated Prettier setting from devContainer
1
chore
null
67,494
30.08.2019 12:41:41
-7,200
fb56a99a1de31083537bae6ed1c9588139f0886f
refactor(router): add isClearViewportInstruction to instruction resolver
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,10 @@ export {\nGuardian,\n} from './guardian';\n+export {\n+ InstructionResolver,\n+} from './instruction-resolver';\n+\nexport {\nGuardFunction,\nGuardTarget,\n", "new_path": "packages/router/src/index.ts", "old_path": "packages/router/src/index.ts"...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add isClearViewportInstruction to instruction resolver
1
refactor
router
866,395
30.08.2019 12:52:14
14,400
19138e7dcfe2621e96b6dc89f47206775070aba9
chore(storybook): use relative paths for storybook css
[ { "change_type": "MODIFY", "diff": "@@ -11,8 +11,7 @@ import {\nStructuredListCell,\n} from 'carbon-components-react';\nimport mastheadLinks from '../../Masthead/__stories__/data/MastheadLinks.js';\n-import '@ibmdotcom/styles/scss/components/dotcom-shell/_dotcom-shell.scss';\n-import '@ibmdotcom/styles/scss...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(storybook): use relative paths for storybook css
1
chore
storybook
932,458
30.08.2019 12:53:51
14,400
03fc37a163db3bdafae6ae9ebaf4a9c569a81218
ci: fix identity config on GH Actions; exit correctly
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,8 @@ jobs:\n- name: release\nrun: |\ngit checkout master\n+ git config --global user.email \"no-reply@spotify.com\"\n+ git config --global user.name \"GitHub Action\"\nyarn release\nenv:\nNPM_TOKEN: ${{ secrets.NPM_TOKEN }}\n", "new_path": ".github/workfl...
TypeScript
Apache License 2.0
spotify/web-scripts
ci: fix identity config on GH Actions; exit correctly
1
ci
null
67,494
30.08.2019 13:02:03
-7,200
35a85b4a1dc776e8c3182ea066bc18517940350d
refactor(router): add componentInstance to ViewportInstruction
[ { "change_type": "MODIFY", "diff": "import { IContainer } from '@aurelia/kernel';\n-import { CustomElement, ICustomElementType, IRenderContext } from '@aurelia/runtime';\n-import { ComponentAppellation, ComponentParameters, IRouteableComponentType, ViewportHandle } from './interfaces';\n+import { CustomElem...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add componentInstance to ViewportInstruction
1
refactor
router
865,921
30.08.2019 13:09:27
-7,200
eb0834910f31a257713aa196a29ceff1db910945
chore(project): update package locks
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"camunda-modeler\",\n- \"version\": \"3.2.3\",\n+ \"version\": \"3.3.2\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n", "new_path": "app/package-lock.json", "old_path": "app/package-lock.json" }, { "change_type": "MOD...
JavaScript
MIT License
camunda/camunda-modeler
chore(project): update package locks
1
chore
project
304,884
30.08.2019 13:36:59
14,400
50638236fb409dac00c0f4bf13078f52e02679b6
fix(stdlib/map): race condition in looking up types in map
[ { "change_type": "MODIFY", "diff": "@@ -165,7 +165,9 @@ func (t *mapTransformation) Process(id execute.DatasetID, tbl flux.Table) error\n// to complete when we read the first column. This pass should get the columns\n// that are directly referenced which are the ones capable of changing and the\n// only one...
Go
MIT License
influxdata/flux
fix(stdlib/map): race condition in looking up types in map
1
fix
stdlib/map
447,460
30.08.2019 14:10:33
14,400
f6cc76da16f88f4688968f4d26aed018140558d5
test: unit tests to picklist helpers
[ { "change_type": "ADD", "diff": "+import getNormalizeValue from '../getNormalizeValue';\n+\n+describe('getNormalizeValue', () => {\n+ it('should return right value', () => {\n+ const values = [null, undefined, '', 'abc', 1, [], [1, 2], {}, { label: 'ok' }];\n+ const expectedResults = [{}, {}, {}, {}, {}, {}...
JavaScript
MIT License
nexxtway/react-rainbow
test: unit tests to picklist helpers (#888)
1
test
null
932,458
30.08.2019 14:13:42
14,400
0822ae244280b39a0ffef063c9400e96b37471ed
feat(web-scripts): add checkstyle to lint
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"test\": \"lerna run test --stream\",\n\"build\": \"lerna run build --stream\",\n- \"lint\": \"web-scripts lint --ignore-path .gitignore\",\n+ \"lint\": \"lerna run lint --stream\",\n\"commit\": \"web-scripts commit\",\n\"bootstrap\": \"lerna bootstrap --...
TypeScript
Apache License 2.0
spotify/web-scripts
feat(web-scripts): add checkstyle to lint
1
feat
web-scripts
932,458
30.08.2019 14:49:49
14,400
1c97f80060856d2239294834516272a851235e73
ci: manually set _authToken in yarn before publish
[ { "change_type": "MODIFY", "diff": "@@ -12,8 +12,10 @@ then\ngit config --global user.name \"GitHub Action\"\ngit remote set-url origin \"https://${GH_USERNAME}:${GH_TOKEN}@github.com/spotify/web-scripts.git\"\ngit checkout master\n+ echo \"spotify/web-scripts: Configuring yarn for Github Actions Lerna publ...
TypeScript
Apache License 2.0
spotify/web-scripts
ci: manually set _authToken in yarn before publish
1
ci
null
67,494
30.08.2019 14:50:11
-7,200
21a784327bc43a07c906d8fdb6d7141dccb12abf
refactor(router): add helpers to viewport instruction
[ { "change_type": "MODIFY", "diff": "@@ -72,6 +72,19 @@ export class ViewportInstruction {\n// TODO: Deal with parametersList\n}\n+ public isEmpty(): boolean {\n+ return !this.isComponentName() && !this.isComponentType() && !this.isComponentInstance();\n+ }\n+ public isComponentName(): boolean {\n+ return !!...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add helpers to viewport instruction
1
refactor
router
67,494
30.08.2019 14:51:00
-7,200
deddb4c864a8ff26e9db90c8ebcca99bc25d41bd
refactor(router): use ViewportInstruction in ViewportContent
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,6 @@ export const enum ContentStatus {\n}\nexport class ViewportContent {\n- public componentInstance: IRouteableComponent | null = null;\npublic contentStatus: ContentStatus = ContentStatus.none;\npublic entered: boolean = false;\npublic fromCache: boolean =...
TypeScript
MIT License
aurelia/aurelia
refactor(router): use ViewportInstruction in ViewportContent
1
refactor
router
67,494
30.08.2019 14:56:35
-7,200
c2044cf7877cf209a924eaceea6c0d90acfe8c82
test(router): update viewport content tests
[ { "change_type": "MODIFY", "diff": "-import { IRouter, ViewportContent } from '@aurelia/router';\n+import { IRouter, ViewportContent, ViewportInstruction } from '@aurelia/router';\nimport { IRenderContext } from '@aurelia/runtime';\nimport { CustomElement } from '@aurelia/runtime';\nimport { assert, TestCon...
TypeScript
MIT License
aurelia/aurelia
test(router): update viewport content tests
1
test
router
531,793
30.08.2019 15:04:24
-3,600
9cffbe6488d6e98ef3ea693792a039612502c728
fix(ci): use custom cache key for cross compilation job
[ { "change_type": "MODIFY", "diff": "@@ -119,6 +119,11 @@ jobs:\nname: Cross compile binaries\nif: repo = prymitive/karma AND type != pull_request\n<<: *DEFAULTS_GO\n+ env:\n+ # add an extra env so we don't push cross compilation cache into the main archive\n+ # as it slows down other jobs\n+ - JOB=cc\n+ - G...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): use custom cache key for cross compilation job
1
fix
ci
447,440
30.08.2019 15:10:05
18,000
5301923f4a5537f7f8cefffdd8f6d35be2eb5105
styles: fix picklist
[ { "change_type": "MODIFY", "diff": "display: flex;\n-ms-flex-align: center;\ncolor: #a4a7b5;\n- font-size: 12px;\n+ font-size: 14px;\nfont-weight: normal;\nheight: 48px;\npadding: 0 1rem 0 1rem;\n", "new_path": "src/components/Lookup/options/styles.css", "old_path": "src/components/Lookup/options/st...
JavaScript
MIT License
nexxtway/react-rainbow
styles: fix picklist (#896)
1
styles
null
503,945
30.08.2019 15:32:10
14,400
110ac4d26262a6e356ed288d5a5d42cd4e505737
chore(package): Bump versions to 2.27.3
[ { "change_type": "MODIFY", "diff": "\"@babel/plugin-transform-typescript\": \"^7.0.0\",\n\"@babel/preset-env\": \"^7.0.0\",\n\"@babel/preset-react\": \"^7.0.0\",\n- \"@patternfly/patternfly\": \"2.27.1\",\n+ \"@patternfly/patternfly\": \"2.27.3\",\n\"@patternfly/react-icons\": \"^3.12.1\",\n\"@patternfly/re...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 2.27.3 (#2807)
1
chore
package
932,458
30.08.2019 15:39:07
14,400
233ed23f021ead7904af2febd8c35254c21d41fa
feat(web-scripts): use project ESLint configs BREAKING CHANGE: projects which have ESLint files but do not pass them to web-scripts will start having them automatically applied re:
[ { "change_type": "MODIFY", "diff": "-const { PRETTIER_CONFIG, ESLINT_CONFIG, JEST_CONFIG } = require('../cjs/Paths');\n+const { PRETTIER_CONFIG, JEST_CONFIG } = require('../cjs/Paths');\n+const { getEslintConfig } = require('../cjs/Tasks/LintTask');\nconst fix = process.env.WEB_SCRIPTS_SHOULD_FIX === 'true'...
TypeScript
Apache License 2.0
spotify/web-scripts
feat(web-scripts): use project ESLint configs BREAKING CHANGE: projects which have ESLint files but do not pass them to web-scripts will start having them automatically applied re: #39
1
feat
web-scripts
447,460
30.08.2019 16:12:48
14,400
07aa65b5de1abe13b12acf5f604b1ac7b01c451b
fix: fix arrow navigation bug when option is selected
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ class Option extends Component {\n}\ncomponentDidUpdate(prevProps) {\n- const { currentValueName } = this.props;\n+ const { currentValueName, name } = this.props;\nconst { currentValueName: prevCurrentValueName } = prevProps;\nif (prevCurrentValueName !=...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix arrow navigation bug when option is selected (#895)
1
fix
null
711,597
30.08.2019 16:18:48
-7,200
7df2b9cde6dc3bcd7bb98702c9eab90f194de44d
refactor(elasticsearch-plugin): Use WorkerService
[ { "change_type": "MODIFY", "diff": "@@ -5,8 +5,3 @@ export const VARIANT_INDEX_TYPE = 'variant-index-item';\nexport const PRODUCT_INDEX_NAME = 'products';\nexport const PRODUCT_INDEX_TYPE = 'product-index-item';\nexport const loggerCtx = 'ElasticsearchPlugin';\n-export enum Message {\n- Reindex = 'Reindex',...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(elasticsearch-plugin): Use WorkerService
1
refactor
elasticsearch-plugin
438,921
30.08.2019 16:24:57
-32,400
7210bc4b454bdf2715b884f3e82d9908c8708d19
chore(build): Fix the build for IE9 Add polyfills for packaged build to work on IE9+ Move d3 modules used only on plugins to devDependency Fix on determining MutationObserver object Ref Ref
[ { "change_type": "MODIFY", "diff": "@@ -13,8 +13,7 @@ module.exports = {\npackaged: [\n\"\",\n\"\",\n- `All-in-one packaged file for ease use of '${pkg.name}' with the below dependencies.`,\n- \"(NOTE: For IEs, do not use this file. Load d3.js & non pacakged file instead.)\",\n+ `All-in-one packaged file fo...
TypeScript
MIT License
naver/billboard.js
chore(build): Fix the build for IE9 - Add polyfills for packaged build to work on IE9+ - Move d3 modules used only on plugins to devDependency - Fix on determining MutationObserver object Ref #1025 Ref #1054
1
chore
build
447,447
30.08.2019 16:27:42
14,400
3071800a7f6b76944fad760faf8138f0e9e70ec9
test: add test to the TimePicker component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import { mount } from 'enzyme';\n+import ActivityTimeline from './../index';\n+import Card from './../../Card';\n+\n+describe('<ActivityTimeline/>', () => {\n+ it('should have the right class names', () => {\n+ const component = mount(<ActivityT...
JavaScript
MIT License
nexxtway/react-rainbow
test: add test to the TimePicker component (#892)
1
test
null