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
807,849
13.05.2019 12:40:05
25,200
6fcbc36339b6603863f1b523947ce3e1cc5cf394
feat(publish): Add `--otp` option This allows a potential prompt to be skipped as long as the OTP has not expired before it is used. Credit: Fixes
[ { "change_type": "MODIFY", "diff": "@@ -51,6 +51,7 @@ This is useful when a previous `lerna publish` failed to publish all packages to\n- [`--git-head <sha>`](#--git-head-sha)\n- [`--no-git-reset`](#--no-git-reset)\n- [`--no-verify-access`](#--no-verify-access)\n+- [`--otp`](#--otp)\n- [`--preid`](#--preid)...
JavaScript
MIT License
lerna/lerna
feat(publish): Add `--otp` option This allows a potential prompt to be skipped as long as the OTP has not expired before it is used. Credit: @rbuckton Fixes #2076
1
feat
publish
815,595
13.05.2019 12:53:42
-28,800
22215f0c58dc2ca95cd22c385afdb160a9f6d1ba
feat: Calculate median time by tracing parents
[ { "change_type": "MODIFY", "diff": "@@ -29,9 +29,8 @@ impl<CS: ChainStore + 'static> StatsRpc for StatsRpcImpl<CS> {\nlet (tip_header, median_time) = {\nlet chain_state = self.shared.lock_chain_state();\nlet tip_header = chain_state.tip_header().clone();\n- let median_time = (&*chain_state)\n- .block_median...
Rust
MIT License
nervosnetwork/ckb
feat: Calculate median time by tracing parents
1
feat
null
273,683
13.05.2019 14:23:29
-7,200
3574efa68929fa2029e246ee897243209b52fca2
fix(app): prevent cyclic dependency
[ { "change_type": "MODIFY", "diff": "+import Vue from 'vue'\n+\nexport { default as Vue } from 'vue'\n-export { default as fetch } from './fetchPath'\nexport { default as Link } from './components/Link'\nexport { default as Image } from './components/Image'\nexport { default as Pager } from './components/Pag...
JavaScript
MIT License
gridsome/gridsome
fix(app): prevent cyclic dependency (#421)
1
fix
app
815,598
13.05.2019 14:41:41
-28,800
e81cf1944b4c41f3be97046125b55221ab8577e7
chore: cleanup travis log
[ { "change_type": "MODIFY", "diff": "#!/bin/bash\n-set -ev\n+set -e\ncargo sweep --version || cargo install --git https://github.com/holmgr/cargo-sweep --rev 4770deda37a2203c783e301b8c0c895964e8971e\n", "new_path": "devtools/ci/install.sh", "old_path": "devtools/ci/install.sh" }, { "change_ty...
Rust
MIT License
nervosnetwork/ckb
chore: cleanup travis log
1
chore
null
815,598
13.05.2019 14:42:46
-28,800
d72348fd8a80a64010e887527b1ddcd8a5af609d
chore: run test only in fork repo
[ { "change_type": "MODIFY", "diff": "@@ -25,11 +25,13 @@ if [ \"$TRAVIS_PULL_REQUEST\" != false ]; then\nelse\nRUN_TEST=true\nfi\n-else\n+elif [ \"$TRAVIS_REPO_SLUG\" = \"nervosnetwork/ckb\" ]; then\nRUN_INTEGRATION=true\nif [ \"$TRAVIS_BRANCH\" = master ]; then\nRUN_TEST=true\nfi\n+else\n+ RUN_TEST=true\nfi...
Rust
MIT License
nervosnetwork/ckb
chore: run test only in fork repo
1
chore
null
815,593
13.05.2019 14:48:11
-28,800
7bd0b4cb7183d4dcff6e0cfd6af8f23fa3a12b5f
chore: pass clippy
[ { "change_type": "MODIFY", "diff": "@@ -201,7 +201,7 @@ fn new_chain(\n.build()\n.unwrap();\nlet notify = NotifyService::default().start::<&str>(None);\n- let chain_service = ChainService::new(shared.clone(), notify).new();\n+ let chain_service = ChainService::new(shared.clone(), notify);\n(\nchain_service....
Rust
MIT License
nervosnetwork/ckb
chore: pass clippy
1
chore
null
273,683
13.05.2019 14:55:04
-7,200
6332741505f8ee6e83b9fa28b1d240b91c0f0a51
refactor(app): return promise when loading data twice
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ function intersectionHandler ({ intersectionRatio, target }) {\nif (!route.meta.data) return\n- setTimeout(() => fetch(route, true), 250)\n+ setTimeout(() => fetch(route, { shouldPrefetch: true }), 250)\n}\n}\n}\n", "new_path": "gridsome/app/directiv...
JavaScript
MIT License
gridsome/gridsome
refactor(app): return promise when loading data twice
1
refactor
app
815,598
13.05.2019 15:02:34
-28,800
131630ee962e4cdbef33434d4fd6f340a0db2a35
chore: add travis fold
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,12 @@ addons:\n- texinfo\n- libtool\n-before_install: if [ \"$TRAVIS_OS_NAME\" = \"osx\" ]; then ulimit -n 8192; fi\n+before_install:\n+ - if [ \"$TRAVIS_OS_NAME\" = \"osx\" ]; then ulimit -n 8192; fi\n+ - export -f travis_nanoseconds\n+ - export -f travis_fo...
Rust
MIT License
nervosnetwork/ckb
chore: add travis fold
1
chore
null
503,965
13.05.2019 15:04:10
14,400
a48836b75ff3ff80e1c03ee1e1773a0e2407b328
feat(table): add umd to react-table
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"build\": \"yarn typecheck && yarn build:babel && yarn build:types && node ./scripts/copyTS.js && node ./build/copyStyles.js\",\n\"build:babel\": \"concurrently 'yarn build:babel:cjs' 'yarn build:babel:esm' && yarn build:babel:umd\",\n- \"build:babel:cjs\...
TypeScript
MIT License
patternfly/patternfly-react
feat(table): add umd to react-table (#1966)
1
feat
table
807,849
13.05.2019 15:15:33
25,200
3a8b1750092b6b6a08f6f97b3cee297b2680b1a8
feat(run): Extract `@lerna/run-topologically`
[ { "change_type": "MODIFY", "diff": "\"use strict\";\nconst pMap = require(\"p-map\");\n-const PQueue = require(\"p-queue\");\nconst Command = require(\"@lerna/command\");\nconst npmRunScript = require(\"@lerna/npm-run-script\");\nconst output = require(\"@lerna/output\");\nconst timer = require(\"@lerna/tim...
JavaScript
MIT License
lerna/lerna
feat(run): Extract `@lerna/run-topologically`
1
feat
run
807,849
13.05.2019 15:22:50
25,200
23736e5863e0a8c618eff540ea730fca7930d890
feat(exec): Add just-in-time queue management
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n+const pMap = require(\"p-map\");\n+\nconst ChildProcessUtilities = require(\"@lerna/child-process\");\nconst Command = require(\"@lerna/command\");\n-const batchPackages = require(\"@lerna/batch-packages\");\n-const runParallelBatches = require(\"@lerna/...
JavaScript
MIT License
lerna/lerna
feat(exec): Add just-in-time queue management
1
feat
exec
217,922
13.05.2019 15:25:40
-7,200
fb0660c5f50c62a7c75cce6d3e0dd3b2092a5a6c
chore: display fix for leve rewards
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n</ng-template>\n- <nz-list [nzDataSource]=\"rewardGroup.items\" [nzRenderItem]=\"rewardTemplate\"\n- [nzItemLayout]=\"'horizontal'\" [nzHeader]=\"rewardGroupHeader\"\n- *ngFor=\"let rewardGroup of rewards$ | async\">\n- <ng-template #rewardGroupHeader>\n- ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: display fix for leve rewards
1
chore
null
815,609
13.05.2019 15:27:30
-28,800
606d40d6ffd0db7f3e195c3e52787e2160a6493a
chore: use `try_lock_for(...)` to replace `lock()` in TxsVerifyCache
[ { "change_type": "MODIFY", "diff": "@@ -221,7 +221,7 @@ impl<CS: ChainStore + 'static> ChainService<CS> {\nlet mut cell_set_diff = CellSetDiff::default();\nlet mut fork = ForkChanges::default();\nlet mut chain_state = self.shared.lock_chain_state();\n- let mut txs_verify_cache = self.shared.txs_verify_cache...
Rust
MIT License
nervosnetwork/ckb
chore: use `try_lock_for(...)` to replace `lock()` in TxsVerifyCache
1
chore
null
807,849
13.05.2019 15:42:29
25,200
290539b657fe357d46bc185fcce7bb453e7f53d2
feat(version): Add just-in-time queue management
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ const PromptUtilities = require(\"@lerna/prompt\");\nconst output = require(\"@lerna/output\");\nconst collectUpdates = require(\"@lerna/collect-updates\");\nconst { createRunner } = require(\"@lerna/run-lifecycle\");\n-const batchPackages = require(\"@l...
JavaScript
MIT License
lerna/lerna
feat(version): Add just-in-time queue management
1
feat
version
127,946
13.05.2019 16:12:18
-10,800
e3de9892a49b1e15dcd0ae9d6f93ec64bcd7cccf
fix(nav): usehub section cleanup
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,7 @@ const DetailsDialog = styled.div({\ntop: 0,\nleft: 0,\nwidth: '100%',\n+ overflow: 'hidden',\nheight: '160vh',\nbackground: colors.neutral[90],\n});\n", "new_path": "portals/user-portal/src/app/nav/components/hamburger-menu.tsx", "old_path": "por...
TypeScript
MIT License
coingaming/moon-design
fix(nav): usehub section cleanup
1
fix
nav
127,946
13.05.2019 16:41:06
-10,800
eae31ea619dc4e8cb3a3bd68b47826ed745efffa
fix(nav): nav my bets cleanup
[ { "change_type": "DELETE", "diff": "-/** @jsx jsx */ jsx;\n-import * as React from 'react';\n-import { jsx } from '@emotion/core';\n-import rem from 'polished/lib/helpers/rem';\n-import styled, { CSSObject } from '@emotion/styled';\n-import { IconSearch } from '@heathmont/sportsbet-icons';\n-import { spacin...
TypeScript
MIT License
coingaming/moon-design
fix(nav): nav my bets cleanup
1
fix
nav
815,598
13.05.2019 17:06:16
-28,800
685bd909050197e695ef07cc7d2c133471c35802
chore: fix travis fold
[ { "change_type": "MODIFY", "diff": "@@ -90,7 +90,7 @@ fold_start \"integration\"\n# We'll create PR for develop and rc branches to trigger the integration test.\nif [ \"$RUN_INTEGRATION\" = true ]; then\necho \"Running integration test...\"\n- fold integration make integration\n+ make integration\n# Switch ...
Rust
MIT License
nervosnetwork/ckb
chore: fix travis fold (#737)
1
chore
null
815,590
13.05.2019 17:17:20
-28,800
88c7b2217e52696751354a146e31fd7e8cb2f5e7
fix: rename ValidSince to Since
[ { "change_type": "MODIFY", "diff": "@@ -156,8 +156,8 @@ pub enum TransactionError {\nVersion,\n/// Tx not satisfied since condition\nImmature,\n- /// Invalid ValidSince flags\n- InvalidValidSince,\n+ /// Invalid Since flags\n+ InvalidSince,\nCellbaseImmaturity,\n}\n@@ -176,7 +176,7 @@ impl TransactionError ...
Rust
MIT License
nervosnetwork/ckb
fix: rename ValidSince to Since
1
fix
null
815,593
13.05.2019 17:38:45
-28,800
acb2e0152f9b258a3d873f898da762f62191f6af
chore: use wait_until
[ { "change_type": "MODIFY", "diff": "@@ -6,8 +6,6 @@ mod utils;\nuse ckb_core::BlockNumber;\nuse regex::Regex;\n-use std::thread;\n-use std::time;\npub use net::Net;\npub use node::Node;\n@@ -16,10 +14,6 @@ pub use specs::{Spec, TestProtocol};\n// ckb doesn't support tx proposal window configuration, use a h...
Rust
MIT License
nervosnetwork/ckb
chore: use wait_until
1
chore
null
815,590
13.05.2019 17:53:29
-28,800
52aed07f9fd31b15c667d2566fa18e91175c6f63
fix: epoch use EpochNumber
[ { "change_type": "MODIFY", "diff": "use crate::block::Block;\nuse crate::header::Header;\nuse crate::transaction::{CellOutPoint, CellOutput, OutPoint, Transaction};\n-use crate::BlockNumber;\nuse crate::Capacity;\n+use crate::{BlockNumber, EpochNumber};\nuse ckb_util::LowerHexOption;\nuse fnv::{FnvHashMap, ...
Rust
MIT License
nervosnetwork/ckb
fix: epoch use EpochNumber
1
fix
null
217,922
13.05.2019 18:08:06
-7,200
8f0259195031729a4e8ca569bf966936a2db4754
fix(alarms): fixed an issue with groups randomly reordering themselves on time tick
[ { "change_type": "MODIFY", "diff": "@@ -37,12 +37,17 @@ export class AlarmsFacade {\nallAlarms$ = this.store.select(alarmsQuery.getAllAlarms);\nallGroups$ = this.store.select(alarmsQuery.getAllGroups);\n- alarmsPageDisplay$ = combineLatest(this.etime.getEorzeanTime(), this.allAlarms$, this.allGroups$).pipe(...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed an issue with groups randomly reordering themselves on time tick
1
fix
alarms
815,590
13.05.2019 18:24:49
-28,800
c7668f0ec90550970b3b7a4bb69ae00d98d60d92
refactor: use enum to represent SinceMetric
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ use crate::error::TransactionError;\nuse ckb_core::transaction::{Capacity, CellOutput, Transaction, TX_VERSION};\nuse ckb_core::{\ncell::{CellMeta, ResolvedOutPoint, ResolvedTransaction},\n- BlockNumber, Cycle,\n+ BlockNumber, Cycle, EpochNumber,\n};\nuse ...
Rust
MIT License
nervosnetwork/ckb
refactor: use enum to represent SinceMetric
1
refactor
null
273,683
13.05.2019 18:36:50
-7,200
b06310f9df36d64a8009d1656e6320dd957dae89
fix(graphql): use correct typeName for belongsTo pagination
[ { "change_type": "MODIFY", "diff": "@@ -158,7 +158,7 @@ test('parse @paginate with perPage default value', () => {\ntest('parse @paginate directive from belongsTo field with id', () => {\nconst query = createPageQuery(`query {\n- testPage (id: \"1\") {\n+ author (id: \"1\") {\nbelongsTo (perPage: 5, skip: 1...
JavaScript
MIT License
gridsome/gridsome
fix(graphql): use correct typeName for belongsTo pagination (#422)
1
fix
graphql
815,601
13.05.2019 19:21:09
-28,800
ee08f7354da223f5c09bec251f3bad7530abb869
chore: tweak max proposals limit
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ pub(crate) const MAX_EPOCH_LENGTH: u64 = EPOCH_DURATION_TARGET / MIN_BLOCK_INTER\npub(crate) const MIN_EPOCH_LENGTH: u64 = EPOCH_DURATION_TARGET / MAX_BLOCK_INTERVAL; // 240\npub(crate) const GENESIS_EPOCH_LENGTH: u64 = 1_000;\npub(crate) const MAX_BLOCK...
Rust
MIT License
nervosnetwork/ckb
chore: tweak max proposals limit
1
chore
null
67,476
13.05.2019 19:51:51
-7,200
8a7ef50bc500571c1f5e28927047f901068602dc
fix(setter-observer): correctly update inner state
[ { "change_type": "MODIFY", "diff": "@@ -69,10 +69,10 @@ export class SelfObserver {\npublic setValue(newValue: unknown, flags: LifecycleFlags): void {\nif (this.observing) {\n+ const currentValue = this.currentValue;\n+ this.currentValue = newValue;\nif (this.lifecycle.batch.depth === 0) {\nif ((flags & Lif...
TypeScript
MIT License
aurelia/aurelia
fix(setter-observer): correctly update inner state
1
fix
setter-observer
67,476
13.05.2019 20:03:14
-7,200
3e87dc19f3c17593f5345d518c72deaf7d4c95ee
test(jit): remove chai
[ { "change_type": "MODIFY", "diff": "import { DI } from '@aurelia/kernel';\n-import { expect } from 'chai';\nimport {\nattributePattern,\nAttributePatternDefinition,\nIAttributePattern,\nISyntaxInterpreter\n} from '@aurelia/jit';\n+import { assert } from '@aurelia/testing';\ndescribe('@attributePattern', fun...
TypeScript
MIT License
aurelia/aurelia
test(jit): remove chai
1
test
jit
304,907
13.05.2019 20:03:46
-7,200
774e964cf8e1d4709f9d758516de2afaf867b935
fix(interpreter|repl): make repl output every side effect of the line under evaluation
[ { "change_type": "MODIFY", "diff": "package cmd\nimport (\n- \"context\"\n- \"io/ioutil\"\n- \"os\"\n+ \"fmt\"\n_ \"github.com/influxdata/flux/builtin\"\n- \"github.com/influxdata/flux/csv\"\n- \"github.com/influxdata/flux/lang\"\n+ \"github.com/influxdata/flux/repl\"\n\"github.com/spf13/cobra\"\n)\n@@ -25,...
Go
MIT License
influxdata/flux
fix(interpreter|repl): make repl output every side effect of the line under evaluation (#1265)
1
fix
interpreter|repl
304,907
13.05.2019 20:21:38
-7,200
3a467e7f972699ee4a78df60b1704415e8638b85
fix(universe): fix table functions test
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ csv.from(csv: data)`\npanic(errors.Wrap(err, \"cannot compile simple script to prepare test\"))\n}\nfor _, v := range vs {\n- if v, ok := v.(*flux.TableObject); ok {\n+ if v, ok := v.Value.(*flux.TableObject); ok {\nto = v\nbreak\n}\n", "new_path": "...
Go
MIT License
influxdata/flux
fix(universe): fix table functions test (#1272)
1
fix
universe
815,573
13.05.2019 20:41:16
-28,800
4d4840550a73ebe8346fe18efbad3a83fb6d4702
fix(deps): Update p2p library fix send message timeout
[ { "change_type": "MODIFY", "diff": "@@ -564,10 +564,10 @@ dependencies = [\n\"snap 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"stop-handler 0.12.0-pre\",\n\"tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \"tentacle 0.2.0-alpha.12 (registry+https://github...
Rust
MIT License
nervosnetwork/ckb
fix(deps): Update p2p library fix send message timeout
1
fix
deps
815,601
13.05.2019 21:16:09
-28,800
5478844029c4f2fc2423cba81b6a9e1e767bd7d7
feat: verify uncle max proposals limit
[ { "change_type": "MODIFY", "diff": "@@ -328,6 +328,12 @@ where\n)));\n}\n+ if uncle.proposals().len()\n+ > self.provider.consensus().max_block_proposals_limit() as usize\n+ {\n+ return Err(Error::Uncles(UnclesError::ExceededMaximumProposalsLimit));\n+ }\n+\nif uncle_header.proposals_hash() != &uncle.cal_pro...
Rust
MIT License
nervosnetwork/ckb
feat: verify uncle max proposals limit
1
feat
null
71,543
13.05.2019 21:51:20
-36,000
2c5676a8558bef042dadaadef031bdff4c0a7c82
feat(cli): Add javascript for init-templates/app Fixes
[ { "change_type": "MODIFY", "diff": "*.js\n*.js.map\n*.d.ts\n+!lib/init-templates/app/javascript/**/*\nnode_modules\ndist\n", "new_path": "packages/aws-cdk/.gitignore", "old_path": "packages/aws-cdk/.gitignore" }, { "change_type": "ADD", "diff": "+node_modules\n+\n+# CDK asset staging dir...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(cli): Add javascript for init-templates/app (#2525) Fixes #398
1
feat
cli
67,476
13.05.2019 22:52:39
-7,200
075e31ace47a255c74eba69bb22a37568876843d
fix(self-observer): fix subscribe slip-up
[ { "change_type": "MODIFY", "diff": "@@ -93,6 +93,7 @@ export class SelfObserver {\nif (this.observing === false) {\nthis.observing = true;\nthis.currentValue = this.obj[this.propertyKey];\n+ this.createGetterSetter();\n}\nthis.addSubscriber(subscriber);\n", "new_path": "packages/runtime/src/observation/...
TypeScript
MIT License
aurelia/aurelia
fix(self-observer): fix subscribe slip-up
1
fix
self-observer
815,590
13.05.2019 23:59:30
-28,800
1001ac676258e2db3fcc615736ae706155cc31df
fix: increase protocols time event interval
[ { "change_type": "MODIFY", "diff": "@@ -391,8 +391,8 @@ impl<CS: ChainStore + 'static> Relayer<CS> {\nimpl<CS: ChainStore + 'static> CKBProtocolHandler for Relayer<CS> {\nfn init(&mut self, nc: Arc<dyn CKBProtocolContext + Sync>) {\n- nc.set_notify(Duration::from_millis(100), TX_PROPOSAL_TOKEN);\n- nc.set_n...
Rust
MIT License
nervosnetwork/ckb
fix: increase protocols time event interval
1
fix
null
815,601
14.05.2019 00:00:20
-28,800
b54db930f0652273fa2a67ca6abcbafc0c15be3c
fix: block inflight timeout
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,11 @@ where\n.or_insert_with(Default::default);\nif inflight.timestamp < unix_time_as_millis().saturating_sub(BLOCK_DOWNLOAD_TIMEOUT) {\n- trace!(target: \"sync\", \"[block downloader] inflight block download timeout\");\n+ debug!(\n+ target: \"sync\", \"[blo...
Rust
MIT License
nervosnetwork/ckb
fix: block inflight timeout
1
fix
null
815,598
14.05.2019 00:07:55
-28,800
d20a597f539afa3d2254995b94336aaeb73a6df9
feat: genesis block customization The layout of the genesis block cellbase outputs: The first is the genesis cell, which contains a message and a customizable lock. System code cells. Cells with configured capacity and lock.
[ { "change_type": "MODIFY", "diff": "# Generated by: ckb cli hashes -b\n[ckb_dev]\n-genesis = \"0x4c2f8ba5f5a0104eaf84fcbb16af4b0e7ca2f2fdb076e748d54ef876d085d49e\"\n-system_cells_transaction = \"0xf8532f2ed92aad146878dca1d5ad9840e9c803ab85d1361652500eaee09c9038\"\n+genesis = \"0xc3e1e9df14c167d82350bae88f28...
Rust
MIT License
nervosnetwork/ckb
feat: genesis block customization The layout of the genesis block cellbase outputs: - The first is the genesis cell, which contains a message and a customizable lock. - System code cells. - Cells with configured capacity and lock.
1
feat
null
71,598
14.05.2019 00:26:32
25,200
4f7b48df861ca5638e2c73de0f88c05b2279fd37
feat(aws-cdk): use ts-node for TypeScript templates Update sample-app with ts-node in a backwards compatible way (`npm run build` still compiles the code). Closes
[ { "change_type": "MODIFY", "diff": "{\n- \"app\": \"node bin/%name%.js\"\n+ \"app\": \"./node_modules/.bin/ts-node bin/%name%.ts\"\n}\n", "new_path": "packages/aws-cdk/lib/init-templates/app/typescript/cdk.template.json", "old_path": "packages/aws-cdk/lib/init-templates/app/typescript/cdk.template.j...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(aws-cdk): use ts-node for TypeScript templates (#2527) Update sample-app with ts-node in a backwards compatible way (`npm run build` still compiles the code). Closes #1532
1
feat
aws-cdk
815,593
14.05.2019 00:58:14
-28,800
903db6fedb0895ee0a64526cf71a778894181bd0
test: add fork test 3
[ { "change_type": "MODIFY", "diff": "+use ckb_chain::chain::ChainController;\n+use ckb_core::block::Block as CoreBlock;\nuse ckb_network::NetworkController;\nuse ckb_shared::shared::Shared;\nuse ckb_store::ChainStore;\n-use jsonrpc_core::Result;\n+use jsonrpc_core::{Error, Result};\nuse jsonrpc_derive::rpc;\...
Rust
MIT License
nervosnetwork/ckb
test: add fork test 3
1
test
null
67,476
14.05.2019 01:27:22
-7,200
c2627bcd3a8cc85be9497d7bddd72e1bcfbe441f
fix(proxy-observer): make proxies work again
[ { "change_type": "MODIFY", "diff": "@@ -64,7 +64,7 @@ export class If<T extends INode = INode> {\nconst oldValue = this._value;\nif (oldValue !== newValue) {\nthis._value = newValue;\n- this.valueChanged(newValue, oldValue, LifecycleFlags.none);\n+ this.valueChanged(newValue, oldValue, this.$controller.flag...
TypeScript
MIT License
aurelia/aurelia
fix(proxy-observer): make proxies work again
1
fix
proxy-observer
67,476
14.05.2019 01:28:10
-7,200
9c7de0340a088ae6ecc1a61cf1af184f3df4d7cb
test(repeat): fix integration tests
[ { "change_type": "MODIFY", "diff": "@@ -5,8 +5,7 @@ import {\nILifecycle,\nLifecycleFlags\n} from '@aurelia/runtime';\n-import { expect } from 'chai';\n-import { eachCartesianJoin, TestContext, TestConfiguration, trimFull } from '@aurelia/testing';\n+import { eachCartesianJoin, TestContext, TestConfiguratio...
TypeScript
MIT License
aurelia/aurelia
test(repeat): fix integration tests
1
test
repeat
67,476
14.05.2019 01:28:41
-7,200
bc9ada22a0822afb30489bc06f4b6434fc124427
perf(jit-html): cache parsed html
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,8 @@ export const ITemplateElementFactory: InterfaceSymbol<ITemplateElementFactory> =\nconst { enter, leave } = Profiler.createTimer('TemplateElementFactory');\n+const markupCache: Record<string, HTMLTemplateElement | undefined> = {};\n+\n/**\n* Default imple...
TypeScript
MIT License
aurelia/aurelia
perf(jit-html): cache parsed html
1
perf
jit-html
67,476
14.05.2019 01:29:51
-7,200
78f6cf32915ae347a610ed0a598c06f35ced7e97
chore(runtime): typing fixes
[ { "change_type": "MODIFY", "diff": "@@ -299,7 +299,7 @@ export class TextNodeSequence implements INodeSequence {\nthis.refNode = void 0;\n}\n- public link(next: INodeSequence<Node> | IRenderLocation & Comment | undefined): void {\n+ public link(next: INodeSequence<Node> | (IRenderLocation & Comment) | undef...
TypeScript
MIT License
aurelia/aurelia
chore(runtime): typing fixes
1
chore
runtime
67,476
14.05.2019 01:30:26
-7,200
01322f3c0a7419b3c065428a2daa10229d988705
feat(testing): add instanceof assert
[ { "change_type": "MODIFY", "diff": "@@ -407,6 +407,30 @@ export function equal(actual: any, expected: any, message?: string): void {\n}\n}\n+export function instanceOf(actual: any, expected: any, message?: string): void {\n+ if (!(actual instanceof expected)) {\n+ innerFail({\n+ actual,\n+ expected,\n+ mess...
TypeScript
MIT License
aurelia/aurelia
feat(testing): add instanceof assert
1
feat
testing
67,476
14.05.2019 01:31:33
-7,200
41cd1c1c9b58253602cffb0a033bb495debfb12b
fix(au-dom): sync with node-sequence changes
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,6 @@ import {\nInjectArray,\nIRegistry,\nIResolver,\n- PLATFORM,\nRegistration,\nTracer\n} from '@aurelia/kernel';\n@@ -24,7 +23,6 @@ import {\nHydrateTemplateController,\nIBindingTargetAccessor,\nIBindingTargetObserver,\n- IViewModel,\nIDOM,\nIDOMInitializer,\...
TypeScript
MIT License
aurelia/aurelia
fix(au-dom): sync with node-sequence changes
1
fix
au-dom
67,476
14.05.2019 06:10:00
-7,200
a3060e9f0f177be9b5c37e03593d0a5023176e3d
fix(compose): fix typo and tests
[ { "change_type": "MODIFY", "diff": "@@ -6,10 +6,9 @@ import {\nILifecycle,\nIObserverLocator,\nIRenderingEngine,\n- LifecycleFlags } from '@aurelia/runtime';\n+} from '@aurelia/runtime';\nimport { RenderPlan } from '@aurelia/runtime-html';\n-import { expect } from 'chai';\n-import { eachCartesianJoin, TestC...
TypeScript
MIT License
aurelia/aurelia
fix(compose): fix typo and tests
1
fix
compose
67,476
14.05.2019 06:38:51
-7,200
bc190e0186d54a8e17044b032c68be30991c6d99
fix(template-binder): compile slot element
[ { "change_type": "MODIFY", "diff": "@@ -145,10 +145,7 @@ export class TemplateBinder {\nif (Tracer.enabled) { Tracer.leave(); }\nreturn;\ncase 'SLOT':\n- // slot requires no compilation\nthis.surrogate!.hasSlots = true;\n- if (Tracer.enabled) { Tracer.leave(); }\n- return;\n}\n// nodes are processed bottom-...
TypeScript
MIT License
aurelia/aurelia
fix(template-binder): compile slot element
1
fix
template-binder
722,013
14.05.2019 09:05:30
18,000
2eb7713e76b25be6bdbb8f6bb2bbef07c97df1d9
docs: add router example
[ { "change_type": "ADD", "diff": "+# Vue Styleguidist style guide example with the vue-router mocked\n+\n+How to start locally:\n+\n+```\n+git clone https://github.com/vue-styleguidist/vue-styleguidist.git\n+cd vue-styleguidist/examples/router\n+npm install\n+npm run styleguide\n+```\n+\n+Then open http://lo...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: add router example
1
docs
null
104,927
14.05.2019 09:36:03
-3,600
14b7c3f62a30df0f4f9c08b89faad5c49dce379f
chore: 2.0.8 prep
[ { "change_type": "MODIFY", "diff": "\"version\": \"independent\",\n\"command\": {\n\"version\": {\n- \"message\": \"chore: publish %s\"\n+ \"message\": \"chore(release): publish %s\"\n}\n}\n}\n", "new_path": "lerna.json", "old_path": "lerna.json" }, { "change_type": "MODIFY", "diff": "+#...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
chore: 2.0.8 prep
1
chore
null
67,476
14.05.2019 10:15:54
-7,200
6ff2ea6f9fd105f64df7f5fdc9210ea5f1649a41
test(repeat): fix more integration tests
[ { "change_type": "ADD", "diff": "+// tslint:disable:quotemark member-access no-all-duplicated-branches\n+import { Profiler } from \"@aurelia/kernel\";\n+import { Aurelia, CustomElementResource } from \"@aurelia/runtime\";\n+import { TestContext, writeProfilerReport, assert, h } from \"@aurelia/testing\";\n+...
TypeScript
MIT License
aurelia/aurelia
test(repeat): fix more integration tests
1
test
repeat
67,476
14.05.2019 10:17:09
-7,200
741fadc9f115f6f2750d2007d576ebabea70621d
chore(test): fix test sourcemaps
[ { "change_type": "MODIFY", "diff": "@@ -5,10 +5,11 @@ module.exports = function(env, { mode }) {\nreturn {\nmode: production ? 'production' : 'development',\nentry: './src/startup.ts',\n- devtool: production ? 'source-map' : 'eval-source-map',\n+ devtool: false,\nresolve: {\nextensions: ['.ts'],\n- modules:...
TypeScript
MIT License
aurelia/aurelia
chore(test): fix test sourcemaps
1
chore
test
67,476
14.05.2019 10:17:40
-7,200
f757d2c453edb5e30c86b9065481d3a550bda538
chore: improve ts config a bit
[ { "change_type": "MODIFY", "diff": "\"declarationDir\": \"dist\",\n\"outDir\": \"dist/build\",\n\"lib\": [\"esnext\", \"dom\"],\n- \"module\": \"esnext\",\n- \"sourceMap\": false,\n\"resolveJsonModule\": true,\n\"forceConsistentCasingInFileNames\": false,\n\"strict\": false,\n", "new_path": "packages/__...
TypeScript
MIT License
aurelia/aurelia
chore: improve ts config a bit
1
chore
null
807,849
14.05.2019 10:26:25
25,200
90759c2044faad075d96b80c57d663a747ea77e5
feat(query-graph): Add toposort() helper
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,6 @@ const PackageGraph = require(\"@lerna/package-graph\");\n* @param {!Array.<Package>} packages An array of Packages to build the graph out of\n* @param {!boolean} rejectCycles Whether or not to reject cycles\n*/\n-\nclass QueryGraph {\nconstructor(packages,...
JavaScript
MIT License
lerna/lerna
feat(query-graph): Add toposort() helper
1
feat
query-graph
807,849
14.05.2019 10:27:21
25,200
84ce674c61323ef644ea10577bb96516c89d3b07
feat(listable): Use QueryGraph.toposort() helper
[ { "change_type": "MODIFY", "diff": "\"@lerna/listable\": {\n\"version\": \"file:utils/listable\",\n\"requires\": {\n- \"@lerna/batch-packages\": \"file:utils/batch-packages\",\n+ \"@lerna/query-graph\": \"file:utils/query-graph\",\n\"chalk\": \"^2.3.1\",\n\"columnify\": \"^1.5.4\"\n}\n", "new_path": "pa...
JavaScript
MIT License
lerna/lerna
feat(listable): Use QueryGraph.toposort() helper
1
feat
listable
815,601
14.05.2019 10:31:15
-28,800
30defcf4ea71f0c3ab7a68adc67c97dada1fa6d6
fix: block size calculation should not include uncle's proposal zones
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,6 @@ impl UncleBlock {\npub fn serialized_size(&self, proof_size: usize) -> usize {\nHeader::serialized_size(proof_size)\n- + ProposalShortId::serialized_size() * self.proposals.len()\n}\n}\n@@ -56,3 +55,20 @@ pub fn uncles_hash(uncles: &[UncleBlock]) -> H256...
Rust
MIT License
nervosnetwork/ckb
fix: block size calculation should not include uncle's proposal zones
1
fix
null
815,601
14.05.2019 10:49:48
-28,800
e87bc8854d9ef7f84af818798f656ef1aded0eb8
refactory: make pow verify logic consistent with resolve 1. make pow verify logic consistent with resolve 2. rename difficulty convert function
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ use numext_fixed_uint::U256;\nconst ONE: U256 = U256::one();\n/// f(x) = 2^256 / x\n-pub fn boundary_to_difficulty(boundary: &H256) -> U256 {\n+pub fn target_to_difficulty(boundary: &H256) -> U256 {\nlet d: U256 = boundary.into();\nif d.le(&ONE) {\nU256::m...
Rust
MIT License
nervosnetwork/ckb
refactory: make pow verify logic consistent with resolve 1. make pow verify logic consistent with resolve 2. rename difficulty convert function
1
refactory
null
815,598
14.05.2019 12:27:29
-28,800
00cfb3c9be7141bf7dbb6e0b37a75a76a2ede5cf
feat: include output index in hashes.toml
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ cellbase = \"0x8515fadcc5d649cb1167636dd166975b8da5fe355b1e72cd672af9ea1d0418ea\"\n[[ckb_dev.system_cells]]\npath = \"Bundled(specs/cells/always_success)\"\n+index = 1\ncode_hash = \"0x28e83a1277d48add8e72fadaa9248559e1b632bab2bd60b27955ebc4c03800a5\"\nscr...
Rust
MIT License
nervosnetwork/ckb
feat: include output index in hashes.toml
1
feat
null
807,849
14.05.2019 12:41:16
25,200
6ada0e33b71472dae4c6892feede7fe12722b91f
refactor(query-graph): Use figgy config object, accepting graphType
[ { "change_type": "MODIFY", "diff": "\"@lerna/query-graph\": {\n\"version\": \"file:utils/query-graph\",\n\"requires\": {\n- \"@lerna/package-graph\": \"file:core/package-graph\"\n+ \"@lerna/package-graph\": \"file:core/package-graph\",\n+ \"figgy-pudding\": \"^3.5.1\"\n}\n},\n\"@lerna/resolve-symlink\": {\n...
JavaScript
MIT License
lerna/lerna
refactor(query-graph): Use figgy config object, accepting graphType
1
refactor
query-graph
815,598
14.05.2019 12:42:47
-28,800
48c71b9b4d6cff1a5e1db50e517966f2238c0516
feat: skip block bytes verifier on genesis block
[ { "change_type": "MODIFY", "diff": "@@ -207,6 +207,10 @@ impl BlockBytesVerifier {\n}\npub fn verify(&self, block: &Block) -> Result<(), Error> {\n+ // Skip bytes limit on genesis block\n+ if block.is_genesis() {\n+ return Ok(());\n+ }\nlet block_bytes = block.serialized_size(self.proof_size) as u64;\nif bl...
Rust
MIT License
nervosnetwork/ckb
feat: skip block bytes verifier on genesis block
1
feat
null
807,849
14.05.2019 12:44:22
25,200
2691bb8670c5258c9eab6d9a858b23ee43e00af0
refactor(run-topologically): Pass packages and runner in parameters, not figgy config
[ { "change_type": "MODIFY", "diff": "@@ -124,11 +124,9 @@ class ExecCommand extends Command {\n? pkg => this.runCommandInPackageStreaming(pkg)\n: pkg => this.runCommandInPackageCapturing(pkg);\n- return runTopologically({\n- packages: this.filteredPackages,\n+ return runTopologically(this.filteredPackages, r...
JavaScript
MIT License
lerna/lerna
refactor(run-topologically): Pass packages and runner in parameters, not figgy config
1
refactor
run-topologically
127,946
14.05.2019 12:58:55
-10,800
53bd203bb1107a6ba9f09f16cced0ca1c0439099
fix(nav): details toggle fix
[ { "change_type": "RENAME", "diff": "@@ -9,9 +9,9 @@ import { colors, breakpoints } from '@heathmont/sportsbet-tokens';\nimport { IconHamburger, IconClose } from '@heathmont/sportsbet-icons';\nimport { mq } from '@heathmont/sportsbet-utils/lib/mq';\nimport { spacing } from '@heathmont/sportsbet-utils/lib/spa...
TypeScript
MIT License
coingaming/moon-design
fix(nav): details toggle fix
1
fix
nav
807,849
14.05.2019 13:10:48
25,200
ae6471c221d47d71106a66f06edae76be0c09ea3
feat(publish): Add just-in-time queue management
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,6 @@ const crypto = require(\"crypto\");\nconst pFinally = require(\"p-finally\");\nconst pMap = require(\"p-map\");\nconst pPipe = require(\"p-pipe\");\n-const pReduce = require(\"p-reduce\");\nconst semver = require(\"semver\");\nconst Command = require(\"@le...
JavaScript
MIT License
lerna/lerna
feat(publish): Add just-in-time queue management
1
feat
publish
815,598
14.05.2019 13:19:59
-28,800
cf82608b7f5b6743a46715ba145ce658f1cec75f
feat: use always fail code lock in geneiss
[ { "change_type": "MODIFY", "diff": "# Generated by: ckb cli hashes -b\n[ckb_dev]\n-genesis = \"0xc3e1e9df14c167d82350bae88f28977c9aacf844209d91194e12ea734c801871\"\n-cellbase = \"0x8515fadcc5d649cb1167636dd166975b8da5fe355b1e72cd672af9ea1d0418ea\"\n+genesis = \"0xb60128bc0c540c804c43f95ce49f8e0ebdbac379ba34...
Rust
MIT License
nervosnetwork/ckb
feat: use always fail code lock in geneiss
1
feat
null
815,601
14.05.2019 13:31:47
-28,800
ade6416029a3dd3daa1ee66836c74fc4d1d1653b
fix: next epoch calculate off-by-one
[ { "change_type": "MODIFY", "diff": "@@ -60,6 +60,10 @@ impl EpochExt {\n}\n}\n+ pub fn is_genesis(&self) -> bool {\n+ 0 == self.number\n+ }\n+\npub fn start_number(&self) -> BlockNumber {\nself.start_number\n}\n", "new_path": "core/src/extras.rs", "old_path": "core/src/extras.rs" }, { "chang...
Rust
MIT License
nervosnetwork/ckb
fix: next epoch calculate off-by-one
1
fix
null
807,849
14.05.2019 13:32:15
25,200
86383f5601f7e15f12974ea87b99325ca329fc64
test(config): Ensure clean install test (aka `npm cit`) uses clean jest cache
[ { "change_type": "MODIFY", "diff": "\"use strict\";\nmodule.exports = {\n+ // ensure `npm cit` uses clean cache\n+ cacheDirectory: \"./node_modules/.cache/jest\",\nclearMocks: true,\n// windows ci is terribly slow, so let's not burden it with coverage\ncollectCoverage: process.env.CI && process.env.TRAVIS_O...
JavaScript
MIT License
lerna/lerna
test(config): Ensure clean install test (aka `npm cit`) uses clean jest cache
1
test
config
722,013
14.05.2019 13:48:59
18,000
1fc2fa5c9fe8cfa4a7b820cac90eff4d9dcbd762
docs(router): add href to examples
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,20 @@ Vue.component('RouterLink', {\ntag: { type: String, default: 'a' }\n},\nrender(createElement) {\n- return createElement(this.tag, {}, this.$slots.default)\n+ const href = this.$attrs.to\n+ return createElement(\n+ this.tag,\n+ {\n+ attrs: { href },\n+ on:...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs(router): add href to examples
1
docs
router
127,946
14.05.2019 13:50:01
-10,800
9ea65a20cf9e9caece3d6976ae9eab9cda65cc69
fix(Select): add React props
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,8 @@ jsx;\nconst selectIconSize = 10; // px\nconst selectIconOffset = selectIconSize + inputSpacing * 2;\n-type SelectProps = LabelSizing & {\n+type SelectProps = LabelSizing &\n+ React.InputHTMLAttributes<HTMLSelectElement> & {\nlabel?: string;\nfullWidth?: ...
TypeScript
MIT License
coingaming/moon-design
fix(Select): add React props
1
fix
Select
815,598
14.05.2019 13:51:02
-28,800
7fbf27a3c26ce2dda5eb03b780f3bde537b8b8db
chore: update CHANGELOG for v0.11.0
[ { "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+# [v0.11.0](https://github.com/nervosnetwork/ckb/compare/v0.10.0...v0.11.0) (2019-05-14)\n+\n+### Features\n+\n+* #63...
Rust
MIT License
nervosnetwork/ckb
chore: update CHANGELOG for v0.11.0
1
chore
null
815,590
14.05.2019 13:52:08
-28,800
18e8c27808b536fd526d7056f0b35dc188a35b0a
refactor: use BlockInfo on CellMetaBuilder
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ use crate::tests::util::{\nuse ckb_chain_spec::consensus::Consensus;\nuse ckb_core::block::Block;\nuse ckb_core::block::BlockBuilder;\n-use ckb_core::cell::{CellMetaBuilder, CellProvider, CellStatus, UnresolvableError};\n+use ckb_core::cell::{BlockInfo, Ce...
Rust
MIT License
nervosnetwork/ckb
refactor: use BlockInfo on CellMetaBuilder
1
refactor
null
306,484
14.05.2019 13:57:36
-7,200
b55228f8b745a0acec2fe711cc904ae2217859a7
chore(calendar): fix docs
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@lion/calendar\",\n\"version\": \"0.1.0\",\n- \"description\": \"Reusable calendar component\",\n+ \"description\": \"Standalone calendar\",\n\"author\": \"ing-bank\",\n\"homepage\": \"https://github.com/ing-bank/lion/\",\n\"license\": \"MIT\",\n", "new...
JavaScript
MIT License
ing-bank/lion
chore(calendar): fix docs
1
chore
calendar
807,849
14.05.2019 13:58:03
25,200
af870bb68252f1ee01a7ed1d81c8515de79cea26
feat(dist-tag): Prompt for OTP when required
[ { "change_type": "MODIFY", "diff": "@@ -69,12 +69,15 @@ Map {\nconst conf = expect.objectContaining({\ntag: \"latest\",\n});\n+ const cache = expect.objectContaining({\n+ otp: undefined,\n+ });\n- expect(npmDistTag.remove).toHaveBeenCalledWith(\"@integration/package-1@1.0.1\", \"lerna-temp\", conf);\n- expe...
JavaScript
MIT License
lerna/lerna
feat(dist-tag): Prompt for OTP when required
1
feat
dist-tag
447,440
14.05.2019 14:17:17
18,000
ef2b0f2530802c2bd4c52d1927462646ec7321e1
styles: fix styles in buttonMenu when open
[ { "change_type": "MODIFY", "diff": ".rainbow-primitive-menu {\nposition: relative;\n- display: inline-block; }\n- .rainbow-primitive-menu:hover, .rainbow-primitive-menu:focus {\n- outline: 0; }\n+ display: inline-block;\n+}\n+.rainbow-primitive-menu:hover,\n+.rainbow-primitive-menu:focus {\n+ outline: 0;\n+...
JavaScript
MIT License
nexxtway/react-rainbow
styles: fix styles in buttonMenu when open (#734)
1
styles
null
815,573
14.05.2019 14:17:32
-28,800
4a37c13facbf5ba1790b47968756943891d9f74c
fix(deps): upgrade p2p to 0.2.0-alpha.14
[ { "change_type": "MODIFY", "diff": "@@ -564,7 +564,7 @@ dependencies = [\n\"snap 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"stop-handler 0.12.0-pre\",\n\"tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \"tentacle 0.2.0-alpha.13 (registry+https://github.c...
Rust
MIT License
nervosnetwork/ckb
fix(deps): upgrade p2p to 0.2.0-alpha.14
1
fix
deps
815,573
14.05.2019 14:18:05
-28,800
29db6bf59608228c6ec77b9edbf3ff272df51f60
fix: remove peer from peer store when peer id not match
[ { "change_type": "MODIFY", "diff": "@@ -408,6 +408,13 @@ impl ServiceHandle for EventHandler {\n.insert(addr, std::u8::MAX);\n}\nif let Some(peer_id) = extract_peer_id(address) {\n+ if error == &P2pError::PeerIdNotMatch {\n+ debug!(target: \"network\", \"peer id not match delete from peer store: {}\", addre...
Rust
MIT License
nervosnetwork/ckb
fix: remove peer from peer store when peer id not match
1
fix
null
807,849
14.05.2019 14:25:51
25,200
ccaf9876f5804c99fcd2d967956a9578a765b96d
refactor(run-topologically): Do not pass figgy config down to constructors directly
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,11 @@ module.exports = runTopologically;\nconst TopologicalConfig = figgyPudding({\n// p-queue options\nconcurrency: {},\n- // query-graph options handled elsewhere\n+ // query-graph options\n+ \"graph-type\": {},\n+ graphType: \"graph-type\",\n+ \"reject-cycle...
JavaScript
MIT License
lerna/lerna
refactor(run-topologically): Do not pass figgy config down to constructors directly
1
refactor
run-topologically
815,573
14.05.2019 14:31:13
-28,800
3b27243dbcdd419ea6e53f521618332ac7d745f4
revert: Rollback sync/relay notify interval
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,7 @@ use failure::Error as FailureError;\nuse faketime::unix_time_as_millis;\nuse flatbuffers::FlatBufferBuilder;\nuse fnv::{FnvHashMap, FnvHashSet};\n-use log::{debug, info};\n+use log::{debug, info, trace};\nuse lru_cache::LruCache;\nuse numext_fixed_hash::...
Rust
MIT License
nervosnetwork/ckb
revert: Rollback sync/relay notify interval
1
revert
null
104,927
14.05.2019 14:35:06
-3,600
ca955d105170a57a9f78b1e0354c02505ea02f70
fix: date picker formatting
[ { "change_type": "MODIFY", "diff": "@@ -187,6 +187,8 @@ export default {\n// add events update based on parameters\n_options.onChange = this.onChange;\n+ _options.onOpen = this.onOpen;\n+ _options.onReady = this.onCalReady;\n// _options.onValueUpdate = this.onChange;\nif (this.kind === 'range') {\n@@ -220,6...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
fix: date picker formatting
1
fix
null
217,922
14.05.2019 14:43:45
-7,200
67876d98b64a301d35bc927572ed5c043a9d40d8
style: changed the colors to simple borders on rotation tags
[ { "change_type": "MODIFY", "diff": "</nz-tag>\n<nz-tag\n*ngFor=\"let tag of rotation.tags\">{{('SIMULATOR.COMMUNITY_ROTATIONS.TAGS.' + tag) | translate}}</nz-tag>\n- <nz-tag nzColor=\"#bd0ef2\">{{'SIMULATOR.CONFIGURATION.STATS.Craftsmanship' | translate}}\n+ <nz-tag [style.border-color]=\"'#bd0ef2'\">{{'SIM...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
style: changed the colors to simple borders on rotation tags
1
style
null
815,573
14.05.2019 14:46:13
-28,800
8e2cdad2bba81bdf818505691ab517e95a669dfd
chore: Tweak sync action notify interval
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,8 @@ pub const SEND_GET_HEADERS_TOKEN: u64 = 0;\npub const BLOCK_FETCH_TOKEN: u64 = 1;\npub const TIMEOUT_EVICTION_TOKEN: u64 = 2;\npub const NO_PEER_CHECK_TOKEN: u64 = 255;\n-const SYNC_NOTIFY_INTERVAL: Duration = Duration::from_millis(100);\n+const SYNC_NOT...
Rust
MIT License
nervosnetwork/ckb
chore: Tweak sync action notify interval
1
chore
null
217,922
14.05.2019 14:54:09
-7,200
a647596473f46d646ce8c297deaa0408f21788c9
chore: better colors for previous commit
[ { "change_type": "MODIFY", "diff": "</div>\n<div fxLayout=\"row\" fxLayoutGap=\"5px\" fxLayoutAlign=\"flex-start center\" fxFlex=\"1 1 auto\">\n<ng-container *ngIf=\"rotation.public\">\n- <nz-tag *ngIf=\"rotation.public && !publicDisplay\" [nzColor]=\"'#108ee9'\">\n+ <nz-tag *ngIf=\"rotation.public && !publ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better colors for previous commit
1
chore
null
815,593
14.05.2019 15:28:26
-28,800
02c21a37878e546d6e0665c833bff6650bd60e9e
test: add more chain fork test and fix cellmeta out-of-bounds error
[ { "change_type": "MODIFY", "diff": "@@ -47,8 +47,9 @@ impl TransactionMeta {\nself.dead_cell.get(0).expect(\"One bit should always exists\")\n}\n+ /// Returns transaction outputs count\npub fn len(&self) -> usize {\n- self.dead_cell.len()\n+ self.dead_cell.len() - 1\n}\npub fn block_number(&self) -> u64 {\n...
Rust
MIT License
nervosnetwork/ckb
test: add more chain fork test and fix cellmeta out-of-bounds error
1
test
null
127,946
14.05.2019 15:28:54
-10,800
8010d832e09bdd2b31ae37de8074aa6cfa82cb21
fix(nav): nav details style fixes
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,6 @@ import {\ncontainer as containerTokens,\nContainer as ContainerTokens,\n} from '@heathmont/sportsbet-tokens';\n-import { spacing } from '../spacing';\ntype ContainerSize = keyof ContainerTokens | number;\n", "new_path": "design/utils/src/container/inde...
TypeScript
MIT License
coingaming/moon-design
fix(nav): nav details style fixes
1
fix
nav
722,013
14.05.2019 15:40:41
18,000
4ae5390380fd0309dee5bbd3cd99979027c93361
fix: register all cmpnts ins/f only first section closes
[ { "change_type": "MODIFY", "diff": "* @param {array} sections\n*/\nexport default function getComponentsFromSections(sections) {\n- return sections.reduce((acc, section) => {\n+ return sections.reduce((allComponent, section) => {\nlet sectionComponents = []\nlet subSectionComponents = []\nif (section.compon...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: register all cmpnts ins/f only first section closes #405
1
fix
null
815,573
14.05.2019 15:48:30
-28,800
1d967b7584d81252c765794cdbb3360ccb592bd7
fix: token unreachable bug
[ { "change_type": "MODIFY", "diff": "@@ -568,7 +568,7 @@ impl<CS: ChainStore> CKBProtocolHandler for Synchronizer<CS> {\nTIMEOUT_EVICTION_TOKEN => {\nself.eviction(nc.as_ref());\n}\n- _ => unreachable!(),\n+ _ => {}\n}\ntrace!(target: \"sync\", \"finished notify token={} cost={:?}\", token, start_time.elapse...
Rust
MIT License
nervosnetwork/ckb
fix: token unreachable bug
1
fix
null
127,946
14.05.2019 15:50:00
-10,800
3f6c7496e506c16e3fe776ba4e0c428b86998128
fix(nav): nav details menu items pixel perfect
[ { "change_type": "MODIFY", "diff": "@@ -76,8 +76,7 @@ const column: CSSObject = {\nconst Balance = styled.p({\ncolor: colors.neutral[10],\nfontSize: rem(24),\n- lineHeight: rem(30),\n- // marginBottom: spacing('small'),\n+ lineHeight: '2rem',\n'&:hover': {\ncolor: colors.neutral[10],\n},\n@@ -104,6 +103,10 ...
TypeScript
MIT License
coingaming/moon-design
fix(nav): nav details menu items pixel perfect
1
fix
nav
807,849
14.05.2019 15:53:07
25,200
9a5a29c862587c30ac78131b241b31782199f4f9
fix(add): Never pass filter options to nested bootstrap Fixes
[ { "change_type": "MODIFY", "diff": "@@ -239,6 +239,33 @@ describe(\"AddCommand\", () => {\n);\n});\n+ it(\"should not pass filter options to bootstrap\", async () => {\n+ const testDir = await initFixture(\"existing\");\n+\n+ await lernaAdd(testDir)(\n+ \"@test/package-2\",\n+ \"--scope=@test/package-1\",\n...
JavaScript
MIT License
lerna/lerna
fix(add): Never pass filter options to nested bootstrap Fixes #1989
1
fix
add
127,946
14.05.2019 16:07:59
-10,800
a25f1b2f9e4289d82438282c2e770fd3b6bc06ff
fix(nav): details select fix
[ { "change_type": "MODIFY", "diff": "exports[`File Input renders a file input with custom label 1`] = `\n.emotion-1 {\n- width: 100%;\n+ max-width: 100%;\npadding: 0.875rem;\n-webkit-appearance: none;\n-moz-appearance: none;\n@@ -84,7 +84,7 @@ exports[`File Input renders a file input with custom label and pl...
TypeScript
MIT License
coingaming/moon-design
fix(nav): details select fix
1
fix
nav
815,573
14.05.2019 16:57:44
-28,800
7531be187d77603edd29dd24fdf0c04a8d43a0db
chore: Add comment for why match skip branch
[ { "change_type": "MODIFY", "diff": "@@ -568,6 +568,7 @@ impl<CS: ChainStore> CKBProtocolHandler for Synchronizer<CS> {\nTIMEOUT_EVICTION_TOKEN => {\nself.eviction(nc.as_ref());\n}\n+ // Here is just for NO_PEER_CHECK_TOKEN token, only handle it when there is no peer.\n_ => {}\n}\n", "new_path": "sync/sr...
Rust
MIT License
nervosnetwork/ckb
chore: Add comment for why match skip branch
1
chore
null
815,595
14.05.2019 17:12:20
-28,800
a508880970e95a91a55036be0eb6abcdb8ea50a4
fix: Return block_hash for get_cells_by_lock_hash
[ { "change_type": "MODIFY", "diff": "### `_compute_transaction_hash`\n-Return the transaction id\n+Return the transaction hash\n**Deprecated**: will be removed in a later version\n@@ -51,10 +51,10 @@ echo '{\n{\n\"args\": [],\n\"previous_output\": {\n- \"block_hash\": \"0xca97a033aa9765914bc0b7887ff872303761...
Rust
MIT License
nervosnetwork/ckb
fix: Return block_hash for get_cells_by_lock_hash
1
fix
null
815,598
14.05.2019 17:18:11
-28,800
58535b14a82d33606930039ee2a55ddd83526e8a
chore: fix travis condition Allow build any branch in fork repository.
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ git:\ndepth: 2\nsubmodules: false\n-if: 'branch IN (master, develop) OR branch =~ /^rc\\// OR type != push OR fork = true OR tag IS present'\n+if: 'branch IN (master, develop) OR branch =~ /^rc\\// OR type != push OR repo != nervosnetwork/ckb OR tag IS pre...
Rust
MIT License
nervosnetwork/ckb
chore: fix travis condition Allow build any branch in fork repository.
1
chore
null
815,595
14.05.2019 17:29:55
-28,800
d3d50592e1b87ddef642a67606d0090317ac3e89
chore: Check dirty doc in make ci
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,9 @@ doc: ## Build the documentation for the local package.\ndoc-deps: ## Build the documentation for the local package and all dependencies.\ncargo doc --all\n+gen-doc: ## Generate rpc documentation\n+ ./devtools/doc/rpc.py rpc/json/rpc.json > rpc/README.md\...
Rust
MIT License
nervosnetwork/ckb
chore: Check dirty doc in make ci
1
chore
null
815,601
14.05.2019 17:48:41
-28,800
8224645f38d33d217eb9f9597b027083795e72cf
fix: genesis epoch remainder reward
[ { "change_type": "MODIFY", "diff": "@@ -220,7 +220,7 @@ impl ChainSpec {\nlet block_reward =\nCapacity::shannons(self.params.epoch_reward.as_u64() / GENESIS_EPOCH_LENGTH);\nlet remainder_reward =\n- Capacity::shannons(self.params.epoch_reward.as_u64() / GENESIS_EPOCH_LENGTH);\n+ Capacity::shannons(self.para...
Rust
MIT License
nervosnetwork/ckb
fix: genesis epoch remainder reward
1
fix
null
217,922
14.05.2019 17:48:50
-7,200
c78e3ab8029498d751c02e8eb459839bb937026b
chore: small fix for npc display in some specific cases (alisaie again)
[ { "change_type": "MODIFY", "diff": "</ng-template>\n</nz-list>\n</nz-card>\n- <nz-card fxFlex=\"1 1 auto\" class=\"details-card\" [nzTitle]=\"title\" nzBordered=\"false\"\n- *ngIf=\"trades$ | async as trades\">\n+ <ng-container *ngIf=\"trades$ | async as trades\">\n+ <nz-card fxFlex=\"1 1 auto\" class=\"det...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for npc display in some specific cases (alisaie again)
1
chore
null
815,573
14.05.2019 17:54:17
-28,800
e3395fe4567c14109386ced6f6e88b08bfb4c395
perf(network): Spawn more than 4 tokio core threads when possible
[ { "change_type": "MODIFY", "diff": "@@ -554,6 +554,7 @@ dependencies = [\n\"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lru-cache?rev=b36a4d1)\",\...
Rust
MIT License
nervosnetwork/ckb
perf(network): Spawn more than 4 tokio core threads when possible
1
perf
network
815,601
14.05.2019 18:30:58
-28,800
855a7e3665d09715e4671d7bb85b0a075de7c1be
fix: temporarily ignore disconnect integration test
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ fn main() {\n\"transaction_relay_basic\" => Box::new(TransactionRelayBasic),\n\"transaction_relay_multiple\" => Box::new(TransactionRelayMultiple),\n\"discovery\" => Box::new(Discovery),\n- \"disconnect\" => Box::new(Disconnect),\n+ // \"disconnect\" => ...
Rust
MIT License
nervosnetwork/ckb
fix: temporarily ignore disconnect integration test
1
fix
null
815,601
14.05.2019 18:47:30
-28,800
3f64725f757286a32576b03e5cddca328d28949c
chore: tweak max proposals limit 3000
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ pub(crate) const MAX_EPOCH_LENGTH: u64 = EPOCH_DURATION_TARGET / MIN_BLOCK_INTER\npub(crate) const MIN_EPOCH_LENGTH: u64 = EPOCH_DURATION_TARGET / MAX_BLOCK_INTERVAL; // 240\npub(crate) const GENESIS_EPOCH_LENGTH: u64 = 1_000;\npub(crate) const MAX_BLOCK...
Rust
MIT License
nervosnetwork/ckb
chore: tweak max proposals limit 3000
1
chore
null
217,922
14.05.2019 19:02:38
-7,200
878db6621db149a56b5ef27c468886d699aa254c
chore: small fix for fate name in urls
[ { "change_type": "MODIFY", "diff": "@@ -38,15 +38,15 @@ export class FateComponent extends TeamcraftPageComponent {\nconst slug = params.get('slug');\nif (slug === null) {\nthis.router.navigate(\n- [this.i18n.getName(this.l12n.getNpc(+params.get('fateId'))).split(' ').join('-')],\n+ [this.i18n.getName(this....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for fate name in urls
1
chore
null
815,598
14.05.2019 19:16:54
-28,800
2760528181b3f89e7e4d36aaeeaeab8a79ab3fa6
feat: remove always_success script Now always_success is only used in tests, CKB won't bundle always_success script in the binary
[ { "change_type": "MODIFY", "diff": "@@ -152,7 +152,7 @@ fn new_chain(\nH256,\nH256,\n) {\n- let always_success = include_bytes!(\"../../resource/specs/cells/always_success\");\n+ let always_success = include_bytes!(\"../../script/testdata/always_success\");\nlet mut cell_output = CellOutput::default();\ncel...
Rust
MIT License
nervosnetwork/ckb
feat: remove always_success script Now always_success is only used in tests, CKB won't bundle always_success script in the binary Co-authored-by: Xuejie Xiao <xxuejie@gmail.com>
1
feat
null
471,527
14.05.2019 19:56:57
-7,200
e06b5ce07d0d9edeee98a11bda025c2ca1bd5cf6
fix(testing-helpers): force focus/blur for IE
[ { "change_type": "MODIFY", "diff": "@@ -75,7 +75,11 @@ export async function triggerBlurFor(element) {\n}\nelement.blur();\nif (isIE()) {\n+ while (element === document.activeElement) {\n+ element.blur();\n+ // eslint-disable-next-line no-await-in-loop\nawait nextFrame();\n+ }\nawait nextFrame();\n}\n}\n@@ ...
JavaScript
MIT License
open-wc/open-wc
fix(testing-helpers): force focus/blur for IE (#457)
1
fix
testing-helpers
217,922
14.05.2019 20:28:34
-7,200
8d8a7692d35c819c02734fa47ae7feefec3d4934
chore: small fix for some edge cases in list details
[ { "change_type": "MODIFY", "diff": "@@ -478,7 +478,7 @@ export class ItemRowComponent extends TeamcraftComponent implements OnInit {\nprivate handleAlarms(item: ListRow): void {\n// We don't want to display more than 6 alarms, else it becomes a large shitfest\nif (!item.alarms || item.alarms.length < 8 || t...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for some edge cases in list details
1
chore
null
471,527
14.05.2019 20:33:00
-7,200
29bedd1cda06a075150487245b8541e73171d7d9
fix(testing-helpers): more work for IE11 flaky focus/blur
[ { "change_type": "MODIFY", "diff": "@@ -75,11 +75,8 @@ export async function triggerBlurFor(element) {\n}\nelement.blur();\nif (isIE()) {\n- while (element === document.activeElement) {\nelement.blur();\n- // eslint-disable-next-line no-await-in-loop\nawait nextFrame();\n- }\nawait nextFrame();\n}\n}\n@@ -1...
JavaScript
MIT License
open-wc/open-wc
fix(testing-helpers): more work for IE11 flaky focus/blur
1
fix
testing-helpers
815,595
14.05.2019 20:55:15
-28,800
60541a7232688f3b86a0536f427f2d9b009861eb
test: add sync integration tests
[ { "change_type": "MODIFY", "diff": "@@ -62,7 +62,7 @@ max_request_body_size = 10485760\n# List of API modules: [\"Net\", \"Pool\", \"Miner\", \"Chain\", \"Stats\", \"Experiment\"]\nmodules = [\"Net\", \"Pool\", \"Miner\", \"Chain\", \"Stats\", \"Experiment\"] # {{\n-# integration => modules = [\"Net\", \"Po...
Rust
MIT License
nervosnetwork/ckb
test: add sync integration tests
1
test
null