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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
791,704 | 06.05.2019 09:24:38 | 25,200 | aac5a08feaa9ad100ebe2b82d484056a1ea29f9c | report(redesign): toggle dark theme in menu | [
{
"change_type": "MODIFY",
"diff": "@@ -370,6 +370,10 @@ class ReportUIFeatures {\nthis.saveAsGist();\nbreak;\n}\n+ case 'toggle-dark': {\n+ this._toggleDarkTheme();\n+ break;\n+ }\n}\nthis.closeExportDropdown();\n",
"new_path": "lighthouse-core/report/html/renderer/report-ui-features.js",
"old_path... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(redesign): toggle dark theme in menu (#8843) | 1 | report | redesign |
471,470 | 06.05.2019 09:27:48 | -7,200 | 8c2810d37561cad592c23c9cba882b2af780cfe3 | docs(building-webpack): add non standard syntax warning | [
{
"change_type": "MODIFY",
"diff": "@@ -223,7 +223,11 @@ This the fastest method, as it strips away types during babel transformormation\n<details>\n- <summary>Supporting `LitElement`'s `@customElement` and `@property`</summary>\n+ <summary>Supporting decorators</summary>\n+\n+ ::: warning\n+ Please note th... | JavaScript | MIT License | open-wc/open-wc | docs(building-webpack): add non standard syntax warning (#402) | 1 | docs | building-webpack |
815,609 | 06.05.2019 10:27:08 | -28,800 | eea5c55d9e482bb1051dda7a74848f8bb43f1ef5 | feat: add a new rpc: get_block_by_number | [
{
"change_type": "MODIFY",
"diff": "@@ -157,6 +157,81 @@ curl -H 'content-type:application/json' \\\n}\n```\n+### get_block_by_number\n+\n+Returns the information about a block by block number (height).\n+\n+#### Parameters\n+\n+ number - Number of a block.\n+\n+#### Examples\n+\n+```bash\n+curl -H 'content... | Rust | MIT License | nervosnetwork/ckb | feat: add a new rpc: get_block_by_number | 1 | feat | null |
217,922 | 06.05.2019 10:34:27 | -7,200 | 950abcbe05b535b32d2badc9e51c120c3835ac6b | fix(alarms): fixed an issue with some specific fishes having wrong timers
AKA fuck glimmerscale | [
{
"change_type": "MODIFY",
"diff": "@@ -190,7 +190,7 @@ export class AlarmsFacade {\n*/\nprivate isSpawned(alarm: Alarm, time: Date): boolean {\nconst nextSpawn = this.getNextSpawn(alarm, time);\n- if (nextSpawn.days > 0) {\n+ if (nextSpawn.days > 0 || (nextSpawn.date && (Math.floor(time.getTime() / 8640000... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): fixed an issue with some specific fishes having wrong timers
AKA fuck glimmerscale | 1 | fix | alarms |
815,609 | 06.05.2019 10:35:58 | -28,800 | ac2919650a8deb9f421dd1015f29a15ffb184808 | chore: adjust log to make it better to show chain status | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ use crossbeam_channel::{self, select, Receiver, Sender};\nuse failure::Error as FailureError;\nuse faketime::unix_time_as_millis;\nuse fnv::{FnvHashMap, FnvHashSet};\n-use log::{self, debug, error, log_enabled};\n+use log::{self, debug, error, info, log_... | Rust | MIT License | nervosnetwork/ckb | chore: adjust log to make it better to show chain status | 1 | chore | null |
71,614 | 06.05.2019 11:04:52 | -7,200 | 3bfc641f6bb44eb3de538d6e136bc6f7ec4efbd5 | feat(bootstrap): allow specifying the toolkit staging bucket name
Add a command line argument to specify the toolkit staging bucket name.
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -169,6 +169,7 @@ Some of the interesting keys that can be used in the JSON configuration files:\n\"key\": \"value\",\n},\n\"toolkitStackName\": \"foo\", // Customize 'bootstrap' stack name (--toolkit-stack-name=foo)\n+ \"toolkitBucketName\": \"fooBucket\", // Customize... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(bootstrap): allow specifying the toolkit staging bucket name (#2407)
Add a command line argument to specify the toolkit staging bucket name.
Closes #2390. | 1 | feat | bootstrap |
71,371 | 06.05.2019 11:12:33 | -7,200 | b3792aa1e08c11b080a7b4a4c55b09a2085fc289 | fix(lambda): allow grantInvoke with principals
Fixes 'Cannot use tokens in construct ID' when calling grantInvoke with a service or account
principal.
Error with a service: Cannot use tokens in construct ID: Invoke{"Service":["${Token[TOKEN.139]}"]}
Error with an account: Cannot use tokens in construct ID: Invoke{"AWS":["${Token[TOKEN.813]}"]} | [
{
"change_type": "MODIFY",
"diff": "@@ -228,7 +228,7 @@ export abstract class FunctionBase extends Resource implements IFunction {\nresource: {\naddToResourcePolicy: (_statement) => {\n// Couldn't add permissions to the principal, so add them locally.\n- const identifier = 'Invoke' + JSON.stringify(grantee!... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(lambda): allow grantInvoke with principals (#2391)
Fixes 'Cannot use tokens in construct ID' when calling grantInvoke with a service or account
principal.
Error with a service: Cannot use tokens in construct ID: Invoke{"Service":["${Token[TOKEN.139]}"]}
Error with an account: Cannot use tokens in construct ID: Invoke{"AWS":["${Token[TOKEN.813]}"]} | 1 | fix | lambda |
76,605 | 06.05.2019 11:14:02 | -7,200 | a0c62bf81d5cd604f74a57eddbd58cedba68a692 | fix: Domain manager only train master domain if more than one domains. | [
{
"change_type": "MODIFY",
"diff": "@@ -162,9 +162,18 @@ class DomainManager {\n*/\nasync train() {\nif (this.trainByDomain) {\n+ const domainNames = Object.keys(this.domains).filter(\n+ x => x !== 'master_domain'\n+ );\n+ if (domainNames.length > 0) {\n+ if (domainNames.length > 1) {\nconst promises = Obje... | JavaScript | MIT License | axa-group/nlp.js | fix: Domain manager only train master domain if more than one domains. | 1 | fix | null |
76,605 | 06.05.2019 11:14:30 | -7,200 | 6eee6590079c6991d1ed1805c5cfdbfa8887825c | perf: improve performance of neural network | [
{
"change_type": "MODIFY",
"diff": "@@ -47,10 +47,12 @@ class NeuralNetwork {\n}\ninitialize() {\n- this.outputs = [[], []];\n- this.deltas = [[], []];\n- this.errors = [[], []];\nconst size = this.sizes[1];\n+ this.inputs = [];\n+ this.outputs = [];\n+ this.outputErrors = [];\n+ this.inputDeltas = [];\n+ t... | JavaScript | MIT License | axa-group/nlp.js | perf: improve performance of neural network | 1 | perf | null |
749,516 | 06.05.2019 11:19:58 | 25,200 | a4c1cd834bdb59270a3eace262107cddbf849a1d | fix(dropdowns): improve performance of Menu updates | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,11 @@ export default class {\n// eslint-disable-next-line no-empty-function\ndestroy: () => {},\n// eslint-disable-next-line no-empty-function\n- scheduleUpdate: () => {}\n+ scheduleUpdate: () => {},\n+ // eslint-disable-next-line no-empty-function\n+ enableE... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(dropdowns): improve performance of Menu updates (#323) | 1 | fix | dropdowns |
217,922 | 06.05.2019 11:32:39 | -7,200 | 2a01d90c89272e9da67550c1c3f1fe68512689d5 | chore(release): 5.3.11 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.3.11\"></a>\n+## [5.3.11](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.3.11 | 1 | chore | release |
791,704 | 06.05.2019 11:46:49 | 25,200 | 34b945153b000f38d100aa61260634409e383ddd | report(redesign): design review feedback | [
{
"change_type": "MODIFY",
"diff": "@@ -128,10 +128,10 @@ class CategoryRenderer {\n// Add list of warnings or singular warning\nconst warningsEl = this.dom.createChildOf(titleEl, 'div', 'lh-warnings');\n+ this.dom.createChildOf(warningsEl, 'span').textContent = Util.UIStrings.warningHeader;\nif (warnings.l... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(redesign): design review feedback (#8785) | 1 | report | redesign |
76,605 | 06.05.2019 11:50:12 | -7,200 | eede90f7cdab4d894fd7604ef33a491854bdb48e | perf: reduce min acceptable delta error | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,7 @@ class BrainClassifier extends Classifier {\nlearningRate: 0.8,\nerrorThresh: 0.00005,\nmomentum: 0.5,\n- deltaErrorThresh: 0.0000001,\n+ deltaErrorThresh: 0.000001,\nmaxDecimals: 9,\nleakyReluAlpha: 0.06,\n};\n",
"new_path": "lib/classifiers/brain-cl... | JavaScript | MIT License | axa-group/nlp.js | perf: reduce min acceptable delta error | 1 | perf | null |
76,605 | 06.05.2019 11:51:04 | -7,200 | 42bfb2ea3267f71aba7ba0c99ffa1d64be249677 | fix: fix unit test of brain classifier initialization | [
{
"change_type": "MODIFY",
"diff": "@@ -77,7 +77,7 @@ describe('Brain Classifier', () => {\nerrorThresh: 0.00005,\niterations: 20000,\nmomentum: 0.5,\n- deltaErrorThresh: 0.0000001,\n+ deltaErrorThresh: 0.000001,\ntimeout: 120000,\nmaxDecimals: 9,\nleakyReluAlpha: 0.06,\n",
"new_path": "test/classifiers... | JavaScript | MIT License | axa-group/nlp.js | fix: fix unit test of brain classifier initialization | 1 | fix | null |
127,946 | 06.05.2019 11:51:07 | -10,800 | 28309ca565d49a53add2f323e0dc8d0dd9c6048e | fix(nav): minor fixes
g push | [
{
"change_type": "MODIFY",
"diff": "@@ -21,9 +21,9 @@ export const Digit = styled.div({\nbackgroundColor: colors.neutral[20],\ntextAlign: 'center',\nmarginTop: 0,\n- width: spacing('small'),\n+ minWidth: '0.75rem',\nmarginRight: rem(2),\n- fontSize: rem(10),\n+ fontSize: rem(12),\nheight: spacing(),\nborder... | TypeScript | MIT License | coingaming/moon-design | fix(nav): minor fixes
g push | 1 | fix | nav |
791,723 | 06.05.2019 11:56:52 | 25,200 | 4e09c92db835537fcd49ec10380ef3b46420371d | docs: update budget link | [
{
"change_type": "MODIFY",
"diff": "@@ -12,9 +12,9 @@ const i18n = require('../lib/i18n/i18n.js');\nconst UIStrings = {\n/** Title of a Lighthouse audit that compares the size and quantity of page resources against targets set by the user. These targets are thought of as \"performance budgets\" because thes... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs: update budget link (#8871) | 1 | docs | null |
791,704 | 06.05.2019 12:05:46 | 25,200 | 3dba4ee3c198de9db257d5c955be925fc94693b6 | report(redesign): don't init sticky header features for single category reports | [
{
"change_type": "MODIFY",
"diff": "@@ -84,15 +84,19 @@ class ReportUIFeatures {\nthis._setupMediaQueryListeners();\nthis._setupExportButton();\nthis._setupThirdPartyFilter();\n- this._setupStickyHeaderElements();\nthis._setUpCollapseDetailsAfterPrinting();\nthis._resetUIState();\nthis._document.addEventLis... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(redesign): don't init sticky header features for single category reports (#8883) | 1 | report | redesign |
76,654 | 06.05.2019 12:41:12 | -7,200 | 08a8a0d13a463eb472c0de41bfc755ceef7082b2 | fix: fix ner-manager.generateEntityUtterance | [
{
"change_type": "MODIFY",
"diff": "@@ -530,12 +530,13 @@ class NerManager {\nif (entities.length === 0) {\nreturn utterance;\n}\n+ entities.sort((a, b) => a.start - b.start);\nlet index = 0;\nlet result = '';\nfor (let i = 0; i < entities.length; i += 1) {\nconst entity = entities[i];\nconst left = utteran... | JavaScript | MIT License | axa-group/nlp.js | fix: fix ner-manager.generateEntityUtterance | 1 | fix | null |
104,857 | 06.05.2019 14:27:58 | 10,800 | 9ab0419746ed8e6fb891f1807bb0864ca1969f23 | chore(test): updates on TableDetailWizard tests | [
{
"change_type": "MODIFY",
"diff": "@@ -118,4 +118,24 @@ describe('StatefulWizardInline', () => {\nbackAndNextButtons.at(1).simulate('click');\nexpect(mockBack).toHaveBeenCalled();\n});\n+ test('Handle currentItemId empty', () => {\n+ const wrapper = mount(\n+ <StatefulTableDetailWizard\n+ {...commonWizardP... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test): updates on TableDetailWizard tests | 1 | chore | test |
815,598 | 06.05.2019 14:32:31 | -28,800 | 99d9857cd3c9fe028fd1fa9fbbc24f6d118ae8b7 | chore: CHANGELOG for v0.10.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,61 @@ All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [v0.10.0](https://github.com/nervosnetwork/ckb/compare/v0.9.0...v0.10.0) (2019-05-06)\n+\n+### Bug... | Rust | MIT License | nervosnetwork/ckb | chore: CHANGELOG for v0.10.0 | 1 | chore | null |
76,654 | 06.05.2019 14:51:12 | -7,200 | e6d8eed68e51b83f088556894a2191ebbf6d53b2 | feat: numbered entities | [
{
"change_type": "MODIFY",
"diff": "@@ -61,6 +61,7 @@ The version 3 comes with some important changes, mainly focused on improve perfo\n- [Enum Named Entities](docs/ner-manager.md#enum-named-entities)\n- [Regular Expression Named Entities](docs/ner-manager.md#regular-expression-named-entities)\n- [Trim Name... | JavaScript | MIT License | axa-group/nlp.js | feat: numbered entities | 1 | feat | null |
730,429 | 06.05.2019 15:11:43 | 14,400 | b12db01aacb1e5aaff9010015c063f641ee3659f | fix(widget-recents): load space avatars properly | [
{
"change_type": "MODIFY",
"diff": "@@ -150,12 +150,13 @@ function getInitialSpaces(props) {\nprops.fetchSpacesEncrypted(sparkInstance, {\nconversationsLimit: props.spaceLoadCount\n})\n- .then(() => props.updateWidgetStatus({\n+ .then((encryptedSpaces) => {\n+ props.updateWidgetStatus({\nhasFetchedInitialSp... | JavaScript | MIT License | webex/react-widgets | fix(widget-recents): load space avatars properly | 1 | fix | widget-recents |
573,227 | 06.05.2019 15:24:17 | 25,200 | 3f7fd79815fe90b2bca11e58cfb1838c1bbaad8d | chore(package): use restify-errors 8.x | [
{
"change_type": "MODIFY",
"diff": "var assert = require('assert-plus');\nvar bunyan = require('bunyan');\nvar HttpError = require('restify-errors').HttpError;\n-var VError = require('verror');\n+var errors = require('restify-errors');\nvar hrTimeDurationInMs = require('./utils/hrTimeDurationInMs');\n/**\n@... | JavaScript | MIT License | restify/node-restify | chore(package): use restify-errors 8.x (#1782) | 1 | chore | package |
104,857 | 06.05.2019 15:49:08 | 10,800 | cb2b15cd88afa61a46f299a356303bb5f37b5ba0 | chore(tests): include new tests for existing components | [
{
"change_type": "MODIFY",
"diff": "@@ -94,6 +94,60 @@ describe('SideNav testcases', () => {\nlinkContent: 'Boards',\n},\n];\n+\n+ const linksDisabled = [\n+ {\n+ icon: (\n+ <AppSwitcher\n+ fill=\"white\"\n+ description=\"Icon\"\n+ className=\"bx--header__menu-item bx--header__menu-title\"\n+ />\n+ ),\n+ is... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(tests): include new tests for existing components | 1 | chore | tests |
815,609 | 06.05.2019 16:02:32 | -28,800 | b2070345c0d2a64d7574b1a04ee671dc5cd72368 | feat: add an attribute allow to skip some fields when computing occupied capacity | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ pub fn capacity_bytes(input: proc_macro::TokenStream) -> proc_macro::TokenStream\nexpanded.into()\n}\n-#[proc_macro_derive(HasOccupiedCapacity)]\n+#[proc_macro_derive(HasOccupiedCapacity, attributes(free_capacity))]\npub fn derive_occupied_capacity(input... | Rust | MIT License | nervosnetwork/ckb | feat: add an attribute allow to skip some fields when computing occupied capacity | 1 | feat | null |
104,857 | 06.05.2019 16:04:00 | 10,800 | 79edb4f536f879cb54a30d6d97e249a594d96b11 | chore(Structured): fix | [
{
"change_type": "MODIFY",
"diff": "@@ -12,10 +12,12 @@ import Bee32 from '@carbon/icons-react/lib/bee/32';\nimport { COLORS } from '../../styles/styles';\n-const StructuredListWrapperStyled = styled(StructuredListWrapper)`\n- {\n+\n+const StructuredListWrapperStyled = styled(({isFixedWidth, ...others}) => ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(Structured): fix | 1 | chore | Structured |
273,683 | 06.05.2019 16:09:41 | -7,200 | 592725494982ca3b57057ab2d99d7f59ce3f0a55 | chore(filesystem): docs for the baseDir option | [
{
"change_type": "MODIFY",
"diff": "> Transform files into content that can be fetched with GraphQL in your components.\n## Install\n+\n- `yarn add @gridsome/source-filesystem`\n- `npm install @gridsome/source-filesystem`\n@@ -31,7 +32,7 @@ A filesystem source will also require a transformer in order to par... | JavaScript | MIT License | gridsome/gridsome | chore(filesystem): docs for the baseDir option | 1 | chore | filesystem |
503,922 | 06.05.2019 16:58:55 | -7,200 | 1c58036f6559bfb3133114fc2d93efe3880230f2 | feat(Icons): Add font awesome brands icons | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ const kebabCase = plop.getHelper('kebabCase');\nconst allIcons = [\n...icons.fontAwesome.solid.map((icon) => getFontAwesomeIcon(icon, 'solid')),\n+ ...icons.fontAwesome.brands.map((icon) => getFontAwesomeIcon(icon, 'brands')),\n...icons.fontAwesome.regular... | TypeScript | MIT License | patternfly/patternfly-react | feat(Icons): Add font awesome brands icons (#1669) | 1 | feat | Icons |
815,601 | 06.05.2019 17:43:18 | -28,800 | 98a135b1642ea49d11cd340c51e17bdfb53fef81 | feat: remove cycles config from miner | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ use std::thread;\nuse stop_handler::{SignalSender, StopHandler};\nconst MAX_CANDIDATE_UNCLES: usize = 42;\n-type BlockTemplateParams = (Option<Cycle>, Option<u64>, Option<u64>, Option<Version>);\n+type BlockTemplateParams = (Option<u64>, Option<u64>, Opt... | Rust | MIT License | nervosnetwork/ckb | feat: remove cycles config from miner | 1 | feat | null |
815,593 | 06.05.2019 18:11:53 | -28,800 | 7cf4db57acc2247c27d5503f1fc3f5fd4274843c | chore: avoiding unnecessary store lookup and trait bound tweak | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,6 @@ use crate::common::{CurrentCell, LazyLoadCellOutput};\nuse crate::syscalls::{Source, ITEM_MISSING, LOAD_CELL_SYSCALL_NUMBER, SUCCESS};\nuse ckb_core::cell::CellMeta;\nuse ckb_protocol::CellOutput as FbsCellOutput;\n-use ckb_store::ChainStore;\nuse ckb_vm::... | Rust | MIT License | nervosnetwork/ckb | chore: avoiding unnecessary store lookup and trait bound tweak | 1 | chore | null |
503,926 | 06.05.2019 18:18:48 | -10,800 | 54d540471faedc87058ee3af1672bac54d735723 | fix(React Icons documentation): fix React Icons documentation link to all Patternfly React Icons.
fix | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ import { TimesIcon } from '@patternfly/react-icons';\nconst closeIcon = <TimesIcon />;\n```\n-For a list of the available icons please refer to the [PatternFly React Docs](https://patternfly-react.surge.sh/patternfly-4/styles/icons)\n+For a list of the a... | TypeScript | MIT License | patternfly/patternfly-react | fix(React Icons documentation): fix React Icons documentation link to all Patternfly React Icons. (#1868)
fix #1841 | 1 | fix | React Icons documentation |
815,609 | 06.05.2019 18:27:15 | -28,800 | 506cd3bb3cc1ec4978af329ea3c600f6d284f9a1 | perf: calculate Header hash when constructing | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,22 @@ use fnv::FnvHashSet;\nuse numext_fixed_hash::H256;\nuse serde_derive::{Deserialize, Serialize};\n-#[derive(Clone, Serialize, Deserialize, Eq, Default, Debug)]\n+fn cal_transactions_root(vec: &[Transaction]) -> H256 {\n+ merkle_root(&vec.iter().map(Transac... | Rust | MIT License | nervosnetwork/ckb | perf: calculate Header hash when constructing | 1 | perf | null |
815,598 | 06.05.2019 18:32:58 | -28,800 | 74a6b005351559122b3b019887fc7a208aa5f651 | chore: use toplevel Cargo.lock for integration test | [
{
"change_type": "MODIFY",
"diff": "@@ -7,10 +7,12 @@ test:\nintegration:\ncargo build ${VERBOSE}\n+ cp -f Cargo.lock test/Cargo.lock\ncd test && cargo run ../target/debug/ckb\nintegration-release:\nRUSTFLAGS=\"-C overflow-checks=on\" cargo build ${VERBOSE} --release\n+ cp -f Cargo.lock test/Cargo.lock\ncd ... | Rust | MIT License | nervosnetwork/ckb | chore: use toplevel Cargo.lock for integration test | 1 | chore | null |
791,783 | 06.05.2019 18:38:02 | 25,200 | bbb39786aa44ec8201229bf5e810a681fe46de91 | report(lightwallet): render the performance-budget audit | [
{
"change_type": "MODIFY",
"diff": "@@ -135,8 +135,10 @@ describe('Lighthouse chrome extension', function() {\nfor (const category of lighthouseCategories) {\nlet expected = getAuditsOfCategory(category);\nif (category === 'performance') {\n- expected = getAuditsOfCategory(category).filter(a => !!a.group);\... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(lightwallet): render the performance-budget audit (#8708) | 1 | report | lightwallet |
815,605 | 06.05.2019 19:25:02 | -28,800 | 8861e066fe0efb987fc396df0b3617c03fb4116f | fix: add tests | [
{
"change_type": "MODIFY",
"diff": "@@ -467,18 +467,25 @@ impl<'a> ResolvedTransaction<'a> {\n#[cfg(test)]\nmod tests {\n+ use super::super::header::{Header, HeaderBuilder};\nuse super::super::script::Script;\n+ use super::super::transaction::{CellInput, CellOutPoint, OutPoint, TransactionBuilder};\nuse sup... | Rust | MIT License | nervosnetwork/ckb | fix: add tests | 1 | fix | null |
815,609 | 06.05.2019 20:47:03 | -28,800 | 21d9784ab3259a05040684d037a695b1fa299439 | test: correct existing tests for the modification of Header hash | [
{
"change_type": "MODIFY",
"diff": "@@ -184,7 +184,8 @@ fn new_chain(\nlet genesis_block = BlockBuilder::default()\n.transaction(cellbase)\n.transactions(transactions)\n- .with_header_builder(HeaderBuilder::default().difficulty(U256::from(1000u64)));\n+ .header_builder(HeaderBuilder::default().difficulty(U2... | Rust | MIT License | nervosnetwork/ckb | test: correct existing tests for the modification of Header hash | 1 | test | null |
791,760 | 06.05.2019 21:14:57 | 25,200 | 556740c5c3d555125eeae35ae0535a08121fed75 | report(redesign): metrics padding, font weights | [
{
"change_type": "MODIFY",
"diff": "align-items: center;\nflex-wrap: wrap;\njustify-content: space-between;\n- padding: 10px var(--text-indent);\n+ padding: 10px 0;\n}\n.lh-metric__details {\n.lh-metrics__disclaimer {\ncolor: var(--medium-75-gray);\nmargin: var(--lh-section-vpadding) 0;\n- padding: 0 var(--... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(redesign): metrics padding, font weights (#8891) | 1 | report | redesign |
815,593 | 06.05.2019 21:35:08 | -28,800 | d8ea16fe3757b22448ea0a9f90fe42f404d1bf1f | perf: add cell_output cache | [
{
"change_type": "MODIFY",
"diff": "@@ -736,7 +736,7 @@ dependencies = [\n\"ckb-core 0.12.0-pre\",\n\"ckb-db 0.12.0-pre\",\n\"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \"lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lru-cache)\",\n+ \"lru-cache 0.1.0 (git+https:... | Rust | MIT License | nervosnetwork/ckb | perf: add cell_output cache | 1 | perf | null |
815,595 | 06.05.2019 21:53:16 | -28,800 | 1682ceeee5212626d982c094a8bbd300404c6486 | doc: Rpc dry_run_transaction and _compute_transaction_id | [
{
"change_type": "MODIFY",
"diff": "@@ -766,6 +766,205 @@ curl -H 'content-type:application/json' \\\n}\n```\n+### dry_run_transaction\n+\n+Dry run transaction and return the execution cycles.\n+\n+This method will not check the transaction validaty, but only run the lock script\n+and type script and than r... | Rust | MIT License | nervosnetwork/ckb | doc: Rpc dry_run_transaction and _compute_transaction_id | 1 | doc | null |
815,598 | 06.05.2019 22:13:24 | -28,800 | 1ddcff81897d5c6c67c5ab68dbc5bd6cdccfe4ff | chore: update script to generate CHANGELOG | [
{
"change_type": "DELETE",
"diff": "-#!/usr/bin/env python\n-\n-import re\n-import sys\n-import subprocess\n-from collections import namedtuple, OrderedDict\n-\n-\n-def _str(s):\n- if sys.version_info >= (3, 0):\n- return s.decode('utf-8')\n- return s\n-\n-\n-if len(sys.argv) > 1:\n- since = sys.argv[1]\n-e... | Rust | MIT License | nervosnetwork/ckb | chore: update script to generate CHANGELOG | 1 | chore | null |
815,601 | 06.05.2019 23:11:29 | -28,800 | efffddd04d30af4745381ce3a6bf92cb9c88d00e | fix: spec consensus params | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ proof = [0]\n[params]\nepoch_reward = 5_000_000_000_000_000\n-max_block_cycles = 100000000\n+max_block_cycles = 20_000_000_000\ncellbase_maturity = 0\n[pow]\n",
"new_path": "resource/specs/dev.toml",
"old_path": "resource/specs/dev.toml"
},
{... | Rust | MIT License | nervosnetwork/ckb | fix: spec consensus params | 1 | fix | null |
531,793 | 06.05.2019 23:44:08 | -3,600 | adc9ccc95c06435592462833260e425fd8deb930 | fix(ui): use label class for silence matchers to prevent overflow | [
{
"change_type": "MODIFY",
"diff": "@@ -250,7 +250,7 @@ const DeleteSilence = observer(\nreturn (\n<React.Fragment>\n<span\n- className={`badge badge-danger px-1 cursor-pointer components-label-with-hover`}\n+ className={`badge badge-danger cursor-pointer components-label components-label-with-hover`}\nonCl... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): use label class for silence matchers to prevent overflow | 1 | fix | ui |
815,609 | 06.05.2019 23:58:49 | -28,800 | 11c1f6a6de7aeeddfec0f419fdf938b85d58eca7 | perf: calculate Transaction hash when constructing | [
{
"change_type": "MODIFY",
"diff": "@@ -178,7 +178,7 @@ impl CellOutput {\npub type Witness = Vec<Vec<u8>>;\n-#[derive(Clone, Serialize, Deserialize, Eq, Debug, Default, HasOccupiedCapacity)]\n+#[derive(Clone, Serialize, Eq, Debug, HasOccupiedCapacity)]\npub struct Transaction {\nversion: Version,\ndeps: Ve... | Rust | MIT License | nervosnetwork/ckb | perf: calculate Transaction hash when constructing | 1 | perf | null |
815,609 | 07.05.2019 01:18:51 | -28,800 | 07e5344ef507569d5dbf97598425515fa0082332 | perf: do not calculate Header hash when fetching header from database | [
{
"change_type": "MODIFY",
"diff": "@@ -222,6 +222,17 @@ impl Header {\nheader\n}\n+ pub fn from_bytes_with_hash(bytes: &[u8], hash: H256) -> Self {\n+ #[derive(Deserialize)]\n+ struct HeaderKernel {\n+ raw: RawHeader,\n+ seal: Seal,\n+ }\n+ let HeaderKernel { raw, seal } =\n+ deserialize(bytes).expect(\"he... | Rust | MIT License | nervosnetwork/ckb | perf: do not calculate Header hash when fetching header from database | 1 | perf | null |
815,609 | 07.05.2019 02:53:22 | -28,800 | 27cdb75bf81c6347c62a5fdb6f44c25e10b38eb3 | fix: a bug caused by merging a stale branch | [
{
"change_type": "MODIFY",
"diff": "@@ -23,11 +23,16 @@ fn new_header_builder(\nshared: &Shared<ChainKVStore<MemoryKeyValueDB>>,\nparent: &Block,\n) -> HeaderBuilder {\n+ let parent_hash = parent.header().hash();\n+ let parent_epoch = shared.get_epoch_ext(&parent_hash).unwrap();\n+ let epoch = shared\n+ .ne... | Rust | MIT License | nervosnetwork/ckb | fix: a bug caused by merging a stale branch | 1 | fix | null |
791,704 | 07.05.2019 09:00:27 | 25,200 | 7d9bb306f586ea9eb96fc5ece80910984de4fe3b | report(redesign): respect prefers-color-scheme | [
{
"change_type": "MODIFY",
"diff": "@@ -242,17 +242,6 @@ class ReportRenderer {\nwrapper.appendChild(renderer.render(category, report.categoryGroups));\n}\n- // Fireworks\n- const scoresAll100 = report.reportCategories.every(cat => cat.score === 1);\n- if (!this._dom.isDevTools() && scoresAll100) {\n- const... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(redesign): respect prefers-color-scheme (#8842) | 1 | report | redesign |
791,704 | 07.05.2019 09:06:11 | 25,200 | 1349f82a8fe0d04b2bd283ed32101fd0c5f0516f | report(redesign): three dots for export button | [
{
"change_type": "MODIFY",
"diff": "@@ -315,8 +315,7 @@ class ReportUIFeatures {\n*/\nonExportButtonClick(e) {\ne.preventDefault();\n- const el = /** @type {Element} */ (e.target);\n- el.classList.toggle('active');\n+ this.exportButton.classList.toggle('active');\nthis._document.addEventListener('keydown', ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(redesign): three dots for export button (#8629) | 1 | report | redesign |
815,598 | 07.05.2019 09:43:37 | -28,800 | ed16ea06f216350a146fc66512070ff130d01f74 | chore: sort specs in cli hashes | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ use ckb_resource::{Resource, ResourceLocator, CKB_CONFIG_FILE_NAME};\nuse clap::ArgMatches;\nuse numext_fixed_hash::H256;\nuse serde_derive::{Deserialize, Serialize};\n-use std::collections::HashMap;\n+use std::collections::BTreeMap;\nuse std::convert::{Tr... | Rust | MIT License | nervosnetwork/ckb | chore: sort specs in cli hashes | 1 | chore | null |
104,857 | 07.05.2019 10:24:35 | 10,800 | f437a11a23a8f31351955abf6abab8042fdf12b1 | fix(progressindicator): fix on stepWidth prop | [
{
"change_type": "MODIFY",
"diff": "@@ -6,9 +6,11 @@ import {\n} from 'carbon-components-react';\nimport styled from 'styled-components';\n-const StyledProgressIndicator = styled(CarbonProgressIndicator)`\n+const StyledProgressIndicator = styled(({ isVerticalMode, ...others }) => (\n+ <CarbonProgressIndicat... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(progressindicator): fix on stepWidth prop | 1 | fix | progressindicator |
127,946 | 07.05.2019 10:38:13 | -10,800 | 20f6d3019db90b65c8790fa5382efbc5f3868f77 | feat(colors): new base colors | [
{
"change_type": "MODIFY",
"diff": "@@ -48,10 +48,10 @@ const colors: Colors = {\n30: '#586a74',\n40: '#415662',\n50: '#304854',\n- 60: '#1a3442',\n- 70: '#142b37',\n- 80: '#12242e',\n- 90: '#0b1c25',\n+ 60: '#31373F',\n+ 70: '#1A212A',\n+ 80: '#010812',\n+ 90: '#010812',\n100: '#000',\n},\n};\n",
"new_... | TypeScript | MIT License | coingaming/moon-design | feat(colors): new base colors | 1 | feat | colors |
127,946 | 07.05.2019 10:41:27 | -10,800 | c8c7dbba34b75886a48df8e6fdd34d8d90b6882c | feat(button): rounded button was introduced | [
{
"change_type": "MODIFY",
"diff": "@@ -67,7 +67,7 @@ exports[`Banner Closable renders with default vertical layout 1`] = `\n-ms-flex-align: center;\nalign-items: center;\nfont-family: inherit;\n- background-color: #142b37;\n+ background-color: #1A212A;\nborder-radius: 4px;\n}\n@@ -171,7 +171,7 @@ exports[`... | TypeScript | MIT License | coingaming/moon-design | feat(button): rounded button was introduced | 1 | feat | button |
273,683 | 07.05.2019 10:45:31 | -7,200 | c7d6ddcfa9fd0e40bf2233f504fb55e2cd887072 | refactor(pages): rename allPages to data | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ const { NOT_FOUND_NAME } = require('../../utils/constants')\nfunction genRoutes (app, routeMeta = {}) {\nlet res = ''\n- const pages = uniqBy(app.pages.allPages(), page => page.route)\n+ const pages = uniqBy(app.pages.data(), page => page.route)\nconst not... | JavaScript | MIT License | gridsome/gridsome | refactor(pages): rename allPages to data | 1 | refactor | pages |
791,723 | 07.05.2019 10:53:20 | 25,200 | d67636a95bc1b25bf583e9f17a285538e1b08769 | tests: fix smoke tests from sharing artifacts | [
{
"change_type": "MODIFY",
"diff": "@@ -49,15 +49,17 @@ function runLighthouse(url, configPath, isDebug) {\nisDebug = isDebug || Boolean(process.env.LH_SMOKE_DEBUG);\nconst command = 'node';\n- const outputPath = `smokehouse-${Math.round(Math.random() * 100000)}.report.json`;\n- const artifactsDirectory = '... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: fix smoke tests from sharing artifacts (#8897) | 1 | tests | null |
104,857 | 07.05.2019 11:08:29 | 10,800 | 36eaa248b689510da3a8def1dccc3a82ee4a2558 | chore(test): tests updates | [
{
"change_type": "DELETE",
"diff": "-export default from './ResourceList';\n",
"new_path": null,
"old_path": "src/components/ResourceList/index.js"
},
{
"change_type": "MODIFY",
"diff": "@@ -94,6 +94,60 @@ describe('SideNav testcases', () => {\nlinkContent: 'Boards',\n},\n];\n+\n+ const ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test): tests updates | 1 | chore | test |
749,516 | 07.05.2019 11:13:33 | 25,200 | c7942ae61734af0a86ef131e7ad08aa25b96ac3d | feat(dropdowns): migrate Dropdown to use an onStateChange handler
The `Dropdown` component has removed the `onOpen`, `onHightlight`, and `onInputValueChange` props in favor of a single `onStateChange` callback.
We now also reset the `inputValue` to an empty string when the Dropdown visibility is toggled. This can be further customized with the `downshiftProps.stateReducer` prop. | [
{
"change_type": "MODIFY",
"diff": "@@ -26,10 +26,8 @@ function Dropdown(props) {\nselectedItems,\nhighlightedIndex,\ninputValue,\n- onOpen,\nonSelect,\n- onHighlight,\n- onInputValueChange,\n+ onStateChange,\ndownshiftProps\n} = props;\n// Refs used to handle custom Garden keyboard nav\n@@ -114,11 +112,10 ... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | feat(dropdowns): migrate Dropdown to use an onStateChange handler (#326)
The `Dropdown` component has removed the `onOpen`, `onHightlight`, and `onInputValueChange` props in favor of a single `onStateChange` callback.
We now also reset the `inputValue` to an empty string when the Dropdown visibility is toggled. This can be further customized with the `downshiftProps.stateReducer` prop. | 1 | feat | dropdowns |
127,946 | 07.05.2019 11:45:16 | -10,800 | 40c71ec612d4f41b5b446e7f944cec486008714a | feat(badge): introduce badge component | [
{
"change_type": "ADD",
"diff": "+---\n+name: Badge\n+menu: Components\n+route: /components/badge\n+---\n+\n+import { Badge } from '@heathmont/sportsbet-components';\n+import { colors } from '@heathmont/sportsbet-tokens';\n+import { PropsTable } from 'docs';\n+\n+# Badge\n+\n+Small count and labeling compon... | TypeScript | MIT License | coingaming/moon-design | feat(badge): introduce badge component | 1 | feat | badge |
104,857 | 07.05.2019 11:48:08 | 10,800 | 10a12ba61d68afb8d5e9aca6efeff3f704ff8bb3 | chore(merge): merge fix | [
{
"change_type": "MODIFY",
"diff": "@@ -95,11 +95,7 @@ describe('SideNav testcases', () => {\n},\n];\n-<<<<<<< HEAD\nconst linksDisabled = [\n-=======\n- const linksDisabled = [\n->>>>>>> 19f97f8734c5abe24f58c385e67d9cab9b4b6cd8\n{\nicon: (\n<AppSwitcher\n",
"new_path": "src/components/SideNav/SideNav.t... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(merge): merge fix | 1 | chore | merge |
104,857 | 07.05.2019 11:59:55 | 10,800 | 710a32695a9558f4a69acb8195b6a5b9ed2fc703 | chore(tabledetail): remove commented lines | [
{
"change_type": "MODIFY",
"diff": "@@ -29,12 +29,6 @@ const StyledMessageBox = styled(InlineNotification)`\n`;\nconst StyledFooter = styled.div`\n- ${'' /* display: flex;\n- position: absolute;\n- bottom: 0px;\n- width: 100%;\n- align-items: center;\n- line-height: 40px; */}\n.bx--modal-footer {\njustify-c... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(tabledetail): remove commented lines | 1 | chore | tabledetail |
127,946 | 07.05.2019 12:52:52 | -10,800 | d05d830f115242a2a06c2f172c301493a0dcaa07 | feat(card): add badge to card | [
{
"change_type": "MODIFY",
"diff": "@@ -4,11 +4,12 @@ exports[`Badge renders correctly 1`] = `\n.emotion-0 {\ncolor: #fff;\nbackground-color: #0cd664;\n- padding: 0.25rem 1rem;\n+ padding: 0.2rem 0.5rem;\ntext-align: center;\ntext-transform: uppercase;\nborder-radius: 6.25rem;\n- font-size: 0.75rem;\n+ font... | TypeScript | MIT License | coingaming/moon-design | feat(card): add badge to card | 1 | feat | card |
104,857 | 07.05.2019 13:09:20 | 10,800 | 25134bf8fcc969c6e7535b34b7d6e7ecf60c8a56 | chore(stepwidth): default step | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,7 @@ const StyledProgressStep = styled(({ showLabel, stepWidth, isVerticalMode, ...ot\nflex-flow: initial;\n}\nheight: ${stepWidth ? `${stepWidth}px` : 'inherit'};\n- min-height: ${stepWidth ? `${stepWidth}px` : '136px'};\n+ min-height: ${stepWidth ? `${stepW... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(stepwidth): default step | 1 | chore | stepwidth |
76,605 | 07.05.2019 14:05:19 | -7,200 | 2fd5ab7f51eeb4725f94d6244090fda6de732a12 | feat: domain name can be provided at NLP Manager, NLU Manager or Domain Manager | [
{
"change_type": "MODIFY",
"diff": "@@ -357,9 +357,14 @@ class NlpManager {\n* @param {String} srcLocale Language locale of the utterance.\n* @param {String} srcUtterance Text of the utterance.\n* @param {Object} srcContext Context for finding answers.\n+ * @param {String} domainName Name of the domain, opt... | JavaScript | MIT License | axa-group/nlp.js | feat: domain name can be provided at NLP Manager, NLU Manager or Domain Manager | 1 | feat | null |
815,594 | 07.05.2019 14:23:47 | -28,800 | 2f4f2bfb42678e3852fd75554eb80b6bf16bdbf8 | chore: export build_tx. ckb-fake-env need this function, but it's private. | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ mod verify;\nuse ckb_vm::Error as VMInternalError;\nuse serde_derive::{Deserialize, Serialize};\n+pub use crate::syscalls::build_tx;\npub use crate::verify::TransactionScriptsVerifier;\n#[derive(Clone, Serialize, Deserialize, Eq, PartialEq, Hash, Debug)]\n... | Rust | MIT License | nervosnetwork/ckb | chore: export build_tx. ckb-fake-env need this function, but it's private. | 1 | chore | null |
503,965 | 07.05.2019 14:28:22 | 14,400 | dd28cd45ae180b78102776ea3dd3fb89021559a5 | chore(build): quiet build log | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"build\": \"yarn build:sass && yarn build:less && yarn build:babel\",\n\"build:babel\": \"concurrently 'yarn build:babel:cjs' 'yarn build:babel:esm'\",\n- \"build:babel:cjs\": \"cross-env BABEL_ENV=production:cjs babel src --out-dir dist/js\",\n- \"build:... | TypeScript | MIT License | patternfly/patternfly-react | chore(build): quiet build log (#1937) | 1 | chore | build |
76,654 | 07.05.2019 14:56:34 | -7,200 | 2b3aed19f8fc54ff57c3cccda0ba0797e95e3c4b | fix: wrong import in docs example | [
{
"change_type": "MODIFY",
"diff": "@@ -135,7 +135,7 @@ Utterances with more than one entity with the same name are supported by providi\nThe \"numbered entity\" format must be in the form `${entityName}_${integer}`. E.g. \"hero\\_1\", \"food\\_2\", etc.\n```javascript\n-const { NerManager } = require('node... | JavaScript | MIT License | axa-group/nlp.js | fix: wrong import in docs example | 1 | fix | null |
815,595 | 07.05.2019 14:59:15 | -28,800 | 36bbe1e5977f51719f4da2832c3832c883d301c2 | feat: Enable Experiment by default | [
{
"change_type": "MODIFY",
"diff": "@@ -62,9 +62,9 @@ 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\", \"Stats\", \"Trace\"]\n-modules = [\"Net\", \"Pool\", \"Miner\", \"Chain\",... | Rust | MIT License | nervosnetwork/ckb | feat: Enable Experiment by default | 1 | feat | null |
815,598 | 07.05.2019 15:00:08 | -28,800 | 8cfec7a406d4b8ded5e4eb5e87e7141805acfa1a | chore: tweak package script
Use `make prod` to build release
Include RPC doc in the package | [
{
"change_type": "MODIFY",
"diff": "@@ -46,7 +46,7 @@ fi\n# Publish package for release\nif [ -n \"$TRAVIS_TAG\" -a -n \"$GITHUB_TOKEN\" -a -n \"$REL_PKG\" ]; then\ngit fetch --unshallow\n- make build\n+ make prod\nrm -rf releases\nmkdir releases\nPKG_NAME=\"ckb_${TRAVIS_TAG}_${REL_PKG%%.*}\"\n@@ -54,9 +54,... | Rust | MIT License | nervosnetwork/ckb | chore: tweak package script (#648)
- Use `make prod` to build release
- Include RPC doc in the package | 1 | chore | null |
815,601 | 07.05.2019 15:03:18 | -28,800 | 6e712d14cb2d78e47dc1210512727027438640c6 | fix: epoch init | [
{
"change_type": "MODIFY",
"diff": "@@ -44,13 +44,16 @@ impl<CS: ChainStore> ChainState<CS> {\ntx_pool_config: TxPoolConfig,\n) -> Result<Self, SharedError> {\n// check head in store or save the genesis block as head\n- let tip_header = {\n- match store.get_tip_header() {\n- Some(tip_header) => {\n+ let (ti... | Rust | MIT License | nervosnetwork/ckb | fix: epoch init | 1 | fix | null |
815,595 | 07.05.2019 15:08:15 | -28,800 | d3071c3c439e2ffab061ec463e49de1eaafc7e50 | feat: Add rpc module Experiment | [
{
"change_type": "ADD",
"diff": "+use crate::error::RPCError;\n+use ckb_core::cell::{resolve_transaction, CellProvider, CellStatus};\n+use ckb_core::transaction::{OutPoint, Transaction as CoreTransaction};\n+use ckb_shared::chain_state::ChainState;\n+use ckb_shared::shared::Shared;\n+use ckb_store::ChainSto... | Rust | MIT License | nervosnetwork/ckb | feat: Add rpc module Experiment | 1 | feat | null |
306,421 | 07.05.2019 15:25:38 | -7,200 | 11ee5e99ec2bffe30c7be5cf482f437ffd564e28 | chore(docs): core docs about style components | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,7 @@ git clone https://github.com/ing-bank/lion.git\ncd lion\n# Install dependencies\n+# We require yarn as we use yarn workspaces\nyarn install\n# Create a branch for your changes\n",
"new_path": "CONTRIBUTING.md",
"old_path": "CONTRIBUTING.md"
},
... | JavaScript | MIT License | ing-bank/lion | chore(docs): core docs about style components | 1 | chore | docs |
448,057 | 07.05.2019 15:26:18 | -10,800 | 51af5b9ebadb3bd77efe3421ad7f11615ead4949 | build: remove irrelevant scripts section removal warning | [
{
"change_type": "MODIFY",
"diff": "@@ -110,6 +110,7 @@ export async function writePackageJson(\n}\n// Removes scripts from package.json after build\n+ if (packageJson.scripts) {\nif (pkg.keepLifecycleScripts !== true) {\nlog.info(`Removing scripts section in package.json as it's considered a potential secu... | TypeScript | MIT License | ng-packagr/ng-packagr | build: remove irrelevant scripts section removal warning | 1 | build | null |
127,946 | 07.05.2019 16:02:45 | -10,800 | e84aba174018f097039c911272464cd80dd8bfbb | fix(wallets): remove background gradient for user-app views | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,6 @@ jsx;\nconst Background = styled.div([\n{\n- // gridArea: 'nav',\nwidth: '100%',\nbackground: `linear-gradient(${colors.neutral[90]} 14rem, 0%, ${\ncolors.neutral[80]\n@@ -19,9 +18,7 @@ const Background = styled.div([\n]);\nexport const CashierLayout: Rea... | TypeScript | MIT License | coingaming/moon-design | fix(wallets): remove background gradient for user-app views | 1 | fix | wallets |
815,605 | 07.05.2019 16:07:45 | -28,800 | baa1a0a0756096198e03ccbb56b6de7b55c5cbf9 | fix: fix build | [
{
"change_type": "MODIFY",
"diff": "@@ -504,7 +504,7 @@ mod tests {\n}\nimpl HeaderMemoryDb {\nfn insert_header(&mut self, header: Header) {\n- self.headers.insert(header.hash(), header);\n+ self.headers.insert(header.hash().clone(), header);\n}\n}\nimpl HeaderProvider for HeaderMemoryDb {\n@@ -519,7 +519,7... | Rust | MIT License | nervosnetwork/ckb | fix: fix build | 1 | fix | null |
815,609 | 07.05.2019 16:09:14 | -28,800 | 4882355346b2b8f87e1a5fc5e054e1711a7ac00b | ci: [only integration] control CI checks by the last commit message | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,18 @@ RUN_TEST=false\n# Run integration only in master, develop and rc branches\nRUN_INTEGRATION=false\nif [ \"$TRAVIS_PULL_REQUEST\" != false ]; then\n+ LAST_COMMIT_MSG=\"$(git log --max-count 1 --skip 1 --format=\"%s\")\"\n+ echo \"Last commit message is \\\"... | Rust | MIT License | nervosnetwork/ckb | ci: [only integration] control CI checks by the last commit message (#647) | 1 | ci | null |
730,429 | 07.05.2019 16:10:33 | 14,400 | 22afc465f3844d46fbbd0217a809553ae82b25dd | feat(r-m-spaces): add error when service fails | [
{
"change_type": "MODIFY",
"diff": "@@ -287,6 +287,23 @@ Array [\n]\n`;\n+exports[`redux-module-space actions #fetchSpaces adds error when fetch fails 1`] = `\n+Array [\n+ Object {\n+ \"payload\": Object {\n+ \"error\": Object {\n+ \"code\": \"Error\",\n+ \"displaySubtitle\": \"Unable to load spaces. Please... | JavaScript | MIT License | webex/react-widgets | feat(r-m-spaces): add error when service fails | 1 | feat | r-m-spaces |
815,593 | 07.05.2019 16:13:41 | -28,800 | 2d8e85040f334a0be8fa471dcf3ecf23f2ac1d78 | test: add more test for invalid out point index | [
{
"change_type": "MODIFY",
"diff": "-use crate::tests::util::{create_transaction, gen_block, start_chain};\n+use crate::tests::util::{\n+ create_transaction, create_transaction_with_out_point, gen_block, start_chain,\n+};\nuse ckb_chain_spec::consensus::Consensus;\nuse ckb_core::block::Block;\nuse ckb_core:... | Rust | MIT License | nervosnetwork/ckb | test: add more test for invalid out point index | 1 | test | null |
815,595 | 07.05.2019 16:47:17 | -28,800 | ef4d486b799cf5cabb636e2557644e9ca5d98189 | feat: Add rpc get_epoch_by_number | [
{
"change_type": "MODIFY",
"diff": "@@ -87,6 +87,38 @@ curl -H 'content-type:application/json' \\\n}\n```\n+### get_epoch_by_number\n+\n+Return the information corresponding the given epoch number\n+\n+#### Parameters\n+\n+ epoch_number - Epoch number\n+\n+#### Examples\n+\n+```bash\n+curl -H 'content-type:... | Rust | MIT License | nervosnetwork/ckb | feat: Add rpc get_epoch_by_number | 1 | feat | null |
815,609 | 07.05.2019 16:52:58 | -28,800 | a7e73a0c67bf6ad6dbb93f8e7acf72a550be5c8d | perf: remove ProposalShortId hash and Proposals root
BREAKING CHANGE:
Since the format of Header is changed, use proposals hash to replace proposals root:
JSON-RPC protocols which are related to ProposalShortId are changed.
Header in database is changed.
Genesis Hash is changed. | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ use crate::transaction::{ProposalShortId, Transaction};\nuse crate::uncle::{uncles_hash, UncleBlock};\nuse ckb_merkle_tree::merkle_root;\nuse fnv::FnvHashSet;\n+use hash::new_blake2b;\nuse numext_fixed_hash::H256;\nuse serde_derive::{Deserialize, Serialize... | Rust | MIT License | nervosnetwork/ckb | perf: remove ProposalShortId hash and Proposals root
BREAKING CHANGE:
Since the format of Header is changed, use proposals hash to replace proposals root:
- JSON-RPC protocols which are related to ProposalShortId are changed.
- Header in database is changed.
- Genesis Hash is changed. | 1 | perf | null |
127,946 | 07.05.2019 16:58:01 | -10,800 | 9cf9574c27e1da1c77f9cd25869c9e24ba848e24 | feat(card): currency background icons | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ exports[`Card Templates renders as back 1`] = `\nposition: relative;\nborder-radius: 8px;\nbackground-color: #010812;\n- background-color: #31373F;\n+ background-color: #1A212A;\nbox-shadow: rgba(0,0,0,0.25) 4px 4px 12px;\n}\n@@ -35,10 +35,7 @@ exports[`... | TypeScript | MIT License | coingaming/moon-design | feat(card): currency background icons | 1 | feat | card |
306,452 | 07.05.2019 17:09:49 | -7,200 | 96572a3a2eb6c8af4459b5132474c314f4d46edc | chore: refactor to not use deprecated EventMixin | [
{
"change_type": "MODIFY",
"diff": "@@ -16,13 +16,6 @@ export const ChoiceInputMixin = superclass =>\n};\n}\n- get events() {\n- return {\n- ...super.events,\n- _toggleChecked: [() => this, 'user-input-changed'],\n- };\n- }\n-\nstatic get syncObservers() {\nreturn {\n...super.syncObservers,\n@@ -104,9 +97,1... | JavaScript | MIT License | ing-bank/lion | chore: refactor to not use deprecated EventMixin | 1 | chore | null |
815,582 | 07.05.2019 17:20:32 | -32,400 | 5e5fc813643edd8b6f5f5f112f628ee680be3871 | refactor: Use the String alias type EpochNumber | [
{
"change_type": "MODIFY",
"diff": "-use crate::{BlockNumber, Capacity};\n+use crate::{EpochNumber, BlockNumber, Capacity};\nuse failure::Error as FailureError;\nuse numext_fixed_hash::H256;\nuse numext_fixed_uint::U256;\n@@ -23,7 +23,7 @@ pub struct TransactionAddress {\n#[derive(Clone, Serialize, Deserial... | Rust | MIT License | nervosnetwork/ckb | refactor: Use the String alias type EpochNumber | 1 | refactor | null |
273,683 | 07.05.2019 17:30:37 | -7,200 | 2265ebb2176b903c97b730797b35bf21e427862a | refactor(store): move node.typeName to node.internal.typeName | [
{
"change_type": "MODIFY",
"diff": "const { omit, isPlainObject, isNumber, isInteger } = require('lodash')\nconst { isRefField, isRefFieldDefinition } = require('./utils')\n-const exclude = ['$uid', '$loki', 'typeName', 'id', 'internal']\n-\nmodule.exports = function createFieldDefinitions (nodes) {\nlet fi... | JavaScript | MIT License | gridsome/gridsome | refactor(store): move node.typeName to node.internal.typeName | 1 | refactor | store |
127,946 | 07.05.2019 17:55:50 | -10,800 | 79e0de544e203f4cab3ddc9b845fd956402c7f19 | fix(wallets): cards background icons | [
{
"change_type": "MODIFY",
"diff": "@@ -11,13 +11,14 @@ import {\nFormItem,\nSelect,\n} from '@heathmont/sportsbet-components';\n+import { IconBitcoin } from '@heathmont/sportsbet-icons/lib/svg/IconBitcoin';\nexport const BitcoinWallet = () => {\nconst [backSided, toggle] = useState(false);\nif (!backSided)... | TypeScript | MIT License | coingaming/moon-design | fix(wallets): cards background icons | 1 | fix | wallets |
127,946 | 07.05.2019 18:04:21 | -10,800 | dde487ef81d7dd7fbf6699292714b535cd5d9d72 | fix(wallets): add wallet border & hover colors | [
{
"change_type": "MODIFY",
"diff": "@@ -24,11 +24,14 @@ const borderAddWallet: CSSObject = {\nbackgroundColor: colors.neutral[80],\nborderStyle: border.style,\nborderWidth: border.width,\n- borderColor: colors.neutral[50],\n+ borderColor: colors.neutral[70],\nborderRadius: border.radius.small,\n[mq(breakpoi... | TypeScript | MIT License | coingaming/moon-design | fix(wallets): add wallet border & hover colors | 1 | fix | wallets |
127,946 | 07.05.2019 18:28:44 | -10,800 | a56fc0ea1c07ec6f00a271419930b607f1d7c222 | feat(button): optional button | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ exports[`Banner Closable renders with default vertical layout 1`] = `\nborder-color: transparent;\nborder-radius: 4px;\ncolor: #fff;\n- background-color: #8697A2;\n+ background-color: #1A212A;\nwidth: 100%;\n}\n@@ -34,14 +34,14 @@ exports[`Banner Closabl... | TypeScript | MIT License | coingaming/moon-design | feat(button): optional button | 1 | feat | button |
306,423 | 07.05.2019 19:36:34 | -7,200 | 49f18a42ed70aa62c1290eaf07368d2eeed1b788 | fix: import from entry points so stories can be extended | [
{
"change_type": "MODIFY",
"diff": "import { storiesOf, html } from '@open-wc/demoing-storybook';\n-import { ajax } from '../src/ajax.js';\n-import { AjaxClass } from '../src/AjaxClass.js';\n+import { ajax, AjaxClass } from '../index.js';\nstoriesOf('Ajax system|Ajax', module)\n.addParameters({ options: { s... | JavaScript | MIT License | ing-bank/lion | fix: import from entry points so stories can be extended | 1 | fix | null |
503,922 | 07.05.2019 19:45:09 | -7,200 | fec1d41fc3362451dc77a0b58139733452af7da3 | fix(Dropdown): Send event when clicking on dropdown toggle | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,7 @@ class Toggle extends Component {\nonDocClick = event => {\nif (this.props.isOpen && this.props.parentRef && !this.props.parentRef.contains(event.target)) {\n- this.props.onToggle && this.props.onToggle(false);\n+ this.props.onToggle && this.props.onToggl... | TypeScript | MIT License | patternfly/patternfly-react | fix(Dropdown): Send event when clicking on dropdown toggle (#1667) | 1 | fix | Dropdown |
815,605 | 07.05.2019 20:10:07 | -28,800 | 5cae07cf3c7b2af7b5522252304660df57490545 | feat: add syscall to load current script hash
All the other methods to load current cell's information, such as
capacity, data, etc. are also removed in this commit. This way we can
enable group based transaction validation which saves cycles for
duplicate scripts. | [
{
"change_type": "MODIFY",
"diff": "@@ -61,6 +61,13 @@ 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 h... | Rust | MIT License | nervosnetwork/ckb | feat: add syscall to load current script hash
All the other methods to load current cell's information, such as
capacity, data, etc. are also removed in this commit. This way we can
enable group based transaction validation which saves cycles for
duplicate scripts. | 1 | feat | null |
815,595 | 07.05.2019 21:40:09 | -28,800 | b82e70975d1ec9586c627ef30ab2c7e118eb36b2 | feat: Insert epoch index when create new epoch | [
{
"change_type": "MODIFY",
"diff": "@@ -140,8 +140,10 @@ impl<CS: ChainStore> ChainProvider for Shared<CS> {\nNone\n}\n- fn get_epoch_ext(&self, hash: &H256) -> Option<EpochExt> {\n- self.store().get_epoch_ext(hash)\n+ fn get_block_epoch(&self, hash: &H256) -> Option<EpochExt> {\n+ self.store()\n+ .get_bloc... | Rust | MIT License | nervosnetwork/ckb | feat: Insert epoch index when create new epoch | 1 | feat | null |
815,595 | 07.05.2019 21:40:58 | -28,800 | 0b76a13e4d18cbe95535c9c904a859f99ae782c0 | feat: Rename shared get_epoch_ext -> get_block_epoch | [
{
"change_type": "MODIFY",
"diff": "@@ -259,7 +259,7 @@ impl<CS: ChainStore + 'static> ChainService<CS> {\nlet parent_header_epoch = self\n.shared\n- .get_epoch_ext(&parent_header.hash())\n+ .get_block_epoch(&parent_header.hash())\n.expect(\"parent epoch already store\");\nlet next_epoch_ext = self\n@@ -537... | Rust | MIT License | nervosnetwork/ckb | feat: Rename shared get_epoch_ext -> get_block_epoch | 1 | feat | null |
815,577 | 07.05.2019 21:52:09 | -28,800 | 144245d926b27db4487f154b6aac91e65d35043d | fix: Information is inconsistent with the transaction pool display | [
{
"change_type": "MODIFY",
"diff": "@@ -80,7 +80,11 @@ impl<CS: ChainStore + 'static> ChainRpc for ChainRpcImpl<CS> {\ntx_pool\n.get_tx_from_staging(&id)\n.map(TransactionWithStatus::with_proposed)\n- .or_else(|| tx_pool.get_tx(&id).map(TransactionWithStatus::with_pending))\n+ .or_else(|| {\n+ tx_pool\n+ .g... | Rust | MIT License | nervosnetwork/ckb | fix: Information is inconsistent with the transaction pool display | 1 | fix | null |
815,575 | 07.05.2019 22:28:19 | -28,800 | beed408ade87d6e923463f2162a04b2f773d1c48 | refactor: format Makefile to show friendly help messages | [
{
"change_type": "MODIFY",
"diff": "+.DEFAULT_GOAL:=help\n+SHELL = /bin/sh\nFLATC := flatc\nCFBC := cfbc\nVERBOSE := $(if ${CI},--verbose,)\n-test:\n+##@ Testing\n+test: ## Run all tests.\ncargo test ${VERBOSE} --all -- --nocapture\n-integration:\n+integration: ## Run integration tests in \"test\" dir.\ncar... | Rust | MIT License | nervosnetwork/ckb | refactor: format Makefile to show friendly help messages | 1 | refactor | null |
71,169 | 07.05.2019 22:41:50 | 25,200 | 84fda454fad713507fa767c61cb0c205bbaf0a23 | feat(stepfunctions): ExecutionTime metric
The `ExecutionTime` metric was not supported by the L2 `StateMachine` construct.
This PR adds a `metricTime()` function to `StateMachine`.
See | [
{
"change_type": "MODIFY",
"diff": "@@ -193,6 +193,15 @@ export class StateMachine extends Resource implements IStateMachine, events.IEve\npublic metricStarted(props?: cloudwatch.MetricOptions): cloudwatch.Metric {\nreturn this.metric('ExecutionsStarted', props);\n}\n+\n+ /**\n+ * Metric for the interval, i... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(stepfunctions): ExecutionTime metric (#2498)
The `ExecutionTime` metric was not supported by the L2 `StateMachine` construct.
This PR adds a `metricTime()` function to `StateMachine`.
See https://docs.aws.amazon.com/step-functions/latest/dg/procedure-cw-metrics.html#cloudwatch-step-functions-execution-metrics | 1 | feat | stepfunctions |
815,601 | 07.05.2019 22:45:57 | -28,800 | 7bc0de75b88410ff60df72764c01e6982c14b8f1 | feat: txs verify cache | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ use ckb_core::cell::{\nuse ckb_core::extras::BlockExt;\nuse ckb_core::service::{Request, DEFAULT_CHANNEL_SIZE, SIGNAL_CHANNEL_SIZE};\nuse ckb_core::transaction::{CellOutput, ProposalShortId};\n-use ckb_core::{header::Header, BlockNumber};\n+use ckb_core::{... | Rust | MIT License | nervosnetwork/ckb | feat: txs verify cache | 1 | feat | null |
471,470 | 07.05.2019 23:54:26 | -7,200 | 561f153b0123ea789c9f597da46484319dfc42cd | fix(create): add building-rollup to starter-app | [
{
"change_type": "MODIFY",
"diff": "/* eslint-disable no-console */\nimport LintingMixin from '../linting/index.js';\nimport TestingMixin from '../testing/index.js';\n+import BuildingRollupMixin from '../building-rollup/index.js';\nconst StarterAppMixin = subclass =>\n- class extends TestingMixin(LintingMix... | JavaScript | MIT License | open-wc/open-wc | fix(create): add building-rollup to starter-app | 1 | fix | create |
306,484 | 08.05.2019 07:57:15 | -7,200 | 60a8830ff4940d901feb5642aa84813a52a52997 | chore(wallaby.js): configure wallaby.js | [
{
"change_type": "MODIFY",
"diff": "\"@open-wc/testing\": \"^0.11.5\",\n\"@open-wc/testing-karma\": \"^1.0.0\",\n\"@open-wc/testing-karma-bs\": \"^1.0.0\",\n+ \"@open-wc/testing-wallaby\": \"^0.1.12\",\n\"@webcomponents/webcomponentsjs\": \"^2.2.5\",\n\"babel-eslint\": \"^8.2.6\",\n\"babel-polyfill\": \"^6.... | JavaScript | MIT License | ing-bank/lion | chore(wallaby.js): configure wallaby.js | 1 | chore | wallaby.js |
306,484 | 08.05.2019 08:01:59 | -7,200 | f0046ef1d785b761e53f898b45025b5fafa9c71e | chore(wallaby.js): prevent double imports | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,23 @@ const wallabyWebpack = require('wallaby-webpack'); // eslint-disable-line import\n// filter packages, e.g. 'core' / '{radio,radio-button}' / '{form,input*}'\nconst packagePattern = '*';\n+const replaceAll = (str, oldValue, newValue) => {\n+ return str.spl... | JavaScript | MIT License | ing-bank/lion | chore(wallaby.js): prevent double imports | 1 | chore | wallaby.js |
306,484 | 08.05.2019 08:06:33 | -7,200 | b2cfb7bfc3316c184fcd34b5a53094e2e37461f5 | chore(wallaby.js): fix test issues | [
{
"change_type": "MODIFY",
"diff": "import { expect } from '@open-wc/testing';\n-import { smokeTestValidator } from '@lion/validate/test/validators.test.js';\n+import { smokeTestValidator } from '@lion/validate/test/test-utils.js';\nimport {\nisIBAN,\n",
"new_path": "packages/input-iban/test/validators.... | JavaScript | MIT License | ing-bank/lion | chore(wallaby.js): fix test issues | 1 | chore | wallaby.js |
722,013 | 08.05.2019 08:33:59 | 18,000 | a039dc0e112a1d59122d84f5a7ce6b328a63c61b | refactor(preview): remove useless eval in example run | [
{
"change_type": "MODIFY",
"diff": "@@ -173,15 +173,8 @@ class Preview extends Component {\n}\nevalInContext(compiledCode, listVars) {\n- const exampleComponentCode = `function getConfig() {\n- let __component__ = {}\n-\n- // When we do new Vue({name: 'MyComponent'}) the comfig object\n- // is set to __comp... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | refactor(preview): remove useless eval in example run | 1 | refactor | preview |
76,605 | 08.05.2019 09:24:32 | -7,200 | 9b9de72b81ccc7839ec6acb24dce1a33273d4958 | fix: fix some code smells | [
{
"change_type": "MODIFY",
"diff": "@@ -113,7 +113,8 @@ class BinaryNeuralNetworkClassifier extends Classifier {\nscores.push({ label, value: score.true });\n});\n}\n- return scores.sort((x, y) => y.value - x.value);\n+ scores.sort((x, y) => y.value - x.value);\n+ return scores;\n}\n/**\n",
"new_path": ... | JavaScript | MIT License | axa-group/nlp.js | fix: fix some code smells | 1 | fix | null |
815,609 | 08.05.2019 09:49:13 | -28,800 | 908f9412154e5aeb3b9df06bc91d268a6da9250c | chore: add `unsafe` to few constructors which may cause bugs and rename them to `xxx_unchecked` | [
{
"change_type": "MODIFY",
"diff": "@@ -226,7 +226,10 @@ impl BlockBuilder {\nself\n}\n- pub fn unsafe_build(self) -> Block {\n+ /// # Warning\n+ ///\n+ /// For testing purpose only, this method is used to construct a incorrect Block.\n+ pub unsafe fn build_unchecked(self) -> Block {\nlet Self {\nheader_bui... | Rust | MIT License | nervosnetwork/ckb | chore: add `unsafe` to few constructors which may cause bugs and rename them to `xxx_unchecked` | 1 | chore | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.