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,573
16.05.2019 14:31:25
-28,800
6f15b5747cb3a73671255e37c93ae89e37944893
fix(network): Avoid dial too often
[ { "change_type": "MODIFY", "diff": "@@ -57,6 +57,10 @@ const ADDR_LIMIT: u32 = 3;\nconst FAILED_DIAL_CACHE_SIZE: usize = 100;\nconst P2P_SEND_TIMEOUT: Duration = Duration::from_secs(6);\nconst P2P_TRY_SEND_INTERVAL: Duration = Duration::from_millis(100);\n+// After 5 minutes we consider this dial hang\n+con...
Rust
MIT License
nervosnetwork/ckb
fix(network): Avoid dial too often
1
fix
network
815,591
16.05.2019 15:02:54
-28,800
fa6dc5542c23373656b6f4574c18899e7465f608
docs: update readme to add docs website link
[ { "change_type": "MODIFY", "diff": "@@ -51,3 +51,5 @@ The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md), an\n- [Run CKB with Docker](docs/run-ckb-with-docker.md)\n- [Configure CKB](docs/configure.md)\n- [CKB Core Development](docs/ckb-core-dev.md)\n+\n+You can find a more comprehe...
Rust
MIT License
nervosnetwork/ckb
docs: update readme to add docs website link (#798)
1
docs
null
815,601
16.05.2019 15:17:16
-28,800
03590e10b882a63f15ebc12b607c163103681ebe
refactor: limit max peers per block download
[ { "change_type": "MODIFY", "diff": "@@ -49,15 +49,14 @@ impl<CS: ChainStore + 'static> StatsRpc for StatsRpcImpl<CS> {\n}\nfn get_peers_state(&self) -> Result<Vec<PeerState>> {\n+ // deprecated\nOk(self\n.synchronizer\n.peers()\n.blocks_inflight\n.read()\n- .iter()\n- .map(|(peer, in_flight)| {\n- PeerState...
Rust
MIT License
nervosnetwork/ckb
refactor: limit max peers per block download
1
refactor
null
815,598
16.05.2019 16:15:05
-28,800
5cd24700b7475ed930e3f64c52096ae9b58fbf04
docs: tweak RPC doc markdown style. Delete trailing spaces Indent list with 4 spaces Add module title
[ { "change_type": "MODIFY", "diff": "@@ -68,15 +68,13 @@ def print_result(case):\ndef print_toc(cases):\n- print(\"## JSON-RPC\")\n- newline(1)\nmodule = \"\"\nfor case in cases:\n- method = case[\"method\"]\nif case[\"module\"] != module:\nmodule = case[\"module\"]\n- print('* [`{}`](#{})'.format(module.cap...
Rust
MIT License
nervosnetwork/ckb
docs: tweak RPC doc markdown style. - Delete trailing spaces - Indent list with 4 spaces - Add module title
1
docs
null
815,601
16.05.2019 16:23:56
-28,800
2fbb98209a74d6f96f48dc44b862ab823cecc103
chore: rename bad-name function, deprecate `get_peers_state`
[ { "change_type": "MODIFY", "diff": "@@ -128,10 +128,10 @@ echo '{\n{\n\"args\": [],\n\"previous_output\": {\n- \"block_hash\": \"0xca97a033aa9765914bc0b7887ff8723037614df11d06783555ff97e9a0e72b55\",\n+ \"block_hash\": \"0xa8edcc07bda685c7d26fbcb9ea50791927941f908ea0d1a186ce77d36108bbbc\",\n\"cell\": {\n\"in...
Rust
MIT License
nervosnetwork/ckb
chore: rename bad-name function, deprecate `get_peers_state`
1
chore
null
127,946
16.05.2019 16:31:20
-10,800
639834331e935cb9249d632b117a5b596a4f5f45
feat(nav): non logged in nav
[ { "change_type": "ADD", "diff": "+<svg width=\"157\" height=\"32\" viewBox=\"0 0 157 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n+<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.412 4.91948C20.9516 4.91948 26.2525 10.2903 26.2525 16.9157C26.2525 23.541 20.9516 28.9118 14.412 28.9118C...
TypeScript
MIT License
coingaming/moon-design
feat(nav): non logged in nav
1
feat
nav
791,834
16.05.2019 16:39:35
25,200
641ab5170e2e8935752f38259506f61951deb258
core(budget): throw error on duplicate budget types
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,22 @@ class Budget {\n}\n}\n+ /**\n+ * Asserts that `strings` has no duplicate strings in it, throwing an error if\n+ * it does. `arrayName` is included for nicer logging.\n+ * @param {Array<string>} strings\n+ * @param {string} arrayName\n+ */\n+ static asse...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(budget): throw error on duplicate budget types (#8915)
1
core
budget
67,476
16.05.2019 16:42:02
-7,200
5f57d12349e457a92b39706636e98b1092a57496
test(property-observation): fix tests
[ { "change_type": "MODIFY", "diff": "-import { PLATFORM } from '@aurelia/kernel';\n-import { expect } from 'chai';\n+import { PLATFORM, Primitive, IIndexable } from '@aurelia/kernel';\nimport {\nLifecycleFlags as LF,\nPrimitiveObserver,\nSelfObserver,\nSetterObserver\n} from '@aurelia/runtime';\n-import { Sp...
TypeScript
MIT License
aurelia/aurelia
test(property-observation): fix tests
1
test
property-observation
127,946
16.05.2019 16:50:17
-10,800
d844713716ab433942746c8c99e419ceff5c259e
feat(nav): fake login logic
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import { colors } from '@heathmont/sportsbet-tokens';\nimport { disabled } from '@heathmont/sportsbet-utils';\njsx;\n-type LinkProps = {\n+type LinkProps = React.InputHTMLAttributes<HTMLLinkElement> & {\nhref?: string;\ndisabled?: boolean;\nsecondary?: boo...
TypeScript
MIT License
coingaming/moon-design
feat(nav): fake login logic
1
feat
nav
104,827
16.05.2019 16:53:21
18,000
66a9582d01b8e40b4c50bdd3e170614877bf6fa2
fix(pagehero): add selectedIndex to switcher and refactor props
[ { "change_type": "MODIFY", "diff": "@@ -35,16 +35,17 @@ const propTypes = {\nreturn null;\n},\n/** The switcher actions */\n- switchers: PropTypes.shape({\n+ switcher: PropTypes.shape({\nonChange: PropTypes.func,\n- switcher: PropTypes.arrayOf(\n+ selectedIndex: PropTypes.number,\n+ options: PropTypes.array...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(pagehero): add selectedIndex to switcher and refactor props
1
fix
pagehero
127,946
16.05.2019 17:45:47
-10,800
b4b5897c178133bb3c24a9db48c20469554368e6
fix(cashier): combine layout elements into one
[ { "change_type": "MODIFY", "diff": "@@ -17,8 +17,15 @@ const Background = styled.div([\n},\n]);\n+const cashierLayout: CSSObject = {\n+ ...container('default'),\n+ // prevents issues when you have some additional space on the page\n+ overflow: 'hidden',\n+ marginTop: spacing('large'),\n+};\n+\nexport const ...
TypeScript
MIT License
coingaming/moon-design
fix(cashier): combine layout elements into one
1
fix
cashier
217,922
16.05.2019 18:23:49
-7,200
14c63c2d8b90dac69d9c0967e255cc2dcdad3bb8
chore: add desynth data to item display
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,7 @@ export class Item implements I18nData {\ningredient_of?: { [index: string]: number };\nreducesTo?: number[];\n+ desynthedTo?: number[];\ntradeCurrency?: any[];\nloot?: number[];\ntreasure?: number[];\n", "new_path": "apps/client/src/app/model/garland...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: add desynth data to item display
1
chore
null
217,922
16.05.2019 18:51:40
-7,200
c1953a2ef1b72e59a284fd6821c921e419681c5a
fix: fixed mogboard link to make it work with new version
[ { "change_type": "MODIFY", "diff": "</tbody>\n</nz-table>\n</div>\n- <a *ngIf=\"server$ | async as server\" href=\"http://mogboard.com/#{{server}},{{itemId}}\"\n+ <a *ngIf=\"server$ | async as server\" href=\"http://mogboard.com/market/{{itemId}}\"\ntarget=\"_blank\">{{'MARKETBOARD.More_on_mogboard' | trans...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed mogboard link to make it work with new version
1
fix
null
217,922
16.05.2019 19:26:54
-7,200
7c2af92f5a5d812abb46a318b8bf4ec18a6391ea
chore: fixed an issue with lore finder result links
[ { "change_type": "MODIFY", "diff": "<div [innerHTML]=\"(row.Data | xivapiI18n) || row.Source\"></div>\n<span [innerHTML]=\"row | xivapiI18n: 'Text'\"></span>\n</div>\n- <app-db-button [type]=\"row.Source\"\n+ <app-db-button [type]=\"row.Source.toLowerCase()\"\n*ngIf=\"row.Data.showButton\"\n[id]=\"row.Sourc...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fixed an issue with lore finder result links
1
chore
null
447,440
16.05.2019 21:29:09
18,000
e7ec15cb731162d3740a6cd0808048bc58b80ad3
docs: fix lookup example icon
[ { "change_type": "MODIFY", "diff": "##### Lookup base:\n- const { FontAwesomeIcon } = require('@fortawesome/react-fontawesome');\n- const { faCity } = require('@fortawesome/free-solid-svg-icons');\n-\nconst options = [\n{ label: 'Paris' },\n{ label: 'New York' },\n##### Lookup with icon and description:\nco...
JavaScript
MIT License
nexxtway/react-rainbow
docs: fix lookup example icon (#741)
1
docs
null
815,601
16.05.2019 21:57:39
-28,800
4c62cd5af7c40a62d711c5c3971ff7aed3b5f964
feat: proposal_gap
[ { "change_type": "MODIFY", "diff": "@@ -205,6 +205,10 @@ impl<CS: ChainStore> ChainState<CS> {\nself.proposal_ids.contains(id)\n}\n+ pub fn contains_gap(&self, id: &ProposalShortId) -> bool {\n+ self.proposal_ids.contains_gap(id)\n+ }\n+\npub fn insert_proposal_ids(&mut self, block: &Block) {\nself.proposal...
Rust
MIT License
nervosnetwork/ckb
feat: proposal_gap
1
feat
null
503,918
16.05.2019 22:49:48
-10,800
43d5283b3ff00ade91a05f1fd6288aadf08d36b5
fix(Checkbox): Set checked value correctly
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ class ControlledCheckbox extends React.Component {\ncheck1: false,\ncheck2: false\n};\n- this.handleChange = checked => {\n+ this.handleChange = (checked, event) => {\nconst target = event.target;\nconst value = target.type === 'checkbox' ? target.checke...
TypeScript
MIT License
patternfly/patternfly-react
fix(Checkbox): Set checked value correctly (#1929) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
Checkbox
815,590
17.05.2019 00:33:16
-28,800
fa8b69d480461569e1a790d567ef915be7432023
refactor: remove misleading score field from PeerInfo
[ { "change_type": "MODIFY", "diff": "@@ -110,7 +110,7 @@ impl PeerRegistry {\n// When have inbound connection, we try evict a inbound peer\n// TODO: revisit this after find out what's bitcoin way\n- fn try_evict_inbound_peer(&self, peer_store: &PeerStore) -> Option<SessionId> {\n+ fn try_evict_inbound_peer(&...
Rust
MIT License
nervosnetwork/ckb
refactor: remove misleading score field from PeerInfo
1
refactor
null
273,683
17.05.2019 00:48:20
-7,200
65bc3ed6d5b15e694f9f95a584fa3bae970f50dc
fix(build): ensure page context is an object
[ { "change_type": "MODIFY", "diff": "@@ -4,20 +4,22 @@ export default {\ncomputed: {\n$context () {\nif (process.isServer) {\n- return this.$ssrContext.state.context\n+ return this.$ssrContext.state.context || {}\n}\nconst { path } = this.$route\nconst results = getResults(path)\n- return results ? results.c...
JavaScript
MIT License
gridsome/gridsome
fix(build): ensure page context is an object (#434)
1
fix
build
273,683
17.05.2019 02:47:03
-7,200
698f8b3972923f0492b2db8c276230d391da203a
fix(app): prevent infinite loop for 404
[ { "change_type": "MODIFY", "diff": "import prefetch from './utils/prefetch'\nimport { unslashEnd, stripPageParam } from './utils/helpers'\n-import { NOT_FOUND_NAME, NOT_FOUND_PATH } from '~/.temp/constants'\n+import { NOT_FOUND_PATH } from '~/.temp/constants'\nconst headers = { 'Content-Type': 'application/...
JavaScript
MIT License
gridsome/gridsome
fix(app): prevent infinite loop for 404 (#387)
1
fix
app
67,476
17.05.2019 04:10:29
-7,200
65ffb13e36cef43276b56c346f337caa87d595dc
chore(kitchen-sink): updates
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import {startFPSMonitor, startMemMonitor, initProfiler, startProfile, endProfile\nimport * as faker from 'faker';\nimport './app.scss';\n-import { customElement, IViewModel, IDOM, CustomElementResource, buildTemplateDefinition, IteratorBindingInstruction, ...
TypeScript
MIT License
aurelia/aurelia
chore(kitchen-sink): updates
1
chore
kitchen-sink
67,476
17.05.2019 04:27:12
-7,200
ca9876ecf13146a96c9257e4ded050d3e647d306
chore(all): fix some merge issues
[ { "change_type": "MODIFY", "diff": "\"generate-tests:template-compiler.mutations\": \"ts-node -P scripts/tsconfig.json scripts/generate-tests/template-compiler.mutations.ts\"\n},\n\"dependencies\": {\n- \"jsdom\": \"^13.2.0 || ^14.0.0\",\n+ \"jsdom\": \"^14.0.0\",\n\"pixi.js\": \"^4.8.7\"\n},\n\"devDependen...
TypeScript
MIT License
aurelia/aurelia
chore(all): fix some merge issues
1
chore
all
67,476
17.05.2019 04:48:26
-7,200
300c84cf5ca07216b5890f632f429db519645996
ci: fix coverage command
[ { "change_type": "MODIFY", "diff": "@@ -165,15 +165,15 @@ jobs:\n- run:\nname: \"Process coverage results for Code Climate\"\ncommand: |\n- ~/cc-test-reporter format-coverage coverage/lcov.info -t lcov -o coverage/cc-final.json\n- ~/cc-test-reporter upload-coverage -i coverage/cc-final.json\n+ ~/cc-test-rep...
TypeScript
MIT License
aurelia/aurelia
ci: fix coverage command
1
ci
null
67,476
17.05.2019 06:30:39
-7,200
923c3265e2b876e6ce4fe180acf8b4e2c25a6bf5
fix(observer-locator): fix attribute NS accessor and tests
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ function setup() {\nreturn { ctx, container, lifecycle, observerLocator };\n}\n-describe.skip('AttributeNSAccessor', function () {\n+describe('AttributeNSAccessor', function () {\nlet sut: AttributeNSAccessor;\nlet el: HTMLElement;\nlet lifecycle: ILifec...
TypeScript
MIT License
aurelia/aurelia
fix(observer-locator): fix attribute NS accessor and tests
1
fix
observer-locator
127,946
17.05.2019 07:04:07
-10,800
de654d20a283e2ecbcddf80da33bc48fd34494f6
feat(nav): add nav bar everywhere
[ { "change_type": "MODIFY", "diff": "/** @jsx jsx */\nimport * as React from 'react';\n+// tslint:disable-next-line:no-duplicate-imports\n+import { useState } from 'react';\nimport { jsx } from '@emotion/core';\nimport {\nCashierLayout,\n@@ -7,14 +9,41 @@ import {\nHeadingDescription,\n} from '@heathmont/spo...
TypeScript
MIT License
coingaming/moon-design
feat(nav): add nav bar everywhere
1
feat
nav
127,946
17.05.2019 07:10:05
-10,800
b43ac4971cd221ea8b23c8f98c5502deea3d5b3b
feat(settings): add linear gradient as a background
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,9 @@ export const SettingsBlock = styled.div<{ highlight?: boolean; onClick?: any }>(\n},\nhighlight && {\nposition: 'relative',\n- backgroundColor: colors.neutral[60],\n+ background: `linear-gradient(90deg, ${colors.neutral[90]} 0%, ${\n+ colors.neutral[80]\...
TypeScript
MIT License
coingaming/moon-design
feat(settings): add linear gradient as a background
1
feat
settings
67,476
17.05.2019 07:38:56
-7,200
a1de626cc10dfe688351c62a13d2c81cef67ff11
test(select-value-observer): fix tests
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import { _, h, HTMLTestContext, TestContext, verifyEqual, assert, createSpy } fr\ntype Anything = any;\n// TODO: need many more tests here, this is just preliminary\n-describe.skip('SelectValueObserver', function () {\n+describe('SelectValueObserver', func...
TypeScript
MIT License
aurelia/aurelia
test(select-value-observer): fix tests
1
test
select-value-observer
67,476
17.05.2019 08:15:55
-7,200
a98a3c6e2a61a000a093eef3ae029eef658d726c
ci: fix codecov & code climate
[ { "change_type": "MODIFY", "diff": "@@ -165,6 +165,7 @@ jobs:\n- run:\nname: \"Process coverage results for Code Climate\"\ncommand: |\n+ curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ~/cc-test-reporter && chmod +x ~/cc-test-reporter\n~/cc-test-reporter format-co...
TypeScript
MIT License
aurelia/aurelia
ci: fix codecov & code climate
1
ci
null
504,004
17.05.2019 08:49:34
14,400
5b976ff83453d1e31ee3c70fe1b266b35c50f809
chore(patternfly-3 lint): Fix existing patternfly-3 lint errors
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"react-wooden-tree\": \"^1.1.2\"\n+ },\n+ \"peerDependencies\": {\n+ \"prop-types\": \"^15.6.1\",\n+ \"react\": \"^16.3.2\",\n+ \"react-dom\": \"^16.3.2\"\n}\n}\n", "new_path": "packages/patternfly-3/patternfly-react-wooden-tree/package.json"...
TypeScript
MIT License
patternfly/patternfly-react
chore(patternfly-3 lint): Fix existing patternfly-3 lint errors (#2012)
1
chore
patternfly-3 lint
67,476
17.05.2019 09:30:17
-7,200
f36e62a82173b9f22cd7f78c809b8cd223a38cfa
chore(runtime-html): fix class/style observation
[ { "change_type": "MODIFY", "diff": "import { Constructable } from '@aurelia/kernel';\n-import { Aurelia, BindingMode, CustomElementResource, ILifecycle } from '@aurelia/runtime';\n+import { Aurelia, BindingMode, CustomElementResource, ILifecycle, LifecycleFlags } from '@aurelia/runtime';\nimport { IEventMan...
TypeScript
MIT License
aurelia/aurelia
chore(runtime-html): fix class/style observation
1
chore
runtime-html
503,965
17.05.2019 09:50:51
14,400
236d1d57055331a817148e790b924326106c74f0
fix(build): update snapshots and fix linter errors
[ { "change_type": "MODIFY", "diff": "@@ -84,7 +84,6 @@ jobs:\nscript:\n- yarn lint:ts\n- yarn lint:style\n- - yarn lint || true # Disable linting failing build (for now)\n- stage: Deploy\nname: NPM and Github Release\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type":...
TypeScript
MIT License
patternfly/patternfly-react
fix(build): update snapshots and fix linter errors (#2031)
1
fix
build
815,590
17.05.2019 10:14:45
-28,800
93c08c6e426e5ce6dc8c8b67c7a35e33503366ca
chore: clean up commented code
[ { "change_type": "MODIFY", "diff": "@@ -118,17 +118,6 @@ impl PeerRegistry {\n.collect::<Vec<_>>()\n};\n// Protect peers based on characteristics that an attacker hard to simulate or manipulate\n- // Protect peers which has the highest score\n- // sort_then_drop(\n- // &mut candidate_peers,\n- // EVICTION_P...
Rust
MIT License
nervosnetwork/ckb
chore: clean up commented code
1
chore
null
127,946
17.05.2019 10:41:56
-10,800
e5fa2717701b4944749ebf2bde36f18fb5a0e0ac
fix(notifications): fix background gradient color
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ const Background = styled.div([\n{\nwidth: '100%',\nbackground: `linear-gradient(${colors.neutral[90]} 14rem, 0%, ${\n- colors.neutral[80]\n+ colors.neutral[70]\n})`,\n},\n]);\n", "new_path": "portals/user-portal-components/src/cashier/components/lay...
TypeScript
MIT License
coingaming/moon-design
fix(notifications): fix background gradient color
1
fix
notifications
815,609
17.05.2019 10:50:53
-28,800
d72ac0b58ddbab26680749adf0746fddf37bd27e
chore: remove an unnecessary `to_vec`
[ { "change_type": "MODIFY", "diff": "@@ -28,11 +28,11 @@ use std::sync::Mutex;\nconst META_TIP_HEADER_KEY: &[u8] = b\"TIP_HEADER\";\nconst META_CURRENT_EPOCH_KEY: &[u8] = b\"CURRENT_EPOCH\";\n-fn cell_store_key(tx_hash: &H256, index: u32) -> Vec<u8> {\n+fn cell_store_key(tx_hash: &H256, index: u32) -> [u8; 3...
Rust
MIT License
nervosnetwork/ckb
chore: remove an unnecessary `to_vec`
1
chore
null
902,122
17.05.2019 11:06:21
-7,200
e199d49e3781ea061e091e37d87d7203269faaf7
fix: ensure frame is a thing related: https://github.com/cliqz-oss/adblocker/issues/123\#issuecomment-493373184
[ { "change_type": "MODIFY", "diff": "@@ -74,11 +74,13 @@ module.exports = async (\n}\nif (adblock) {\n+ const frame = req.frame()\n+\nconst { match: isMatch } = engine.match(\nmakeRequest(\n{\ntype: webRequestType(resourceType),\n- sourceUrl: req.frame().url(),\n+ sourceUrl: frame ? frame.url() : undefined,\...
JavaScript
MIT License
microlinkhq/browserless
fix: ensure frame is a thing related: https://github.com/cliqz-oss/adblocker/issues/123\#issuecomment-493373184
1
fix
null
306,423
17.05.2019 11:24:48
-7,200
b2e7b7098b08770a6f41cb61c7201bf125d78c70
fix(core): remove type exports; use lit-element/html directly for types
[ { "change_type": "MODIFY", "diff": "+/**\n+ * Info for TypeScript users:\n+ * For now please import types from lit-element and lit-html directly.\n+ */\n+\n// lit-html\nexport {\nhtml,\n@@ -23,15 +28,22 @@ export { unsafeHTML } from 'lit-html/directives/unsafe-html.js';\nexport { until } from 'lit-html/dire...
JavaScript
MIT License
ing-bank/lion
fix(core): remove type exports; use lit-element/html directly for types
1
fix
core
815,609
17.05.2019 11:41:45
-28,800
b48c290a3d6fee7c79a341cb79adcb83db42e76b
chore: remove unnecessary `TryFrom`
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,6 @@ use ckb_core::transaction::ProposalShortId;\nuse ckb_shared::shared::Shared;\nuse ckb_store::ChainStore;\nuse ckb_traits::ChainProvider;\n-use failure::Error as FailureError;\nuse jsonrpc_core::{Error, Result};\nuse jsonrpc_derive::rpc;\nuse jsonrpc_types:...
Rust
MIT License
nervosnetwork/ckb
chore: remove unnecessary `TryFrom`
1
chore
null
730,429
17.05.2019 11:45:51
14,400
d0041f6dc8dbb5281364febceeb45609d0e3f651
feat(widget-meet): update start call aria label
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ import styles from './styles.css';\nconst propTypes = {\navatarId: PropTypes.string,\navatarImage: PropTypes.string,\n+ callButtonAriaLabel: PropTypes.string,\ncallButtonLabel: PropTypes.string,\ndisplayName: PropTypes.string,\nonCallClick: PropTypes.func\...
JavaScript
MIT License
webex/react-widgets
feat(widget-meet): update start call aria label
1
feat
widget-meet
730,429
17.05.2019 11:50:47
14,400
49ac1d695627792dd65b505b2dada504c02cd8ca
refactor(test): change activity button element names
[ { "change_type": "MODIFY", "diff": "export const elements = {\nspaceWidget: '.ciscospark-space-widget',\nmenuButton: 'button[aria-label=\"Main Menu\"]',\n- messageButton: 'button[aria-label=\"Message\"]',\n- meetButton: 'button[aria-label=\"Call\"]',\n- filesButton: 'button[aria-label=\"Files\"]',\n- people...
JavaScript
MIT License
webex/react-widgets
refactor(test): change activity button element names
1
refactor
test
815,598
17.05.2019 12:40:18
0
04db04a81360c308aa14feef1d01d8429411808f
chore(docker): build docker image from nervos/ckb-docker-builder:xenial-rust-1.34.2
[ { "change_type": "MODIFY", "diff": "-FROM ubuntu:bionic as ckb-builder\n-\n-ENV RUSTUP_HOME=/usr/local/rustup \\\n- CARGO_HOME=/usr/local/cargo \\\n- PATH=/usr/local/cargo/bin:$PATH \\\n- RUSTUP_VERSION=1.18.2 \\\n- RUSTUP_SHA256=31c0581e3af128f7374d8439068475d11be60ce7b2301684a4cab81a39c76cb6 \\\n- RUST_AR...
Rust
MIT License
nervosnetwork/ckb
chore(docker): build docker image from nervos/ckb-docker-builder:xenial-rust-1.34.2
1
chore
docker
815,595
17.05.2019 13:04:53
-28,800
be8402b3291d8d90575b819fdcce632b95b941bc
fix: Discard invalid orphan blocks When accepts a new block, its descendants should be accepted too if valid. So if an error occurs when we try to accept its descendants, the descendants are invalid.
[ { "change_type": "MODIFY", "diff": "@@ -243,58 +243,56 @@ impl<CS: ChainStore> Synchronizer<CS> {\n}\n// FIXME: guarantee concurrent block process\n+ // TODO: limit and prune orphan pool\nfn insert_new_block(&self, peer: PeerIndex, block: Block) {\n- let block = Arc::new(block);\n- if self\n- .shared\n- .bl...
Rust
MIT License
nervosnetwork/ckb
fix: Discard invalid orphan blocks When accepts a new block, its descendants should be accepted too if valid. So if an error occurs when we try to accept its descendants, the descendants are invalid.
1
fix
null
815,590
17.05.2019 13:14:52
-28,800
be57219449af6bb5dd296ddf0dca62644b47ef46
fix: use secs as suffix of peer_store columns name to avoid confuse
[ { "change_type": "MODIFY", "diff": "@@ -21,8 +21,8 @@ pub fn create_tables(conn: &Connection) -> DBResult<()> {\nscore INTEGER NOT NULL,\nstatus INTEGER NOT NULL,\nendpoint INTEGER NOT NULL,\n- ban_time_ms INTEGER NOT NULL,\n- last_connected_at_ms INTEGER NOT NULL\n+ ban_time_secs INTEGER NOT NULL,\n+ last_...
Rust
MIT License
nervosnetwork/ckb
fix: use secs as suffix of peer_store columns name to avoid confuse
1
fix
null
104,844
17.05.2019 13:20:55
14,400
47634bc5643e9eff623e6a89248262903ee4616e
feat(issues): added component request to issue template and use new format.
[ { "change_type": "RENAME", "diff": "+---\n+name: Issue template\n+about: Use this template when requesting a feature, reporting bug, or other\n+title: [component name]: [Issue title]\n+labels: ''\n+assignees: ''\n+\n+---\n+\n+<!-- IF THIS IS A COMPONENT REQUEST please use the component request template.-->\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(issues): added component request to issue template and use new format.
1
feat
issues
104,844
17.05.2019 13:45:57
14,400
23274f4ef523d85b6ff5472efc01fff29b70a689
fix(issues): rename issue template
[ { "change_type": "RENAME", "diff": "---\n-name: Issue template\n+name: Standard issue template\nabout: Use this template when requesting a feature, reporting bug, or other\ntitle: [component name]: [Issue title]\nlabels: ''\n", "new_path": ".github/ISSUE_TEMPLATE/standard-issue-template.MD", "old_pa...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(issues): rename issue template
1
fix
issues
815,590
17.05.2019 14:09:11
-28,800
e72abc752c3752cbb11cf08d8647d5d9496aa202
fix: apply suggestion, remove unnecessary invoke
[ { "change_type": "MODIFY", "diff": "@@ -158,7 +158,7 @@ impl PeerRegistry {\n});\n// Grop peers by network group\n- let mut evict_group = candidate_peers\n+ let evict_group = candidate_peers\n.into_iter()\n.fold(FnvHashMap::default(), |mut groups, peer| {\ngroups\n@@ -172,11 +172,9 @@ impl PeerRegistry {\n....
Rust
MIT License
nervosnetwork/ckb
fix: apply suggestion, remove unnecessary invoke
1
fix
null
815,590
17.05.2019 14:22:50
-28,800
3468408836a2b5c96f7693991120d5291ef0f1f6
fix: peer_store check_limit_and_evict_peer_addrs
[ { "change_type": "MODIFY", "diff": "@@ -146,11 +146,11 @@ impl SqlitePeerStore {\n}\n/// check and try delete peer_addr if peer_addr reach limit\n- fn check_peer_addrs_limit(&mut self, peer_id: &PeerId) -> Result<(), ()> {\n+ fn check_limit_and_evict_peer_addrs(&mut self, peer_id: &PeerId) {\nlet now = unix...
Rust
MIT License
nervosnetwork/ckb
fix: peer_store check_limit_and_evict_peer_addrs
1
fix
null
273,701
17.05.2019 14:32:30
25,200
035d831d5e80cfe0da4c38f4a113cd98c6f0c420
chore(drupal): update readme for 0.6 changes
[ { "change_type": "MODIFY", "diff": "@@ -107,8 +107,8 @@ module.exports = {\noptions: {\nbaseUrl: 'https://somedrupalsite.pantheonsite.io',\nroutes: {\n- 'node--article': '/articles/:slug',\n- 'taxonomy_term--tags': '/tags/:slug'\n+ 'node--article': '/articles/:title',\n+ 'taxonomy_term--tags': '/tags/:name'...
JavaScript
MIT License
gridsome/gridsome
chore(drupal): update readme for 0.6 changes (#423)
1
chore
drupal
815,590
17.05.2019 14:44:29
-28,800
9de6fe3cb50acadc0af56c031c6ad59f29b4553e
fix: network discovery use random addrs
[ { "change_type": "MODIFY", "diff": "@@ -282,7 +282,7 @@ pub fn get_random_peers(\nconn: &Connection,\ncount: u32,\nexpired_at_ms: u64,\n-) -> DBResult<Vec<PeerAddr>> {\n+) -> DBResult<Vec<PeerId>> {\n// random select peers that we have connect to recently.\nlet mut stmt = conn.prepare(\n\"SELECT peer_id FRO...
Rust
MIT License
nervosnetwork/ckb
fix: network discovery use random addrs
1
fix
null
815,605
17.05.2019 14:48:21
-28,800
b486609f9cf963ca1f6fe794a55ea3cf12031123
feat: upgrade CKB VM to latest version with performance improvements
[ { "change_type": "MODIFY", "diff": "@@ -682,7 +682,7 @@ dependencies = [\n\"ckb-protocol 0.12.0-pre\",\n\"ckb-resource 0.12.0-pre\",\n\"ckb-store 0.12.0-pre\",\n- \"ckb-vm 0.12.0-pre (git+https://github.com/nervosnetwork/ckb-vm?rev=83c1335)\",\n+ \"ckb-vm 0.12.0-pre (git+https://github.com/nervosnetwork/ckb...
Rust
MIT License
nervosnetwork/ckb
feat: upgrade CKB VM to latest version with performance improvements
1
feat
null
815,605
17.05.2019 14:54:53
-28,800
228498831c6d799fd4c4f99e69e91c1b0c44a357
fix: Prof should respect script config
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ pub fn profile(args: ProfArgs) -> Result<(), ExitCode> {\n.consensus(args.consensus.clone())\n.db(&args.config.db)\n.tx_pool_config(args.config.tx_pool.clone())\n+ .script_config(args.config.script)\n.build()\n.map_err(|err| {\neprintln!(\"Prof error: {:...
Rust
MIT License
nervosnetwork/ckb
fix: Prof should respect script config
1
fix
null
503,988
17.05.2019 15:21:26
14,400
8903702ae463cf80ef991455e36319691eecde08
fix(Dropdown): handle on enter focusing when options are disabled
[ { "change_type": "MODIFY", "diff": "@@ -39,10 +39,14 @@ class DropdownMenu extends React.Component {\ncomponentDidMount() {\nif (this.props.openedOnEnter) {\n- if (this.props.component === 'ul') this.refsCollection[0].focus();\n+ const focusTarget =\n+ this.refsCollection.filter(\n+ ref => ref && ((ref.curr...
TypeScript
MIT License
patternfly/patternfly-react
fix(Dropdown): handle on enter focusing when options are disabled (#2025)
1
fix
Dropdown
815,590
17.05.2019 15:36:38
-28,800
d67916d4e6622eb037f405c9ac234f8bfb0ef850
chore: rpc bind localhost in default config
[ { "change_type": "MODIFY", "diff": "@@ -53,8 +53,8 @@ ping_timeout_secs = 1200\nconnect_outbound_interval_secs = 15\n[rpc]\n-listen_address = \"0.0.0.0:8114\" # {{\n-# _ => listen_address = \"0.0.0.0:{rpc_port}\"\n+listen_address = \"127.0.0.1:8114\" # {{\n+# _ => listen_address = \"127.0.0.1:{rpc_port}\"\n...
Rust
MIT License
nervosnetwork/ckb
chore: rpc bind localhost in default config
1
chore
null
815,609
17.05.2019 15:48:02
-28,800
d955dedb1b9d57025653a3c1b19ab5ee059a0d92
feat: save cell set into database (but not used) BREAKING CHANGE: Add new column to store cell set into database.
[ { "change_type": "MODIFY", "diff": "@@ -303,7 +303,7 @@ impl<CS: ChainStore + 'static> ChainService<CS> {\nif new_epoch || fork.has_detached() {\nchain_state.update_current_epoch_ext(epoch);\n}\n- chain_state.update_tip(tip_header, total_difficulty, cell_set_diff);\n+ chain_state.update_tip(tip_header, tota...
Rust
MIT License
nervosnetwork/ckb
feat: save cell set into database (but not used) BREAKING CHANGE: Add new column to store cell set into database.
1
feat
null
791,704
17.05.2019 15:55:41
25,200
0d77f1ab0e32b5b4a8f9200564d15a4414755708
report(redesign): move gauge styles to main stylesheet
[ { "change_type": "MODIFY", "diff": "border: 0;\n}\n+/* Gauge */\n+\n+.lh-gauge__wrapper--pass {\n+ color: var(--color-pass);\n+ fill: var(--color-pass);\n+ stroke: var(--color-pass);\n+}\n+\n+.lh-gauge__wrapper--average {\n+ color: var(--color-average);\n+ fill: var(--color-average);\n+ stroke: var(--color-...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(redesign): move gauge styles to main stylesheet (#8893)
1
report
redesign
815,593
17.05.2019 16:04:07
-28,800
f959edf6a12a021d4d75af7fd39ecfeca2eb5187
perf: only parallelism verify tx in block verifier
[ { "change_type": "MODIFY", "diff": "@@ -813,7 +813,6 @@ dependencies = [\n\"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)\",\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-i...
Rust
MIT License
nervosnetwork/ckb
perf: only parallelism verify tx in block verifier
1
perf
null
815,593
17.05.2019 16:18:16
-28,800
36f7b8505ef2a257d57e3b5d82ac78691099eec2
test: add integration for sync timeout
[ { "change_type": "MODIFY", "diff": "use ckb_test::specs::*;\n+use ckb_test::Spec;\nuse logger::{self, Config};\n+use std::collections::HashMap;\nuse std::env;\nfn main() {\n@@ -17,67 +19,48 @@ fn main() {\n.unwrap_or_else(|| \"9000\".to_string())\n.parse()\n.expect(\"invalid port number\");\n- if let Some(s...
Rust
MIT License
nervosnetwork/ckb
test: add integration for sync timeout (#813)
1
test
null
815,573
17.05.2019 16:29:56
-28,800
eaa9204d2fc140786453d1bb833e76f23b1d46bc
fix: Change dns seed record hash function to blake2b_256
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ use std::net::SocketAddr;\nuse std::str::FromStr;\nuse std::time::{SystemTime, UNIX_EPOCH};\n-use hash::sha3_256;\n+use hash::blake2b_256;\nuse lazy_static::lazy_static;\nuse p2p::{\nmultiaddr::{multihash::Multihash, Multiaddr, Protocol},\n@@ -101,7 +101,7...
Rust
MIT License
nervosnetwork/ckb
fix: Change dns seed record hash function to blake2b_256
1
fix
null
127,946
17.05.2019 16:44:33
-10,800
cd16e9196a43e6516a3dc60e4ce0612214ee575e
feat(switcher): introduce switcher component
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ export * from './heading';\nexport * from './link';\nexport * from './nav';\nexport * from './select';\n+export * from './switch';\nexport * from './text-input';\nexport * from './toggle';\nexport * from './tooltip';\n", "new_path": "design/component...
TypeScript
MIT License
coingaming/moon-design
feat(switcher): introduce switcher component
1
feat
switcher
730,429
17.05.2019 17:18:46
14,400
79f23b402eeb21dc44c794e1daf75c26f2f19daf
chore(package): update momentum to 17.2.0
[ { "change_type": "MODIFY", "diff": "\"dev\": true\n},\n\"@gfx/zopfli\": {\n- \"version\": \"1.0.11\",\n- \"resolved\": \"https://registry.npmjs.org/@gfx/zopfli/-/zopfli-1.0.11.tgz\",\n- \"integrity\": \"sha512-wW+hi+bqdYCpBIvL8g7RYub9YXf5crhZK9SNk/VZmbF177Em1VwFv488qyh8iBpCo6GptcP1Zam0bJfY3VmMbg==\",\n+ \"v...
JavaScript
MIT License
webex/react-widgets
chore(package): update momentum to 17.2.0
1
chore
package
815,590
17.05.2019 17:23:48
-28,800
21ad6b13fd5e379760a9776dc16ccf1725d41ec4
refactor: using addr instead peer_id to ban peers
[ { "change_type": "MODIFY", "diff": "@@ -189,10 +189,11 @@ impl NetworkState {\ntimeout: Duration,\n) {\ninfo!(target: \"network\", \"ban peer {:?} with {:?}\", peer_id, timeout);\n- self.peer_store.lock().ban_peer(peer_id, timeout);\nself.with_peer_registry_mut(|reg| {\nif let Some(session_id) = reg.get_key...
Rust
MIT License
nervosnetwork/ckb
refactor: using addr instead peer_id to ban peers
1
refactor
null
127,946
17.05.2019 17:38:40
-10,800
3d992f3ef3f8c12f3406f6cb6aa0b68f24fc1a18
fix(settings): use switcher
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import { useState } from 'react';\nimport { jsx } from '@emotion/core';\nimport rem from 'polished/lib/helpers/rem';\n-import { Heading, Select, Checkbox } from '@heathmont/sportsbet-components';\n+import { Heading, Select, Switch } from '@heathmont/sports...
TypeScript
MIT License
coingaming/moon-design
fix(settings): use switcher
1
fix
settings
815,601
17.05.2019 17:55:13
-28,800
9d0aeec62727ee0f1a2eed7dbef49cc251900cf8
feat: record tx size in entry
[ { "change_type": "MODIFY", "diff": "@@ -398,11 +398,8 @@ impl<CS: ChainStore + 'static> BlockAssembler<CS> {\nresolved_inputs: vec![],\n};\n- let script_verifier = ScriptVerifier::new(\n- &rtx,\n- Arc::clone(self.shared.store()),\n- self.shared.script_config(),\n- );\n+ let script_verifier =\n+ ScriptVerifi...
Rust
MIT License
nervosnetwork/ckb
feat: record tx size in entry
1
feat
null
447,440
17.05.2019 18:29:21
18,000
bfa63306415c262c73c707c05d45267ca4689b47
styles: fix radio styles
[ { "change_type": "MODIFY", "diff": "display: inline-block;\n}\n.rainbow-input-radio_inner-container .rainbow-input-radio_faux {\n- width: 1.25rem;\n- height: 1.25rem;\n+ width: 20px;\n+ height: 20px;\ndisplay: inline-block;\nposition: relative;\nvertical-align: middle;\n- border: 0.0625rem solid #e3e5ed;\n+...
JavaScript
MIT License
nexxtway/react-rainbow
styles: fix radio styles (#744)
1
styles
null
815,609
17.05.2019 19:05:09
-28,800
4e0162c07be7762db43a59ea3ad46586ffab713a
feat: add a function to traverse all keys for database
[ { "change_type": "MODIFY", "diff": "@@ -136,6 +136,13 @@ where\nself.db.partial_read(col, key, range)\n}\n+ fn traverse<F>(&self, col: Col, callback: F) -> Result<()>\n+ where\n+ F: FnMut(&[u8], &[u8]) -> Result<()>,\n+ {\n+ self.db.traverse(col, callback)\n+ }\n+\nfn batch(&self) -> Result<Self::Batch> {\n...
Rust
MIT License
nervosnetwork/ckb
feat: add a function to traverse all keys for database
1
feat
null
447,440
17.05.2019 19:43:07
18,000
f8f3f2c4393f8727eabfb7af724ee7066a0a06e8
docs: add .prettierignore and fix some details
[ { "change_type": "ADD", "diff": "+*.css.map\n+*.css\n+*.scss\n", "new_path": ".prettierignore", "old_path": null }, { "change_type": "MODIFY", "diff": ".rainbow-checkbox-group_checkbox {\ndisplay: inline-block; }\n.rainbow-checkbox-group_checkbox .rainbow-checkbox-group_checkbox-faux {\n...
JavaScript
MIT License
nexxtway/react-rainbow
docs: add .prettierignore and fix some details (#745)
1
docs
null
815,605
17.05.2019 20:03:03
-28,800
653bd0cff183c3ea043c884ae239397279743caf
fix: load_script_hash should use script's own hash for lock script
[ { "change_type": "MODIFY", "diff": "@@ -55,22 +55,12 @@ impl Script {\n}\npub fn hash(&self) -> H256 {\n- self.hash_with_appended_arguments(&[])\n- }\n-\n- // This calculates the script hash with provided arguments appended\n- // to the script's own argument list. This way we can calculate the\n- // script ...
Rust
MIT License
nervosnetwork/ckb
fix: load_script_hash should use script's own hash for lock script
1
fix
null
815,601
17.05.2019 20:36:27
-28,800
b0a8b34de0cbbf4e4d2c8adf78e61ea9212e9498
fix: proposal duplidate
[ { "change_type": "MODIFY", "diff": "@@ -229,7 +229,7 @@ impl<CS: ChainStore + 'static> BlockAssembler<CS> {\ncellbase_size: usize,\nbytes_limit: u64,\nuncles: &[UncleBlock],\n- proposals: &[ProposalShortId],\n+ proposals: &FnvHashSet<ProposalShortId>,\n) -> Result<usize, FailureError> {\nlet occupied = Head...
Rust
MIT License
nervosnetwork/ckb
fix: proposal duplidate
1
fix
null
791,834
17.05.2019 21:02:27
25,200
cdb36962403900f57c0abc9d433046b50e7dde2d
tests: remove compile-devtools on travis
[ { "change_type": "MODIFY", "diff": "@@ -40,14 +40,7 @@ script:\n- yarn test-viewer\n- yarn test-lantern\n- yarn i18n:checks\n- # _JAVA_OPTIONS is breaking parsing of `compile-devtools` output. See #3338.\n- - unset _JAVA_OPTIONS\n- # FIXME(paulirish): re-enable after a roll of LH->CDT\n- # - yarn compile-de...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: remove compile-devtools on travis (#8988)
1
tests
null
815,605
17.05.2019 21:07:16
-28,800
6f8a4d0d453342830383d129919ae359cf77784c
feat: add load witness syscall
[ { "change_type": "ADD", "diff": "+use crate::syscalls::{\n+ utils::store_data, INDEX_OUT_OF_BOUND, LOAD_WITNESS_SYSCALL_NUMBER, SUCCESS,\n+};\n+use ckb_core::transaction::Witness;\n+use ckb_protocol::Witness as FbsWitness;\n+use ckb_vm::{\n+ registers::{A0, A3, A7},\n+ Error as VMError, Register, SupportMac...
Rust
MIT License
nervosnetwork/ckb
feat: add load witness syscall
1
feat
null
815,573
17.05.2019 22:40:23
-28,800
3a2f96954a1d9913e392ed7a7b7e84cb74c5ced8
chore: Remove DNS seeding public key
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ use crate::NetworkState;\nuse seed_record::SeedRecord;\n// FIXME: should replace this later\n-const TXT_VERIFY_PUBKEY: &str = \"33afa0d4309e4720ba60b29e63c4f378fef860bcfe14732fd2790107c4237ca92244ec8c76e013ba7d88499288ef94ff412b5c8bf239fbb70488d5f6fbbc75...
Rust
MIT License
nervosnetwork/ckb
chore: Remove DNS seeding public key
1
chore
null
815,598
17.05.2019 22:52:02
-28,800
4c8c4131eed7b77ad5528d125b05be296892255f
chore: add default bootnodes for testnet
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,9 @@ public_addresses = []\n# Node connects to nodes listed here to discovery other peers when there's no local stored peers.\n# When chain.spec is changed, this usually should also be changed to the bootnodes in the new chain.\n-bootnodes = []\n+bootnodes = ...
Rust
MIT License
nervosnetwork/ckb
chore: add default bootnodes for testnet
1
chore
null
815,598
17.05.2019 23:03:59
-28,800
52b73cc6ff3d885291caee68dc9de840a6fb0677
chore: bump db version for testnet
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ use std::sync::Arc;\n// - If the data can be migrated manually: update \"x.y1.z\" to \"x.y2.0\".\n// - If the data can not be migrated: update \"x1.y.z\" to \"x2.0.0\".\npub(crate) const VERSION_KEY: &str = \"db-version\";\n-pub(crate) const VERSION_VALUE:...
Rust
MIT License
nervosnetwork/ckb
chore: bump db version for testnet
1
chore
null
815,598
17.05.2019 23:04:11
-28,800
e164fb49bea099030442f7966f913bc2eb80aefb
chore: bump testnet genesis timestamp
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ code_hash = \"0x9e3b3557f11b2b3532ce352bfe8017e9fd11d154c4c7f9b7aaaa1e621b539a08\"\nscript_hash = \"0xf7b950dde1e3c07f17b1609f5a06d92af81a514eabcb096a4dcecce627823ba4\"\n[ckb_testnet]\n-genesis = \"0x8dde740343e6a98b126e00a0080f92cdb6486f572d0b25fd0615cb...
Rust
MIT License
nervosnetwork/ckb
chore: bump testnet genesis timestamp
1
chore
null
815,598
17.05.2019 23:12:57
-28,800
2c19291af8f1f6327a9f987dabfa209d6d654694
fix: rpc test should not reuse directory
[ { "change_type": "MODIFY", "diff": "@@ -669,6 +669,7 @@ dependencies = [\n\"serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)\"...
Rust
MIT License
nervosnetwork/ckb
fix: rpc test should not reuse directory
1
fix
null
815,595
17.05.2019 23:20:02
-28,800
99f1c31c4d76ea4d2f8b1b753e7bfb3c7957057a
test: Comment sync_timeout case
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ fn main() {\nlet mut specs: HashMap<&str, Box<dyn Spec>> = HashMap::new();\nspecs.insert(\"block_relay_basic\", Box::new(BlockRelayBasic));\nspecs.insert(\"block_sync_basic\", Box::new(BlockSyncBasic));\n- specs.insert(\"sync_timeout\", Box::new(SyncTime...
Rust
MIT License
nervosnetwork/ckb
test: Comment sync_timeout case
1
test
null
76,605
17.05.2019 23:45:59
-7,200
f72fe75f2b4e7cedfa569539b63eda53e5193955
fix: Basque Stemmer was broken
[ { "change_type": "MODIFY", "diff": "* The above copyright notice and this permission notice shall be\n* included in all copies or substantial portions of the Software.\n*\n- * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\n+ * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,...
JavaScript
MIT License
axa-group/nlp.js
fix: Basque Stemmer was broken
1
fix
null
76,605
17.05.2019 23:46:25
-7,200
a7855e516f5b74a3c5001d590fbd51bda9e83535
feat: Add basque, catalan and galician to sentiment analyzer
[ { "change_type": "MODIFY", "diff": "@@ -46,18 +46,20 @@ describe('Sentiment Analyzer', () => {\nexpect(analyzer.negations).toEqual([]);\n});\ntest('It should be able to load languages', () => {\n- ['en', 'es', 'it', 'fr', 'nl', 'de'].forEach(language => {\n+ ['en', 'es', 'it', 'fr', 'nl', 'de', 'eu', 'gl', ...
JavaScript
MIT License
axa-group/nlp.js
feat: Add basque, catalan and galician to sentiment analyzer
1
feat
null
76,605
17.05.2019 23:50:29
-7,200
35676616820b5ec586e9bccec75e9b6d1529980b
docs: update docs about sentiment analysis
[ { "change_type": "MODIFY", "diff": "@@ -46,8 +46,8 @@ Inside Sentiment Analysis, there are three possible algoritms: AFINN, Senticon a\n| :-------------- | :---: | :------: | :-----: |\n| Arabic (ar) | | | |\n| Armenian (hy) | | | |\n-| Basque (eu) | | | |\n-| Catalan (ca) | | | |\n+| Basque (eu) | | X | |\...
JavaScript
MIT License
axa-group/nlp.js
docs: update docs about sentiment analysis
1
docs
null
71,425
18.05.2019 00:08:38
-7,200
e7ad990a4d752c9d7a57d27687628430d818da0c
feat(codebuild): add support for local cache modes Fixes
[ { "change_type": "MODIFY", "diff": "@@ -109,6 +109,36 @@ aws codebuild import-source-credentials --server-type GITHUB --auth-type PERSONA\nThis source type can be used to build code from a BitBucket repository.\n+## Caching\n+\n+You can save time when your project builds by using a cache. A cache can store ...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(codebuild): add support for local cache modes (#2529) Fixes #1956
1
feat
codebuild
76,605
18.05.2019 00:53:44
-7,200
a7ea9363fb3dfc050ab7d43d83546bf290af82c0
feat: adding stemmer to sentiment analyzer
[ { "change_type": "MODIFY", "diff": "@@ -45,12 +45,6 @@ class SentimentAnalyzer {\n}\nif (!this.settings.type) {\nswitch (this.settings.language) {\n- case 'en':\n- this.settings.type = 'senticon';\n- break;\n- case 'es':\n- this.settings.type = 'senticon';\n- break;\ncase 'it':\nthis.settings.type = 'patter...
JavaScript
MIT License
axa-group/nlp.js
feat: adding stemmer to sentiment analyzer
1
feat
null
791,737
18.05.2019 01:01:14
-7,200
be31c631e9c7d8dc9f23dea2d4e6581549ee5dfe
report: hide 3rd party filter checkbox if all rows are 3rd party
[ { "change_type": "MODIFY", "diff": "@@ -173,9 +173,10 @@ class ReportUIFeatures {\n});\ntablesWithUrls.forEach((tableEl, index) => {\n- const thirdPartyRows = this._getThirdPartyRows(tableEl, this.json.finalUrl);\n- // No 3rd parties, no checkbox!\n- if (!thirdPartyRows.size) return;\n+ const urlItems = thi...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: hide 3rd party filter checkbox if all rows are 3rd party (#8966)
1
report
null
791,747
18.05.2019 01:08:19
-3,600
5af4e672db8c5479dffcf2486c28282c61580fc2
docs(readme): add performance-budgets to related projects
[ { "change_type": "MODIFY", "diff": "@@ -316,7 +316,7 @@ Other awesome open source projects that use Lighthouse.\n* **[lighthouse4u](https://github.com/godaddy/lighthouse4u)** - LH4U provides Google Lighthouse as a service, surfaced by both a friendly UI+API, and backed by Elastic Search for easy querying an...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(readme): add performance-budgets to related projects (#8971)
1
docs
readme
815,598
18.05.2019 03:15:29
-28,800
f6353cb5b4cadf373bad520e501b07733a631100
chore: trigger travis integration test in branch rylai
[ { "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 repo != nervosnetwork/ckb OR tag IS present'\n+if: 'branch IN (master, develop, rylai) OR branch =~ /^rc\\// OR type != push OR repo != nervosnetw...
Rust
MIT License
nervosnetwork/ckb
chore: trigger travis integration test in branch rylai
1
chore
null
815,573
18.05.2019 07:48:35
-28,800
4f0ddd99d84a997b44f852764ca3992bd60a557d
fix: Filter out p2p field in address
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ pub mod types;\nuse self::types::PeerAddr;\npub use crate::{peer_store::sqlite::SqlitePeerStore, SessionType};\npub(crate) use crate::{Behaviour, PeerId};\n-use p2p::multiaddr::Multiaddr;\n+use p2p::multiaddr::{Multiaddr, Protocol};\nuse std::time::Duratio...
Rust
MIT License
nervosnetwork/ckb
fix: Filter out p2p field in address
1
fix
null
815,598
18.05.2019 09:40:43
-28,800
ba7a2c57855e4cc0c81e055eee282af5cff17c72
fix(docker): fix docker files permissions
[ { "change_type": "MODIFY", "diff": "@@ -11,9 +11,7 @@ LABEL maintainer=\"Nervos Core Dev <dev@nervos.org>\"\nRUN groupadd -g 1000 ckb \\\n&& useradd -m -u 1000 -g ckb -s /bin/sh ckb \\\n- && mkdir -p /var/lib/ckb \\\n- && chown -R ckb:ckb /var/lib/ckb \\\n- && chmod 755 /var/lib/ckb\n+ && mkdir -p /var/lib/...
Rust
MIT License
nervosnetwork/ckb
fix(docker): fix docker files permissions
1
fix
docker
815,598
18.05.2019 09:41:22
-28,800
2c02ea9961ab3cb1154777bad2bb70fdc2126860
fix(docker): bind rpc on 0.0.0.0 in docker
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,9 @@ build: ## Build binary with release profile.\nprod: ## Build binary for production release.\nRUSTFLAGS=\"--cfg disable_faketime\" cargo build ${VERBOSE} --release\n+prod-docker: ## Build binary for production release.\n+ RUSTFLAGS=\"--cfg disable_faketim...
Rust
MIT License
nervosnetwork/ckb
fix(docker): bind rpc on 0.0.0.0 in docker
1
fix
docker
815,598
18.05.2019 09:41:57
-28,800
482e85b8eaf5e8f89b36a3321b5bd148913ce1aa
fix(docker): avoid dirty flag in version info
[ { "change_type": "MODIFY", "diff": "@@ -69,6 +69,8 @@ fn get_version() -> Version {\n};\nlet commit_describe = option_env!(\"COMMIT_DESCRIBE\").map(ToString::to_string);\n+ #[cfg(docker)]\n+ let commit_describe = commit_describe.map(|s| s.replace(\"-dirty\", \"\"));\nlet commit_date = option_env!(\"COMMIT_D...
Rust
MIT License
nervosnetwork/ckb
fix(docker): avoid dirty flag in version info
1
fix
docker
471,458
18.05.2019 09:48:45
-7,200
2d5b38870bfef9d65c779a6988d801a069397a0f
fix(demoing-storybook): add missing knob exports
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,9 @@ export {\ncolor,\narray,\nboolean,\n+ radios,\n+ files,\n+ optionsKnob,\n} from '@storybook/addon-knobs';\nexport { withClassPropertiesKnobs } from './withClassPropertiesKnobs.js';\n", "new_path": "packages/demoing-storybook/index.js", "old_path"...
JavaScript
MIT License
open-wc/open-wc
fix(demoing-storybook): add missing knob exports
1
fix
demoing-storybook
724,007
18.05.2019 10:06:09
14,400
99336c44c9379a03e1e466279b564526f82f744a
feat: add option to pretty print html components BREAKING CHANGE: html output will now be formatted
[ { "change_type": "MODIFY", "diff": "@@ -27,3 +27,7 @@ declare module 'cheerio' {\ndeclare module 'semver' {\ndeclare module.exports: any\n}\n+\n+declare module 'pretty' {\n+ declare module.exports: any\n+}\n", "new_path": "flow/modules.flow.js", "old_path": "flow/modules.flow.js" }, { "chang...
JavaScript
MIT License
vuejs/vue-test-utils
feat: add option to pretty print html components (#1229) BREAKING CHANGE: html output will now be formatted
1
feat
null
815,593
18.05.2019 11:53:23
-28,800
631e3ae1349b0806c9adaa09762e89bbc45ea26f
chore: tweak log level
[ { "change_type": "MODIFY", "diff": "@@ -160,7 +160,7 @@ impl NetworkState {\nif let Some(session_id) = reg.get_key_by_peer_id(peer_id) {\nreg.remove_peer(session_id);\nif let Err(err) = p2p_control.disconnect(session_id) {\n- error!(target: \"network\", \"send message to p2p service error: {:?}\", err);\n+ ...
Rust
MIT License
nervosnetwork/ckb
chore: tweak log level (#828)
1
chore
null
815,598
18.05.2019 13:35:59
-28,800
b8aff9a117cd6f394fa02c874867baa3e21e28eb
docs: docker hub no longer provides develop tag
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,6 @@ listed in DockerHub.\n- Tag `latest` is always the latest release, which is built from the latest\nmaster branch.\n-- Tag `develop` is built from the latest develop branch.\n- Tags `vx.y.z` are history releases.\n- Tags `vx.y.z-rc` are the preview of the...
Rust
MIT License
nervosnetwork/ckb
docs: docker hub no longer provides develop tag
1
docs
null
447,440
18.05.2019 13:38:44
18,000
aa0b0184564a83ead8c6ff37a05ca2adf1bb0bed
docs: add-lookup-modal-redux-example
[ { "change_type": "MODIFY", "diff": "const PageModal = require('../../../src/components/Modal/pageObject');\n+const PageLookup = require('../../../src/components/Lookup/pageObject');\nconst { ESCAPE_KEY, ENTER_KEY } = require('../../constants');\n-const BUTTON = '#button-3';\n-const MODAL = '#modal-3';\n-con...
JavaScript
MIT License
nexxtway/react-rainbow
docs: add-lookup-modal-redux-example (#739)
1
docs
null
217,922
18.05.2019 13:54:51
-7,200
6923c7d52f5b2ef76b0b750d45c704c4b96cac5d
chore: no more rendertron for SSR, need better universal stuff
[ { "change_type": "MODIFY", "diff": "@@ -80,110 +80,3 @@ exports.updateUserListCount = functions.firestore.document('/lists/{uid}').onCre\n});\n});\n});\n-\n-\n-// SSR Stuff\n-const express = require('express');\n-const fetch = require('node-fetch');\n-const url = require('url');\n-const app = express();\n-c...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: no more rendertron for SSR, need better universal stuff
1
chore
null
217,922
18.05.2019 13:58:40
-7,200
9a0b80f5f6680bf4b51cef7d07a466cd72e9d29d
chore: lists now use floor instead of ceil for materials count
[ { "change_type": "MODIFY", "diff": "@@ -205,7 +205,7 @@ export class List extends DataWithPermissions {\n*/\npublic setDone(itemId: number | string, amount: number, excludeFinalItems = false, setUsed = false, recipeId?: string, external = false, initialAddition = amount): void {\nconst item = this.getItemBy...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: lists now use floor instead of ceil for materials count
1
chore
null
217,922
18.05.2019 14:09:21
-7,200
3234932e2c411ef57a9f782a4f7526df3cbe98df
fix(log-tracker): removed timed nodes from optimized path
[ { "change_type": "MODIFY", "diff": "@@ -376,7 +376,10 @@ export class LogTrackerComponent extends TrackerComponent {\n.map(page => {\nreturn page.items\n.filter(item => {\n- return !this.userGatheringCompletion[item.itemId] && this.getNodeData(item.itemId, page.id).length > 0;\n+ const nodes = this.getNodeD...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(log-tracker): removed timed nodes from optimized path
1
fix
log-tracker
815,590
18.05.2019 14:09:55
-28,800
4b630fc769934a211385187bda7c1e619b04dd30
refactor: peer_store db::PeerInfoDB interface
[ { "change_type": "MODIFY", "diff": "@@ -51,52 +51,31 @@ pub fn create_tables(conn: &Connection) -> DBResult<()> {\npub struct PeerInfoDB;\nimpl PeerInfoDB {\n- pub fn insert(\n- conn: &Connection,\n- peer_id: &PeerId,\n- connected_addr: &Multiaddr,\n- endpoint: SessionType,\n- score: Score,\n- last_connecte...
Rust
MIT License
nervosnetwork/ckb
refactor: peer_store db::PeerInfoDB interface
1
refactor
null
217,922
18.05.2019 14:45:26
-7,200
cd24189ff14d44690d0e1a190166097ad91e2245
fix(ux): multiple changes to the UI design
[ { "change_type": "MODIFY", "diff": "export class Theme {\n- public static readonly DEFAULT = new Theme('DEFAULT', '#F57C00', '#009688', 'white');\n+ public static readonly DEFAULT = new Theme('DEFAULT', '#006d46', '#009688', 'white');\npublic static readonly GREEN = new Theme('GREEN', '#009a4d', '#b77cb3', ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(ux): multiple changes to the UI design
1
fix
ux
217,922
18.05.2019 15:30:20
-7,200
b56a2a402d9ffd38b2b9129219bb07b58cba0409
chore: fix for rendertron removal
[ { "change_type": "MODIFY", "diff": "\"**/.*\",\n\"**/node_modules/**\"\n],\n- \"rewrites\": [\n- {\n- \"source\": \"**\",\n- \"function\": \"app\"\n- }\n- ],\n\"redirects\": [\n{\n\"source\": \"/desktop\",\n", "new_path": "firebase.json", "old_path": "firebase.json" } ]
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix for rendertron removal
1
chore
null
217,922
18.05.2019 16:05:52
-7,200
b85884053e152554ed5c7ce5f9326f1d12ea32f5
chore: more UX fixes
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,11 @@ export class CraftedByExtractor extends AbstractExtractor<CraftedBy[]> {\njobId: craft.job,\nlevel: craft.lvl,\nstars_tooltip: this.htmlTools.generateStars(craft.stars),\n- recipeId: craft.id\n+ recipeId: craft.id,\n+ rlvl: craft.rlvl,\n+ durability: cr...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: more UX fixes
1
chore
null
217,922
18.05.2019 16:21:42
-7,200
1113411a1028eba80f0bd952734800d545a6ff07
feat(teams): added new webhook setting for final items progress notification
[ { "change_type": "MODIFY", "diff": "@@ -99,8 +99,11 @@ export class DiscordWebhookService {\n}, `https://www.garlandtools.org/files/icons/item/${itemIcon}.png`);\n}\n- notifyItemChecked(team: Team, itemIcon: number, list: List, memberId: string, amount: number, itemId: number, totalNeeded: number): void {\n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(teams): added new webhook setting for final items progress notification
1
feat
teams