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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
815,609 | 08.05.2019 10:00:12 | -28,800 | 0c9082a8780b5bf8dc1013de028c0988ea7b18e0 | perf: store transaction hashes into database to avoid computing them again
BREAKING CHANGE: The format of block data in database is changed. | [
{
"change_type": "MODIFY",
"diff": "use crate::header::{Header, HeaderBuilder};\n-use crate::transaction::{ProposalShortId, Transaction};\n+use crate::transaction::{ProposalShortId, Transaction, TransactionStored};\nuse crate::uncle::{uncles_hash, UncleBlock};\nuse ckb_merkle_tree::merkle_root;\nuse fnv::Fn... | Rust | MIT License | nervosnetwork/ckb | perf: store transaction hashes into database to avoid computing them again
BREAKING CHANGE: The format of block data in database is changed. | 1 | perf | null |
815,593 | 08.05.2019 10:29:23 | -28,800 | 7bd1794277d2cf239412bda4dd02f2f1a645e8e4 | chore: add helper method for net sync | [
{
"change_type": "MODIFY",
"diff": "use crate::specs::TestProtocol;\n-use crate::Node;\n+use crate::{sleep, Node};\nuse bytes::Bytes;\nuse ckb_core::BlockNumber;\nuse ckb_network::{\n@@ -7,6 +7,7 @@ use ckb_network::{\nNetworkService, NetworkState, PeerIndex, ProtocolId,\n};\nuse crossbeam_channel::{self, R... | Rust | MIT License | nervosnetwork/ckb | chore: add helper method for net sync | 1 | chore | null |
273,683 | 08.05.2019 10:30:33 | -7,200 | 9b4ea5beed6980819eabb1fc705b96a794fcff29 | fix(remark): support all remark plugins | [
{
"change_type": "MODIFY",
"diff": "@@ -51,10 +51,3 @@ Add additional plugins to the parser.\n- Type: `boolean` Default: `true`\nSet this option to `false` to disable all built-in plugins.\n-\n-## API\n-\n-- `parse` Parse front matter data\n-- `toAST` Parse markdown into a syntax tree\n-- `applyPlugins` Tra... | JavaScript | MIT License | gridsome/gridsome | fix(remark): support all remark plugins (#18) | 1 | fix | remark |
749,516 | 08.05.2019 10:43:17 | 25,200 | 42ba2f30508ff022b89f8b380b9399cc8e67f535 | chore(menus|select|autocomplete): add deprecation warnings for react-dropdowns migration | [
{
"change_type": "MODIFY",
"diff": "This package includes components relating to autocompletes in the\n[Garden Design System](https://zendeskgarden.github.io/).\n+## DEPRECATION WARNING\n+\n+This package has been deprecated in favor of the API provided in the\n+[@zendeskgarden/react-dropdowns](https://garde... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | chore(menus|select|autocomplete): add deprecation warnings for react-dropdowns migration (#320) | 1 | chore | menus|select|autocomplete |
815,598 | 08.05.2019 11:03:41 | -28,800 | 8f6e9f873d946e232851465c43e6791c27423add | chore: ci round robin | [
{
"change_type": "MODIFY",
"diff": "@@ -18,10 +18,10 @@ matrix:\ninclude:\n- rust: 1.34.1\nos: osx\n- env: FMT=true CHECK=true TEST=true REL_PKG=darwin_amd64.zip\n+ env: REL_PKG=darwin_amd64.zip\n- rust: 1.34.1\nos: linux\n- env: TEST=true REL_PKG=linux_amd64.tar.gz\n+ env: REL_PKG=linux_amd64.tar.gz\naddon... | Rust | MIT License | nervosnetwork/ckb | chore: ci round robin | 1 | chore | null |
104,818 | 08.05.2019 11:26:06 | -7,200 | 0fc213bc855ae25558ea40733abde45e42095c0f | docs(table): add row actions documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -646,7 +646,9 @@ storiesOf('Table', module)\n}}\n/>\n))\n- .add('with row expansion and actions', () => (\n+ .add(\n+ 'with row expansion and actions',\n+ () => (\n<Table\ncolumns={tableColumns}\ndata={tableData.map((i, idx) => ({\n@@ -705,7 +707,67 @@ storiesOf('Table... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | docs(table): add row actions documentation | 1 | docs | table |
815,590 | 08.05.2019 11:39:22 | -28,800 | 3d16b83a180b7904d7fd8eb49ae61a0ffe9d1836 | perf: paralel verify block proposal txs | [
{
"change_type": "MODIFY",
"diff": "@@ -704,6 +704,7 @@ dependencies = [\n\"numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-... | Rust | MIT License | nervosnetwork/ckb | perf: paralel verify block proposal txs | 1 | perf | null |
815,593 | 08.05.2019 11:46:53 | -28,800 | 57ff890dcf8ec6de77bcda7e26d335d0dc0e1e88 | test: add pool resurrect test and tweak test helper method | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ fn main() {\n\"block_sync_basic\" => Box::new(BlockSyncBasic),\n\"mining_basic\" => Box::new(MiningBasic),\n\"pool_reconcile\" => Box::new(PoolReconcile),\n- \"pool_trace\" => Box::new(PoolTrace),\n+ \"pool_resurrect\" => Box::new(PoolResurrect),\n\"tran... | Rust | MIT License | nervosnetwork/ckb | test: add pool resurrect test and tweak test helper method | 1 | test | null |
815,595 | 08.05.2019 12:04:18 | -28,800 | 1fa41cfea72b72ab79abf90d096558ac14afe01c | doc: Rpc get_blockchain_info, get_peers_state | [
{
"change_type": "MODIFY",
"diff": "@@ -730,3 +730,54 @@ curl -H 'content-type:application/json' \\\n\"id\": 2\n}\n```\n+\n+### get_blochchain_info\n+\n+Return state info of blockchain\n+\n+#### Examples\n+\n+```bash\n+curl -H 'content-type:application/json' \\\n+ -d '{\"id\": 2, \"jsonrpc\": \"2.0\", \"met... | Rust | MIT License | nervosnetwork/ckb | doc: Rpc get_blockchain_info, get_peers_state | 1 | doc | null |
127,946 | 08.05.2019 12:07:23 | -10,800 | f76385e368585fbd09d5354cda9480b573ad34cf | feat(buttons): buttons style | [
{
"change_type": "MODIFY",
"diff": "@@ -34,14 +34,14 @@ exports[`Banner Closable renders with default vertical layout 1`] = `\n.emotion-1.is-hover:not([disabled]),\n.emotion-1:hover:not([disabled]) {\n- background-color: #010812;\n+ color: #fff;\n}\n.emotion-1.is-active,\n.emotion-1.has-focus,\n.emotion-1:a... | TypeScript | MIT License | coingaming/moon-design | feat(buttons): buttons style | 1 | feat | buttons |
815,595 | 08.05.2019 12:09:43 | -28,800 | f3c5a4a657f89c097eae13e6a58dda7f09b435de | feat: Add rpc get_blockchain_info, get_peers_state | [
{
"change_type": "MODIFY",
"diff": "@@ -62,8 +62,8 @@ listen_address = \"0.0.0.0:8114\" # {{\n# Default is 10MiB = 10 * 1024 * 1024\nmax_request_body_size = 10485760\n-# List of API modules: [\"Net\", \"Pool\", \"Miner\", \"Chain\", \"Trace\"]\n-modules = [\"Net\", \"Pool\", \"Miner\", \"Chain\"] # {{\n+# L... | Rust | MIT License | nervosnetwork/ckb | feat: Add rpc get_blockchain_info, get_peers_state | 1 | feat | null |
815,605 | 08.05.2019 12:13:03 | -28,800 | 4ab745928137e1a57ed7e85f07f3359faddcd5da | feat: upgrade CKB VM version
The new version contains fixes for 2 bugs revealed in comprehensive testing. | [
{
"change_type": "MODIFY",
"diff": "@@ -668,7 +668,7 @@ dependencies = [\n\"ckb-db 0.12.0-pre\",\n\"ckb-protocol 0.12.0-pre\",\n\"ckb-store 0.12.0-pre\",\n- \"ckb-vm 0.9.0-pre (git+https://github.com/nervosnetwork/ckb-vm?rev=5c4fe34)\",\n+ \"ckb-vm 0.9.0-pre (git+https://github.com/nervosnetwork/ckb-vm?rev=... | Rust | MIT License | nervosnetwork/ckb | feat: upgrade CKB VM version
The new version contains fixes for 2 bugs revealed in comprehensive testing. | 1 | feat | null |
127,946 | 08.05.2019 12:22:32 | -10,800 | 497d16e5342264b02d55569cdae2fad54d00a8de | fix(wallets): use wallet button fix | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ export const EuroWallet: React.FC<{}> = () => {\nto={{ currency: 'Dollars', value: 156.72, unit: 'USD' }}\n/>\n<div>\n- <Button round modifier=\"optional\" outline>\n+ <Button round modifier=\"optional\">\nUse wallet\n</Button>\n</div>\n",
"new_path"... | TypeScript | MIT License | coingaming/moon-design | fix(wallets): use wallet button fix | 1 | fix | wallets |
104,818 | 08.05.2019 12:47:16 | -7,200 | 2ed75e25f0649887b15b09ee339c4caf24fa0323 | fix(list): formatting fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,6 @@ import Bee32 from '@carbon/icons-react/lib/bee/32';\nimport { COLORS } from '../../styles/styles';\n-\nconst StructuredListWrapperStyled = styled(({ isFixedWidth, ...others }) => (\n<StructuredListWrapper {...others} />\n))`\n",
"new_path": "src/comp... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(list): formatting fixes | 1 | fix | list |
815,609 | 08.05.2019 13:57:51 | -28,800 | 7d769c935d26aa2da19b598241ffaae06e73c62e | style: use more handsome constructors for hashes
Remove a useless test. Initially, some const hashes are constructed by
`[u8; N]`, so there need some tests to ensure correctness. Now, they are
constructed in the same way as the tests, so the tests are redundant. | [
{
"change_type": "MODIFY",
"diff": "@@ -26,14 +26,14 @@ pub fn difficulty_to_boundary(difficulty: &U256) -> H256 {\n#[cfg(test)]\nmod tests {\nuse super::boundary_to_difficulty;\n- use numext_fixed_hash::H256;\n- use numext_fixed_uint::U256;\n+ use numext_fixed_hash::{h256, H256};\n+ use numext_fixed_uint::... | Rust | MIT License | nervosnetwork/ckb | style: use more handsome constructors for hashes
Remove a useless test. Initially, some const hashes are constructed by
`[u8; N]`, so there need some tests to ensure correctness. Now, they are
constructed in the same way as the tests, so the tests are redundant. | 1 | style | null |
306,484 | 08.05.2019 15:01:13 | -7,200 | d7e5cd7305d717dead86b5816c0a7b4a8352ed33 | chore: fix date construction for consistency across different envs | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ or a float). The modelValue can(and is recommended to) be used as both input val\noutput value of the `<lion-field>`\nExamples:\n-- For a date input: a String '20/01/1999' will be converted to new Date('1999-01-20')\n+- For a date input: a String '20/01/... | JavaScript | MIT License | ing-bank/lion | chore: fix date construction for consistency across different envs | 1 | chore | null |
71,663 | 08.05.2019 15:09:11 | 25,200 | 0acfa8b047e2bf9f711f4330a3f71fadf9e5abd0 | chore(cfnspec): update CFN specification to 3.0.0. | [
{
"change_type": "MODIFY",
"diff": "+# CloudFormation Resource Specification v3.0.0\n+\n+## New Resource Types\n+\n+* AWS::ApiGatewayV2::ApiMapping\n+* AWS::ApiGatewayV2::DomainName\n+\n+## Attribute Changes\n+\n+\n+## Property Changes\n+\n+* AWS::FSx::FileSystem Tags.ItemType (__changed__)\n+ * Old: TagEnt... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(cfnspec): update CFN specification to 3.0.0. (#2492) | 1 | chore | cfnspec |
304,882 | 08.05.2019 15:25:48 | 25,200 | 104bde752273c76d60c37e7ff28ea8cbf244281a | test(universe): use multiple column readers to iterate over tables
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -73,6 +73,12 @@ func (s *LastProcedureSpec) TriggerSpec() plan.TriggerSpec {\nreturn plan.NarrowTransformationTriggerSpec{}\n}\n+// LastSelector selects the last row from a Flux table.\n+// Note that while 'last' and 'first' are conceptually similar, one is a\n+// row ... | Go | MIT License | influxdata/flux | test(universe): use multiple column readers to iterate over tables
Closes #1260. | 1 | test | universe |
531,793 | 08.05.2019 15:26:50 | -3,600 | 1a106a0de787512105b23f35f488ca16ad5e6120 | fix(ui): use rem as unit for badge-pill in the group header | [
{
"change_type": "MODIFY",
"diff": "margin-bottom: 2px;\n}\n-span.badge.components-label:not(.badge-pill) {\n/* badge class uses em and we modify font sizes a bit, so switch to rem */\n- padding: 0.25rem 0.4rem;\n+span.badge.components-label:not(.badge-pill) {\n+ padding-left: 0.4rem;\n+ padding-right: 0.4r... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): use rem as unit for badge-pill in the group header | 1 | fix | ui |
273,683 | 08.05.2019 16:35:54 | -7,200 | a4c8bee3d63afa6d8b59b3c27893033d2044dfba | refactor(renderer): ensure an error message is shown | [
{
"change_type": "MODIFY",
"diff": "@@ -8,11 +8,20 @@ export default context => new Promise((resolve, reject) => {\nconst { fullPath, name } = router.resolve(url).route\nif (fullPath !== url || name === '*') {\n- return reject(new Error(`Could not resolve ${url}`))\n+ return reject(new Error(`Could not reso... | JavaScript | MIT License | gridsome/gridsome | refactor(renderer): ensure an error message is shown (#408) | 1 | refactor | renderer |
273,683 | 08.05.2019 16:38:31 | -7,200 | 2df6d806fcadebf425328f020bef6fccb7bf15d9 | feat(cli): support relative github repository urls
Eg. `gridsome create my-site username/repository` | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,9 @@ module.exports = async (name, starter = 'default') => {\nthrow new Error(err.message)\n}\n- if (starters.includes(starter)) {\n+ if (/^([a-z0-9_-]+)\\//i.test(starter)) {\n+ starter = `https://github.com/${starter}.git`\n+ } else if (starters.includes(st... | JavaScript | MIT License | gridsome/gridsome | feat(cli): support relative github repository urls
Eg. `gridsome create my-site username/repository` | 1 | feat | cli |
273,683 | 08.05.2019 17:16:15 | -7,200 | 1ef584b6388ef6ee7f8cb2cae78c089fddd9328b | fix(build): keep dist folder between builds
But all contents in the dist folder is still deleted before building. | [
{
"change_type": "MODIFY",
"diff": "@@ -15,10 +15,8 @@ module.exports = async (context, args) => {\nawait app.events.dispatch('beforeBuild', { context, config })\n- await fs.remove(config.outDir)\n- await fs.remove(config.dataDir)\n- await fs.ensureDir(config.dataDir)\n- await fs.ensureDir(config.outDir)\n+... | JavaScript | MIT License | gridsome/gridsome | fix(build): keep dist folder between builds (#409)
But all contents in the dist folder is still deleted before building. | 1 | fix | build |
815,595 | 08.05.2019 17:55:59 | -28,800 | f14c8dc0fb5bd77e5935e818d2340f38c3802ab6 | feat: Limit sync header sync time | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ use crate::config::Config;\nuse crate::types::{HeaderView, Peers, SyncSharedState};\nuse crate::{\nBAD_MESSAGE_BAN_TIME, CHAIN_SYNC_TIMEOUT, EVICTION_HEADERS_RESPONSE_TIME,\n- HEADERS_DOWNLOAD_TIMEOUT_BASE, HEADERS_DOWNLOAD_TIMEOUT_PER_HEADER,\n+ HEADERS... | Rust | MIT License | nervosnetwork/ckb | feat: Limit sync header sync time | 1 | feat | null |
471,517 | 08.05.2019 18:48:42 | -7,200 | 7a68451ec889ff2fbcac7d66aa52b2abf44f585b | fix(create): use latest version of testing-karma | [
{
"change_type": "MODIFY",
"diff": "\"test:legacy:watch\": \"karma start --legacy --auto-watch=true --single-run=false\"\n},\n\"devDependencies\": {\n- \"@open-wc/testing-karma\": \"^1.0.0\",\n+ \"@open-wc/testing-karma\": \"^2.0.0\",\n\"webpack-merge\": \"^4.1.5\"\n}\n}\n",
"new_path": "packages/create... | JavaScript | MIT License | open-wc/open-wc | fix(create): use latest version of testing-karma | 1 | fix | create |
447,440 | 08.05.2019 18:59:51 | 18,000 | aa07d8a5e22feb54634089781653b555301b2934 | fix: fix usage example | [
{
"change_type": "MODIFY",
"diff": "@@ -11,10 +11,9 @@ import githublogo from './github.svg';\nimport './styles.css';\n-const HelloWorldExample =\n- `import React from 'react';\n+const HelloWorldExample = `import React from 'react';\nimport ReactDOM from 'react-dom';\n- import Button from 'react-rainbow-com... | JavaScript | MIT License | nexxtway/react-rainbow | fix: fix usage example (#721) | 1 | fix | null |
749,546 | 08.05.2019 19:34:10 | -7,200 | 8a450856c71d780db7af8898d998e7ff57458834 | chore(docs): improvide basic example of react-buttons | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,7 @@ npm install react react-dom prop-types styled-components @zendeskgarden/react-th\n*/\nimport '@zendeskgarden/react-buttons/dist/styles.css';\n+import { Fragment } from 'react';\nimport { ThemeProvider } from '@zendeskgarden/react-theming';\nimport { Butt... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | chore(docs): improvide basic example of react-buttons | 1 | chore | docs |
815,582 | 08.05.2019 20:25:34 | -32,400 | 5bbaa477608786113518b314e92b6be26e1fc1d2 | docs: Add is_outbound field to local_node_info and get_peers
RPC examples | [
{
"change_type": "MODIFY",
"diff": "@@ -500,6 +500,7 @@ curl -H 'content-type:application/json' \\\n\"score\": 1\n}\n],\n+ \"is_outbound\": null,\n\"node_id\": \"QmTRHCdrRtgUzYLNCin69zEvPvLYdxUZLLfLYyHVY3DZAS\",\n\"version\": \"0.9.0\"\n},\n@@ -530,6 +531,7 @@ curl -H 'content-type:application/json' \\\n\"s... | Rust | MIT License | nervosnetwork/ckb | docs: Add is_outbound field to local_node_info and get_peers
RPC examples | 1 | docs | null |
815,605 | 08.05.2019 20:50:14 | -28,800 | a34081c8db92992c31557558b19c56ff335395fd | feat: Update lock script due to protocol changes | [
{
"change_type": "MODIFY",
"diff": "@@ -9,10 +9,10 @@ code_hash = \"0x28e83a1277d48add8e72fadaa9248559e1b632bab2bd60b27955ebc4c03800a5\"\nscript_hash = \"0x9a9a6bdbc38d4905eace1822f85237e3a1e238bb3f277aa7b7c8903441123510\"\n[ckb_testnet]\n-genesis = \"0x0a46860d8425cc0686206e9f6bf279dcdfe3ff9782264ad01ff9ff... | Rust | MIT License | nervosnetwork/ckb | feat: Update lock script due to protocol changes | 1 | feat | null |
447,440 | 08.05.2019 21:07:24 | 18,000 | e50d14df2abe944d410f8bd29660a51561eb1afb | style: fix margin | [
{
"change_type": "MODIFY",
"diff": "@@ -130,12 +130,12 @@ th:first-of-type .rainbow-table_header-container {\n}\n.rainbow-table_header--sortable:hover .rainbow-table_header-arrow {\nvisibility: visible;\n- margin-left: 1rem;\n+ margin-left: 12px;\n}\n.rainbow-table_header--sorted .rainbow-table_header-arrow... | JavaScript | MIT License | nexxtway/react-rainbow | style: fix margin (#724) | 1 | style | null |
503,950 | 08.05.2019 21:21:03 | -10,800 | 4d2c0ac83c52e02e96ccfe0c5c1ec65c793079ee | fix(DualList): Distinguish between default hidden item to hidden by filterItems that were defaultly set to hidden, shouldn't be modified by the components filter. | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ import {\nisItemExistOnList,\nfilterByHiding,\ngetFilterredItemsLength,\n- makeAllItemsVisible,\n+ makeAllHiddenFilteredItemsVisible,\ngetSelectedFilterredItemsLength,\nisItemSelected,\ngetFilterredItems\n@@ -129,7 +129,7 @@ class DualList extends React.... | TypeScript | MIT License | patternfly/patternfly-react | fix(DualList): Distinguish between default hidden item to hidden by filterItems that were defaultly set to hidden, shouldn't be modified by the components filter. (#1911) | 1 | fix | DualList |
217,922 | 08.05.2019 22:18:13 | -7,200 | aca93be2a1cb3e0b9b1b418d7b9029a368a6a85f | chore: smol title fix for instances | [
{
"change_type": "MODIFY",
"diff": "@@ -100,7 +100,7 @@ export class InstanceComponent extends TeamcraftPageComponent {\nreturn this.xivapiInstance$.pipe(\nmap(instance => {\nreturn {\n- title: this.i18n.getName(this.l12n.getItem(instance.ID)),\n+ title: this.i18n.getName(this.l12n.getInstanceName(instance.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: smol title fix for instances | 1 | chore | null |
815,590 | 08.05.2019 22:37:41 | -28,800 | ea0fa1a5435e2c41327dbb683eee800743e58052 | fix: Add fnv dependencies | [
{
"change_type": "MODIFY",
"diff": "@@ -698,6 +698,7 @@ dependencies = [\n\"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"faketime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"flatbuffers 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n+... | Rust | MIT License | nervosnetwork/ckb | fix: Add fnv dependencies | 1 | fix | null |
815,590 | 08.05.2019 23:07:33 | -28,800 | def918ad849d3f4c3eb4ac0149b81e18aa29b78c | fix: tx_pool_executor accidentally ignore cache | [
{
"change_type": "MODIFY",
"diff": "@@ -64,12 +64,13 @@ impl<CS: ChainStore> TxPoolExecutor<CS> {\nfor tx in &txs {\nif let Some(cycles) = txs_verify_cache.get(tx.hash()) {\ncached_txs.push((tx.hash().to_owned(), Ok(*cycles)));\n- }\n+ } else {\nmatch chain_state.resolve_tx_from_pending_and_staging(tx) {\nO... | Rust | MIT License | nervosnetwork/ckb | fix: tx_pool_executor accidentally ignore cache | 1 | fix | null |
815,601 | 08.05.2019 23:40:53 | -28,800 | 26afe11d13bfc7f79549f3e43b31eef24c2b3683 | feat: unify bytes | [
{
"change_type": "MODIFY",
"diff": "@@ -6,15 +6,14 @@ use numext_fixed_uint::U256;\nuse serde_derive::{Deserialize, Serialize};\nuse std::{fmt, mem};\n-pub use crate::{BlockNumber, EpochNumber, Version};\n+pub use crate::{BlockNumber, Bytes, EpochNumber, Version};\npub const HEADER_VERSION: Version = 0;\n#[... | Rust | MIT License | nervosnetwork/ckb | feat: unify bytes | 1 | feat | null |
135,496 | 09.05.2019 01:02:41 | 18,000 | e14866c1aee861151b4a6817ed40e6f7487a3c01 | fix: load and copy config module without mutation | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ export default async (seed = {}, options = {cwd: process.cwd()}) => {\nconst base = loaded.filepath ? path.dirname(loaded.filepath) : options.cwd;\n// Merge passed config with file based options\n- const config = valid(merge(loaded.config, seed));\n+ con... | TypeScript | MIT License | conventional-changelog/commitlint | fix: load and copy config module without mutation | 1 | fix | null |
744,026 | 09.05.2019 01:10:21 | -7,200 | bf468136724a0903cdc37c3e0788dc7f8131ef03 | fix(i18n): rename unclear 'implication failed' to 'missing dependent arguments' | [
{
"change_type": "MODIFY",
"diff": "\"Invalid values:\": \"Invalid values:\",\n\"Argument: %s, Given: %s, Choices: %s\": \"Argument: %s, Given: %s, Choices: %s\",\n\"Argument check failed: %s\": \"Argument check failed: %s\",\n- \"Implications failed:\": \"Implications failed:\",\n+ \"Implications failed:\"... | JavaScript | MIT License | yargs/yargs | fix(i18n): rename unclear 'implication failed' to 'missing dependent arguments' (#1317) | 1 | fix | i18n |
103,648 | 09.05.2019 06:18:32 | 14,400 | ffc0d5e2b4a7885c9f401f302d042bf42a991e17 | feat: add props `leftStyle` and `rightStyle` to `Card.Title` so devs can style the `left` and `right` independently | [
{
"change_type": "MODIFY",
"diff": "@@ -10,10 +10,11 @@ import { withTheme } from '../../core/theming';\nimport Caption from './../Typography/Caption';\nimport Title from './../Typography/Title';\nimport type { Theme } from '../../types';\n+import type { ViewStyleProp } from 'react-native/Libraries/StyleShe... | TypeScript | MIT License | callstack/react-native-paper | feat: add props `leftStyle` and `rightStyle` to `Card.Title` so devs can style the `left` and `right` independently (#1016) | 1 | feat | null |
304,882 | 09.05.2019 08:58:16 | 25,200 | d137d8777ee7952ae1cbe7a02433783d551aa495 | revert: "refactor(stdlib/universe): convert last to index selector"
This reverts commit | [
{
"change_type": "MODIFY",
"diff": "@@ -74,7 +74,7 @@ func (s *LastProcedureSpec) TriggerSpec() plan.TriggerSpec {\n}\ntype LastSelector struct {\n- selected bool\n+ rows []execute.Row\n}\nfunc createLastTransformation(id execute.DatasetID, mode execute.AccumulationMode, spec plan.ProcedureSpec, a execute.A... | Go | MIT License | influxdata/flux | revert: "refactor(stdlib/universe): convert last to index selector"
This reverts commit 80391b1f49e3ae52d35abe994f56fc5aeb4bfe6b. | 1 | revert | null |
217,922 | 09.05.2019 09:52:19 | -7,200 | 51636f1e30b5483c173a6ea0eccd7529855530dd | chore: more recipe details | [
{
"change_type": "MODIFY",
"diff": "<nz-card-meta [nzTitle]=\"recipeTitle\">\n<ng-template #recipeTitle>\n<div fxLayout=\"row\" fxLayoutGap=\"5px\" fxLayoutAlign=\"flex-start center\">\n- <img class=\"recipe-job-icon\" [src]=\"recipe.icon\" alt=\"\">\n<ng-container *ngIf=\"recipe.jobId !== 0\">\n+ <div fxLa... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: more recipe details | 1 | chore | null |
127,946 | 09.05.2019 10:51:04 | -10,800 | 1154d93432a6cd8ee815e45688922898e34ce537 | fix(header): sticky header | [
{
"change_type": "MODIFY",
"diff": "@@ -15,11 +15,11 @@ const tabSkipLinkID = 'tab-skip';\nconst underlineWidth = border.width * 2;\nconst nav: CSSObject = {\n- // position: 'sticky',\n- // top: 0,\n+ position: 'sticky',\n+ top: 0,\nheight: rem(56),\n// overflowX: 'scroll',\n- overflowY: 'hidden',\n+ // ove... | TypeScript | MIT License | coingaming/moon-design | fix(header): sticky header | 1 | fix | header |
815,590 | 09.05.2019 10:52:02 | -28,800 | 2737a4c534093e1fe6a248143969572ef6bb49cf | fix: TxPoolExecutor return inconsistent result | [
{
"change_type": "MODIFY",
"diff": "@@ -81,7 +81,7 @@ impl<CS: ChainStore> TxPoolExecutor<CS> {\n};\n// immediately return if resolved_txs is empty\n- if resolved_txs.is_empty() {\n+ if resolved_txs.is_empty() && cached_txs.is_empty() {\nmatch unresolvable_txs.get(0) {\nSome(err) => return Err(PoolError::Un... | Rust | MIT License | nervosnetwork/ckb | fix: TxPoolExecutor return inconsistent result | 1 | fix | null |
217,922 | 09.05.2019 11:44:22 | -7,200 | 276fbb8b03f13703ead8226419df6c63586a06b4 | feat: Teamcraft now includes an instance database | [
{
"change_type": "ADD",
"diff": "+export interface InstanceSearchResult {\n+ id: number;\n+ icon: string;\n+ level: number;\n+ banner: string;\n+}\n",
"new_path": "apps/client/src/app/model/search/instance-search-result.ts",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "</div>\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: Teamcraft now includes an instance database | 1 | feat | null |
815,582 | 09.05.2019 11:56:11 | -32,400 | 3db0710b6210b460e967a6e62a15a7213a543021 | docs: Fix spelling of get_blockchain_info RPC method | [
{
"change_type": "MODIFY",
"diff": "@@ -766,7 +766,7 @@ curl -H 'content-type:application/json' \\\n}\n```\n-### get_blochchain_info\n+### get_blockchain_info\nReturn state info of blockchain\n@@ -774,7 +774,7 @@ Return state info of blockchain\n```bash\ncurl -H 'content-type:application/json' \\\n- -d '{\"... | Rust | MIT License | nervosnetwork/ckb | docs: Fix spelling of get_blockchain_info RPC method (#680) | 1 | docs | null |
103,627 | 09.05.2019 12:15:02 | -7,200 | 79f98d9b6a183929a77f0302232fe4ef03ff93c9 | fix: elevation being applied after mode changes on a button while it shouldn't | [
{
"change_type": "MODIFY",
"diff": "@@ -222,7 +222,8 @@ class Button extends React.Component<Props, State> {\n};\nconst touchableStyle = { borderRadius: roundness };\nconst textStyle = { color: textColor, ...font };\n- const elevation = disabled ? 0 : this.state.elevation;\n+ const elevation =\n+ disabled |... | TypeScript | MIT License | callstack/react-native-paper | fix: elevation being applied after mode changes on a button while it shouldn't (#1037) | 1 | fix | null |
217,922 | 09.05.2019 13:00:55 | -7,200 | 105c5fd96a1a7a574df3fc1637cc8f5e1298aff6 | chore: css optimization | [
{
"change_type": "ADD",
"diff": "+@mobile: ~\"screen and (max-width: 575px)\";\n+\n+:host ::ng-deep {\n+\n+ .details-card {\n+ background-color: rgba(0, 0, 0, .4);\n+ margin-bottom: 10px;\n+ }\n+\n+ ::ng-deep .ant-card-head {\n+ background-color: rgba(0, 0, 0, .10) !important;\n+ border-bottom-color: rgba(2... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: css optimization | 1 | chore | null |
217,922 | 09.05.2019 14:02:39 | -7,200 | 7786b9e5ad9a59f996081f516cd123c0c2b36718 | refactor(styles): updated style for search page | [
{
"change_type": "MODIFY",
"diff": "}\n.result-row {\n- border-bottom: 1px solid @text-color;\n+ border-bottom: 1px solid #444;\npadding: 5px;\n&.odd {\n",
"new_path": "apps/client/src/app/pages/desynth/desynth/desynth.component.less",
"old_path": "apps/client/src/app/pages/desynth/desynth/desynth.c... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | refactor(styles): updated style for search page | 1 | refactor | styles |
217,922 | 09.05.2019 14:11:43 | -7,200 | 60a0583a34d9a021e0e237f2177f74e7dd2e16fe | chore: fix for mobile design | [
{
"change_type": "MODIFY",
"diff": "<nz-form-item [nzFlex]=\"true\" fxLayout=\"column\" fxLayoutAlign=\"center center\" fxFlex=\"1 1 auto\">\n<nz-form-label>{{'filters/worn_by' | translate}}</nz-form-label>\n<nz-form-control>\n- <nz-select formControlName=\"jobCategories\" nzMode=\"multiple\" nzAllowClear>\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fix for mobile design | 1 | chore | null |
730,429 | 09.05.2019 14:12:14 | 14,400 | 4ed0d4223ac33aa50722325fc7ba5a85a6b3f68b | chore(rollup): added momentum-ui as external package | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,7 @@ export default {\nreturn `${componentName}__${name}__${cssHash}`;\n}\n},\n- // Don't use sass loader due to collab-ui issues\n+ // Don't use sass loader due to momentum-ui issues\nuse: [],\nconfig: false\n}),\n@@ -72,5 +72,5 @@ export default {\nformat: ... | JavaScript | MIT License | webex/react-widgets | chore(rollup): added momentum-ui as external package | 1 | chore | rollup |
730,429 | 09.05.2019 14:13:45 | 14,400 | 7e9afbc1afbbc14623e69e9be60943eb4663d24e | feat(samples): added momentum style changes | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,9 @@ function Main() {\n<BasicComponents />\n<h2>Recents Components</h2>\n<RecentsComponents />\n+ <h2>Base Elements that should not be modified by momentum css</h2>\n+ <p><a href=\".\">Link</a></p>\n+ <p><b>bold</b></p>\n</div>\n);\n}\n",
"new_path": "sa... | JavaScript | MIT License | webex/react-widgets | feat(samples): added momentum style changes | 1 | feat | samples |
127,946 | 09.05.2019 14:15:43 | -10,800 | 88eaec57f7938065bf885a1ace2136c568ac4c31 | fix(nav): overflow x for cashier nav | [
{
"change_type": "MODIFY",
"diff": "@@ -15,12 +15,7 @@ const tabSkipLinkID = 'tab-skip';\nconst underlineWidth = border.width * 2;\nconst nav: CSSObject = {\n- position: 'sticky',\n- top: 0,\nheight: rem(56),\n- // overflowX: 'scroll',\n- // overflowY: 'hidden',\n- zIndex: 2,\nbackgroundColor: colors.neutra... | TypeScript | MIT License | coingaming/moon-design | fix(nav): overflow x for cashier nav | 1 | fix | nav |
730,429 | 09.05.2019 14:25:04 | 14,400 | fd8490bd0509e7e6b20d58076b9d446a2575b970 | feat(r-c-activity-item-base): upgrade to momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -56,6 +56,8 @@ exports[`ActivityItemBase component renders properly 1`] = `\nname=\"flag_16\"\nonClick={[Function]}\nsize={null}\n+ sizeOverride={false}\n+ style={null}\ntitle=\"\"\ntype=\"\"\n/>\n@@ -127,6 +129,8 @@ exports[`ActivityItemBase component renders properly... | JavaScript | MIT License | webex/react-widgets | feat(r-c-activity-item-base): upgrade to momentum-ui | 1 | feat | r-c-activity-item-base |
730,429 | 09.05.2019 14:25:38 | 14,400 | 8b191b3a28ea090dfe74caa7f8d46674218d1a59 | feat(r-c-activity-menu): upgrade to momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -40,6 +40,8 @@ exports[`ActivityMenu component renders properly 1`] = `\nname=\"icon-cancel_16\"\nonClick={null}\nsize={null}\n+ sizeOverride={false}\n+ style={null}\ntitle=\"\"\ntype=\"\"\n/>\n",
"new_path": "packages/node_modules/@ciscospark/react-component-activ... | JavaScript | MIT License | webex/react-widgets | feat(r-c-activity-menu): upgrade to momentum-ui | 1 | feat | r-c-activity-menu |
730,429 | 09.05.2019 14:26:29 | 14,400 | e409abe03cf4d8eb4acd0b7c34ac4fed6b1b1f2f | feat(r-c-activity-menu-header): upgrade to momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,8 @@ exports[`ActivityMenuHeader component renders properly with one activity 1`] = `\nname=\"icon-cancel_18\"\nonClick={[MockFunction]}\nsize={null}\n+ sizeOverride={false}\n+ style={null}\ntitle=\"\"\ntype=\"\"\n/>\n@@ -49,6 +51,8 @@ exports[`ActivityMenuHe... | JavaScript | MIT License | webex/react-widgets | feat(r-c-activity-menu-header): upgrade to momentum-ui | 1 | feat | r-c-activity-menu-header |
730,429 | 09.05.2019 14:27:40 | 14,400 | 0926a1cae104678231c208da76926a86853f5359 | feat(r-c-activity-share-file): upgrade to momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,8 @@ exports[`ActivityShareFile component renders properly 1`] = `\nname=\"icon-document_32\"\nonClick={null}\nsize={null}\n+ sizeOverride={false}\n+ style={null}\ntitle=\"\"\ntype=\"\"\n/>\n@@ -89,6 +91,8 @@ exports[`ActivityShareFile component renders prope... | JavaScript | MIT License | webex/react-widgets | feat(r-c-activity-share-file): upgrade to momentum-ui | 1 | feat | r-c-activity-share-file |
730,429 | 09.05.2019 14:28:08 | 14,400 | d9f453b33d3ccbb189e67b1efc0df26241f6e6f5 | feat(r-c-activity-share-thumbnail): upgrade to momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -47,6 +47,8 @@ exports[`ActivityShareThumbnail post component renders loaded thumbnail properly\nname=\"icon-arrow-tail-down_12\"\nonClick={null}\nsize={null}\n+ sizeOverride={false}\n+ style={null}\ntitle=\"\"\ntype=\"\"\n/>\n@@ -121,6 +123,8 @@ exports[`ActivityShare... | JavaScript | MIT License | webex/react-widgets | feat(r-c-activity-share-thumbnail): upgrade to momentum-ui | 1 | feat | r-c-activity-share-thumbnail |
730,429 | 09.05.2019 14:29:05 | 14,400 | 2a952945d296532058d30c64a915b4c34bee6b55 | feat(r-c-button): upgrade to momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,7 @@ exports[`Button component renders properly with icon type 1`] = `\n<path\nstyle={\nObject {\n- \"fill\": \"white\",\n+ \"fill\": \"white-100\",\n}\n}\n/>\n",
"new_path": "packages/node_modules/@ciscospark/react-component-button/src/__snapshots__/inde... | JavaScript | MIT License | webex/react-widgets | feat(r-c-button): upgrade to momentum-ui | 1 | feat | r-c-button |
730,429 | 09.05.2019 14:31:05 | 14,400 | 2fb66712b51901d6e34095cd92916fe9124af95d | feat(r-c-button-controls): upgrade to momentum-ui
Also removed passing all props to collab components.
Errors were being logged to the console due to incompatible props. | [
{
"change_type": "MODIFY",
"diff": "@@ -6,22 +6,20 @@ exports[`ButtonControls component renders properly with labels 1`] = `\n>\n<ActivityButton\nariaLabel=\"Message\"\n- buttonType=\"chat\"\nclassName=\"\"\ndisabled={false}\nlabel=\"Message\"\n- large={false}\nonClick={null}\n+ size={68}\ntype=\"chat\"\n/>... | JavaScript | MIT License | webex/react-widgets | feat(r-c-button-controls): upgrade to momentum-ui
Also removed passing all props to collab components.
Errors were being logged to the console due to incompatible props. | 1 | feat | r-c-button-controls |
730,429 | 09.05.2019 14:31:41 | 14,400 | 0c28c309c40882e3c14acfc5ad9b961a113048e4 | feat(r-c-chip-base): upgrade to momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,8 @@ exports[`ChipBase component renders properly 1`] = `\nname=\"icon-cancel_16\"\nonClick={[Function]}\nsize={null}\n+ sizeOverride={false}\n+ style={null}\ntitle=\"\"\ntype=\"\"\n/>\n",
"new_path": "packages/node_modules/@ciscospark/react-component-chi... | JavaScript | MIT License | webex/react-widgets | feat(r-c-chip-base): upgrade to momentum-ui | 1 | feat | r-c-chip-base |
730,429 | 09.05.2019 14:32:02 | 14,400 | baee61ea0f8ddbbf2d650797278db8ccf04c0faf | feat(r-c-chip-file): upgrade to momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport ChipBase from '@ciscospark/react-component-chip-base';\n-import {Icon} from '@collab-ui/react';\n+import {Icon} from '@momentum-ui/react';\nimport styles from './styles.css';... | JavaScript | MIT License | webex/react-widgets | feat(r-c-chip-file): upgrade to momentum-ui | 1 | feat | r-c-chip-file |
730,429 | 09.05.2019 14:32:37 | 14,400 | d4b6493afec269949a79363d13b14331ef73a12b | feat(r-c-people-list): upgrade to momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -205,6 +205,8 @@ exports[`PeopleListItem component renders an editable participant properly 1`] =\nname=\"icon-more_20\"\nonClick={null}\nsize={null}\n+ sizeOverride={false}\n+ style={null}\ntitle=\"\"\ntype=\"\"\n/>\n",
"new_path": "packages/node_modules/@ciscospa... | JavaScript | MIT License | webex/react-widgets | feat(r-c-people-list): upgrade to momentum-ui | 1 | feat | r-c-people-list |
730,429 | 09.05.2019 14:33:36 | 14,400 | a3a5113c11534612387524c1685e0a8a5ffd2bba | feat(r-c-presence-avatar): upgrade to momentum-ui | [
{
"change_type": "DELETE",
"diff": "-$brand-font-folder: \"~@collab-ui/core/fonts\";\n-$icon-font-path: \"~@collab-ui/icons/fonts\";\n-\n-@import '~@collab-ui/core/scss/collab-ui';\n",
"new_path": null,
"old_path": "packages/node_modules/@ciscospark/react-component-presence-avatar/src/collab.scss"
... | JavaScript | MIT License | webex/react-widgets | feat(r-c-presence-avatar): upgrade to momentum-ui | 1 | feat | r-c-presence-avatar |
730,429 | 09.05.2019 14:34:56 | 14,400 | 28eb6734368e028f066f70b0bd2b81914862c1c5 | feat(r-c-activity-list): upgrade to momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -14,11 +14,11 @@ exports[`ActivityList renders properly 1`] = `\nclassName=\"ciscospark-avatar-wrapper ciscospark-activity-item-avatar-wrapper avatarWrapper selfAvatar\"\n>\n<div\n- className=\"cui-avatar cui-avatar--self cui-avatar--36\"\n+ className=\"md-avatar md-av... | JavaScript | MIT License | webex/react-widgets | feat(r-c-activity-list): upgrade to momentum-ui | 1 | feat | r-c-activity-list |
730,429 | 09.05.2019 14:35:37 | 14,400 | a6ef2ee9de28bbd2def8db76ff2192738d001849 | feat(r-c-message-composer): upgrade to momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ exports[`MessageComposer component snapshot tests renders properly 1`] = `\n<button\nalt=\"Attach Files\"\naria-label=\"Attach Files\"\n- className=\"cui-button cui-button--36 cui-button--icon\"\n+ className=\"md-button md-button--36 md-button--icon\"\nd... | JavaScript | MIT License | webex/react-widgets | feat(r-c-message-composer): upgrade to momentum-ui | 1 | feat | r-c-message-composer |
730,429 | 09.05.2019 14:36:17 | 14,400 | 5e671df01edb552afaba257be27bdd6b89b6d216 | feat(r-c-scrolling-activity): upgrade to momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -21,16 +21,16 @@ exports[`ScrollingActivity container renders properly loading history 1`] = `\nclassName=\"ciscospark-spinner-container spinnerContainer\"\n>\n<div\n- className=\"cui-loading \"\n+ className=\"md-loading \"\n>\n<span\n- className=\"cui-loading__icon\"\... | JavaScript | MIT License | webex/react-widgets | feat(r-c-scrolling-activity): upgrade to momentum-ui | 1 | feat | r-c-scrolling-activity |
730,429 | 09.05.2019 14:37:22 | 14,400 | 2ff74d8b09ef6b587471404b9ed56246784e0f9c | feat(r-c-loading-screen): upgrade to momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport Img from 'react-image';\n-import {Spinner} from '@collab-ui/react';\n+import {Spinner} from '@momentum-ui/react';\nimport logo from './logo.png';\... | JavaScript | MIT License | webex/react-widgets | feat(r-c-loading-screen): upgrade to momentum-ui | 1 | feat | r-c-loading-screen |
730,429 | 09.05.2019 14:41:53 | 14,400 | bd148f850768fba90fc7c77e371c95ebdec18ec1 | feat(r-c-spaces-list): upgrade to momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -3,14 +3,14 @@ import PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport {AutoSizer, List} from 'react-virtualized';\n-import {Spinner} from '@collab-ui/react';\n+import {Spinner} from '@momentum-ui/react';\nimport SpaceItem from '@webex/react-c... | JavaScript | MIT License | webex/react-widgets | feat(r-c-spaces-list): upgrade to momentum-ui | 1 | feat | r-c-spaces-list |
730,429 | 09.05.2019 14:42:38 | 14,400 | 2f6d451bba1f971374c07f5643f098e243ccdec2 | feat(widget-meet): upgrade to momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -75,10 +75,11 @@ function ActiveCall({\nconst buttons = [\n{\n- accessibilityLabel: 'Mute Audio',\n+ accessibilityLabel: 'Toggle Mute Audio',\nactive: isSendingAudio === false,\nbuttonType: 'microphone-muted',\ncallControl: true,\n+ iconColor: 'white',\nonClick: isSend... | JavaScript | MIT License | webex/react-widgets | feat(widget-meet): upgrade to momentum-ui | 1 | feat | widget-meet |
730,429 | 09.05.2019 14:54:39 | 14,400 | 34e390ec0d367e5280caded918598805dfc732cd | feat(widget-message): upgrade to momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -53,7 +53,7 @@ import wrapConversationMercury from '@ciscospark/react-hoc-conversation-mercury'\nimport Notifications, {createNotification} from '@ciscospark/react-container-notifications';\n-import {Button, Icon} from '@collab-ui/react';\n+import {Button, Icon} from '... | JavaScript | MIT License | webex/react-widgets | feat(widget-message): upgrade to momentum-ui | 1 | feat | widget-message |
730,429 | 09.05.2019 14:55:38 | 14,400 | c204521352cbaaece06bfbd714e3d94ad41bf5b6 | feat(widget-roster): upgrade to momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import isEmail from 'validator/lib/isEmail';\nimport classNames from 'classnames';\nimport PeopleList from '@ciscospark/react-component-people-list';\n-import {Button, Icon, Input, Spinner} from '@collab-ui/react';\n+import {Button, Icon, Input, Spinner} f... | JavaScript | MIT License | webex/react-widgets | feat(widget-roster): upgrade to momentum-ui | 1 | feat | widget-roster |
730,429 | 09.05.2019 14:57:06 | 14,400 | ba89fba0f036a6ed0da0526570da8c4e0c3fa34e | feat(widget-space): upgrade to momentum-ui | [
{
"change_type": "DELETE",
"diff": "-$brand-font-folder: \"~@collab-ui/core/fonts\";\n-$icon-font-path: \"~@collab-ui/icons/fonts\";\n-\n-@import '~@collab-ui/core/scss/collab-ui';\n",
"new_path": null,
"old_path": "packages/node_modules/@ciscospark/widget-space/src/collab.scss"
},
{
"change... | JavaScript | MIT License | webex/react-widgets | feat(widget-space): upgrade to momentum-ui | 1 | feat | widget-space |
730,429 | 09.05.2019 14:58:00 | 14,400 | baa2cace4b1b802578d125bb8ff349b863765b84 | feat(widget-space-demo): upgrade to momentum-ui | [
{
"change_type": "DELETE",
"diff": "-$brand-font-folder: \"~@collab-ui/core/fonts\";\n-$icon-font-path: \"~@collab-ui/icons/fonts\";\n-$images-path: \"~@collab-ui/core/images\";\n-$docs-images-path: '~@collab-ui/core/docs/assets';\n-\n-@import '~@collab-ui/core/scss/collab-ui';\n",
"new_path": null,
... | JavaScript | MIT License | webex/react-widgets | feat(widget-space-demo): upgrade to momentum-ui | 1 | feat | widget-space-demo |
730,429 | 09.05.2019 14:59:46 | 14,400 | 9419110e68349d72249df49538ba83651d1233c8 | feat(widget-recents): upgrade to momentum-ui | [
{
"change_type": "DELETE",
"diff": "-$brand-font-folder: \"~@collab-ui/core/fonts\";\n-$icon-font-path: \"~@collab-ui/icons/fonts\";\n-\n-@import '~@collab-ui/core/scss/collab-ui';\n",
"new_path": null,
"old_path": "packages/node_modules/@ciscospark/widget-recents/src/collab.scss"
},
{
"chan... | JavaScript | MIT License | webex/react-widgets | feat(widget-recents): upgrade to momentum-ui | 1 | feat | widget-recents |
730,429 | 09.05.2019 15:00:23 | 14,400 | 064b19d8b5a262149947b17a0ea2da3eee8c5f56 | feat(widget-recents-demo): upgrade to momentum-ui | [
{
"change_type": "DELETE",
"diff": "-$brand-font-folder: \"~@collab-ui/core/fonts\";\n-$icon-font-path: \"~@collab-ui/icons/fonts\";\n-$images-path: \"~@collab-ui/core/images\";\n-$docs-images-path: '~@collab-ui/core/docs/assets';\n-\n-@import '~@collab-ui/core/scss/collab-ui';\n",
"new_path": null,
... | JavaScript | MIT License | webex/react-widgets | feat(widget-recents-demo): upgrade to momentum-ui | 1 | feat | widget-recents-demo |
815,590 | 09.05.2019 15:00:39 | -28,800 | 1120c61fd4770b58a9553796faf66b2019932852 | fix: TxPoolExecutor panic when tx conflict | [
{
"change_type": "MODIFY",
"diff": "@@ -67,7 +67,10 @@ impl<CS: ChainStore> TxPoolExecutor<CS> {\n} else {\nmatch chain_state.resolve_tx_from_pending_and_staging(tx) {\nOk(resolved_tx) => resolved_txs.push((tx.hash().to_owned(), resolved_tx)),\n- Err(err) => unresolvable_txs.push(err),\n+ Err(err) => unreso... | Rust | MIT License | nervosnetwork/ckb | fix: TxPoolExecutor panic when tx conflict | 1 | fix | null |
730,429 | 09.05.2019 15:01:12 | 14,400 | d7f059a1ef9e93be718facdd2afb070c95115e37 | feat(widget-demo): upgrade to momentum-ui | [
{
"change_type": "DELETE",
"diff": "-$brand-font-folder: \"~@collab-ui/core/fonts\";\n-$icon-font-path: \"~@collab-ui/icons/fonts\";\n-\n-@import '~@collab-ui/core/scss/collab-ui';\n",
"new_path": null,
"old_path": "packages/node_modules/@ciscospark/widget-demo/src/components/demo-widget/collab.scss... | JavaScript | MIT License | webex/react-widgets | feat(widget-demo): upgrade to momentum-ui | 1 | feat | widget-demo |
730,429 | 09.05.2019 15:01:41 | 14,400 | 0a7f43b7064dfbc41962e694100643ed19a3382e | test(journeys): update recents selector for momentum-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -9,9 +9,9 @@ export const elements = {\nnoSpacesTitle: '.ciscospark-no-spaces-title',\nnoSpacesMessage: '.ciscospark-no-spaces-message',\nfirstSpace: '.ciscospark-spaces-list-item-0',\n- title: '.cui-list-item__header',\n- unreadIndicator: '.cui-list-item--unread',\n- ... | JavaScript | MIT License | webex/react-widgets | test(journeys): update recents selector for momentum-ui | 1 | test | journeys |
815,609 | 09.05.2019 15:11:40 | -28,800 | cfe67fe94e5d4cd2b93c82a5237f081bd7cb8d71 | feat: database save positions of CellOutputs in Transaction
BREAKING CHANGE: The format of Transaction in database is changed. | [
{
"change_type": "MODIFY",
"diff": "use crate::header::{Header, HeaderBuilder};\n-use crate::transaction::{ProposalShortId, Transaction, TransactionStored};\n+use crate::transaction::{ProposalShortId, Transaction};\nuse crate::uncle::{uncles_hash, UncleBlock};\nuse ckb_merkle_tree::merkle_root;\nuse fnv::Fn... | Rust | MIT License | nervosnetwork/ckb | feat: database save positions of CellOutputs in Transaction
BREAKING CHANGE: The format of Transaction in database is changed. | 1 | feat | null |
103,539 | 09.05.2019 15:41:34 | -19,080 | f6ac53fe4a69e8c657aeaa2b2b5283ded0ba4058 | feat: support loading indicator for FAB | [
{
"change_type": "MODIFY",
"diff": "@@ -65,6 +65,15 @@ class ButtonExample extends React.Component<Props, State> {\nvisible={this.state.visible}\ndisabled\n/>\n+\n+ <FAB\n+ icon=\"cancel\"\n+ label=\"Loading FAB\"\n+ style={styles.fab}\n+ onPress={() => {}}\n+ visible={this.state.visible}\n+ loading\n+ />\n... | TypeScript | MIT License | callstack/react-native-paper | feat: support loading indicator for FAB (#985) | 1 | feat | null |
67,482 | 09.05.2019 15:48:44 | 25,200 | 698a5d8785bb0fbbfe7f41003fc3f97f3feae2e6 | doc(dependency-injection): first draft | [
{
"change_type": "MODIFY",
"diff": "\"activityBar.background\": \"#563f80\",\n\"activityBar.foreground\": \"#e7e7e7\",\n\"activityBar.inactiveForeground\": \"#e7e7e799\",\n- \"activityBarBadge.background\": \"#402b20\",\n- \"activityBarBadge.foreground\": \"#e7e7e7\",\n- \"titleBar.activeBackground\": \"#56... | TypeScript | MIT License | aurelia/aurelia | doc(dependency-injection): first draft | 1 | doc | dependency-injection |
127,946 | 09.05.2019 15:50:48 | -10,800 | 5eb36e915bbe55fb3c5e541524081a544bd2ae7b | fix(nav): layout fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,7 @@ const tabSkipLinkID = 'tab-skip';\nconst underlineWidth = border.width * 2;\nconst nav: CSSObject = {\n+ minWidth: rem(600),\nheight: rem(56),\nbackgroundColor: colors.neutral[90],\n};\n@@ -34,7 +35,6 @@ const skipLink: CSSObject = {\n};\nconst tabList: ... | TypeScript | MIT License | coingaming/moon-design | fix(nav): layout fixes | 1 | fix | nav |
273,683 | 09.05.2019 16:08:36 | -7,200 | ae75b397604eb179cbc169314560cd69c08aa577 | fix(graphql): ensure totalPages count is not null | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ const App = require('../../app/App')\nconst { BOOTSTRAP_PAGES } = require('../../utils/constants')\ntest('should return all nodes', async () => {\n- const results = await graphql('1')\n+ const results = await graphql('1', 100)\nexpect(results.data.tag.belo... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): ensure totalPages count is not null | 1 | fix | graphql |
815,593 | 09.05.2019 16:12:24 | -28,800 | 0007ed904e343ee968563e293384ef277a6be166 | test: add compact block test | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ rand = \"0.6\"\nlog = \"0.4\"\nbytes = \"0.4.12\"\ncrossbeam-channel = \"0.3\"\n-flatbuffers = \"0.5.0\"\n+flatbuffers = \"0.6.0\"\nregex = \"1\"\n# Prevent this from interfering with workspaces\n",
"new_path": "test/Cargo.toml",
"old_path": "tes... | Rust | MIT License | nervosnetwork/ckb | test: add compact block test | 1 | test | null |
815,593 | 09.05.2019 16:12:42 | -28,800 | 4785e4113a067f6097c58ba0e95a526d6d40d43f | chore: remove unused crate | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,6 @@ ckb-traits = { path = \"../traits\" }\nfailure = \"0.1.5\"\nckb-verification = { path = \"../verification\" }\nckb-protocol = { path = \"../protocol\" }\n-flatbuffers = \"0.5.0\"\nckb-script = { path = \"../script\" }\n[dev-dependencies]\n",
"new_pat... | Rust | MIT License | nervosnetwork/ckb | chore: remove unused crate | 1 | chore | null |
815,609 | 09.05.2019 16:16:13 | -28,800 | bfc92f7d779dae1d2e21f2461b35b7177700a856 | perf: do not load whole Transaction when fetch one CellOutput | [
{
"change_type": "MODIFY",
"diff": "@@ -281,10 +281,28 @@ impl<T: KeyValueDB> ChainStore for ChainKVStore<T> {\n.map(|raw| deserialize(&raw[..]).unwrap())\n}\n- // TODO build index for cell_output, avoid load the whole tx\nfn get_cell_output(&self, tx_hash: &H256, index: u32) -> Option<CellOutput> {\n- self... | Rust | MIT License | nervosnetwork/ckb | perf: do not load whole Transaction when fetch one CellOutput | 1 | perf | null |
791,898 | 09.05.2019 16:58:20 | 14,400 | ffb1debfb6ed909c2d44b9c3cd578a5b6d17da8d | docs(plugins): rename Google AdSpeed Insights to Publisher Ads Audit | [
{
"change_type": "MODIFY",
"diff": "@@ -350,5 +350,5 @@ Most artifacts will try to represent as truthfully as possible what was observed\n## Examples\n-- [Google AdSpeed Insights](https://github.com/googleads/ad-speed-insights) - a well-written, but complex, plugin\n+- [Publisher Ads Audits](https://github.... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(plugins): rename Google AdSpeed Insights to Publisher Ads Audit (#8906) | 1 | docs | plugins |
815,593 | 09.05.2019 17:26:58 | -28,800 | 5627e0f373f8cce37922fad3d07e4b812828da5d | test: add invalid locator size test | [
{
"change_type": "MODIFY",
"diff": "@@ -706,7 +706,6 @@ dependencies = [\n\"env_logger 0.6.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\"faketime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n- ... | Rust | MIT License | nervosnetwork/ckb | test: add invalid locator size test | 1 | test | null |
815,605 | 09.05.2019 17:37:08 | -28,800 | 43eefea07a80270f190075749524764d63f9a6e3 | feat: Update default lock script to sign on transaction hash now | [
{
"change_type": "MODIFY",
"diff": "@@ -9,10 +9,10 @@ code_hash = \"0x28e83a1277d48add8e72fadaa9248559e1b632bab2bd60b27955ebc4c03800a5\"\nscript_hash = \"0x9a9a6bdbc38d4905eace1822f85237e3a1e238bb3f277aa7b7c8903441123510\"\n[ckb_testnet]\n-genesis = \"0xd34ad77ff17e8acdee1e5e96cf74e9c0779ab5772c85190befdec9... | Rust | MIT License | nervosnetwork/ckb | feat: Update default lock script to sign on transaction hash now | 1 | feat | null |
815,590 | 09.05.2019 18:53:35 | -28,800 | b917d75b09bb259433f197f2b2151c9303280e64 | fix: move TxPoolExecutor to standalone crate | [
{
"change_type": "MODIFY",
"diff": "@@ -685,9 +685,11 @@ dependencies = [\nname = \"ckb-shared\"\nversion = \"0.12.0-pre\"\ndependencies = [\n+ \"ckb-chain 0.12.0-pre\",\n\"ckb-chain-spec 0.12.0-pre\",\n\"ckb-core 0.12.0-pre\",\n\"ckb-db 0.12.0-pre\",\n+ \"ckb-notify 0.12.0-pre\",\n\"ckb-protocol 0.12.0-pre... | Rust | MIT License | nervosnetwork/ckb | fix: move TxPoolExecutor to standalone crate | 1 | fix | null |
815,573 | 09.05.2019 18:55:16 | -28,800 | db8909d8020a511af023a245ad8a1aaeff203b36 | fix: Decrease sync timeout and don't disconnet when peer catched up | [
{
"change_type": "MODIFY",
"diff": "@@ -45,14 +45,14 @@ impl Into<ProtocolId> for NetworkProtocol {\n}\n// Timeout = base + per_header * (expected number of headers)\n-pub const HEADERS_DOWNLOAD_TIMEOUT_BASE: u64 = 15 * 60 * 1000; // 15 minutes\n+pub const HEADERS_DOWNLOAD_TIMEOUT_BASE: u64 = 6 * 60 * 1000;... | Rust | MIT License | nervosnetwork/ckb | fix: Decrease sync timeout and don't disconnet when peer catched up | 1 | fix | null |
531,793 | 09.05.2019 18:59:13 | -3,600 | abaf9f1d476cb60348f1aa96d90cb30f91c878b9 | fix(backend): pass basic auth to the v2 API mapper | [
{
"change_type": "RENAME",
"diff": "@@ -20,3 +20,22 @@ func (hrt *headersRoundTripper) RoundTrip(r *http.Request) (*http.Response, erro\n}\nreturn hrt.inner.RoundTrip(r)\n}\n+\n+func SetAuth(inner http.RoundTripper, username string, password string) http.RoundTripper {\n+ return &authRoundTripper{\n+ inner:... | TypeScript | Apache License 2.0 | prymitive/karma | fix(backend): pass basic auth to the v2 API mapper | 1 | fix | backend |
815,573 | 09.05.2019 19:27:07 | -28,800 | a6699d05bc69f4f9c986b309a98aaa3f73d3baa8 | fix: Pause sync when protected peer sync blocks timeout | [
{
"change_type": "MODIFY",
"diff": "@@ -47,12 +47,14 @@ impl Into<ProtocolId> for NetworkProtocol {\n// Timeout = base + per_header * (expected number of headers)\npub const HEADERS_DOWNLOAD_TIMEOUT_BASE: u64 = 6 * 60 * 1000; // 6 minutes\npub const HEADERS_DOWNLOAD_TIMEOUT_PER_HEADER: u64 = 1; // 1ms/heade... | Rust | MIT License | nervosnetwork/ckb | fix: Pause sync when protected peer sync blocks timeout | 1 | fix | null |
815,590 | 09.05.2019 19:33:41 | -28,800 | 3b3b64a781db24b03a04c834fa11d4212eb341c5 | fix: tx-pool-executor crate path | [
{
"change_type": "MODIFY",
"diff": "@@ -638,6 +638,7 @@ dependencies = [\n\"ckb-store 0.12.0-pre\",\n\"ckb-sync 0.12.0-pre\",\n\"ckb-traits 0.12.0-pre\",\n+ \"ckb-tx-pool-executor 0.1.0\",\n\"ckb-util 0.12.0-pre\",\n\"ckb-verification 0.12.0-pre\",\n\"faketime 0.2.0 (registry+https://github.com/rust-lang/cr... | Rust | MIT License | nervosnetwork/ckb | fix: tx-pool-executor crate path | 1 | fix | null |
815,595 | 09.05.2019 20:04:52 | -28,800 | 1697e1b643fe5b26ce46480dbda991be0b99022c | test: Use json to test rpc | [
{
"change_type": "MODIFY",
"diff": "@@ -628,10 +628,12 @@ version = \"0.12.0-pre\"\ndependencies = [\n\"build-info 0.12.0-pre\",\n\"ckb-chain 0.12.0-pre\",\n+ \"ckb-chain-spec 0.12.0-pre\",\n\"ckb-core 0.12.0-pre\",\n\"ckb-db 0.12.0-pre\",\n\"ckb-miner 0.12.0-pre\",\n\"ckb-network 0.12.0-pre\",\n+ \"ckb-not... | Rust | MIT License | nervosnetwork/ckb | test: Use json to test rpc | 1 | test | null |
815,605 | 09.05.2019 20:18:16 | -28,800 | 85f3e2bde168cd2ac66a6bdb519f15ae76a7b837 | feat: upgrade VM to latest version | [
{
"change_type": "MODIFY",
"diff": "@@ -668,7 +668,7 @@ dependencies = [\n\"ckb-db 0.12.0-pre\",\n\"ckb-protocol 0.12.0-pre\",\n\"ckb-store 0.12.0-pre\",\n- \"ckb-vm 0.9.0-pre (git+https://github.com/nervosnetwork/ckb-vm?rev=2e41207)\",\n+ \"ckb-vm 0.9.0-pre (git+https://github.com/nervosnetwork/ckb-vm?rev=... | Rust | MIT License | nervosnetwork/ckb | feat: upgrade VM to latest version | 1 | feat | null |
815,590 | 09.05.2019 20:35:47 | -28,800 | 545b7b01ccaf813e9736fe1e93e2032b280d8ed2 | fix: potential deadlock in TxPoolExecutor | [
{
"change_type": "MODIFY",
"diff": "@@ -116,6 +116,9 @@ impl<CS: ChainStore> TxPoolExecutor<CS> {\n})\n.collect::<Vec<_>>();\n+ // Add verified txs to pool\n+ // must lock chain_state before txs_verify_cache to avoid dead lock.\n+ let chain_state = self.shared.chain_state().lock();\n// write cache\nlet cycl... | Rust | MIT License | nervosnetwork/ckb | fix: potential deadlock in TxPoolExecutor | 1 | fix | null |
815,605 | 09.05.2019 20:49:48 | -28,800 | 297f15bd53a5ceaed66a8b89d93c84b701c5fbcf | feat: keep der signature format | [
{
"change_type": "MODIFY",
"diff": "@@ -9,10 +9,10 @@ code_hash = \"0x28e83a1277d48add8e72fadaa9248559e1b632bab2bd60b27955ebc4c03800a5\"\nscript_hash = \"0x9a9a6bdbc38d4905eace1822f85237e3a1e238bb3f277aa7b7c8903441123510\"\n[ckb_testnet]\n-genesis = \"0x476cacc7c1321490a4a09314cbf161b0031d6f1959c171b339db35... | Rust | MIT License | nervosnetwork/ckb | feat: keep der signature format | 1 | feat | null |
815,595 | 09.05.2019 20:55:26 | -28,800 | 453a7022e4e62991e4d4a795375600fb832306e0 | chore: Add rpc.py to generate README.md base json | [
{
"change_type": "ADD",
"diff": "+Generate rpc README.md based on rpc descriptions file in json format\n+\n+## Usage:\n+\n+```\n+python devtools/doc/rpc.py /path/to/rpc.json\n+```\n",
"new_path": "devtools/doc/README.md",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+import sys\n... | Rust | MIT License | nervosnetwork/ckb | chore: Add rpc.py to generate README.md base json | 1 | chore | null |
217,922 | 09.05.2019 21:40:40 | -7,200 | e5e508e88f19ad7dc0aaffd1341b5e20d3157ba9 | chore: added map to instance details page | [
{
"change_type": "MODIFY",
"diff": "</div>\n<nz-divider [nzText]=\"'DB.Instance_details' | translate\" nzOrientation=\"left\"></nz-divider>\n<div fxLayout=\"row wrap\" fxLayoutGap=\"10px\" fxLayout.lt-md=\"column\">\n+ <nz-card fxFlex=\"1 1 30%\" class=\"details-card\" [nzTitle]=\"title\" nzBordered=\"false... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: added map to instance details page | 1 | chore | null |
217,922 | 09.05.2019 21:43:13 | -7,200 | fb1398ef21cdf9ce30f23adce16e2ccb7ed6b845 | chore: layout modifications | [
{
"change_type": "MODIFY",
"diff": "</div>\n<nz-divider [nzText]=\"'DB.Fights' | translate\" nzOrientation=\"left\"></nz-divider>\n<div fxLayout=\"row wrap\" fxLayoutGap=\"10px\" fxLayout.lt-md=\"column\">\n- <nz-card fxFlex=\"1 1 30%\" class=\"details-card\" [nzTitle]=\"title\" nzBordered=\"false\"\n+ <nz-... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: layout modifications | 1 | chore | null |
217,922 | 09.05.2019 21:49:23 | -7,200 | 59575123f25ca2fbdd1e26b64663d3bdf38f9981 | chore: changed SEO image tag for banner on instance and quest | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import { I18nToolsService } from '../../../core/tools/i18n-tools.service';\nimport { TranslateService } from '@ngx-translate/core';\nimport { LazyDataService } from '../../../core/data/lazy-data.service';\nimport { TeamcraftPageComponent } from '../../../c... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: changed SEO image tag for banner on instance and quest | 1 | chore | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.