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
711,597
04.09.2019 13:16:07
-7,200
1dcb2e600d9875056e52032595e1d318ac655cfa
feat(admin-ui): Experimental system for extending the UI Relates to
[ { "change_type": "MODIFY", "diff": "\"typescript\": \"^3.3.4000\"\n},\n\"dependencies\": {\n+ \"@vendure/admin-ui\": \"0.2.0\",\n\"fs-extra\": \"^8.0.1\"\n}\n}\n", "new_path": "packages/admin-ui-plugin/package.json", "old_path": "packages/admin-ui-plugin/package.json" }, { "change_type": "MO...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Experimental system for extending the UI Relates to #55
1
feat
admin-ui
815,595
04.09.2019 13:22:15
-28,800
af57201a4cf403e792ae2888f676e212c48a02a1
test: Assert error equal
[ { "change_type": "MODIFY", "diff": "@@ -223,8 +223,10 @@ fn test_transaction_conflict_in_same_block() {\n.expect(\"process block ok\");\n}\nassert_error_eq(\n- Err(OutPointError::DeadCell(OutPoint::new(tx1_hash.to_owned(), 0)).into()),\n- chain_controller.process_block(Arc::new(chain.blocks()[3].clone()), t...
Rust
MIT License
nervosnetwork/ckb
test: Assert error equal
1
test
null
865,921
04.09.2019 13:24:35
-7,200
71ddc81a0b3e329449bdab3cec3a320bcf42b7de
chore(project): bump eslint-plugin-camunda-licensed version Fixes lint errors on empty files.
[ { "change_type": "MODIFY", "diff": "\"dev\": true\n},\n\"acorn\": {\n- \"version\": \"6.2.1\",\n- \"resolved\": \"https://registry.npmjs.org/acorn/-/acorn-6.2.1.tgz\",\n- \"integrity\": \"sha512-JD0xT5FCRDNyjDda3Lrg/IxFscp9q4tiYtxE1/nOzlKCk7hIRuYjhq1kCNkbPjMRMZuFq20HNQn1I9k8Oj0E+Q==\",\n+ \"version\": \"6.3...
JavaScript
MIT License
camunda/camunda-modeler
chore(project): bump eslint-plugin-camunda-licensed version Fixes lint errors on empty files.
1
chore
project
304,848
04.09.2019 13:33:28
14,400
8e0979454ac1343e5c6314470a977206b0de1a0a
fix(dependencies): changed the default http client to be more robust
[ { "change_type": "MODIFY", "diff": "package dependencies\nimport (\n+ \"net\"\n\"net/http\"\n+ \"time\"\n\"github.com/influxdata/flux/codes\"\n\"github.com/influxdata/flux/dependencies/secret\"\n@@ -50,12 +52,31 @@ func (d Dependencies) URLValidator() (url.Validator, error) {\nreturn nil, errors.New(codes.U...
Go
MIT License
influxdata/flux
fix(dependencies): changed the default http client to be more robust (#1798)
1
fix
dependencies
815,609
04.09.2019 13:45:51
-28,800
d844e985d4ea57c454727755f4fc0ee70ad8dd61
test: make a unit test more flexible
[ { "change_type": "MODIFY", "diff": "@@ -584,6 +584,7 @@ dependencies = [\n\"faster-hex 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"jsonrpc-core 10.1.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)\...
Rust
MIT License
nervosnetwork/ckb
test: make a unit test more flexible
1
test
null
67,482
04.09.2019 13:48:33
25,200
95791b1f95f216324b7716f21df3d02df1fd5877
fix(styles): proper local vs. global style resolution
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,8 @@ import {\nShadowDOMRegistry,\nStyleConfiguration,\nStyleElementStyles,\n- styles\n+ styles,\n+ IShadowDOMGlobalStyles\n} from '@aurelia/runtime-html';\nimport { assert, TestContext } from '@aurelia/testing';\n@@ -106,7 +107,7 @@ describe('Styles', () => {\...
TypeScript
MIT License
aurelia/aurelia
fix(styles): proper local vs. global style resolution
1
fix
styles
815,609
04.09.2019 14:03:45
-28,800
0507af04c821113158288dac00e543ce655798d6
chore: replace constructor of EpochExt by builder
[ { "change_type": "MODIFY", "diff": "@@ -656,16 +656,16 @@ mod tests {\n.transactions_root(data_hash.pack())\n.build();\n- let epoch = EpochExt::new(\n- u64::from(data[0]),\n- Capacity::bytes(100).unwrap(),\n- Capacity::bytes(100).unwrap(),\n- U256::one(),\n- Byte32::default(),\n- 1234,\n- 1000,\n- U256::one...
Rust
MIT License
nervosnetwork/ckb
chore: replace constructor of EpochExt by builder
1
chore
null
711,597
04.09.2019 14:36:34
-7,200
c2742ecced55459f314e9af7d4b85cc355054824
feat(admin-ui): Expose public API at
[ { "change_type": "MODIFY", "diff": "-import { compileUiExtensions } from '@vendure/admin-ui/src/compile-ui-extensions';\n+import { compileUiExtensions } from '@vendure/admin-ui/devkit/compile';\nimport { DEFAULT_AUTH_TOKEN_HEADER_KEY } from '@vendure/common/lib/shared-constants';\nimport { AdminUiConfig, Ad...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Expose public API at @vendure/admin-ui/devkit
1
feat
admin-ui
503,945
04.09.2019 14:48:34
14,400
4805d7c18fe342337810d8c1f96c1d80d7c3e830
chore(package): Bump versions to 2.29.0
[ { "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.3\",\n+ \"@patternfly/patternfly\": \"2.29.0\",\n\"@patternfly/react-icons\": \"^3.12.2\",\n\"@patternfly/re...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 2.29.0 (#2833)
1
chore
package
730,429
04.09.2019 14:54:29
14,400
f0cfe403982a1c399cedf6e8c588bafb99838d18
feat(widget-meetings): setup redux and sdk connection
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import PropTypes from 'prop-types';\n+\n+import LoadingScreen from '@webex/react-component-loading-screen';\n+\n+function MeetingsWidget(props) {\n+ const {isReady} = props;\n+\n+ let main;\n+\n+ if (!isReady) {\n+ main = (\n+ <LoadingScreen />\...
JavaScript
MIT License
webex/react-widgets
feat(widget-meetings): setup redux and sdk connection
1
feat
widget-meetings
730,429
04.09.2019 15:23:46
14,400
a8aa21ac30d2d02a3558a148bb831dcdca4300a5
feat(package): add plugin-meetings
[ { "change_type": "MODIFY", "diff": "}\n}\n},\n+ \"@webex/plugin-meetings\": {\n+ \"version\": \"1.79.0\",\n+ \"resolved\": \"https://registry.npmjs.org/@webex/plugin-meetings/-/plugin-meetings-1.79.0.tgz\",\n+ \"integrity\": \"sha512-tXZvb3xrLka8l+XJC/77z01O+1IgoOEQfKoqTOJFzy05fF7oEqcnUfj8d6Vr8pak5aQSGtctX1...
JavaScript
MIT License
webex/react-widgets
feat(package): add plugin-meetings
1
feat
package
730,429
04.09.2019 15:25:59
14,400
dda91c0fde9416b9d93fabea91747044ba0ae677
feat(spark): add meetings plugin
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import '@webex/plugin-people';\nimport '@webex/internal-plugin-conversation';\nimport '@webex/plugin-phone';\nimport '@webex/plugin-rooms';\n+import '@webex/plugin-meetings';\nimport '@webex/internal-plugin-flag';\nimport '@webex/internal-plugin-feature';\...
JavaScript
MIT License
webex/react-widgets
feat(spark): add meetings plugin
1
feat
spark
104,818
04.09.2019 15:35:36
18,000
c4fa134f41423d18fa72775b217700b3781f7024
fix(tablecard): use numbers instead of english strings
[ { "change_type": "MODIFY", "diff": "@@ -294,7 +294,7 @@ const TableCard = ({\n</g>\n</g>\n</svg>\n- <StyledSpan>Low</StyledSpan>\n+ <StyledSpan>3</StyledSpan>\n</StyledIconDiv>\n);\nbreak;\n@@ -332,7 +332,7 @@ const TableCard = ({\n</g>\n</g>\n</svg>\n- <StyledSpan>High</StyledSpan>\n+ <StyledSpan>1</Styled...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tablecard): use numbers instead of english strings
1
fix
tablecard
104,818
04.09.2019 15:37:28
18,000
422b7d50fbcf642daf0cb47bcc9dfad1222b2728
test(snap): update snaps
[ { "change_type": "MODIFY", "diff": "@@ -136795,16 +136795,16 @@ exports[`Storybook Snapshot tests and console checks Storyshots Table Card table\nheight: 30px;\n}\n-.c12.c12.c12 {\n- min-width: 120px;\n- max-width: 120px;\n+.c11.c11.c11 {\nwhite-space: nowrap;\noverflow-x: hidden;\noverflow-y: hidden;\ntext...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(snap): update snaps
1
test
snap
711,597
04.09.2019 15:51:57
-7,200
ba8c44fba325c726fd7d43aa16f16ca7960f78a0
feat(admin-ui-plugin): Detect whether extensions need to be re-compiled Relates to
[ { "change_type": "DELETE", "diff": "-/* tslint:disable:no-console */\n-const path = require ('path');\n-const fs = require ('fs-extra');\n-const { exec } = require('child_process');\n-\n-console.log('Building admin-ui from source...');\n-exec(\n- 'yarn build --prod=true',\n- {\n- cwd: path.join(__dirname, '...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui-plugin): Detect whether extensions need to be re-compiled Relates to #55
1
feat
admin-ui-plugin
815,609
04.09.2019 16:21:54
-28,800
9a8d117de92ece1e0611295f3f8a9e9f9aeb2372
chore: reject malformed message asap, don't verify them
[ { "change_type": "MODIFY", "diff": "@@ -56,7 +56,9 @@ impl<'r> packed::CellDepVecReader<'r> {\nimpl<'r> packed::RawTransactionReader<'r> {\npub fn check_data(&self) -> bool {\n- self.cell_deps().check_data() && self.outputs().check_data()\n+ self.outputs().len() == self.outputs_data().len()\n+ && self.cell_...
Rust
MIT License
nervosnetwork/ckb
chore: reject malformed message asap, don't verify them
1
chore
null
865,926
04.09.2019 17:12:33
-7,200
f9ed23ed9cfcc65c3caf58cf005bc9bb576b0898
chore(fills): rename groups to maintain alphabetic order
[ { "change_type": "MODIFY", "diff": "@@ -1681,7 +1681,7 @@ export class App extends PureComponent {\n<Toolbar />\n- <Fill name=\"toolbar\" group=\"general\">\n+ <Fill name=\"toolbar\" group=\"1_general\">\n<DropdownButton\ntitle=\"Create diagram\"\nitems={ [\n@@ -1718,7 +1718,7 @@ export class App extends Pu...
JavaScript
MIT License
camunda/camunda-modeler
chore(fills): rename groups to maintain alphabetic order
1
chore
fills
865,926
04.09.2019 17:13:12
-7,200
7421c5cbeb2ec43c7b24ef155ee28d4eb9b6ef11
feat(fills): order fills by group and priority by default Fills are now ordered alphabetically by group name and take a new property `priority` with 0 as default which is used to determine the order within a group. The higher the priority, the earlier the Fill is displayed. Closes
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ export default class Toolbar extends PureComponent {\nrender() {\nreturn (\n<div className={ css.Toolbar }>\n- <Slot name=\"toolbar\" group={ groupButtons } separator={ (key) => <Separator key={ key } /> } />\n+ <Slot name=\"toolbar\" separator={ (key) =...
JavaScript
MIT License
camunda/camunda-modeler
feat(fills): order fills by group and priority by default Fills are now ordered alphabetically by group name and take a new property `priority` with 0 as default which is used to determine the order within a group. The higher the priority, the earlier the Fill is displayed. Closes #1492
1
feat
fills
791,723
04.09.2019 17:29:08
25,200
fbeb43ef7c71495ecfc12e035d050fe919a26f4a
report: don't use unnessary monospace
[ { "change_type": "MODIFY", "diff": "@@ -67,7 +67,7 @@ class Deprecations extends Audit {\n/** @type {LH.Audit.Details.Table['headings']} */\nconst headings = [\n- {key: 'value', itemType: 'code', text: str_(UIStrings.columnDeprecate)},\n+ {key: 'value', itemType: 'text', text: str_(UIStrings.columnDeprecate...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: don't use unnessary monospace (#9626)
1
report
null
815,577
04.09.2019 17:29:20
-28,800
838695a33279ffea7d513ecebf2ce834f47df672
chore: Verify output length when cellbase is validated
[ { "change_type": "MODIFY", "diff": "@@ -117,7 +117,6 @@ impl packed::Transaction {\npub fn is_cellbase(&self) -> bool {\nlet raw_tx = self.raw();\nraw_tx.inputs().len() == 1\n- && raw_tx.outputs().len() == 1\n&& self.witnesses().len() == 1\n&& raw_tx\n.inputs()\n", "new_path": "util/types/src/extension/...
Rust
MIT License
nervosnetwork/ckb
chore: Verify output length when cellbase is validated
1
chore
null
711,597
04.09.2019 17:37:10
-7,200
f3cb719001fd1a6791767590f1609f49a872c319
chore(admin-ui): Fix some deployment config issues
[ { "change_type": "MODIFY", "diff": "\"private\": true,\n\"scripts\": {\n\"core:watch\": \"concurrently -n tsc,gulp,common \\\"cd packages/core && yarn tsc:watch\\\" \\\"cd packages/core && yarn gulp:watch\\\" \\\"cd packages/common && yarn watch\\\"\",\n- \"bootstrap\": \"lerna bootstrap && cd admin-ui && y...
TypeScript
MIT License
vendure-ecommerce/vendure
chore(admin-ui): Fix some deployment config issues
1
chore
admin-ui
730,429
04.09.2019 18:51:25
14,400
cadccf69b4eb2ebbe9908c4b343ccfa3c14002bf
feat(widget-meetings): fetch user data for email
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,13 @@ import MeetingsWidget from './components/MeetingsWidget';\n// Props injected via selector.js\nconst injectedPropTypes = {\n+ destination: PropTypes.shape({\n+ avatarId: PropTypes.string,\n+ avatarImage: PropTypes.string,\n+ callButtonAriaLabel: PropType...
JavaScript
MIT License
webex/react-widgets
feat(widget-meetings): fetch user data for email
1
feat
widget-meetings
815,593
04.09.2019 18:52:30
-28,800
da8c6247b02110f0fd919d6e02d26c94f80e011b
chore: cleanup schema file
[ { "change_type": "MODIFY", "diff": "@@ -169,11 +169,6 @@ table TransactionMeta {\ncellbase: Bool,\n}\n-struct CellMeta {\n- data_hash: Byte32,\n- capacity: Uint64,\n-}\n-\n/* Types for Indexer */\ntable TransactionPoint {\n", "new_path": "util/types/schemas/ckb.mol", "old_path": "util/types/schemas/...
Rust
MIT License
nervosnetwork/ckb
chore: cleanup schema file
1
chore
null
447,447
04.09.2019 20:47:19
14,400
cc9f8e19e046551bcde8e518ace4d8c3315fbe66
test: add unit test to helpers and ampmSelect on TimePicker component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import { mount } from 'enzyme';\n+import AmPmSelect from './../ampmSelect';\n+\n+describe('<AmPmSelect/>', () => {\n+ it('should render the right markup initially when component is not focused', () => {\n+ const component = mount(<AmPmSelect tab...
JavaScript
MIT License
nexxtway/react-rainbow
test: add unit test to helpers and ampmSelect on TimePicker component (#899)
1
test
null
217,922
04.09.2019 21:41:41
-7,200
7be9698c9b71afca00a5c29b2be6729dba6bff42
fix(data): fixed an issue preventing voyages from being extracted properly
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ export class VoyagesExtractor extends AbstractExtractor<I18nName[]> {\n}\nprotected canExtract(item: Item): boolean {\n- return item.voyages === undefined;\n+ return item.voyages !== undefined;\n}\nprotected doExtract(item: Item, itemData: ItemData): I18...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(data): fixed an issue preventing voyages from being extracted properly
1
fix
data
67,479
04.09.2019 21:52:49
-36,000
f812a5583dee7f9a0432592f87c42d4577eb8f7b
fix(bindable-primary): cleanup debug code, add more tests
[ { "change_type": "ADD", "diff": "+import {\n+ Constructable, PLATFORM\n+} from '@aurelia/kernel';\n+\n+import {\n+ Aurelia,\n+ bindable,\n+ customAttribute,\n+ CustomElement,\n+ ICustomAttributeResource,\n+ INode\n+} from '@aurelia/runtime';\n+\n+import {\n+ assert,\n+ HTMLTestContext,\n+ TestContext\n+} fr...
TypeScript
MIT License
aurelia/aurelia
fix(bindable-primary): cleanup debug code, add more tests
1
fix
bindable-primary
67,479
04.09.2019 22:00:01
-36,000
3fce2727f2a899a57c2cd18f261ac1cf39118ad8
chore(tests): dont use boundClientRect in node
[ { "change_type": "MODIFY", "diff": "@@ -215,7 +215,7 @@ describe('template-compiler.primary-bindable.spec.ts', function() {\n},\nassertFn: (ctx, host, comp, attrs) => {\nassert.equal(host.querySelector('div').style.backgroundColor, 'red', 'background === red');\n- assert.equal(host.querySelector('div').getB...
TypeScript
MIT License
aurelia/aurelia
chore(tests): dont use boundClientRect in node
1
chore
tests
217,922
04.09.2019 22:02:40
-7,200
1f4e356f551784c299a16c3db430bf5a2a83a456
feat(voyages): added i18n support for voyages
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,8 @@ import { ItemData } from '../../../../model/garland-tools/item-data';\nimport { DataType } from '../data-type';\nimport { Item } from '../../../../model/garland-tools/item';\nimport { GarlandToolsService } from '../../../../core/api/garland-tools.service';...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(voyages): added i18n support for voyages
1
feat
voyages
67,479
04.09.2019 22:12:35
-36,000
82cecec820531c9bc43d74a2e56f7744b237c7d6
chore(typings): remove null out of AttributeDefinition
[ { "change_type": "MODIFY", "diff": "@@ -135,11 +135,10 @@ function createElementInfo(def: TemplateDefinition): ElementInfo {\n}\nfunction createAttributeInfo(def: AttributeDefinition): AttrInfo {\n- const $def = def!;\n- const info = new AttrInfo($def.name, $def.isTemplateController);\n- const bindables = $...
TypeScript
MIT License
aurelia/aurelia
chore(typings): remove null out of AttributeDefinition
1
chore
typings
217,922
04.09.2019 22:22:00
-7,200
38ce10e9f3e42be9856804b271caf885362ae2d3
feat(settings): added an option to disable auto search as you type
[ { "change_type": "MODIFY", "diff": "[(ngModel)]=\"settings.disableSearchHistory\">{{'SETTINGS.Disable_search_history' | translate}}</label>\n</nz-form-control>\n</nz-form-item>\n+ <nz-form-item class=\"empty-label\">\n+ <nz-form-label [nzSpan]=\"5\"></nz-form-label>\n+ <nz-form-control [nzSpan]=\"12\">\n+ <...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(settings): added an option to disable auto search as you type
1
feat
settings
67,479
04.09.2019 22:32:39
-36,000
afa7a5da3ab4e73c4a5f65e29357a9a73c2474af
chore(tests): strictEqual is the way to go
[ { "change_type": "MODIFY", "diff": "@@ -70,7 +70,7 @@ describe('template-compiler.primary-bindable.spec.ts', function() {\npublic binding() {\nthis.el.style.background = this.color;\n- assert.equal(this.diameter, undefined, 'diameter === undefined');\n+ assert.strictEqual(this.diameter, undefined, 'diameter...
TypeScript
MIT License
aurelia/aurelia
chore(tests): strictEqual is the way to go
1
chore
tests
217,922
04.09.2019 23:18:10
-7,200
2adeaa7efd89fec8490fd46cf48d5cab69adccda
feat(list): you can now link a rotation to an item
[ { "change_type": "MODIFY", "diff": "@@ -37,10 +37,10 @@ export class ListLayout extends DataModel {\nmenu: ItemRowMenuElement[];\n} = {\nbuttons: [\n- ItemRowMenuElement.ADD_TAG,\n- ItemRowMenuElement.MARKET_BOARD_INFORMATIONS\n+ ItemRowMenuElement.ATTACH_ROTATION\n],\nmenu: [\n+ ItemRowMenuElement.ADD_TAG,...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list): you can now link a rotation to an item
1
feat
list
713,841
04.09.2019 23:57:29
-7,200
422613eafe4b51caab982cb3564d56fef3549ebf
chore: use Alpine image in DevContainers
[ { "change_type": "ADD", "diff": "+# Verdaccio Monorepo VSCode DevContainer image\n+#\n+# To use Node Alpine image in VSCode DevContainers we need to add bash and git.\n+# Also, as there are some dependencies that uses node-gyp, we have to add\n+# support for it with tools like python, make and g++.\n+\n+FRO...
TypeScript
MIT License
verdaccio/monorepo
chore: use Alpine image in DevContainers
1
chore
null
815,605
05.09.2019 06:28:30
0
4f87e6b9cf7a9103bb41a1cef7339782d8ba322e
feat: Headers can only be referenced after maturity period
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ use ckb_shared::{shared::Shared, Snapshot};\nuse ckb_store::ChainStore;\nuse ckb_traits::chain_provider::ChainProvider;\nuse ckb_types::{\n- core::cell::{resolve_transaction, CellProvider, CellStatus, HeaderChecker},\n+ core::cell::{resolve_transaction, Ce...
Rust
MIT License
nervosnetwork/ckb
feat: Headers can only be referenced after maturity period
1
feat
null
866,393
05.09.2019 08:55:29
-32,400
906aa707515cb4c6835ddbc5be113e3afd645591
docs(project): i4 plan
[ { "change_type": "ADD", "diff": "+# Iteration 4 (October 2019)\n+\n+- Start developing of some key components\n+ - Accordion\n+ - Content switcher/tabs\n+ - Date/time picker\n+ - Slider/Toggle\n+ - Definition/icon tooltip\n+- Remaining data table work\n+ - Batch action\n+ - Search\n+- Usage guide\n+ - Themi...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs(project): i4 plan (#118)
1
docs
project
104,818
05.09.2019 08:56:40
18,000
a76081c388155c02829c4835a1d15a291f57d3a0
feat(dashboard): add capability to pass custom icon
[ { "change_type": "MODIFY", "diff": "@@ -137,9 +137,11 @@ const DashboardHeader = ({\nonKeyDown={event => handleEnterKeyDown(event, () => onDashboardAction(action.id))}\n>\n{typeof action.icon === 'string' ? (\n- <Icon name={action.icon} title={action.label} />\n+ <Icon name={action.icon} description={action...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(dashboard): add capability to pass custom icon
1
feat
dashboard
67,474
05.09.2019 08:57:59
-36,000
437596c3aa6674bb1465bf4b9870a3a225768755
fix(plugin-conventions): new decorator has to be injected before existing decorators
[ { "change_type": "MODIFY", "diff": "@@ -317,5 +317,5 @@ export function getHTMLOnlyElement() {\n})\n);\nassert.equal(result.code, expected);\n- })\n+ });\n});\n", "new_path": "packages/__tests__/plugin-conventions/preprocess-html-template.spec.ts", "old_path": "packages/__tests__/plugin-conventions/...
TypeScript
MIT License
aurelia/aurelia
fix(plugin-conventions): new decorator has to be injected before existing decorators
1
fix
plugin-conventions
438,921
05.09.2019 09:20:02
-32,400
8478dd95d3c8b27d03fe3256083dcd04ccd1c58d
fix(axis): Correct subchart x axis culling Include subchart x axis on culling process. Subchart x axis should be aligned with the x axis culling. Fix
[ { "change_type": "MODIFY", "diff": "@@ -1630,6 +1630,9 @@ describe(\"AXIS\", function() {\nculling: true\n}\n}\n+ },\n+ subchart: {\n+ show: true\n}\n};\n});\n@@ -1641,13 +1644,13 @@ describe(\"AXIS\", function() {\ny2: [0, 100, 200, 300, 400]\n};\n- [\"x\", \"y\", \"y2\"].forEach(v => {\n+ [\"subx\", \"x\"...
TypeScript
MIT License
naver/billboard.js
fix(axis): Correct subchart x axis culling Include subchart x axis on culling process. Subchart x axis should be aligned with the x axis culling. Fix #1068
1
fix
axis
866,393
05.09.2019 09:20:45
-32,400
fd54c4140d7a59485658626c6e1a74c7223485f3
refactor(polyfills): add types This change adds TypeScript type annotations to our polyfills. With this change, the in-house polyfills will be shipped. With this change, `src/polyfills/index.ts` uses auto-extension-resolution for in-house polyfills, given the source code is in `.ts` and the built code is in `.js`.
[ { "change_type": "MODIFY", "diff": "+/**\n+ * @license\n+ *\n+ * Copyright IBM Corp. 2019\n+ *\n+ * This source code is licensed under the Apache-2.0 license found in the\n+ * LICENSE file in the root directory of this source tree.\n+ */\n+\n'use strict';\nconst restrictedGlobals = require('eslint-restricte...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
refactor(polyfills): add types (#121) This change adds TypeScript type annotations to our polyfills. With this change, the in-house polyfills will be shipped. With this change, `src/polyfills/index.ts` uses auto-extension-resolution for in-house polyfills, given the source code is in `.ts` and the built code is ...
1
refactor
polyfills
866,393
05.09.2019 09:21:21
-32,400
790eebf4840356fc4ab73c54c31810c049766839
feat(accordion): introduce accordion
[ { "change_type": "ADD", "diff": "+import settings from 'carbon-components/es/globals/js/settings';\n+import { html, property, customElement, LitElement } from 'lit-element';\n+import ChevronRight16 from '@carbon/icons/lib/chevron--right/16';\n+import styles from './accordion.scss';\n+\n+const { prefix } = s...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(accordion): introduce accordion (#116)
1
feat
accordion
67,474
05.09.2019 09:28:13
-36,000
625ec6a6b2c48905b21320150dd037d30b9793e2
feat(plugin-conventions): support foo.js + foo-view.html convention Implement conventional `@view` decorator for
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,24 @@ export class FooBar {}\nassert.equal(result.code, expected);\n});\n+ it('injects view decorator', function () {\n+ const code = `export class FooBar {}\\n`;\n+ const expected = `import * as __au2ViewDef from './foo-bar-view.html';\n+import { view } from...
TypeScript
MIT License
aurelia/aurelia
feat(plugin-conventions): support foo.js + foo-view.html convention Implement conventional `@view` decorator for #584.
1
feat
plugin-conventions
730,429
05.09.2019 09:28:28
14,400
4d0989245c4845fe974fb4047f679b128989c092
feat(widget-meetings): add error support
[ { "change_type": "ADD", "diff": "+import {connect} from 'react-redux';\n+import {compose, lifecycle} from 'recompose';\n+import {bindActionCreators} from 'redux';\n+import {addError, removeError} from '@ciscospark/redux-module-errors';\n+\n+import messages from '../messages';\n+\n+function checkForSDKErrors...
JavaScript
MIT License
webex/react-widgets
feat(widget-meetings): add error support
1
feat
widget-meetings
866,393
05.09.2019 09:32:41
-32,400
1111c6a1c3a92cf3c3d7dd86759c714e0ed848be
docs(data-table): add React story for pagination
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,12 @@ import { withKnobs, boolean, select } from '@storybook/addon-knobs';\n// Below path will be there when an application installs `carbon-custom-elements` package.\n// In our dev env, we auto-generate the file and re-map below path to to point to the genra...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs(data-table): add React story for pagination (#113)
1
docs
data-table
866,393
05.09.2019 09:36:04
-32,400
cf1c57161aaa42a3f9f657461f6971b1dcbe15ce
chore(license): add license header to accordion
[ { "change_type": "MODIFY", "diff": "+/**\n+ * @license\n+ *\n+ * Copyright IBM Corp. 2019\n+ *\n+ * This source code is licensed under the Apache-2.0 license found in the\n+ * LICENSE file in the root directory of this source tree.\n+ */\n+\nimport settings from 'carbon-components/es/globals/js/settings';\n...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(license): add license header to accordion
1
chore
license
866,393
05.09.2019 09:44:30
-32,400
1b38b5d8e3887915791c942578df6fccae9dea39
chore(license): add license header to test
[ { "change_type": "MODIFY", "diff": "+/**\n+ * @license\n+ *\n+ * Copyright IBM Corp. 2019\n+ *\n+ * This source code is licensed under the Apache-2.0 license found in the\n+ * LICENSE file in the root directory of this source tree.\n+ */\n+\nimport { html, render, TemplateResult } from 'lit-html';\nimport E...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(license): add license header to test
1
chore
license
866,395
05.09.2019 09:51:51
14,400
da617a0a53a5f52b69f9bf0f5c828d4c092a42df
chore(docs): add Masthead README
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,6 @@ $search-transition-timing: 95ms;\nheight: 80px;\nbackground-color: $ui-01;\ntransition-timing-function: $search-transition;\n- margin-top: $spacing-09;\n}\n.#{$prefix}--masthead__l1-name {\n", "new_path": "packages/styles/scss/components/masthead/_ma...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(docs): add Masthead README
1
chore
docs
711,597
05.09.2019 10:11:30
-7,200
bc321af6cfffe4b0376fd6c6110993ef7ad40cc0
chore: Harmonize TypeScript version across all packages
[ { "change_type": "MODIFY", "diff": "\"@vendure/core\": \"^0.2.1\",\n\"express\": \"^4.16.4\",\n\"rimraf\": \"^2.6.3\",\n- \"typescript\": \"^3.3.4000\"\n+ \"typescript\": \"~3.5.3\"\n},\n\"dependencies\": {\n\"@vendure/admin-ui\": \"0.2.0\",\n", "new_path": "packages/admin-ui-plugin/package.json", "...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Harmonize TypeScript version across all packages
1
chore
null
865,926
05.09.2019 10:18:33
-7,200
a2c83f34b457d2a2191e26e79c7d0eb8d051cad0
chore(fills): rename `Fill#name` to `Fill#slot`
[ { "change_type": "MODIFY", "diff": "@@ -1681,7 +1681,7 @@ export class App extends PureComponent {\n<Toolbar />\n- <Fill name=\"toolbar\" group=\"1_general\">\n+ <Fill slot=\"toolbar\" group=\"1_general\">\n<DropdownButton\ntitle=\"Create diagram\"\nitems={ [\n@@ -1718,7 +1718,7 @@ export class App extends ...
JavaScript
MIT License
camunda/camunda-modeler
chore(fills): rename `Fill#name` to `Fill#slot`
1
chore
fills
942,583
05.09.2019 10:34:27
21,600
7d9a391045e54f0ada7505e92afc8ff76637519a
refactor(page-header): Refactor CSS to match React implementation ### Visual Page Header now matches React Page Header. ### Code Update padding based on a breakpoint. Page header title now has our base font family We set the cap width to `1440px`
[ { "change_type": "MODIFY", "diff": "@@ -23,11 +23,13 @@ Add your `node_modules` directory to your SASS `includePaths`. You will then be\n## Usage\n+### Default\n+\n```html\n<header class=\"wdc-page-header\">\n<div class=\"wdc-page-header-container\">\n<h2 class=\"wdc-page-header-title\">Page Title</h2>\n- <...
TypeScript
Apache License 2.0
workday/canvas-kit
refactor(page-header): Refactor CSS to match React implementation (#151) ### Visual - Page Header now matches React Page Header. ### Code - Update padding based on a breakpoint. - Page header title now has our base font family - We set the cap width to `1440px`
1
refactor
page-header
273,683
05.09.2019 10:54:36
-7,200
dfdfea9ec3e9ee77d9f077cbc4c7ccb00797b398
fix(app): ensure siteUrl is set before checking url
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,11 @@ export default {\nreturn h('a', data, children)\n}\n+ if (isExternalLink(props.to)) {\n+ // TODO: warn if props.to is an external url\n+ attrs.href = props.to\n+ }\n+\nif (isExternalLink(attrs.href)) {\nattrs.target = attrs.target || '_blank'\nattrs.rel...
JavaScript
MIT License
gridsome/gridsome
fix(app): ensure siteUrl is set before checking url
1
fix
app
67,474
05.09.2019 10:55:09
-36,000
b67b8394f45d79c3373f05bd17d0ed4e0e9dfded
feat(plugin-conventions): improve compatibility with uppercase resource name Convention now support ua-foo.js to match resource class name UAFoo.
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,24 @@ export class FooBar {}\nassert.equal(result.code, expected);\n});\n+ it('injects customElement decorator for loosely equal class name', function () {\n+ const code = `export class UAFooBar {}\\n`;\n+ const expected = `import * as __au2ViewDef from './ua...
TypeScript
MIT License
aurelia/aurelia
feat(plugin-conventions): improve compatibility with uppercase resource name Convention now support ua-foo.js to match resource class name UAFoo.
1
feat
plugin-conventions
815,573
05.09.2019 10:56:56
-28,800
309bda2da9f1ccf1f6d6dbcead3726387c31a532
feat: Check system cells lock script when build genesis block
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ use ckb_types::{\nH256, U256,\n};\nuse serde_derive::{Deserialize, Serialize};\n-use std::collections::BTreeMap;\n+use std::collections::{BTreeMap, HashSet};\nuse std::error::Error;\nuse std::fmt;\nuse std::sync::Arc;\n@@ -217,9 +217,60 @@ impl Genesis {...
Rust
MIT License
nervosnetwork/ckb
feat: Check system cells lock script when build genesis block
1
feat
null
273,741
05.09.2019 11:37:53
-7,200
9a5ca89d28ca31f72a474d0b4c45a694d9f09b16
fix(filesystem): add fallback mime type
[ { "change_type": "MODIFY", "diff": "@@ -122,7 +122,7 @@ class FilesystemSource {\nasync createNodeOptions (file) {\nconst origin = path.join(this.context, file)\nconst relPath = path.relative(this.context, file)\n- const mimeType = this.store.mime.lookup(file)\n+ const mimeType = this.store.mime.lookup(file...
JavaScript
MIT License
gridsome/gridsome
fix(filesystem): add fallback mime type (#642)
1
fix
filesystem
730,429
05.09.2019 12:21:17
14,400
a3644d6d4360f0308f8eae89176b361040d20f51
feat(r-m-meetings): create meeting module
[ { "change_type": "ADD", "diff": "+{\n+ \"name\": \"@webex/redux-module-meetings\",\n+ \"description\": \"Webex Redux Module Meetings\",\n+ \"main\": \"./cjs/index.js\",\n+ \"src\": \"./src/index.js\",\n+ \"module\": \"./es/index.js\",\n+ \"keywords\": [],\n+ \"license\": \"MIT\",\n+ \"repository\": \"https:...
JavaScript
MIT License
webex/react-widgets
feat(r-m-meetings): create meeting module
1
feat
r-m-meetings
730,429
05.09.2019 12:23:08
14,400
12d15bd85bcb0b63a85b795f94a7b7105571566e
feat(widget-meetings): add meetings handlers
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import {compose} from 'recompose';\nimport getMeetingsWidgetProps from './selector';\nimport enhancers from './enhancers';\n+import handlers from './handlers';\nimport MeetingsWidget from './components/MeetingsWidget';\n@@ -17,9 +18,20 @@ const injectedPro...
JavaScript
MIT License
webex/react-widgets
feat(widget-meetings): add meetings handlers
1
feat
widget-meetings
67,495
05.09.2019 12:26:58
18,000
57bc7b142435a69547cc0a346f9f38c71f67a9be
feat(runtime-html): Enhance the style accessor
[ { "change_type": "MODIFY", "diff": "@@ -259,6 +259,262 @@ describe('StyleAccessor', function () {\nconst actual = sut.getValue();\nassert.strictEqual(actual, 'display: block;', `actual`);\n});\n+ it(`style binding array string/object returns correct with static style`, function () {\n+ const ctx = TestConte...
TypeScript
MIT License
aurelia/aurelia
feat(runtime-html): Enhance the style accessor
1
feat
runtime-html
503,940
05.09.2019 13:11:09
14,400
6ac4201d4a9c4a425b9d24f8adf4250cfe94348b
docs(Table): update formatting of react-table link
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ typescript: true\npropComponents: ['Table', 'TableHeader', 'TableBody']\n---\n-Note: Table lives in its own package at [`@patternfly/react-table`](https://www.npmjs.com/package/@patternfly/react-table)!\n+Note: Table lives in its own package at [@patternfl...
TypeScript
MIT License
patternfly/patternfly-react
docs(Table): update formatting of react-table link (#2832)
1
docs
Table
866,394
05.09.2019 13:20:43
14,400
bb7ad3873653a1decbf10ad8ee7bde1475e9c46b
docs(translation): added cors proxy to environment variables docs
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,7 @@ Within `.env`, the values can then be set for the local environment:\n```text\nREACT_STORYBOOK_SOURCEMAPS=true\n+CORS_PROXY=https://myproxy.com/\n# Feature Flags\nFEATURE_NAME=true\n", "new_path": "packages/react/docs/environment-variables.md", "...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs(translation): added cors proxy to environment variables docs
1
docs
translation
76,605
05.09.2019 13:53:45
-7,200
ed41dee7ead874e4a5d7098ec3854a6f8435b0c5
build: version 3.7.0
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"node-nlp\",\n- \"version\": \"3.5.2\",\n+ \"version\": \"3.7.0\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n", "new_path": "package-lock.json", "old_path": "package-lock.json" }, { "change_type": "MODIFY", "diff...
JavaScript
MIT License
axa-group/nlp.js
build: version 3.7.0
1
build
null
815,595
05.09.2019 14:38:16
-28,800
deaa70db3b47c95a1d6c66773c0eeb37389eea1d
chore: List malformed kinds explicitly
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ impl BlockTransactionsVerifier {\nreturn Err(Error::Misbehavior(\nMisbehavior::InvalidBlockTransactionsLength {\nexpected: missing_short_ids.len(),\n- got: transactions.len(),\n+ actual: transactions.len(),\n},\n));\n}\n@@ -34,7 +34,7 @@ impl BlockTransa...
Rust
MIT License
nervosnetwork/ckb
chore: List malformed kinds explicitly
1
chore
null
679,913
05.09.2019 14:38:56
-3,600
0798a3567383d5a6469a8e42f7e03bf037fc6ccc
feat(shader-ast-js): replace JS runtime fns, add doc strings add renderPixels() add renderToBuffer() add canvasRenderer()
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/errors\": \"^1.2.0\",\n\"@thi.ng/math\": \"^1.4.2\",\n\"@thi.ng/matrices\": \"^0.5.7\",\n+ \"@thi.ng/pixel\": \"^0.1.3\",\n\"@thi.ng/shader-ast\": \"^0.3.0\",\n\"@thi.ng/vectors\": \"^3.3.0\"\n},\n", "new_path": "packages/shader-ast-js/package.json", "ol...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast-js): replace JS runtime fns, add doc strings - add renderPixels() - add renderToBuffer() - add canvasRenderer()
1
feat
shader-ast-js
679,913
05.09.2019 14:43:07
-3,600
fa9928e93bf9096683578acca776597f66e9bcf9
refactor(examples): update JS versions of shader-ast demos
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ import {\nvec4\n} from \"@thi.ng/shader-ast\";\nimport { targetGLSL } from \"@thi.ng/shader-ast-glsl\";\n-import { initRuntime, targetJS } from \"@thi.ng/shader-ast-js\";\n+import { canvasRenderer, targetJS } from \"@thi.ng/shader-ast-js\";\nimport { fit...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update JS versions of shader-ast demos
1
refactor
examples
503,965
05.09.2019 15:15:15
14,400
7ec8f1ab19cc45253b1cae1e01efdaa7a82417db
feat(experimental): add alert states for docs
[ { "change_type": "MODIFY", "diff": "@@ -4,16 +4,12 @@ cssPrefix: 'pf-c-drawer'\ntypescript: true\npropComponents: ['Drawer', 'DrawerPanelContent', 'DrawerContent']\nsection: 'experimental'\n+stage: 'early'\n---\nimport { Drawer, DrawerPanelContent, DrawerContent } from '@patternfly/react-core/dist/esm/exper...
TypeScript
MIT License
patternfly/patternfly-react
feat(experimental): add alert states for docs (#2809)
1
feat
experimental
67,495
05.09.2019 15:28:12
18,000
eafa46c9609946261497bdd5555929be59441d6d
chore(cleanup): Refactor to simply code
[ { "change_type": "MODIFY", "diff": "@@ -66,23 +66,7 @@ export class StyleAttributeAccessor implements IAccessor<unknown> {\nreturn returnVal;\n}\n- private getStyleArray(currentValue: unknown): [string, string][] {\n- if (typeof currentValue === 'string') {\n- return this.spltStyleString(currentValue);\n- }...
TypeScript
MIT License
aurelia/aurelia
chore(cleanup): Refactor to simply code
1
chore
cleanup
865,916
05.09.2019 15:44:27
-7,200
6cef9b83f1e854b183023befd9287400feacb3c8
chore(app): move all bootstrapping to #bootstrap
[ { "change_type": "MODIFY", "diff": "@@ -22,25 +22,25 @@ const fs = require('fs');\nconst FormData = require('form-data');\n/**\n- * automatically report crash reports\n+ * Report crashes.\n*\n* @see http://electron.atom.io/docs/v0.34.0/api/crash-reporter/\n*/\n// TODO(nikku): do we want to do this?\n// requ...
JavaScript
MIT License
camunda/camunda-modeler
chore(app): move all bootstrapping to #bootstrap
1
chore
app
865,916
05.09.2019 15:59:00
-7,200
e64421c1dd2db9f0e4366b2af4499b8655d361c3
chore(workspace): make class
[ { "change_type": "MODIFY", "diff": "@@ -17,29 +17,30 @@ const log = require('./log')('app:workspace');\nconst { forEach } = require('min-dash');\n-function Workspace(config) {\n-\n- renderer.on('workspace:restore', function(defaultConfig, done) {\n- var files = [],\n- workspace = config.get('workspace', nul...
JavaScript
MIT License
camunda/camunda-modeler
chore(workspace): make class
1
chore
workspace
711,597
05.09.2019 16:16:11
-7,200
c0b4d3fd7272122b320a3488edb1967edbdc1e65
feat(admin-ui-plugin): Add watch mode for UI extension development Relates to
[ { "change_type": "ADD", "diff": "+import path from 'path';\n+\n+export const UI_PATH = path.join(__dirname, '../admin-ui');\n+export const loggerCtx = 'AdminUiPlugin';\n", "new_path": "packages/admin-ui-plugin/src/constants.ts", "old_path": null }, { "change_type": "MODIFY", "diff": "+im...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui-plugin): Add watch mode for UI extension development Relates to #55
1
feat
admin-ui-plugin
603,467
05.09.2019 16:22:28
-3,600
491499e0d9a376fafbc002201375e458625e5600
fix(core): Handle Windows EACCES errors correctly
[ { "change_type": "MODIFY", "diff": "@@ -69,9 +69,11 @@ export class FileSystem {\n}\nconst caughtErr = !! ~['EACCES', 'EPERM', 'EISDIR'].indexOf(error.code);\n- if (! caughtErr || caughtErr && current.equals(relativeOrAbsolutePathToDirectory)) {\n+ if (! caughtErr || (caughtErr && current.equals(relativeOrA...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): Handle Windows EACCES errors correctly
1
fix
core
815,595
05.09.2019 16:25:29
-28,800
07752e4c3b8be9953da246c08e63f8251c3a8898
feat: Use macros to simplify error conversion
[ { "change_type": "MODIFY", "diff": "use crate::{Error, ErrorKind};\n-use failure::{format_err, Error as FailureError, Fail};\n-use std::convert::TryFrom;\n+use failure::Fail;\nuse std::fmt::{self, Display};\n#[derive(Fail, Debug)]\n@@ -37,21 +36,6 @@ pub enum InternalErrorKind {\nSystem,\n}\n-impl From<Inte...
Rust
MIT License
nervosnetwork/ckb
feat: Use macros to simplify error conversion
1
feat
null
447,460
05.09.2019 16:43:28
14,400
22b5eb91bb11efd2017ea9e0fbe832bf9468e3f6
test: add unit tests to the Picklist and PicklistOption components
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import { mount } from 'enzyme';\n+import {\n+ SPACE_KEY,\n+ TAB_KEY,\n+ ESCAPE_KEY,\n+ ENTER_KEY,\n+ UP_KEY,\n+ RIGHT_KEY,\n+ DOWN_KEY,\n+ LEFT_KEY,\n+} from '../../../libs/constants';\n+import { Component as Picklist } from '../';\n+import Pick...
JavaScript
MIT License
nexxtway/react-rainbow
test: add unit tests to the Picklist and PicklistOption components (#898)
1
test
null
815,595
05.09.2019 16:50:01
-28,800
d96bb02ccf872b9e292e6728e925728479c0490b
feat: Treat capacity overflow as malformed error
[ { "change_type": "MODIFY", "diff": "use crate::relayer::Relayer;\n-use ckb_error::{Error, ErrorKind};\n+use ckb_error::{Error, ErrorKind, InternalError, InternalErrorKind};\nuse ckb_logger::debug_target;\nuse ckb_network::{CKBProtocolContext, PeerIndex};\nuse ckb_types::{\n@@ -114,7 +114,7 @@ impl<'a> Trans...
Rust
MIT License
nervosnetwork/ckb
feat: Treat capacity overflow as malformed error
1
feat
null
815,595
05.09.2019 16:51:01
-28,800
2a400166884c383fee7d8c9160122dfb1da387f6
chore: Change the construct function of InternalError
[ { "change_type": "MODIFY", "diff": "use crate::cell::{attach_block_cell, detach_block_cell};\n-use ckb_error::{Error, InternalError, InternalErrorKind};\n+use ckb_error::{Error, InternalErrorKind};\nuse ckb_logger::{self, debug, error, info, log_enabled, trace, warn};\nuse ckb_notify::NotifyController;\nuse...
Rust
MIT License
nervosnetwork/ckb
chore: Change the construct function of InternalError
1
chore
null
815,577
05.09.2019 17:07:50
-28,800
409d3fe5072206df8d2c1356a1d6e26a89f82d4b
feat: cellbase output data must be empty
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,6 @@ fn block_assembler_config() -> BlockAssemblerConfig {\ncode_hash: secp_script.code_hash().unpack(),\nhash_type: hash_type.into(),\nargs,\n- data: JsonBytes::default(),\n}\n}\n", "new_path": "benches/benches/benchmarks/overall.rs", "old_path": "be...
Rust
MIT License
nervosnetwork/ckb
feat: cellbase output data must be empty
1
feat
null
730,429
05.09.2019 17:55:15
14,400
a844397364e4c456c5a0e9b3b3be306a6c0e65dd
feat(r-m-meetings): change to createAndJoinMeeting
[ { "change_type": "MODIFY", "diff": "-export const STORE_MEETING = 'meetings/CREATE_MEETING';\n+export const JOIN_MEETING = 'meetings/JOIN_MEETING';\n+export const STORE_MEETING = 'meetings/STORE_MEETING';\nfunction storeMeeting({destinationType, destinationId, meeting}) {\nreturn {\n@@ -11,10 +12,28 @@ func...
JavaScript
MIT License
webex/react-widgets
feat(r-m-meetings): change to createAndJoinMeeting
1
feat
r-m-meetings
730,429
05.09.2019 17:56:48
14,400
cc34acac511211beb2686ac9cb6c96a002939d4e
feat(widget-meetings): create and join meeting
[ { "change_type": "ADD", "diff": "+.meetingInactiveContainer {\n+ position: relative;\n+ display: flex;\n+ width: 100%;\n+ margin: auto;\n+ text-align: center;\n+ flex: 1 1 auto;\n+ align-items: center;\n+ flex-direction: column;\n+}\n+\n+.personName {\n+ width: 100%;\n+ margin: 10px;\n+ overflow: hidden;\n+...
JavaScript
MIT License
webex/react-widgets
feat(widget-meetings): create and join meeting
1
feat
widget-meetings
865,916
05.09.2019 18:14:11
-7,200
910d7883cf138aa90c66c19baf134efc0e5c584d
fix(menu): set menu entry visibility Fixes
[ { "change_type": "MODIFY", "diff": "@@ -294,22 +294,40 @@ class MenuBuilder {\n}\nappendMenuItem(builder, menuItem) {\n- let submenu;\n+ const {\n+ accelerator,\n+ action,\n+ enabled,\n+ label,\n+ options,\n+ role,\n+ submenu,\n+ visible\n+ } = menuItem;\n- if (menuItem.submenu) {\n- submenu = Menu.buildFro...
JavaScript
MIT License
camunda/camunda-modeler
fix(menu): set menu entry visibility Fixes #1487
1
fix
menu
815,595
05.09.2019 18:25:16
-28,800
8a86ad13729a727f9d4054f7544686feb6183b42
chore: Adjust the error display message
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ pub enum SpecError {\nChainNameNotAllowed(String),\n#[fail(\n- display = \"GenesisMismatch{{expected: {}, actual: {}}}\",\n+ display = \"GenesisMismatch(expected: {}, actual: {})\",\nexpected, actual\n)]\nGenesisMismatch { expected: Byte32, actual: Byte3...
Rust
MIT License
nervosnetwork/ckb
chore: Adjust the error display message
1
chore
null
401,147
05.09.2019 18:30:54
-19,080
dde3083d38f9886e69b398257b74217d250096c1
feat(core): resize column on double click to fit data affects:
[ { "change_type": "MODIFY", "diff": "@@ -9,28 +9,36 @@ import { ColumnConfig } from '../types';\nimport { Props } from './types';\nconst Body: React.SFC<Props> = props => {\n- const { data, columns, onRowClick, selectedRows, onRowSelection } = props;\n+ const { data, columns, onRowClick, selectedRows, onRowS...
TypeScript
MIT License
medly/medly-components
feat(core): resize column on double click to fit data affects: @medly-components/core
1
feat
core
401,147
05.09.2019 18:43:04
-19,080
e5a86a9761a931328dab5eaba985b8b94ea4bccc
fix(core): fix table resize issue if data is undefined affects:
[ { "change_type": "MODIFY", "diff": "@@ -23,12 +23,15 @@ const Body: React.SFC<Props> = props => {\nconst fieldName = `${field && `${field}.`}${config.field}`;\nif (!config.children && hiddenDivRef.current) {\n+ if (rowData[config.field]) {\nhiddenDivRef.current.innerHTML = rowData[config.field];\nconst curr...
TypeScript
MIT License
medly/medly-components
fix(core): fix table resize issue if data is undefined affects: @medly-components/core
1
fix
core
815,590
05.09.2019 19:13:22
-28,800
d0714ba7f4c5e37ce77dbbd847b6e7c6b6c29b90
refactor: chain update_chain_root_merkle_tree
[ { "change_type": "MODIFY", "diff": "@@ -326,7 +326,11 @@ impl ChainService {\nself.rollback(&fork, &db_txn, &mut cell_set)?;\n// update and verify chain root\n- self.update_chain_root_merkle_tree(&db_txn, fork.attached_blocks.iter(), need_verify)?;\n+ self.update_chain_root_merkle_tree(\n+ &db_txn,\n+ &fork...
Rust
MIT License
nervosnetwork/ckb
refactor: chain update_chain_root_merkle_tree
1
refactor
null
815,595
05.09.2019 19:49:04
-28,800
f8d1a8d8e9393ea3ab8b3fc1962236dc262fa5a3
test: Request unverified blocks
[ { "change_type": "MODIFY", "diff": "@@ -197,6 +197,7 @@ fn all_specs() -> SpecMap {\nBox::new(BlockSyncOrphanBlocks),\nBox::new(BlockSyncWithUncle),\nBox::new(BlockSyncNonAncestorBestBlocks),\n+ Box::new(RequestUnverifiedBlocks),\nBox::new(SyncTimeout),\nBox::new(ChainContainsInvalidBlock),\nBox::new(ForkCo...
Rust
MIT License
nervosnetwork/ckb
test: Request unverified blocks
1
test
null
67,495
05.09.2019 20:54:44
18,000
cb0c2ba9d6d9c70ea99d2c024409062f05d8bb87
chore(cleanup): Adjust tests and code
[ { "change_type": "MODIFY", "diff": "@@ -182,6 +182,13 @@ describe('DataAttributeAccessor', function () {\n});\n});\n+interface IStyleSpec {\n+ title: string;\n+ staticStyle: string;\n+ input: unknown;\n+ expected: string;\n+}\n+\ndescribe('StyleAccessor', function () {\nconst propNames = Object.getOwnProper...
TypeScript
MIT License
aurelia/aurelia
chore(cleanup): Adjust tests and code
1
chore
cleanup
679,913
05.09.2019 21:53:46
-3,600
8a99d1a2e83a46c4173fb63ac8256fac2b5f8ca0
docs(examples): fix image links
[ { "change_type": "MODIFY", "diff": "SVG bar chart component & one-off rendering.\n-![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/screenshots/svg-barchart.png)\n+![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/svg-barchart.png)\nPlease ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): fix image links
1
docs
examples
503,924
05.09.2019 21:57:30
-7,200
bf96474010562c5aa0cfe38ba8165194d1e05303
feat(Wizard): add support for in page rendering
[ { "change_type": "MODIFY", "diff": "@@ -820,3 +820,32 @@ class SimpleWizard extends React.Component {\n}\n}\n```\n+\n+### Wizard - in page\n+\n+```js\n+import React from 'react';\n+import { Wizard } from '@patternfly/react-core';\n+\n+class InPageWizard extends React.Component {\n+ render() {\n+ const steps...
TypeScript
MIT License
patternfly/patternfly-react
feat(Wizard): add support for in page rendering (#2830)
1
feat
Wizard
401,147
05.09.2019 23:44:07
-19,080
fcb2a06fb2b5c4f8fa7633d26955bacc973b56e7
perf(core): improve performance of the table affects:
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import Row, { NoResultStyled } from '../Row';\nimport { ColumnConfig } from '../types';\nimport { Props } from './types';\n-const Body: React.SFC<Props> = props => {\n+const Body: React.SFC<Props> = React.memo(props => {\nconst { data, columns, onRowClick,...
TypeScript
MIT License
medly/medly-components
perf(core): improve performance of the table affects: @medly-components/core
1
perf
core
151,430
05.09.2019 23:45:14
25,200
ad0ce4ed4d4e94d1bf634ba96ddee65bd48b8c21
feat(form-utils): add getFormData, getInputData, & filterData method to api
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,10 @@ Form utilities functions for [analytics](https://www.npmjs.com/package/analytics\n- [`onSubmit`](#onsubmit)\n- [`onChange`](#onchange)\n- [`listen`](#listen)\n+- [`submitForm`](#submitform)\n+- [`getFormData`](#getformdata)\n+- [`getInputData`](#getinputd...
JavaScript
MIT License
davidwells/analytics
feat(form-utils): add getFormData, getInputData, & filterData method to api
1
feat
form-utils
151,430
05.09.2019 23:45:28
25,200
ba2414f76966f509d2742814062c2921a8820903
docs: update form util examples
[ { "change_type": "MODIFY", "diff": "console.log('submit form', event.target)\nconsole.log('submit data', JSON.stringify(data, null, 2))\n},\n- onChange: (event, data) => {\n+ onChange: (event, data, meta) => {\nconsole.log('change form', event.target)\nconsole.log('change data', JSON.stringify(data, null, 2...
JavaScript
MIT License
davidwells/analytics
docs: update form util examples
1
docs
null
401,147
06.09.2019 00:20:19
-19,080
505b4940c20f55b176e9b7d0045c180604f2884d
perf(core): increase perf of the table component by removing getColumnMaxSize from body affects:
[ { "change_type": "MODIFY", "diff": "@@ -9,12 +9,11 @@ import { ColumnConfig } from '../types';\nimport { Props } from './types';\nconst Body: React.SFC<Props> = React.memo(props => {\n- const { data, columns, onRowClick, selectedRows, onRowSelection, changeMaxColumnSizes, hiddenDivRef } = props;\n+ const { ...
TypeScript
MIT License
medly/medly-components
perf(core): increase perf of the table component by removing getColumnMaxSize from body affects: @medly-components/core
1
perf
core
67,494
06.09.2019 00:38:37
-7,200
300098cffc0592ef7c678b2811de483d722ab743
refactor(router): add scope to ViewportInstruction
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ import { IContainer } from '@aurelia/kernel';\nimport { CustomElement, IRenderContext } from '@aurelia/runtime';\nimport { ComponentAppellation, ComponentParameters, IRouteableComponent, IRouteableComponentType, ViewportHandle } from './interfaces';\nimpor...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add scope to ViewportInstruction
1
refactor
router
67,494
06.09.2019 00:39:16
-7,200
216eb4d11d76411537f3e8b36bce2c62861aa975
refactor(router): add cloneViewportInstructions to instruction resolver
[ { "change_type": "MODIFY", "diff": "@@ -144,27 +144,27 @@ export class InstructionResolver {\nreturn merged;\n}\n- public removeStateDuplicates(states: string[]): string[] {\n- let sorted: string[] = states.slice().sort((a, b) => b.split(this.separators.scope).length - a.split(this.separators.scope).length)...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add cloneViewportInstructions to instruction resolver
1
refactor
router
67,494
06.09.2019 00:40:46
-7,200
2a3c6bd39010a9e050906c73b807c3a4a407a5d9
refactor(router): update toComponentX conversions
[ { "change_type": "MODIFY", "diff": "@@ -237,37 +237,42 @@ export class ViewportContent {\nif (this.content.isEmpty()) {\nreturn null;\n}\n- if (this.content.componentType) {\n- return this.content.componentType;\n- }\n- const container = context.get(IContainer);\n- if (container) {\n- const resolver = conta...
TypeScript
MIT License
aurelia/aurelia
refactor(router): update toComponentX conversions
1
refactor
router
67,494
06.09.2019 00:43:47
-7,200
6612266f0e548f09afd8a287a75555d342ca4758
refactor(router): improve scope traversal in findViewports & fix removeScope
[ { "change_type": "MODIFY", "diff": "@@ -47,15 +47,38 @@ export class Scope {\n// Get a shallow copy of all available viewports (clean if it's the first find)\nif (viewportInstructions) {\nthis.availableViewports = {};\n- this.viewportInstructions = viewportInstructions.slice();\n+ this.viewportInstructions ...
TypeScript
MIT License
aurelia/aurelia
refactor(router): improve scope traversal in findViewports & fix removeScope
1
refactor
router
67,494
06.09.2019 00:48:28
-7,200
c5e71a52776df7d94005d696ffdc399b65aaace9
refactor(router): add start scope to findViewports & fix removeViewport & add goto scope & use clone
[ { "change_type": "MODIFY", "diff": "@@ -173,26 +173,26 @@ export class Router implements IRouter {\nhref = `/${href}`;\n}\n}\n- // If it's not from scope root, figure out which scope\n- if (!href.startsWith('/')) {\n- let scope = this.closestScope(info.anchor as Element);\n- // Scope modifications\n- if (hr...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add start scope to findViewports & fix removeViewport & add goto scope & use clone
1
refactor
router
151,430
06.09.2019 00:51:20
25,200
cd0b1ddd9f75897401b34553db9fb31b853f3812
refactor(form-utils): listen to lone inputs not in parent form
[ { "change_type": "MODIFY", "diff": "</style>\n</head>\n<body>\n- <input id=\"search\" type='text' />\n+ <input id=\"search\" name='search' type='text' />\n<button id=\"hi\">hi</button>\n<div class='forms'>\n<div >\n<div>\n<h2 class=\"form-title\">Form 2 clone</h2>\n<form id=\"content-form-two\" name=\"two\"...
JavaScript
MIT License
davidwells/analytics
refactor(form-utils): listen to lone inputs not in parent form
1
refactor
form-utils
151,430
06.09.2019 00:53:48
25,200
c4637f465600dfc505ccd481429ddd56e14893bf
refactor(form-utils): throw if name/id not found
[ { "change_type": "MODIFY", "diff": "@@ -6,14 +6,17 @@ export default function changeHandler(opts, element, type) {\nconst { onChange, disableFilter } = opts\nreturn (event) => {\nconst input = event.target\n- const name = input.name || input.id\n+ const name = input.name || input.id // || lookupParentNodeTe...
JavaScript
MIT License
davidwells/analytics
refactor(form-utils): throw if name/id not found
1
refactor
form-utils
679,913
06.09.2019 01:02:13
-3,600
a35c8e86d212b4186c2642f19230c0153356e203
feat(rstream): add forkBuffer/joinBuffer HOFs, add docs
[ { "change_type": "MODIFY", "diff": "import { Fn, Fn3 } from \"@thi.ng/api\";\n-import { comp, map, range } from \"@thi.ng/transducers\";\n+import {\n+ comp,\n+ map,\n+ mapcat,\n+ range\n+} from \"@thi.ng/transducers\";\nimport { CommonOpts, ITransformable } from \"./api\";\nimport { sync } from \"./stream-s...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): add forkBuffer/joinBuffer HOFs, add docs
1
feat
rstream
67,494
06.09.2019 01:16:20
-7,200
42340b72a5e1fa6db640961991f9cd9292f6c24c
refactor(router): support root scope /
[ { "change_type": "MODIFY", "diff": "@@ -484,6 +484,8 @@ export class Router implements IRouter {\ninstructions = instructions.slice(3);\n}\n}\n+ } else { // Specified root scope with /\n+ scope = this.rootScope;\n}\n}\n// TODO: Maybe deal with non-strings?\n", "new_path": "packages/router/src/router.ts"...
TypeScript
MIT License
aurelia/aurelia
refactor(router): support root scope /
1
refactor
router
67,494
06.09.2019 01:18:11
-7,200
97d3e0906ea64704278f9fee4050f698474f67f3
test(realworld): use goto option replace
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ export class LoginSpecial {\nconst goto = this.router.instructionResolver.stringifyViewportInstructions(instructions);\nconsole.log('login-special', goto);\nthis.state.loginReturnTo = [];\n- this.router.replace(goto);\n+ this.router.goto(goto, { replace:...
TypeScript
MIT License
aurelia/aurelia
test(realworld): use goto option replace
1
test
realworld
71,715
06.09.2019 01:27:45
-32,400
5c10dc142b24d4bcd1262b679781b6d5d51a9f0c
chore(aws-apigateway): fix typo
[ { "change_type": "MODIFY", "diff": "@@ -53,7 +53,7 @@ export interface IDomainName extends IResource {\nreadonly domainNameAliasDomainName: string;\n/**\n- * Thje Route53 hosted zone ID to use in order to connect a record set to this domain through an alias.\n+ * The Route53 hosted zone ID to use in order t...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(aws-apigateway): fix typo (#3955)
1
chore
aws-apigateway
273,683
06.09.2019 02:13:40
-7,200
fb2387f2ff277180a0b065e85422a37267e50cb5
refactor(graphql): use camelCasedFieldNames option # Conflicts: # gridsome/lib/graphql/nodes/index.js
[ { "change_type": "MODIFY", "diff": "@@ -95,6 +95,21 @@ test('merge node fields', () => {\nexpect(fields.invalidRef.value).toBeUndefined()\n})\n+test('camelcase fieldNames', () => {\n+ const fields = createFieldDefinitions([{\n+ field_name: true,\n+ an_object: {\n+ sub_field: true\n+ }\n+ }], { camelCase: tr...
JavaScript
MIT License
gridsome/gridsome
refactor(graphql): use camelCasedFieldNames option # Conflicts: # gridsome/lib/graphql/nodes/index.js
1
refactor
graphql