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
71,115
22.08.2019 13:46:42
-7,200
b67b0f383f3a88ae70920de9a188ae26f7063324
feat(ec2): Validate IP addresses passed to CidrIPvX Fixes
[ { "change_type": "MODIFY", "diff": "+import { Token } from \"@aws-cdk/core\";\nimport { Connections, IConnectable } from \"./connections\";\n/**\n@@ -77,6 +78,18 @@ class CidrIPv4 implements IPeer {\npublic readonly uniqueId: string;\nconstructor(private readonly cidrIp: string) {\n+ if (!Token.isUnresolved...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(ec2): Validate IP addresses passed to CidrIPvX (#3642) Fixes #3639
1
feat
ec2
67,494
22.08.2019 13:54:24
-7,200
aafe8e693ace14a53cc6ae0f0fb07ae440c61664
refactor(router): strict router
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ export class BrowserNavigator implements INavigatorStore, INavigatorViewer {\nthis.pendingCalls = new Queue<Call>(this.processCalls);\n}\n- public activate(callback: (ev?: INavigatorViewerEvent) => void): void {\n+ public activate(callback: (ev: INavigat...
TypeScript
MIT License
aurelia/aurelia
refactor(router): strict router
1
refactor
router
711,597
22.08.2019 14:17:24
-7,200
c77e36548eafbfa5d29c5836edc14bb065c215bc
feat(common): Add DeepRequired type
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,20 @@ export type DeepPartial<T> = {\n};\n// tslint:enable:no-shadowed-variable\n+// tslint:disable:ban-types\n+/**\n+ * A recursive implementation of Required<T>.\n+ * Source: https://github.com/microsoft/TypeScript/issues/15012#issuecomment-365453623\n+ */\...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(common): Add DeepRequired type
1
feat
common
306,444
22.08.2019 14:18:45
-7,200
70e45772f8d6cf42d0d84bd3bfbaa78a1da74e85
fix(steps): fix the steps demo to work in all contexts
[ { "change_type": "MODIFY", "diff": "@@ -8,47 +8,77 @@ storiesOf('Steps|Steps', module)\n.add(\n'Default',\n() => html`\n- <lion-steps id=\"stepsController\">\n+ <lion-steps>\n<lion-step initial-step>\n<p>Welcome</p>\n<button disabled>previous</button> &nbsp;\n- <input type=\"button\" value=\"next\" @click=$...
JavaScript
MIT License
ing-bank/lion
fix(steps): fix the steps demo to work in all contexts
1
fix
steps
67,494
22.08.2019 14:26:22
-7,200
42e75e0767d83627b45988d4fa569e5fcfb49bdb
refactor(router): strict misc remaining
[ { "change_type": "MODIFY", "diff": "@@ -183,9 +183,9 @@ export class BrowserNavigator implements INavigatorStore, INavigatorViewer {\nthis.forwardedState.suppressPopstate = false;\n}\n}\n- const method = call.target[call.methodName];\n+ const method = (call.target as { [key: string]: Function })[call.method...
TypeScript
MIT License
aurelia/aurelia
refactor(router): strict misc remaining
1
refactor
router
815,569
22.08.2019 14:31:57
-28,800
c47042d81a13bbbbfb047a306a3f58da3a74c3a0
chore: derive clone
[ { "change_type": "MODIFY", "diff": "@@ -64,20 +64,12 @@ pub trait IndexerStore: Sync + Send {\nfn remove_lock_hash(&self, lock_hash: &H256);\n}\n+#[derive(Clone)]\npub struct DefaultIndexerStore {\ndb: Arc<RocksDB>,\nshared: Shared,\n}\n-impl Clone for DefaultIndexerStore {\n- fn clone(&self) -> Self {\n- D...
Rust
MIT License
nervosnetwork/ckb
chore: derive clone
1
chore
null
815,569
22.08.2019 14:36:13
-28,800
3b860509bf78d38c32ccb5a156ff0bd08a64cec5
chore: derive default
[ { "change_type": "MODIFY", "diff": "@@ -515,20 +515,12 @@ impl TxEntriesPool {\n}\n// A template data struct used to store modified entries when package txs\n+#[derive(Default)]\npub struct TxModifiedEntries {\nentries: HashMap<ProposalShortId, TxEntry>,\nsort_index: BTreeSet<AncestorsScoreSortKey>,\n}\n-im...
Rust
MIT License
nervosnetwork/ckb
chore: derive default
1
chore
null
104,857
22.08.2019 15:01:52
10,800
4f39607744d54083e39fa29c557fcdf12779509d
fix(table): combox in front of table content
[ { "change_type": "MODIFY", "diff": "@@ -31,15 +31,37 @@ const StyledTableHeader = styled(TableHeader)`\n.bx--list-box input[role='combobox'] {\n/* need to save enough room for clear and dropdown button */\npadding-right: 4rem;\n+ ${props => {\n+ const { width } = props;\n+ return width !== undefined\n+ ? `\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): combox in front of table content
1
fix
table
711,597
22.08.2019 15:03:21
-7,200
71918426a1a1ac07530e54b5f8f46bf8454aafe3
feat(elasticsearch-plugin): Add options for customising term query
[ { "change_type": "MODIFY", "diff": "export * from './src/plugin';\n+export * from './src/options';\n", "new_path": "packages/elasticsearch-plugin/index.ts", "old_path": "packages/elasticsearch-plugin/index.ts" }, { "change_type": "MODIFY", "diff": "\"access\": \"public\"\n},\n\"dependenc...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(elasticsearch-plugin): Add options for customising term query
1
feat
elasticsearch-plugin
438,921
22.08.2019 15:05:51
-32,400
05de6cf67caab0508068541876cfb8ba5a613aa1
refactor(options): Make render to react on class Make mutation work on class attribute changes also. Ref
[ { "change_type": "MODIFY", "diff": ".bb .bb-button, .bb text {\nfont-size: 11px;\n}\n+\n+.hide {\n+ display: none;\n+}\n", "new_path": "spec/assets/common.css", "old_path": "spec/assets/common.css" }, { "change_type": "MODIFY", "diff": "@@ -361,19 +361,36 @@ describe(\"Interface & initia...
TypeScript
MIT License
naver/billboard.js
refactor(options): Make render to react on class Make mutation work on class attribute changes also. Ref #1024
1
refactor
options
815,569
22.08.2019 15:08:42
-28,800
c1f08953faccd5964b6cae658cb5856b774be647
chore: refactor secp generator
[ { "change_type": "MODIFY", "diff": "@@ -515,8 +515,7 @@ mod tests {\n}\nfn random_keypair() -> (Privkey, Pubkey) {\n- let gen = Generator::new();\n- gen.random_keypair()\n+ Generator::random_keypair()\n}\nfn to_hex_pubkey(pubkey: &Pubkey) -> Vec<u8> {\n@@ -929,8 +928,7 @@ mod tests {\nlet mut buffer = Vec::...
Rust
MIT License
nervosnetwork/ckb
chore: refactor secp generator
1
chore
null
815,569
22.08.2019 15:11:59
-28,800
7bb7dd56fadfaf5fd7e86889975acf08650040a0
chore: remove the useless param
[ { "change_type": "MODIFY", "diff": "use crate::synchronizer::Synchronizer;\nuse ckb_logger::{debug, info};\nuse ckb_network::{CKBProtocolContext, PeerIndex};\n-use ckb_types::packed;\nuse failure::Error as FailureError;\npub struct InIBDProcess<'a> {\n- _message: packed::InIBDReader<'a>,\nsynchronizer: &'a ...
Rust
MIT License
nervosnetwork/ckb
chore: remove the useless param
1
chore
null
67,494
22.08.2019 15:19:37
-7,200
2b0b146674a5a1f7ed361d4efc63eb8e695e02fb
refactor(router): strict route-recognizer
[ { "change_type": "MODIFY", "diff": "@@ -145,7 +145,7 @@ describe('route sut', function () {\n}\n];\n- it('should reject unknown routes', function () {\n+ xit('should reject unknown routes', function () {\nconst sut = new RouteRecognizer();\nassert.strictEqual(sut.hasRoute('static'), false, `sut.hasRoute('st...
TypeScript
MIT License
aurelia/aurelia
refactor(router): strict route-recognizer
1
refactor
router
104,857
22.08.2019 15:40:16
10,800
ed15cc1e96b92ef2bf0da0344678c7df266573eb
fix(linechart): fix on x-axis labels
[ { "change_type": "MODIFY", "diff": "@@ -30,8 +30,11 @@ const LineChartWrapper = styled.div`\ntext-anchor: initial !important;\n}\n.legend-wrapper {\n- display: ${props => (props.isLegendHidden ? 'none' : 'inline-block')};\n+ display: ${props => (props.isLegendHidden ? 'none' : '')};\nheight: ${props => (!pr...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(linechart): fix on x-axis labels
1
fix
linechart
815,569
22.08.2019 15:52:40
-28,800
dd151c53e1c2f151ffada323231347a6f1003dc0
chore: make the logs noiseless in unit test
[ { "change_type": "MODIFY", "diff": "@@ -985,7 +985,6 @@ mod tests {\n#[test]\nfn test_sync_process() {\n- let _ = env_logger::try_init();\nlet consensus = Consensus::default();\nlet notify = NotifyService::default().start::<&str>(None);\nlet (chain_controller1, shared1, _) =\n", "new_path": "sync/src/sy...
Rust
MIT License
nervosnetwork/ckb
chore: make the logs noiseless in unit test
1
chore
null
815,569
22.08.2019 15:57:08
-28,800
29259baffe021308b1361c398ee622bc79048a2c
chore: remove bech32
[ { "change_type": "MODIFY", "diff": "@@ -459,7 +459,6 @@ dependencies = [\nname = \"ckb-crypto\"\nversion = \"0.19.0-pre\"\ndependencies = [\n- \"crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"faster-hex ...
Rust
MIT License
nervosnetwork/ckb
chore: remove bech32
1
chore
null
71,499
22.08.2019 15:57:36
-3,600
210ed8f175c520dbd7ea7e69236ce40cda8e16c9
fix(ecs): IAM role ARN must not specific region. fixes
[ { "change_type": "MODIFY", "diff": "@@ -328,6 +328,7 @@ export abstract class BaseService extends Resource\nprivate makeAutoScalingRole(): iam.IRole {\n// Use a Service Linked Role.\nreturn iam.Role.fromRoleArn(this, 'ScalingRole', Stack.of(this).formatArn({\n+ region: '',\nservice: 'iam',\nresource: 'role/...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(ecs): IAM role ARN must not specific region. (#3755) fixes #3733
1
fix
ecs
815,569
22.08.2019 16:21:19
-28,800
e3ce97430675381afa9ff31bc9c99dc7a5fccdd2
chore: clean code, not allow dead_code
[ { "change_type": "MODIFY", "diff": "@@ -50,14 +50,11 @@ impl CandidateUncles {\n}\n}\n+ #[cfg(test)]\npub fn len(&self) -> usize {\nself.count\n}\n- pub fn is_empty(&self) -> bool {\n- self.len() == 0\n- }\n-\npub fn values(&self) -> impl Iterator<Item = &Arc<UncleBlock>> {\nself.map.values().flat_map(HashS...
Rust
MIT License
nervosnetwork/ckb
chore: clean code, not allow dead_code
1
chore
null
711,597
22.08.2019 17:07:11
-7,200
81eff4679ac3cf25a2d1ea75e98601ceb12f0c48
feat(elasticsearch-plugin): Extend response with price range data
[ { "change_type": "MODIFY", "diff": "@@ -5,5 +5,3 @@ The `ElasticsearchPlugin` uses Elasticsearch to power the the Vendure product se\n`npm install @vendure/elasticsearch-plugin`\nFor documentation, see [www.vendure.io/docs/plugins/elasticsearch-plugin](https://www.vendure.io/docs/plugins/elasticsearch-plugi...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(elasticsearch-plugin): Extend response with price range data
1
feat
elasticsearch-plugin
103,631
22.08.2019 17:08:25
-19,080
6e4afbbd729a5a5b1b222d95c18a9433970f320d
docs: fix Surface component docs
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,7 @@ type Props = React.ComponentProps<typeof View> & {\n* <img src=\"screenshots/surface-dark-1.png\" />\n* <img src=\"screenshots/surface-dark-2.png\" />\n* </div>\n+ *\n* ## Usage\n* ```js\n* import * as React from 'react';\n", "new_path": "src/compone...
TypeScript
MIT License
callstack/react-native-paper
docs: fix Surface component docs (#1253)
1
docs
null
71,337
22.08.2019 17:43:50
-7,200
c2d6847570ad5cf329f709965df2753322f24f8a
feat(cloudtrail): accept existing S3 bucket Make CloudTrail accept existing S3 bucket to write to. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -93,6 +93,12 @@ export interface TrailProps {\n* @default - No prefix.\n*/\nreadonly s3KeyPrefix?: string;\n+\n+ /** The Amazon S3 bucket\n+ *\n+ * @default - if not supplied a bucket will be created with all the correct permisions\n+ */\n+ readonly bucket?: s3.IBucket...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(cloudtrail): accept existing S3 bucket (#3680) Make CloudTrail accept existing S3 bucket to write to. Fixes #3651.
1
feat
cloudtrail
67,516
22.08.2019 18:05:53
-7,200
62a9b802267b72d9000320164305cce550eeccfb
docs(i18n): outline
[ { "change_type": "MODIFY", "diff": "# Internationalization\n-Placeholder...\n+## Introduction\n+\n+This documentation explains how to get up and running with Aurelia-I18N\n+in order to provide localization and internationalization features with your app.\n+\n+Under the hood it uses [i18next](http://i18next....
TypeScript
MIT License
aurelia/aurelia
docs(i18n): outline
1
docs
i18n
815,573
22.08.2019 19:46:24
-28,800
9009e76e6e46a62a6a9cfe5c54095e355d8e2cc9
feat: Add type script for some system cells
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ struct SystemCell {\npub path: String,\npub index: usize,\npub code_hash: H256,\n+ pub type_hash: Option<H256>,\n}\n#[derive(Clone, Debug, Serialize, Deserialize)]\n@@ -50,12 +51,26 @@ impl TryFrom<ChainSpec> for SpecHashes {\n.system_cells\n.files\n.ite...
Rust
MIT License
nervosnetwork/ckb
feat: Add type script for some system cells
1
feat
null
306,423
22.08.2019 20:29:24
-7,200
f8a3c54f60404f31c5ced25edf2735fb0a073496
chore(field): add specs for form registration portals
[ { "change_type": "ADD", "diff": "+import { dedupeMixin } from '@lion/core';\n+import { formRegistrarManager } from './formRegistrarManager.js';\n+\n+/**\n+ * This will forward\n+ */\n+export const FormRegistrarPortalMixin = dedupeMixin(\n+ superclass =>\n+ // eslint-disable-next-line no-shadow, no-unused-va...
JavaScript
MIT License
ing-bank/lion
chore(field): add specs for form registration portals
1
chore
field
67,516
22.08.2019 20:56:01
-7,200
4c8e312ea837244de147836c6f2de23e348672e7
fix(i18n): e2e test correction
[ { "change_type": "ADD", "diff": "+1. For interpolated attribute value like this `<span id=\"i18n-simple-2\" t=\"${obj.key}\"></span>` `Error: Code 101: Unconsumed token.` is thrown. At present I have `TranslationBindingCommand#bindingType = BindingType.BindCommand`, if I change that to `bindingType = Bindin...
TypeScript
MIT License
aurelia/aurelia
fix(i18n): e2e test correction
1
fix
i18n
679,913
22.08.2019 21:13:58
-3,600
da52b9872b5063b617bb217a7c54743d427aa219
feat(rstream): add ITransformable interface, minor updates
[ { "change_type": "MODIFY", "diff": "@@ -89,6 +89,16 @@ export interface ISubscribable<T> extends IDeref<T>, IID<string> {\ngetState(): State;\n}\n+export interface ITransformable<B> {\n+ transform<C>(a: Transducer<B, C>, id?: string): Subscription<B, C>;\n+ // prettier-ignore\n+ transform<C, D>(a: Transduce...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): add ITransformable interface, minor updates
1
feat
rstream
679,913
22.08.2019 21:14:47
-3,600
da03722897995a61c46d255ccfac4d81c4af24d0
feat(rstream): add forkJoin() parallel worker processing
[ { "change_type": "ADD", "diff": "+import { Fn, Fn3 } from \"@thi.ng/api\";\n+import { comp, map, range } from \"@thi.ng/transducers\";\n+import { CommonOpts, ITransformable } from \"./api\";\n+import { sync } from \"./stream-sync\";\n+import { tunnel } from \"./subs/tunnel\";\n+import { Subscription } from ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): add forkJoin() parallel worker processing
1
feat
rstream
713,841
22.08.2019 21:54:41
-7,200
6aef8a5761b6945354c0d49666e48f720ab58613
refactor(active-directory): fix updated types
[ { "change_type": "MODIFY", "diff": "@@ -48,12 +48,10 @@ class ActiveDirectoryPlugin implements IPluginAuth<ActiveDirectoryConfig> {\nthis.logger.info('AD - Active Directory authentication succeeded');\ncb(null, [user]);\n} else {\n- // TODO check for updates on @types/activedirectory2 or add types for this ...
TypeScript
MIT License
verdaccio/monorepo
refactor(active-directory): fix updated types
1
refactor
active-directory
815,573
22.08.2019 21:58:52
-28,800
d8dc8384d88969584f0e6f68683c209d112aea52
feat: Chain specs can config dep groups hashes.toml with more information
[ { "change_type": "MODIFY", "diff": "@@ -11,16 +11,25 @@ use std::path::PathBuf;\n#[derive(Clone, Debug, Serialize, Deserialize)]\nstruct SystemCell {\npub path: String,\n+ pub tx_hash: H256,\npub index: usize,\npub data_hash: H256,\npub type_hash: Option<H256>,\n}\n+#[derive(Clone, Debug, Serialize, Deseria...
Rust
MIT License
nervosnetwork/ckb
feat: Chain specs can config dep groups hashes.toml with more information
1
feat
null
713,841
22.08.2019 22:20:56
-7,200
f376adfacd2562affb47f5e9a7edb822f97ba9da
ci: improve canary publish following semver preid spec
[ { "change_type": "MODIFY", "diff": "@@ -118,18 +118,21 @@ jobs:\nmkdir $YARN_CONFIG_PREFIX\nyarn config set prefix $YARN_CONFIG_PREFIX\nexport PATH=\"$PATH:$YARN_CONFIG_PREFIX/bin\"\n+ preid=$(echo $CIRCLE_BRANCH | sed -r 's/[^[:alpha:][:digit:]]+/-/g')\nyarn global add verdaccio verdaccio-auth-memory verda...
TypeScript
MIT License
verdaccio/monorepo
ci: improve canary publish following semver preid spec
1
ci
null
67,516
22.08.2019 22:42:38
-7,200
ace5e63dfbe6860efb9157c3f326d7dcd8204eb8
chore(i18n): adding tests based on Backend
[ { "change_type": "MODIFY", "diff": "},\n\"version\": \"0.3.0\",\n\"scripts\": {\n+ \"prestart\": \"rimraf dist\",\n\"start\": \"webpack-dev-server --no-inline\",\n\"preserve\": \"rimraf dist && webpack --config webpack.config.js\",\n\"serve\": \"http-server -c-1 -p 9000 dist\",\n\"@aurelia/runtime-html\": \...
TypeScript
MIT License
aurelia/aurelia
chore(i18n): adding tests based on Backend
1
chore
i18n
679,913
22.08.2019 22:43:50
-3,600
6e1495229c3e9527c168ffe573533124088c3006
feat(transducers): add back pressure support for partitionSync()
[ { "change_type": "MODIFY", "diff": "import { Fn, IObjectOf } from \"@thi.ng/api\";\nimport { isArray } from \"@thi.ng/checks\";\nimport { identity } from \"@thi.ng/compose\";\n+import { illegalState } from \"@thi.ng/errors\";\nimport { Reducer, Transducer } from \"../api\";\nimport { $iter, iterator } from ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): add back pressure support for partitionSync()
1
feat
transducers
67,479
22.08.2019 22:48:23
-36,000
ce07a9297e974af859dce298e8d26bace1002656
fix(jit-html): add convention for html attributes
[ { "change_type": "ADD", "diff": "+import { AttrSyntax } from '@aurelia/jit';\n+import { DI } from '@aurelia/kernel';\n+\n+export interface IHtmlAttributeSyntaxModifier {\n+ process(node: HTMLElement, attrSyntax: AttrSyntax): void;\n+}\n+\n+export const IHtmlAttributeSyntaxModifier =\n+ DI\n+ .createInterfac...
TypeScript
MIT License
aurelia/aurelia
fix(jit-html): add convention for html attributes
1
fix
jit-html
67,479
22.08.2019 22:54:38
-36,000
b00e3dad0f0ce825f4db4fd115fe26c72e58179d
fix(tests): tweak TemplateBinder
[ { "change_type": "MODIFY", "diff": "import { IAttributeParser, ResourceModel } from '@aurelia/jit';\n+import {\n+ IHtmlAttributeSyntaxModifier,\n+ TemplateBinder\n+} from '@aurelia/jit-html';\nimport { RuntimeCompilationResources } from '@aurelia/kernel';\nimport {\nAurelia,\n@@ -8,8 +12,7 @@ import {\nISig...
TypeScript
MIT License
aurelia/aurelia
fix(tests): tweak TemplateBinder
1
fix
tests
679,913
22.08.2019 23:06:27
-3,600
e2369879b3972568eac985daf11766b292fce84a
feat(rstream): add back pressure opts to StreamSyncOpts & ForkJoinOpts
[ { "change_type": "MODIFY", "diff": "@@ -72,6 +72,18 @@ export interface ForkJoinOpts<IN, MSG, RES, OUT> extends Partial<CommonOpts> {\n* Default: 1000\n*/\nterminate?: number;\n+ /**\n+ * If > 0, then each labeled input will cache upto the stated number\n+ * of input values, even if other inputs have not ye...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): add back pressure opts to StreamSyncOpts & ForkJoinOpts
1
feat
rstream
67,482
22.08.2019 23:09:12
25,200
bc4908840a53eb6c98ecdd376b7013aa9973dfd8
test(view-value-converter): assert interaction with view locator
[ { "change_type": "ADD", "diff": "+import { ViewValueConverter } from '@aurelia/runtime';\n+import { assert } from '@aurelia/testing';\n+\n+describe.only('the view value converter', () => {\n+ it('delegates view location to the view locator service', () => {\n+ const fakeResult = class Component {};\n+ const...
TypeScript
MIT License
aurelia/aurelia
test(view-value-converter): assert interaction with view locator
1
test
view-value-converter
722,041
22.08.2019 23:26:54
-10,800
a5a8978218f149bb4eaa2270e4f89393ae4f0ed8
fix: Fix bad links to docs
[ { "change_type": "MODIFY", "diff": "@@ -22,17 +22,17 @@ Vue Styleguidist is a style guide generator for Vue components. It lists compone\n## Usage\n-- **[Getting Started](https://vue-styleguidist.github.io/GettingStarted.html): install and run Vue Styleguidist**\n-- [Documenting components](https://vue-styl...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: Fix bad links to docs
1
fix
null
743,952
23.08.2019 00:10:25
-7,200
b7ec0dfd0177ab6e0be5c40210bfc77f2d3b3099
docs: note about parse() callback output parameter contents
[ { "change_type": "MODIFY", "diff": "@@ -1118,7 +1118,7 @@ A `parseCallback` can also be provided to `.parse()`. If a callback is given, it\n1. `err`: populated if any validation errors raised while parsing.\n2. `argv`: the parsed argv object.\n-3. `output`: any text that would have been output to the termin...
JavaScript
MIT License
yargs/yargs
docs: note about parse() callback output parameter contents (#1407)
1
docs
null
67,516
23.08.2019 05:48:26
-7,200
fa994d70fa43c7f71b7448ec0c10e538ef499420
fix(i18n): fixed i18n related CI issues Disabled relative time formating test for single week Corrected e2e tests. Missed changed during last minute changes in PR
[ { "change_type": "MODIFY", "diff": "-import { I18N, I18nService, RT_SIGNAL } from '@aurelia/i18n';\n+import { I18N, I18nService, Signals } from '@aurelia/i18n';\nimport { customElement, ISignaler } from '@aurelia/runtime';\nimport template from './sut-i18n.html';\nimport { Locale } from './translation-resou...
TypeScript
MIT License
aurelia/aurelia
fix(i18n): fixed i18n related CI issues - Disabled relative time formating test for single week - Corrected e2e tests. Missed changed during last minute changes in PR #563
1
fix
i18n
866,394
23.08.2019 08:25:42
14,400
4d5fa86a48f16fd4d4f2ceab480ba09396f0e50b
fix(lint): fixed lint issue in Footer
[ { "change_type": "MODIFY", "diff": "@@ -9,14 +9,12 @@ import React from 'react';\nimport { localeSelector } from '../../internal/FeatureFlags';\nimport LocaleSelector from './LocaleSelector';\n-/** Footer component */\n-class Footer extends React.Component {\n/**\n* Renders the footer component\n*\n- * @ret...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(lint): fixed lint issue in Footer
1
fix
lint
104,818
23.08.2019 09:08:26
18,000
8e45e93e27828d58541779153bd773b813731001
fix(editpage): turn off the saving bit if onSave returns false
[ { "change_type": "MODIFY", "diff": "@@ -79,9 +79,11 @@ const EditPage = ({\nconst handleSave = async () => {\nsetSaving(true);\ntry {\n- // if they return false from onSave don't close\n+ // if they return false from onSave don't close and clear the saving bit\nif (await onSave()) {\nonClose();\n+ } else {\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(editpage): turn off the saving bit if onSave returns false
1
fix
editpage
401,147
23.08.2019 10:11:40
-19,080
cb70806df50888549a34472b8b02f72d873a10a2
fix: handled date picker and stopped propagation affects:
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,12 @@ const DatePicker: React.SFC<Props> = React.memo(props => {\nsetDate(state.date);\nsetShowDatepicker(false);\nonChange && onChange(state.date);\n+ },\n+ handleClick = (event: React.MouseEvent) => {\n+ event.preventDefault();\n+ event.stopPropagation();\n...
TypeScript
MIT License
medly/medly-components
fix: handled date picker and stopped propagation affects: @medly-components/core
1
fix
null
902,122
23.08.2019 10:32:24
-7,200
3de709d0817420f7b025bb9452447be84e96e222
refactor: improve logging
[ { "change_type": "MODIFY", "diff": "@@ -30,25 +30,18 @@ module.exports = async (\n}\n) => {\nif (adblock) {\n- debug('enable adblocker')\nawait engine.enableBlockingInPage(page)\n-\n- engine.on('request-blocked', ({ url }) => {\n- debug('request blocked', url)\n- })\n-\n- engine.on('request-redirected', ({ ...
JavaScript
MIT License
microlinkhq/browserless
refactor: improve logging
1
refactor
null
711,597
23.08.2019 10:39:25
-7,200
573f345005f357da856d4091776c4a0e4c560c89
feat(elasticsearch-plugin): Allow querying by price range
[ { "change_type": "MODIFY", "diff": "@@ -175,4 +175,136 @@ describe('buildElasticBody()', () => {\n},\n});\n});\n+\n+ describe('price ranges', () => {\n+ it('not grouped by product', () => {\n+ const result = buildElasticBody(\n+ { priceRange: { min: 500, max: 1500 }, groupByProduct: false },\n+ searchConfig...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(elasticsearch-plugin): Allow querying by price range
1
feat
elasticsearch-plugin
942,571
23.08.2019 11:17:00
25,200
b04679a7f408c6265b5fe84edb36281d4f0c02f2
refactor(PageHeader): Update marketing and breakpoint props * refactor(PageHeader): updated prop marketing -> capWidth BREAKING CHANGE: PageHeader prop marketing has changed to capWidth * fix(PageHeader): Updated prop breakpoints -> breakpoint; Removed logic for capWidth padding BREAKING CHANGE: PageHeader prop breakpo...
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ import {exportIcon, fullscreenIcon} from '@workday/canvas-system-icons-web';\n<IconButton icon={fullscreenIcon} />\n</PageHeader>\n-<PageHeader title=\"Marketing\" marketing={true}>\n+<PageHeader title=\"With Cap Width\" capWidth={true}>\n<IconButton ico...
TypeScript
Apache License 2.0
workday/canvas-kit
refactor(PageHeader): Update marketing and breakpoint props (#143) * refactor(PageHeader): updated prop marketing -> capWidth BREAKING CHANGE: PageHeader prop marketing has changed to capWidth * fix(PageHeader): Updated prop breakpoints -> breakpoint; Removed logic for capWidth padding BREAKING CHANGE: PageHe...
1
refactor
PageHeader
902,122
23.08.2019 11:44:11
0
29a5ccd2cb3dea07382e7c65d3cda9a2fbac2f99
chore(release): v5.11.8
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.11.8](https://github.com/kikobeats/browserless/compare/v5.11.7...v5.11.8) (2019-08-23)\n+\n+\n+### Bug Fixes\n+...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.11.8
1
chore
release
815,573
23.08.2019 12:01:04
-28,800
13b97d226a8eae9bfa6767250ad11763ac7bb1d3
chore: Adjust dep_groups position in spec config
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,17 @@ code_hash = \"0xb35557e7e9854206f7bc13e3c3a7fa4cf8892c84a09237fb0aab40aab3771eee\"\nargs = []\nhash_type = \"data\"\n+# Dep group cells\n+[genesis.dep_groups]\n+secp256k1_blake160_sighash_all = [\n+ { bundled = \"specs/cells/secp256k1_data\" },\n+ { bun...
Rust
MIT License
nervosnetwork/ckb
chore: Adjust dep_groups position in spec config
1
chore
null
815,573
23.08.2019 12:01:55
-28,800
812b5bea8416f8468200d3c4a73f18cddf2e63d5
chore: Add more information in hashes.toml dep_groups section
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ struct SystemCell {\n#[derive(Clone, Debug, Serialize, Deserialize)]\nstruct DepGroupCell {\n- pub name: String,\n+ pub included_cells: Vec<String>,\npub tx_hash: H256,\npub index: usize,\n}\n@@ -88,10 +88,10 @@ impl TryFrom<ChainSpec> for SpecHashes {\n...
Rust
MIT License
nervosnetwork/ckb
chore: Add more information in hashes.toml dep_groups section
1
chore
null
438,921
23.08.2019 12:11:52
-32,400
728e879d2f74be7d7e0d0be3b36f6c1b9e37e13f
feat(plugin): Intent to ship TextOverlap Split data.labels.overlap into TextOverlap plugin Update head license comments & describe name for stanford diagram Fix
[ { "change_type": "MODIFY", "diff": "@@ -1886,26 +1886,6 @@ var demos = {\n}\n}\n},\n- DataLabelOverlap: {\n- options: {\n- data: {\n- columns: [\n- [\"data1\", 3, 3.8, 2, 3.8, 15, 2.5, 5.4, 6, 5.5, 2.4],\n- [\"data2\", 1.7, 1.0, 10, 20, 8.4, 5, 2.5, 12.3, 8.5, 9.8],\n- [\"data3\", 2.3, 15.3, 8.5, 30, 25, 12...
TypeScript
MIT License
naver/billboard.js
feat(plugin): Intent to ship TextOverlap - Split data.labels.overlap into TextOverlap plugin - Update head license comments & describe name for stanford diagram Fix #1048
1
feat
plugin
865,926
23.08.2019 12:14:59
-7,200
b9845600132c7de4ba8e5bcd8905a08fddecd34a
chore(modals): replace ModalsConductor with declarative modals
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,10 @@ import Toolbar from './Toolbar';\nimport Log from './Log';\n-import { ModalConductor } from './modals';\n+import {\n+ DeployDiagramModal,\n+ KeyboardShortcutsModal\n+} from './modals';\nimport {\nButton,\n@@ -1764,17 +1767,22 @@ export class App extends...
JavaScript
MIT License
camunda/camunda-modeler
chore(modals): replace ModalsConductor with declarative modals
1
chore
modals
67,475
23.08.2019 12:47:35
-36,000
154a8e367a7aaf7a43eb8b31c94b832eae05a6ab
feat(store): remove unneeded and irrelevant parameters from created
[ { "change_type": "MODIFY", "diff": "import { Reporter } from '@aurelia/kernel';\n-import { IView } from '@aurelia/runtime';\nimport { Observable, Subscription } from 'rxjs';\nimport { Store, STORE } from './store';\n@@ -82,14 +81,14 @@ export function connectTo<T, R = unknown>(settings?: ((store: Store<T>) ...
TypeScript
MIT License
aurelia/aurelia
feat(store): remove unneeded and irrelevant parameters from created
1
feat
store
865,926
23.08.2019 12:48:13
-7,200
08bf8bade8e09ec8329c4ca368f8d543ef6010c3
chore(modals): rename ModalWrapper to Modal
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ import {\nimport {\nIcon,\n- ModalWrapper\n+ Modal\n} from '../../primitives';\nimport AuthTypes from './AuthTypes';\n@@ -60,7 +60,7 @@ class View extends PureComponent {\nconst deployOpen = this.state.deployOpen;\nreturn (\n- <ModalWrapper className={ c...
JavaScript
MIT License
camunda/camunda-modeler
chore(modals): rename ModalWrapper to Modal
1
chore
modals
67,475
23.08.2019 12:48:43
-36,000
6163a3af2cce34c2c665c733b14b8ba68facec6f
refactor(debug): reporter codes properly sorted and fixed names for obj
[ { "change_type": "MODIFY", "diff": "@@ -225,85 +225,85 @@ const codeLookup: Record<string, IMessageInfo> = {\nlevel: LogLevel.warn,\nmessage: `AttributePattern handler for '%s' is not a function.`\n},\n- 800: {\n- level: LogLevel.error,\n- message: `Property '%s' is being dirty-checked.`\n- },\n- 801: {\n- ...
TypeScript
MIT License
aurelia/aurelia
refactor(debug): reporter codes properly sorted and fixed names for obj
1
refactor
debug
679,913
23.08.2019 12:50:34
-3,600
ce7846756c8a6aa7138b4f57e311dbe50eb0c2e8
fix(pixel): clamp values in PackedChannel.setFloat()
[ { "change_type": "MODIFY", "diff": "import { assert, Type } from \"@thi.ng/api\";\n+import { clamp01 } from \"@thi.ng/math\";\nimport {\nLane,\nPackedChannel,\n@@ -31,7 +32,7 @@ const defChannel = (\nint,\nsetInt,\nfloat: (x) => int(x) / mask0,\n- setFloat: (src, x) => setInt(src, x * mask0)\n+ setFloat: (s...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(pixel): clamp values in PackedChannel.setFloat()
1
fix
pixel
679,913
23.08.2019 12:56:16
-3,600
e11e3ea6cf904d782e1e2f7370a177eb30067504
docs(grid-iterators): fix image links
[ { "change_type": "MODIFY", "diff": "@@ -23,10 +23,10 @@ This project is part of the\nCollection of 2D grid iterators, providing the following orderings:\n| [Diagonal](https://github.com/thi-ng/umbrella/tree/develop/packages/grid-iterators/src/diagonal2d.ts) | [Hilbert curve](https://github.com/thi-ng/umbrel...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(grid-iterators): fix image links
1
docs
grid-iterators
304,848
23.08.2019 13:08:28
14,400
06ba4d31f7751ccc09a703ee88d455acb6f32e95
feat(dependencies): added secret service interface
[ { "change_type": "MODIFY", "diff": "@@ -14,36 +14,54 @@ const InterpreterDepsKey = \"interpreter\"\ntype Interface interface {\nHTTPClient() (*http.Client, error)\n+ SecretService() (SecretService, error)\n}\ntype DefaultDependencies struct {\nhttpclient *http.Client\n+ secretservice SecretService\n}\nfunc ...
Go
MIT License
influxdata/flux
feat(dependencies): added secret service interface (#1753)
1
feat
dependencies
306,423
23.08.2019 13:23:53
-7,200
2cb6dee6d9b1a5913a51cd9002a1f1023e81b014
fix(field): implement FormRegistrarPortalMixin
[ { "change_type": "MODIFY", "diff": "@@ -6,3 +6,4 @@ export { InteractionStateMixin } from './src/InteractionStateMixin.js'; // appli\nexport { LionField } from './src/LionField.js';\nexport { FormRegisteringMixin } from './src/FormRegisteringMixin.js';\nexport { FormRegistrarMixin } from './src/FormRegistra...
JavaScript
MIT License
ing-bank/lion
fix(field): implement FormRegistrarPortalMixin
1
fix
field
304,884
23.08.2019 13:35:27
14,400
edaf878c2ea266596ed08f90783b865c445ea13d
refactor(repl): repl now gets its context and dependencies set at startup and passed down.
[ { "change_type": "MODIFY", "diff": "package cmd\nimport (\n+ \"context\"\n\"fmt\"\n_ \"github.com/influxdata/flux/builtin\"\n+ \"github.com/influxdata/flux/dependencies\"\n\"github.com/influxdata/flux/repl\"\n\"github.com/spf13/cobra\"\n)\n@@ -22,7 +24,7 @@ func init() {\n}\nfunc execute(cmd *cobra.Command,...
Go
MIT License
influxdata/flux
refactor(repl): repl now gets its context and dependencies set at startup and passed down. (#1754)
1
refactor
repl
791,834
23.08.2019 13:46:56
25,200
ce38dd7244a6d82a9b7c015ea5125d962d96ba34
misc: trim missed yarn.lock cruft
[ { "change_type": "MODIFY", "diff": "@@ -3968,7 +3968,7 @@ is-arrayish@^0.2.1:\nresolved \"https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d\"\nintegrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=\n-is-buffer@^1.0.2, is-buffer@^1.1.0, is-buffer@^1.1.5:\n+is-buff...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: trim missed yarn.lock cruft (#9603)
1
misc
null
304,884
23.08.2019 14:16:15
14,400
72aaca00d4a1bcf16b0e8ab7ff7dcffb017bcd07
refactor(dependencies): changed dependecies to be more generally contstructable
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ package cmd\nimport (\n\"context\"\n\"fmt\"\n+ \"net/http\"\n_ \"github.com/influxdata/flux/builtin\"\n\"github.com/influxdata/flux/dependencies\"\n@@ -24,7 +25,7 @@ func init() {\n}\nfunc execute(cmd *cobra.Command, args []string) error {\n- r := repl.New...
Go
MIT License
influxdata/flux
refactor(dependencies): changed dependecies to be more generally contstructable (#1755)
1
refactor
dependencies
304,868
23.08.2019 14:53:38
21,600
aa1f56038a7f264a25e3037b42f9a0fa3f53c517
feat(stdlib/http): add ability to validate URLs before making http.post requests
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ import (\n\"net/http\"\n\"github.com/influxdata/flux/codes\"\n+ \"github.com/influxdata/flux/dependencies/url\"\n\"github.com/influxdata/flux/internal/errors\"\n)\n@@ -12,6 +13,7 @@ const InterpreterDepsKey = \"interpreter\"\ntype Interface interface {\nHT...
Go
MIT License
influxdata/flux
feat(stdlib/http): add ability to validate URLs before making http.post requests
1
feat
stdlib/http
749,516
23.08.2019 14:58:18
25,200
d4357e6b93255b63744f2ff1145a925b145e8e64
fix(datepicker): correct minValue and maxValue displays and allow same date selection within Range
[ { "change_type": "MODIFY", "diff": "const { Field, Label, Input, Message } = require('@zendeskgarden/react-forms/src');\nconst { addDays, compareAsc } = require('date-fns');\n+const StyledCol = styled(Col)`\n+ && {\n+ max-width: 300px;\n+ }\n+`;\n+\ninitialState = {\nstartValue: new Date(),\nendValue: addDa...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(datepicker): correct minValue and maxValue displays and allow same date selection within Range (#415)
1
fix
datepicker
447,440
23.08.2019 15:20:58
18,000
b4297eebd5d87e109140cc3a44849115b30702a0
styles: fix menuItem
[ { "change_type": "MODIFY", "diff": "text-decoration: none; }\n.rainbow-menu-item > a:focus {\noutline: 0;\n- background-color: #e3e5ed; }\n+ background-color: #f4f6f9; }\n.rainbow-menu-item > a:active {\n- background-color: #e3e5ed; }\n+ background-color: #f4f6f9; }\n.rainbow-menu-item > a[aria-disabled=\"t...
JavaScript
MIT License
nexxtway/react-rainbow
styles: fix menuItem (#878)
1
styles
null
865,926
23.08.2019 15:26:47
-7,200
5dac700ea98793357384f2819738b01cef3ddec0
chore(modals): display modal in portal
[ { "change_type": "MODIFY", "diff": "</div>\n<div id=\"root\"></div>\n+ <div id=\"modal-root\"></div>\n<script src=\"bundle.js\"></script>\n</body>\n", "new_path": "client/public/index.html", "old_path": "client/public/index.html" }, { "change_type": "MODIFY", "diff": "@@ -108,6 +108,19 @...
JavaScript
MIT License
camunda/camunda-modeler
chore(modals): display modal in portal
1
chore
modals
401,147
23.08.2019 15:58:08
-19,080
7ee09fb560fc4ce623b82e4307a4aa745b0f6d04
fix: fixed id issue in input component affects:
[ { "change_type": "MODIFY", "diff": "\"@datepicker-react/styled\": \"^1.7.1\",\n\"@medly-components/icons\": \"^1.2.0\",\n\"@medly-components/theme\": \"^1.2.0\",\n- \"@medly-components/utils\": \"^1.2.0\",\n- \"shortid\": \"^2.2.14\"\n+ \"@medly-components/utils\": \"^1.2.0\"\n},\n\"devDependencies\": {\n- ...
TypeScript
MIT License
medly/medly-components
fix: fixed id issue in input component affects: @medly-components/core
1
fix
null
865,926
23.08.2019 16:18:41
-7,200
c5226e929235d6f1cdff3162689239326b8b12c4
fix(client): correctly display suggestion to disable plugins Closes
[ { "change_type": "MODIFY", "diff": "@@ -175,7 +175,7 @@ export default class AppParent extends PureComponent {\n}\nhasPlugins() {\n- return this.getPlugins().getAll().length;\n+ return this.getPlugins().getAppPlugins().length;\n}\ntogglePlugins = () => {\n", "new_path": "client/src/app/AppParent.js", ...
JavaScript
MIT License
camunda/camunda-modeler
fix(client): correctly display suggestion to disable plugins Closes #1479
1
fix
client
815,609
23.08.2019 16:43:19
-28,800
1bce744b048a051db77b75877c77cc42389aa108
chore: verify data for all enum from network
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,7 @@ use ckb_types::{\npacked::{self, Byte32, ProposalShortId},\nprelude::*,\n};\n+use failure::err_msg;\nuse failure::Error as FailureError;\nuse faketime::unix_time_as_millis;\nuse std::collections::{HashMap, HashSet};\n@@ -84,7 +85,11 @@ impl Relayer {\nCo...
Rust
MIT License
nervosnetwork/ckb
chore: verify data for all enum from network
1
chore
null
815,609
23.08.2019 16:59:43
-28,800
21548fbd4269170df886ed46f21f8d8b5ddb6cf8
chore: change all enum to snake_case in jsonrpc
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ message = \"ckb_dev\"\n[genesis.genesis_cell.lock]\ncode_hash = \"0xb35557e7e9854206f7bc13e3c3a7fa4cf8892c84a09237fb0aab40aab3771eee\"\nargs = []\n-hash_type = \"Data\"\n+hash_type = \"data\"\n# An array list paths to system cell files, which is absolute...
Rust
MIT License
nervosnetwork/ckb
chore: change all enum to snake_case in jsonrpc
1
chore
null
791,676
23.08.2019 17:10:57
-7,200
cde97a5928d6d836683831dd257116de8e640906
misc: replace deprecated uglify-es with terser
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ const glob = promisify(require('glob'));\nconst lighthousePackage = require('../package.json');\nconst makeDir = require('make-dir');\nconst rimraf = require('rimraf');\n-const uglifyEs = require('uglify-es'); // Use uglify-es to get ES6 support.\n+const...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: replace deprecated uglify-es with terser (#9594)
1
misc
null
217,922
23.08.2019 17:13:40
-7,200
c7565b82743a4324ea12ac860c4ba9d782d577fc
feat(search): better fuzzy search (e.g: "facet fending" now returns proper results)
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ import { LeveData } from '../../model/garland-tools/leve-data';\nimport { MobData } from '../../model/garland-tools/mob-data';\nimport { FateData } from '../../model/garland-tools/fate-data';\nimport {\n+ SearchAlgo,\nSearchIndex,\nXivapiEndpoint,\nXivap...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(search): better fuzzy search (e.g: "facet fending" now returns proper results)
1
feat
search
217,922
23.08.2019 17:17:38
-7,200
c86fdc2d354fd66c49b56886bfc28ba1e7906d04
chore(release): 5.7.9
[ { "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.9\"></a>\n+## [5.7.9](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.7.9
1
chore
release
815,593
23.08.2019 17:24:23
-28,800
7460af803cc9fb557ac6fa7b1719873aa423e85a
chore: upgrate ckb-system-scripts version to 0.3.1-alpha.2
[ { "change_type": "MODIFY", "diff": "@@ -361,7 +361,7 @@ dependencies = [\n\"ckb-pow 0.19.0-pre\",\n\"ckb-shared 0.19.0-pre\",\n\"ckb-store 0.19.0-pre\",\n- \"ckb-system-scripts 0.3.1-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-system-scripts 0.3.1-alpha.2 (registry+https://gi...
Rust
MIT License
nervosnetwork/ckb
chore: upgrate ckb-system-scripts version to 0.3.1-alpha.2
1
chore
null
815,569
23.08.2019 17:24:51
-28,800
6f67bff521d3530efac3fae7a6917aa3ffe81683
fix: The block_ext is different with other data in DB, we would change it in DB, so the cache may be stale.
[ { "change_type": "MODIFY", "diff": "@@ -104,7 +104,6 @@ header_cache_size = 4096\ncell_data_cache_size = 128\nblock_proposals_cache_size = 30\nblock_tx_hashes_cache_size = 20\n-block_ext_cache_size = 20\nblock_uncles_cache_size = 10\ncellbase_cache_size = 20\n", "new_path": "resource/ckb.toml", "old...
Rust
MIT License
nervosnetwork/ckb
fix: The block_ext is different with other data in DB, we would change it in DB, so the cache may be stale.
1
fix
null
815,573
23.08.2019 17:32:38
-28,800
99f6a15c4a4d4313dcb833c6a5457d29b33b61a7
chore: Change spec config data structure
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ use std::path::PathBuf;\nstruct SystemCell {\npub path: String,\npub index: usize,\n- pub code_hash: H256,\n+ pub data_hash: H256,\npub type_hash: Option<H256>,\n}\n@@ -49,18 +49,18 @@ impl TryFrom<ChainSpec> for SpecHashes {\nlet cells_hashes = spec\n.g...
Rust
MIT License
nervosnetwork/ckb
chore: Change spec config data structure
1
chore
null
503,922
23.08.2019 19:05:26
-7,200
6055e91dd6ca435280df9ce1e40cb2b6813294a1
feat(Icons - config): Publish configs as well with icons
[ { "change_type": "MODIFY", "diff": "/* This file is generated by createIcons.js any changes will be lost. */\nimport createIcon from '../createIcon';\n-const {{name}} = createIcon({\n+export const {{name}}Config = {\nname: '{{name}}',\nheight: {{height}},\nwidth: {{width}},\n@@ -9,6 +9,6 @@ const {{name}} =...
TypeScript
MIT License
patternfly/patternfly-react
feat(Icons - config): Publish configs as well with icons (#2701)
1
feat
Icons - config
791,676
23.08.2019 19:27:52
-7,200
a415a239ea97351300ee0047ac5675a7dc72cf2c
chore: deduplicate yarn.lock dependencies
[ { "change_type": "MODIFY", "diff": "@@ -2691,14 +2691,7 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0:\ndependencies:\nonce \"^1.4.0\"\n-error-ex@^1.2.0:\n- version \"1.3.0\"\n- resolved \"https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.0.tgz#e67b43f3e82c96ea3a584ffee0b9fc3325d802d9\"\n- integrity sha1...
JavaScript
Apache License 2.0
googlechrome/lighthouse
chore: deduplicate yarn.lock dependencies (#9600)
1
chore
null
815,593
23.08.2019 19:47:11
-28,800
bf97f3951cfeb2700718e8a5a2a992bc471fe881
chore: update bundled hashes
[ { "change_type": "MODIFY", "diff": "# Generated by: ckb cli hashes -b\n[ckb_dev]\n-genesis = \"0x5ca784ec6372c505f69c1f290b9c28be716b81ecbe70cb21c92827f211c40ca3\"\n-cellbase = \"0x5948b672582a05545bffc414a65d74da952210931d27f9d1bdfd75455dbd5954\"\n+genesis = \"0x8a70e82f8d6fc6bac96cb600ad016285c078942de5e3...
Rust
MIT License
nervosnetwork/ckb
chore: update bundled hashes
1
chore
null
503,918
23.08.2019 19:58:31
-10,800
26e653b095a0780480a9856eeff6b2a30dcddc1c
fix(emptyState): set the correct size modifier using the variant prop
[ { "change_type": "MODIFY", "diff": "import * as React from 'react';\n-import { css } from '@patternfly/react-styles';\n+import { css, getModifier } from '@patternfly/react-styles';\nimport styles from '@patternfly/react-styles/css/components/EmptyState/empty-state';\nexport enum EmptyStateVariant {\nlarge =...
TypeScript
MIT License
patternfly/patternfly-react
fix(emptyState): set the correct size modifier using the variant prop (#2692) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
emptyState
504,020
23.08.2019 20:08:23
-10,800
e75924430d8ad6768eef67434a96aa659ea384f8
feat(Tabs): Added OUIA compatibility to Tabs component * feat(tabs): Added OUIA compatibility to Tabs component Part of * test(Tabs): fixed some Tabs tests * use render to avoid mounting issues
[ { "change_type": "MODIFY", "diff": "import React from 'react';\n-import { shallow, mount } from 'enzyme';\n+import { render, mount } from 'enzyme';\nimport { Tabs } from './Tabs';\nimport { Tab } from './Tab';\n-import { TabContent } from './TabContent';\ntest('should render simple tabs', () => {\n- const v...
TypeScript
MIT License
patternfly/patternfly-react
feat(Tabs): Added OUIA compatibility to Tabs component (#2704) * feat(tabs): Added OUIA compatibility to Tabs component Part of #2303 * test(Tabs): fixed some Tabs tests * use render to avoid mounting issues
1
feat
Tabs
815,593
23.08.2019 20:19:05
-28,800
19a7844ca65eafbcb47e1dc9dd83141a83a33b8e
chore: update rpc/README.md
[ { "change_type": "MODIFY", "diff": "@@ -55,7 +55,7 @@ echo '{\n\"jsonrpc\": \"2.0\",\n\"method\": \"get_block\",\n\"params\": [\n- \"0xd7aac5c5af33c33a34f618de4686c3460a0693513eec1b0e47206a82bb8fc8f8\"\n+ \"0x95b4a10f07c2dd836e30ee906f891be9839b08ed44c169d7cee78d7565ccabb6\"\n]\n}' \\\n| tr -d '\\n' \\\n@@ ...
Rust
MIT License
nervosnetwork/ckb
chore: update rpc/README.md
1
chore
null
104,827
23.08.2019 20:43:15
18,000
6c1f279f258581ef80f2b9072c880a9b28879bc0
feat(imagecard): move hotspot values out of content
[ { "change_type": "MODIFY", "diff": "@@ -315,6 +315,8 @@ const originalCards = [\nalt: 'Floor Map',\nimage: 'firstfloor',\nsrc: imageFile,\n+ },\n+ values: {\nhotspots: [\n{ x: 35, y: 65, content: <span style={{ padding: '10px' }}>Elevators</span> },\n{ x: 45, y: 25, content: <span style={{ padding: '10px' }...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(imagecard): move hotspot values out of content
1
feat
imagecard
679,913
23.08.2019 21:26:04
-3,600
e89687f1387f29c5da1cc078becd265764054391
docs(grid-iterators): update docs
[ { "change_type": "MODIFY", "diff": "@@ -22,26 +22,25 @@ export function* hilbert2d(cols: number, rows: number) {\n// s is the hilbert index, shifted to start in the middle\ns = hIndex | (0x55555555 << (2 * hOrder)); // Pad s on left with 01\nsr = (s >>> 1) & 0x55555555; // (no change) groups.\n- cs = ((s & ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(grid-iterators): update docs
1
docs
grid-iterators
679,913
23.08.2019 21:32:05
-3,600
efcc37307f63e35ca274dfb9df2b2e275fd68e6b
feat(examples): add grid-iterators demo
[ { "change_type": "ADD", "diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/grid-iterators/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# grid-iterators\n+\n+[Live demo](http://demo.thi.ng/umbrella/grid-iterators/)\n+\n+Please refer to...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add grid-iterators demo
1
feat
examples
815,593
23.08.2019 21:58:20
-28,800
d7299d0de124e17a65f93fdae2c367a98557dc12
chore: upgrade ckb-system-scripts crate
[ { "change_type": "MODIFY", "diff": "@@ -361,7 +361,7 @@ dependencies = [\n\"ckb-pow 0.19.0-pre\",\n\"ckb-shared 0.19.0-pre\",\n\"ckb-store 0.19.0-pre\",\n- \"ckb-system-scripts 0.3.1-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-system-scripts 0.3.1-alpha.3 (registry+https://gi...
Rust
MIT License
nervosnetwork/ckb
chore: upgrade ckb-system-scripts crate
1
chore
null
815,593
23.08.2019 22:12:02
-28,800
46e1149054a9a3395b15d954b8747f8542399452
chore: remove unused lib
[ { "change_type": "MODIFY", "diff": "@@ -590,7 +590,6 @@ dependencies = [\n\"ckb-dao 0.19.0-pre\",\n\"ckb-dao-utils 0.19.0-pre\",\n\"ckb-db 0.19.0-pre\",\n- \"ckb-hash 0.19.0-pre\",\n\"ckb-jsonrpc-types 0.19.0-pre\",\n\"ckb-logger 0.19.0-pre\",\n\"ckb-notify 0.19.0-pre\",\n", "new_path": "Cargo.lock", ...
Rust
MIT License
nervosnetwork/ckb
chore: remove unused lib
1
chore
null
67,516
23.08.2019 22:22:08
-7,200
19f32c5467a59d5159afe0afd17863379ad747b2
fix(i18n): fixed relative-time formatting issue
[ { "change_type": "MODIFY", "diff": "@@ -34,13 +34,13 @@ describe('I18N', function () {\nfallbackLng: ['en'],\ndebug: false,\nplugins: [],\n- attributes: ['t', 'i18n'],\n+ rtEpsilon: 0.01,\nskipTranslationOnMissingKey: false,\n}]);\n});\nit('respects user-defined config options', async function () {\n- const...
TypeScript
MIT License
aurelia/aurelia
fix(i18n): fixed relative-time formatting issue
1
fix
i18n
67,482
23.08.2019 22:58:49
25,200
a241a205f59887ef034947fc09447a1bda29b5fa
test(view-locator): cover standard scenarios
[ { "change_type": "MODIFY", "diff": "-import { ViewValueConverter } from '@aurelia/runtime';\n+import { ViewValueConverter, view, ViewLocator, CustomElement } from '@aurelia/runtime';\nimport { assert } from '@aurelia/testing';\n-describe.only('the view value converter', () => {\n+describe('the view value co...
TypeScript
MIT License
aurelia/aurelia
test(view-locator): cover standard scenarios
1
test
view-locator
273,683
24.08.2019 02:08:23
-7,200
8a3a9494849905581d283f85ac574a05b52a6db9
chore: add root changelog
[ { "change_type": "ADD", "diff": "+# Changelog\n+\n+This repository is a [monorepo](https://en.wikipedia.org/wiki/Monorepo). You will find the changelogs here:\n+\n+- [gridsome](./gridsome/CHANGELOG.md)\n+- [@gridsome/cli](./packages/cli/CHANGELOG.md)\n+- [@gridsome/plugin-critical](./packages/plugin-critica...
JavaScript
MIT License
gridsome/gridsome
chore: add root changelog
1
chore
null
942,623
24.08.2019 03:53:39
-19,080
da0c5a21830bc2ceda7cef7fd7667e17799f26da
chore: Update commit validation to use commitlint
[ { "change_type": "ADD", "diff": "+const fs = require('fs');\n+const path = require('path');\n+const util = require('util');\n+\n+const readdir = util.promisify(fs.readdir);\n+\n+module.exports = {\n+ rules: {\n+ 'scope-enum': ctx => getPackages(ctx).then(files => [2, 'always', files]),\n+ 'subject-case': [2...
TypeScript
Apache License 2.0
workday/canvas-kit
chore: Update commit validation to use commitlint (#124)
1
chore
null
866,393
24.08.2019 06:30:13
-32,400
7c1ef5944507de66072b462f6069f3eeea420b42
chore(devenv): fix broken Storybook in IE11
[ { "change_type": "MODIFY", "diff": "@@ -103,6 +103,15 @@ module.exports = ({ config, mode }) => {\n{\nloader: 'babel-loader',\noptions: {\n+ presets: [\n+ [\n+ '@babel/preset-env',\n+ {\n+ modules: false,\n+ targets: ['last 1 version', 'Firefox ESR', 'ie >= 11'],\n+ },\n+ ],\n+ ],\n// `version: '7.3.0'` ens...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(devenv): fix broken Storybook in IE11 (#105)
1
chore
devenv
866,393
24.08.2019 06:30:33
-32,400
9d8480138f008fc37eaa3892c6f0a9d9c8430e85
test(tooltip): test interactive tooltip
[ { "change_type": "ADD", "diff": "+import { html, render, TemplateResult } from 'lit-html';\n+\n+// Just importing the default export does not seem to run `customElements.define()`\n+/* eslint-disable import/no-duplicates */\n+import '../../src/components/tooltip/tooltip';\n+import BXTooltip from '../../src/...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
test(tooltip): test interactive tooltip (#104)
1
test
tooltip
866,393
24.08.2019 06:30:54
-32,400
0c4bdc8a02463925e5ac6fcf37b57cdf2b75657f
chore(build): change bundle directory This change also ensures that the bundled build is part of the NPM package. Refs
[ { "change_type": "MODIFY", "diff": "+dist\ndocs/js\nes\nnode_modules\n-public\nstorybook-static\ntests/coverage\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ module.exports = {\ncloptions,\nsrcDir: 'src',\niconsDir: path.d...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(build): change bundle directory (#102) This change also ensures that the bundled build is part of the NPM package. Refs #76.
1
chore
build
866,393
24.08.2019 06:31:48
-32,400
77ddae592c17a1be54293e348d5943a1da0529ba
feat(tile): introduce more tile variants
[ { "change_type": "ADD", "diff": "+import { html, property, customElement, LitElement } from 'lit-element';\n+import ChevronDown16 from '@carbon/icons/lib/chevron--down/16';\n+import settings from 'carbon-components/es/globals/js/settings';\n+import HostListener from '../../globals/decorators/host-listener';...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(tile): introduce more tile variants (#94)
1
feat
tile
866,393
24.08.2019 07:01:46
-32,400
ae8f843e5fee1205411d971bd8d259aaf0e5a778
feat(data-table): introduce zebra stripe Refs
[ { "change_type": "MODIFY", "diff": "}\n}\n+:host(#{$prefix}-table-row[even]) ::slotted(#{$prefix}-table-cell) {\n+ border-bottom: 1px solid $ui-01;\n+}\n+\n+:host(#{$prefix}-table-row[odd]) ::slotted(#{$prefix}-table-cell) {\n+ background-color: $data-table-zebra-color;\n+ border-bottom: 1px solid $data-tab...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(data-table): introduce zebra stripe (#96) Refs #46.
1
feat
data-table
67,479
24.08.2019 08:30:08
-36,000
31a91b50bdf755c5009501856fa9a01ed6c8e19e
chore(convention-.bind): add tests for html els
[ { "change_type": "ADD", "diff": "+import {\n+ IAttrSyntaxTransformer\n+} from '@aurelia/jit-html';\n+import {\n+ RuntimeCompilationResources\n+} from '@aurelia/kernel';\n+import {\n+ BindingMode,\n+ ITemplateCompiler,\n+ TargetedInstructionType as TT\n+} from '@aurelia/runtime';\n+import {\n+ assert,\n+ Tes...
TypeScript
MIT License
aurelia/aurelia
chore(convention-.bind): add tests for html els
1
chore
convention-.bind
67,479
24.08.2019 08:32:22
-36,000
ce62fe032542c0eefed0a9fe3d74617b6e5043b8
chore(cleanup): remove unused instruction
[ { "change_type": "MODIFY", "diff": "@@ -107,23 +107,6 @@ export class TwoWayBindingInstruction implements IPropertyBindingInstruction {\n}\n}\n-export class BindBindingInstruction implements IPropertyBindingInstruction {\n-\n- public type: TargetedInstructionType.propertyBinding;\n- public mode: BindingMode...
TypeScript
MIT License
aurelia/aurelia
chore(cleanup): remove unused instruction
1
chore
cleanup
67,479
24.08.2019 08:52:13
-36,000
3d008fd6f3e2d0687a56bbed5a9ff34291385121
chore(convention-.bind): add more tests for normal cases
[ { "change_type": "MODIFY", "diff": "import { IAttributeParser, ResourceModel } from '@aurelia/jit';\nimport {\n- IHtmlAttributeSyntaxModifier,\n+ IAttrSyntaxTransformer,\nTemplateBinder\n} from '@aurelia/jit-html';\nimport { RuntimeCompilationResources } from '@aurelia/kernel';\n", "new_path": "packages...
TypeScript
MIT License
aurelia/aurelia
chore(convention-.bind): add more tests for normal cases
1
chore
convention-.bind
67,479
24.08.2019 08:53:47
-36,000
c68ca4de1d99561c9069de4a9fb4be7be05ece7f
chore(kitchen-sink): fix test
[ { "change_type": "MODIFY", "diff": "@@ -174,7 +174,7 @@ describe('xml node compiler tests', function () {\nnew ResourceModel(new RuntimeCompilationResources(ctx.container)),\nctx.container.get(IAttributeParser),\nctx.container.get(IExpressionParser),\n- ctx.container.get(IHtmlAttributeSyntaxModifier)\n+ ctx...
TypeScript
MIT License
aurelia/aurelia
chore(kitchen-sink): fix test
1
chore
kitchen-sink
67,479
24.08.2019 09:03:23
-36,000
9dea830f60cd39382c1b2b69488a22252e999ef6
chore(blur-tests): try to fix firefox timing issue
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,13 @@ describe('blur.integration.spec.ts', () => {\nhasFocus: boolean;\n}\n+ before(async function () {\n+ await new Promise(PLATFORM.requestAnimationFrame);\n+ });\n+ after(async function () {\n+ await new Promise(PLATFORM.requestAnimationFrame);\n+ });\n+\n...
TypeScript
MIT License
aurelia/aurelia
chore(blur-tests): try to fix firefox timing issue
1
chore
blur-tests
67,479
24.08.2019 09:28:52
-36,000
de8d19487f66ad319c9dae2fb950bfcacff5d181
chore(tests-convention): use .hasAttribute instead of .contentEditable, jsdom failed on this
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ describe('html convention', function () {\n];\nfor (const [el, bindingAttr, bindingProp = bindingAttr, elAttrs = {}] of bindToTwoWayCombos) {\n- const elAttrsStr = Object.entries(elAttrs).map(([key, value]) => `${key}=${value}`).join(' ');\n+ const elAtt...
TypeScript
MIT License
aurelia/aurelia
chore(tests-convention): use .hasAttribute instead of .contentEditable, jsdom failed on this
1
chore
tests-convention