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,601 | 27.05.2019 16:35:34 | -28,800 | 843ffeb4b6126150085aa7bf899b882e40d3e73f | fix: proposal table reload | [
{
"change_type": "MODIFY",
"diff": "@@ -114,15 +114,14 @@ impl<CS: ChainStore> ChainState<CS> {\n&self.store\n}\n- fn init_proposal_ids(\n+ pub(crate) fn init_proposal_ids(\nstore: &CS,\nproposal_window: ProposalWindow,\ntip_number: u64,\n) -> TxProposalTable {\nlet mut proposal_ids = TxProposalTable::new(p... | Rust | MIT License | nervosnetwork/ckb | fix: proposal table reload | 1 | fix | null |
722,013 | 27.05.2019 16:36:10 | 18,000 | 1b5878320dd1af7b6630c318f421f4bcc71b7478 | test: fix normalize sfc unit tests | [
{
"change_type": "MODIFY",
"diff": "import normalizeSfcComponent from '../normalizeSfcComponent'\n+function evalFunction(sut: { script: string }): any {\n+ return new Function('require', sut.script)(() => ({\n+ default: { component: jest.fn() }\n+ }))\n+}\n+\ndescribe('normalizeSfcComponent', () => {\nit('b... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: fix normalize sfc unit tests | 1 | test | null |
104,857 | 27.05.2019 16:40:34 | 10,800 | f6d7b2defd388e697bff273b7d2ce309dd2fbcf8 | chore(snapshoots): updates snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -58041,7 +58041,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots Table Custom too\nonClick={[Function]}\nonKeyDown={[Function]}\nrole=\"listbox\"\n- tabIndex={null}\n+ tabIndex={0}\n>\n<div\naria-expanded={false}\n@@ -109645,7 +109645,7 @@ exports[`... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(snapshoots): updates snapshots | 1 | chore | snapshoots |
104,863 | 27.05.2019 17:08:35 | 10,800 | dee25770588878036b89cc0aedcf6dc4f1db3886 | fix: StyledCarbonTableToolbar: increased height and padding | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ const StyledCarbonTableToolbar = styled(CarbonTableToolbar)`\n{\n&&& {\nwidth: 100%;\n- padding-top: 1.125rem;\n+ padding-top: 0.25rem;\n}\n}\n`;\n@@ -55,6 +55,7 @@ const StyledTableToolbarContent = styled(TableToolbarContent)`\npadding-right: 1px;\nalig... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix: StyledCarbonTableToolbar: increased height and padding | 1 | fix | null |
815,595 | 27.05.2019 17:15:32 | -28,800 | 448929dcbc7bc25df2d4ef6c98e0d06f5721964b | feat: Avoid implicitly clone | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,7 @@ pub fn run(args: RunArgs, version: Version) -> Result<(), ExitCode> {\nlet relayer = Relayer::new(\nchain_controller.clone(),\nsync_shared_state,\n- synchronizer.peers(),\n+ Arc::clone(synchronizer.peers()),\n);\nlet net_timer = NetTimeProtocol::default(... | Rust | MIT License | nervosnetwork/ckb | feat: Avoid implicitly clone | 1 | feat | null |
815,595 | 27.05.2019 17:18:39 | -28,800 | 5a2532db5fd9ac6e572dd545ae74c86e39069f84 | chore: Rename n_sync_started/n_protected_outbound_peers | [
{
"change_type": "MODIFY",
"diff": "@@ -71,11 +71,11 @@ pub struct Synchronizer<CS: ChainStore> {\nchain: ChainController,\npub shared: Arc<SyncSharedState<CS>>,\npub status_map: BlockStatusMap,\n- pub n_sync: Arc<AtomicUsize>,\npub peers: Arc<Peers>,\npub config: Arc<Config>,\npub orphan_block_pool: Arc<Or... | Rust | MIT License | nervosnetwork/ckb | chore: Rename n_sync_started/n_protected_outbound_peers | 1 | chore | null |
815,595 | 27.05.2019 17:19:30 | -28,800 | 9e5bea1d9ee425d20049f555e2a4efb5d54d775c | feat: Handle disconnected inside Peers | [
{
"change_type": "MODIFY",
"diff": "@@ -544,8 +544,7 @@ impl<CS: ChainStore> CKBProtocolHandler for Synchronizer<CS> {\nfn disconnected(&mut self, _nc: Arc<CKBProtocolContext + Sync>, peer_index: PeerIndex) {\ninfo!(target: \"sync\", \"SyncProtocol.disconnected peer={}\", peer_index);\n- let mut state = sel... | Rust | MIT License | nervosnetwork/ckb | feat: Handle disconnected inside Peers | 1 | feat | null |
217,922 | 27.05.2019 19:07:13 | -7,200 | 3a6ef5acbe97b9f604a08bd6b1759ab2bbd71f4c | fix(settings): fixed blank settings page | [
{
"change_type": "MODIFY",
"diff": "@@ -199,7 +199,7 @@ export class SettingsService {\npublic get customTheme(): Theme {\nreturn {\n...Theme.DEFAULT,\n- ...JSON.parse(this.getSetting('customTheme', '{name: \"CUSTOM\"}'))\n+ ...JSON.parse(this.getSetting('customTheme', '{\"name\": \"CUSTOM\"}'))\n};\n}\n",
... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(settings): fixed blank settings page | 1 | fix | settings |
217,922 | 27.05.2019 19:13:16 | -7,200 | 4eb7b73ccfd3750682199dc6a3aa3f2d91b2594a | chore(release): 5.4.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.4.11\"></a>\n+## [5.4.11](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.4.11 | 1 | chore | release |
217,922 | 27.05.2019 19:22:50 | -7,200 | 276c832bd7ba14364a6c88de5a239db9437c5ffe | fix(levequests): fixed an issue with level resetting on new search result | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,18 @@ import { ActivatedRoute, Router } from '@angular/router';\nimport { SearchIndex, XivapiService } from '@xivapi/angular-client';\nimport { NzNotificationService } from 'ng-zorro-antd';\nimport { BehaviorSubject, combineLatest, concat, Observable } from 'rx... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(levequests): fixed an issue with level resetting on new search result | 1 | fix | levequests |
217,922 | 27.05.2019 19:25:39 | -7,200 | 6585a91856fdc46f38b3fa40d93e8d964b1cd68f | chore: brought back orange theme as optional | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,8 @@ export class Theme {\npublic static readonly GREEN = new Theme('GREEN', '#009a4d', '#b77cb3', 'white');\n+ public static readonly ORANGE = new Theme('GREEN', '#F57C00', '#009688', 'white');\n+\npublic static readonly BLUE = new Theme('BLUE', '#15459a', '... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: brought back orange theme as optional | 1 | chore | null |
815,573 | 27.05.2019 21:07:56 | -28,800 | 4c8bce46302ac7abac579c6e913242003db51241 | chore: Handle more error type from p2p service | [
{
"change_type": "MODIFY",
"diff": "@@ -487,9 +487,27 @@ impl ServiceHandle for EventHandler {\nerror,\n);\n}\n- _ => {\n+ ServiceError::ListenError { address, error } => {\n+ debug!(target: \"network\", \"ListenError: address={:?}, error={:?}\", address, error);\n+ }\n+ ServiceError::ProtocolSelectError {\... | Rust | MIT License | nervosnetwork/ckb | chore: Handle more error type from p2p service (#896) | 1 | chore | null |
815,598 | 27.05.2019 21:08:31 | -28,800 | 2abf290c56b9486693e3bd28a19c7a9803d5cd0b | chore: group commands to install dependencies in ci | [
{
"change_type": "MODIFY",
"diff": "@@ -61,15 +61,21 @@ echo \"\\${FMT} = ${FMT}\"\necho \"\\${CHECK} = ${CHECK}\"\necho \"\\${TEST} = ${TEST}\"\n+fold_start install\nif [ \"$FMT\" = true ]; then\ncargo fmt --version || rustup component add rustfmt\n-\n- fold fmt make fmt\nfi\nif [ \"$CHECK\" = true ]; then... | Rust | MIT License | nervosnetwork/ckb | chore: group commands to install dependencies in ci (#894) | 1 | chore | null |
724,105 | 27.05.2019 21:24:34 | -7,200 | 7dd4d1d1938748aa47a2e28a2c149eef60d71bff | feat: Introduce enableAutoDestroy() helper function | [
{
"change_type": "MODIFY",
"diff": "!!!include(docs/api/createLocalVue.md)!!!\n!!!include(docs/api/createWrapper.md)!!!\n!!!include(docs/api/config.md)!!!\n+!!!include(docs/api/enableAutoDestroy.md)!!!\n",
"new_path": "docs/api/README.md",
"old_path": "docs/api/README.md"
},
{
"change_type":... | JavaScript | MIT License | vuejs/vue-test-utils | feat: Introduce enableAutoDestroy() helper function | 1 | feat | null |
104,863 | 27.05.2019 22:26:36 | 10,800 | 2167616163ad27d2b94cbe48fde31c2f77b84a0c | fix(bug): TileCatalog: hide button if no pagination | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,7 @@ const StyledContainer = styled.div`\nconst StyledPageLabel = styled.span`\npadding-right: 1rem;\nfont-size: 0.875rem;\n+ ${props => (props.maxPage > 1 ? ` ` : `margin-right:6rem`)};\n`;\nconst StyledButton = styled.div`\n@@ -92,9 +93,11 @@ const SimplePa... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(bug): TileCatalog: hide button if no pagination | 1 | fix | bug |
722,013 | 27.05.2019 22:36:15 | 18,000 | 043e4cc96f16071d26d7321e8336552f86d0f90e | fix: remove useless ignores | [
{
"change_type": "ADD",
"diff": "+module.exports = {\n+ chainWebpack(conf) {\n+ // When using lerna and simlinks,\n+ // mode some modules that should be ignored are not\n+ // we add them here to avoid errors\n+ const path = require('path')\n+ const vueBrowserCompilerPath = path.resolve(\n+ path.dirname(requ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: remove useless ignores | 1 | fix | null |
722,013 | 27.05.2019 22:36:40 | 18,000 | 1a5d8a4d5683d0541d58ba8188b77fe81018bfbb | docs: add missing readme | [
{
"change_type": "ADD",
"diff": "+# vue-inbrowser-compiler\n+\n+Compile vue components code into vue components objects inside of your browser\n+\n+## install\n+\n+```bash\n+yarn add vue-inbrowser-compiler\n+```\n+\n+## use\n+\n+To be written\n",
"new_path": "packages/vue-inbrowser-compiler/README.md",
... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: add missing readme | 1 | docs | null |
722,013 | 27.05.2019 22:37:06 | 18,000 | 13d4bf4df86d9a5339b162a3fdcdc9d623f02526 | build: match version of compiler with the rest | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"vue-inbrowser-compiler\",\n- \"version\": \"1.0.0\",\n+ \"version\": \"3.13.7\",\n\"description\": \"compile vue single file components right in your browser\",\n\"main\": \"lib/index.js\",\n\"scripts\": {\n",
"new_path": "packages/vue-inbrowser-compile... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | build: match version of compiler with the rest | 1 | build | null |
722,013 | 27.05.2019 22:37:44 | 18,000 | fe53e8a2cd240cb9348de78ed2dc934b091db89d | refactor: make all isVueSfc use the same code | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "packages/vue-inbrowser-compiler/src/__tests__/isCodevueSfc.ts",
"old_path": "packages/vue-styleguidist/loaders/utils/__tests__/isCodeVueSfc.js"
},
{
"change_type": "MODIFY",
"diff": "export { default as addScopedStyle } from './addScope... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | refactor: make all isVueSfc use the same code | 1 | refactor | null |
722,013 | 27.05.2019 22:45:54 | 18,000 | 57b71fc62e992b6656dfce4d95113fb862d97bb6 | refactor: remove last ref to isSfc | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ import 'prismjs/components/prism-javascript'\nimport 'prismjs/components/prism-jsx'\nimport { space } from 'react-styleguidist/lib/client/styles/theme'\nimport prismTheme from 'react-styleguidist/lib/client/styles/prismTheme'\n-import { isCodeVueSfc } fr... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | refactor: remove last ref to isSfc | 1 | refactor | null |
273,735 | 27.05.2019 23:14:03 | -7,200 | 39cb81596b6e28e1a38ae088c16e6633840976fa | feat(airtable): initial source plugin | [
{
"change_type": "ADD",
"diff": "+# @gridsome/source-airtable\n+\n+> Airtable source for Gridsome.\n+\n+## Install\n+- `yarn add @gridsome/source-airtable`\n+- `npm install @gridsome/source-airtable`\n+\n+## Usage\n+\n+```js\n+module.exports = {\n+ plugins: [\n+ {\n+ use: '@gridsome/source-airtable',\n+ opt... | JavaScript | MIT License | gridsome/gridsome | feat(airtable): initial source plugin (#458) | 1 | feat | airtable |
127,946 | 27.05.2019 23:37:37 | -10,800 | 5b58689092092959cc7f6b72c65503dcf6088404 | fix(utils): fix inlineSVG function for first server side render | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,18 @@ import miniSvgDataUri from 'mini-svg-data-uri';\ntype InlineSVGProps = ReactElement<string>;\n-const inlineSVG = (svg: InlineSVGProps) =>\n- `url(\"${miniSvgDataUri(renderToStaticMarkup(svg))}\")`;\n+const inlineSVG = (svg: InlineSVGProps) => {\n+ const r... | TypeScript | MIT License | coingaming/moon-design | fix(utils): fix inlineSVG function for first server side render | 1 | fix | utils |
127,946 | 27.05.2019 23:41:18 | -10,800 | 2aeb150cd3a41bc65502eca6db0016a2e5ad5f4f | test: fix heading tests | [
{
"change_type": "MODIFY",
"diff": "@@ -70,7 +70,7 @@ exports[`Heading Sizes bravo size renders properly 1`] = `\nexports[`Heading Sizes charlie size renders properly 1`] = `\n.emotion-0 {\n- font-weight: 600;\n+ font-weight: 400;\nfont-size: 1.5rem;\nline-height: 2rem;\ncolor: inherit;\n@@ -87,7 +87,7 @@ e... | TypeScript | MIT License | coingaming/moon-design | test: fix heading tests | 1 | test | null |
603,467 | 27.05.2019 23:46:33 | -3,600 | c40ed7931ca9d3a00c59db5ad3263e49625129e9 | chore(ci): Corrected the version number
It seems like from time to time Lerna skips updating the version number in some packages. | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@serenity-js-examples/calculator-app\",\n- \"version\": \"2.0.1-alpha.64\",\n+ \"version\": \"2.0.1-alpha.66\",\n\"description\": \"An example of a full-stack app under test\",\n\"author\": {\n\"name\": \"Jan Molak\",\n",
"new_path": "examples/calculato... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | chore(ci): Corrected the version number
It seems like from time to time Lerna skips updating the version number in some packages. | 1 | chore | ci |
127,946 | 27.05.2019 23:58:35 | -10,800 | 602a9487d3f558a6c0d7671a0c63f7f83b162456 | feat(input): change imput border color & select background color | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ exports[`Checkbox renders as disabled 1`] = `\n-webkit-align-self: center;\n-ms-flex-item-align: center;\nalign-self: center;\n- border: 1px solid #415662;\n+ border: 1px solid #1A212A;\nborder-radius: 4px;\nbackground-color: transparent;\n-webkit-appear... | TypeScript | MIT License | coingaming/moon-design | feat(input): change imput border color & select background color | 1 | feat | input |
722,013 | 28.05.2019 08:26:51 | 18,000 | 56d3ee50f72329e6574f1243c1f656c6855162cb | style: simplify reactcomponent path | [
{
"change_type": "MODIFY",
"diff": "import React, { Component } from 'react'\n-import RsgReactComponent from 'react-styleguidist/lib/client/rsg-components/ReactComponent/ReactComponent'\n+import RsgReactComponent from 'rsg-components/ReactComponent'\nexport const DocumentedComponentContext = React.createCon... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | style: simplify reactcomponent path | 1 | style | null |
71,614 | 28.05.2019 09:38:37 | -7,200 | 203f1145aee128508e206d3370ba409f5a4fb0ec | feat(apigateway): support for UsagePlan, ApiKey, UsagePlanKey
Add support for UsagePlan, ApiKey, UsagePlanKey.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -16,5 +16,6 @@ npm ci --global-style\nexport PATH=node_modules/.bin:$PATH\necho \"=============================================================================================\"\n-echo \"bootstrapping...\"\n+echo \"cleanup and start bootstrapping...\"\n+lerna clean --y... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(apigateway): support for UsagePlan, ApiKey, UsagePlanKey (#2564)
Add support for UsagePlan, ApiKey, UsagePlanKey.
Fixes #723. | 1 | feat | apigateway |
722,013 | 28.05.2019 10:26:04 | 18,000 | 2dcbaacc74a57607c915b5516105640de8ded7e9 | fix(editor): make sure when url changes editor is repainted
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -51,13 +51,20 @@ export class Editor extends Component {\nconfig: PropTypes.object.isRequired\n}\n+ location = ''\n+\nconstructor() {\nsuper()\nthis.handleChange = debounce(this.handleChange.bind(this), UPDATE_DELAY)\n+ this.location = document.location.href\n}\nshould... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(editor): make sure when url changes editor is repainted
Closes #404 | 1 | fix | editor |
722,013 | 28.05.2019 10:32:23 | 18,000 | 368de8a71e73b6916cdde004fd2f317337ef3627 | test: linter was saing lerna don't work | [
{
"change_type": "MODIFY",
"diff": "{\n\"commonjs\": true,\n\"caseSensitive\": true,\n- \"ignore\": [\"rsg-components/\"]\n+ \"ignore\": [\"rsg-components/\", \"vue-inbrowser-compiler\"]\n}\n],\n\"import/export\": \"error\",\n",
"new_path": ".eslintrc",
"old_path": ".eslintrc"
},
{
"change_t... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: linter was saing lerna don't work | 1 | test | null |
722,013 | 28.05.2019 10:42:01 | 18,000 | 6ad7029a2407c9106567f3a1883f0b73ae0c00d2 | test: fix mocking of vue-inbrowser-compiler | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,12 @@ import examplesLoader from '../examples-loader'\n/* eslint-disable no-new-func */\n+jest.mock('vue-inbrowser-compiler', () => {\n+ return {\n+ isCodeVueSfc: code => /<script/.test(code)\n+ }\n+})\n+\nconst query = {\nfile: '../foo.js',\ndisplayName: 'FooC... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: fix mocking of vue-inbrowser-compiler | 1 | test | null |
722,013 | 28.05.2019 10:43:40 | 18,000 | b412ba934c34bc1e0c5395b7becfec7f450c2d50 | test: fix sfc tests imports | [
{
"change_type": "MODIFY",
"diff": "-import { isCodeVueSfc } from '../isCodeVueSfc'\n+import isCodeVueSfc from '../isCodeVueSfc'\ndescribe('isCodeVueSfc', () => {\nit('should return true if there is a script tag', () => {\n",
"new_path": "packages/vue-inbrowser-compiler/src/__tests__/isCodevueSfc.ts",
... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: fix sfc tests imports | 1 | test | null |
127,976 | 28.05.2019 11:03:29 | -10,800 | a50a8dfa5dd4a6223fccd2051c646b78f82cb815 | refactor: pr tidy | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,7 @@ export { IconLeftArrowCurveRight } from './svg/IconLeftArrowCurveRight';\nexport { IconLiveChat } from './svg/IconLiveChat';\nexport { IconLoyality0 } from './svg/IconLoyality0';\nexport { IconNotification } from './svg/IconNotification';\n+export { Icon... | TypeScript | MIT License | coingaming/moon-design | refactor: pr tidy | 1 | refactor | null |
71,494 | 28.05.2019 11:04:19 | -7,200 | b061826be60d474209b014bd9e73cbf2ae217c7b | feat(cli): disable noUnusedLocals and noUnusedParameters from typescript templates | [
{
"change_type": "MODIFY",
"diff": "\"strictNullChecks\": true,\n\"noImplicitThis\": true,\n\"alwaysStrict\": true,\n- \"noUnusedLocals\": true,\n- \"noUnusedParameters\": true,\n+ \"noUnusedLocals\": false,\n+ \"noUnusedParameters\": false,\n\"noImplicitReturns\": true,\n\"noFallthroughCasesInSwitch\": fal... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(cli): disable noUnusedLocals and noUnusedParameters from typescript templates (#2654) | 1 | feat | cli |
722,013 | 28.05.2019 11:22:37 | 18,000 | 17b335f22b89a3ee51d3bcfb6a6e7f34e0490a01 | refactor: cirecular reference blocking build | [
{
"change_type": "MODIFY",
"diff": "import React, { Component } from 'react'\n-import RsgReactComponent from 'rsg-components/ReactComponent'\n+import RsgReactComponent from 'rsg-components/ReactComponent/ReactComponent'\nexport const DocumentedComponentContext = React.createContext({})\n",
"new_path": "... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | refactor: cirecular reference blocking build | 1 | refactor | null |
791,723 | 28.05.2019 11:52:30 | 25,200 | 52b202302aae184c664d01e5df5d45ba643e6e86 | report: make gauge font size and positioning dynamic | [
{
"change_type": "MODIFY",
"diff": ".lh-gauge__percentage {\nwidth: 100%;\n- height: var(--inset-size);\n+ height: var(--gauge-circle-size);\nposition: absolute;\n- border-radius: inherit;\nfont-family: var(--monospace-font-family);\n- font-size: var(--score-number-font-size);\n- line-height: var(--score-nu... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: make gauge font size and positioning dynamic (#9057) | 1 | report | null |
306,484 | 28.05.2019 12:41:10 | -7,200 | 5a19debb69c8f372cb9ccc63070ea6195bc2b281 | chore: remove broken links (fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ npm i @lion/<package-name>\n| Package | Version | Description |\n| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ------------... | JavaScript | MIT License | ing-bank/lion | chore: remove broken links (fixes #76) | 1 | chore | null |
306,484 | 28.05.2019 12:42:58 | -7,200 | 0a2e69bac09d0b12c901afc082423afd98c325a3 | chore: add input-datepicker to the packages list | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ npm i @lion/<package-name>\n## Content\n| Package | Version | Description |\n-| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |... | JavaScript | MIT License | ing-bank/lion | chore: add input-datepicker to the packages list | 1 | chore | null |
815,593 | 28.05.2019 12:48:30 | -32,400 | 88e33be4099acede0c24f391ef100c7b5dd63599 | refactor: remove notification | [
{
"change_type": "MODIFY",
"diff": "@@ -61,8 +61,7 @@ pub fn run(args: RunArgs, version: Version) -> Result<(), ExitCode> {\nlet wallet_store = if args.config.rpc.wallet_enable() {\nlet store = DefaultWalletStore::new(&args.config.wallet_db, shared.clone());\n- store.sync_index_states();\n- store.clone().st... | Rust | MIT License | nervosnetwork/ckb | refactor: remove notification | 1 | refactor | null |
722,013 | 28.05.2019 12:49:31 | 18,000 | 1fe0142a3827475eaf6a85a7bd7276b493b8c5ca | ci: re-enable build for circle | [
{
"change_type": "MODIFY",
"diff": "import React, { Component } from 'react'\n-import RsgReactComponent from 'rsg-components/ReactComponent/ReactComponent'\n+import RsgReactComponent from 'react-styleguidist/lib/client/rsg-components/ReactComponent/ReactComponent'\nexport const DocumentedComponentContext = ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci: re-enable build for circle | 1 | ci | null |
306,484 | 28.05.2019 12:50:57 | -7,200 | 5ff8406755b536052610600673b0c6f79f2efca1 | chore: restructure list with more meaningful order and links | [
{
"change_type": "MODIFY",
"diff": "@@ -29,11 +29,19 @@ npm i @lion/<package-name>\n| Package | Version | Description |\n| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ... | JavaScript | MIT License | ing-bank/lion | chore: restructure list with more meaningful order and links | 1 | chore | null |
815,609 | 28.05.2019 13:37:06 | -28,800 | f472b4279932053410d07497b5bd39c150726db1 | chore: change all `unwrap()` in `store.rs` to `expect(..)` with a significant message | [
{
"change_type": "MODIFY",
"diff": "@@ -250,7 +250,7 @@ impl<T: KeyValueDB> ChainStore for ChainKVStore<T> {\n.try_fold(Capacity::zero(), |capacity, output| {\ncapacity.safe_add(output.capacity)\n})\n- .unwrap()\n+ .expect(\"accumulated capacity in genesis block should not overflow\")\n})\n.unwrap_or_else(C... | Rust | MIT License | nervosnetwork/ckb | chore: change all `unwrap()` in `store.rs` to `expect(..)` with a significant message | 1 | chore | null |
679,913 | 28.05.2019 13:45:16 | -3,600 | 46028837ff5883c646fe74d379ffe5a5fb1f4e04 | feat(webgl-msdf): add more TextOpts, update TextAlign fns
add dirX, dirY opts to control text directions
add horizontal letter spacing opt | [
{
"change_type": "MODIFY",
"diff": "-import { Fn2, IObjectOf } from \"@thi.ng/api\";\n+import { Fn3, IObjectOf } from \"@thi.ng/api\";\nimport { ReadonlyVec } from \"@thi.ng/vectors\";\nimport { GLVec4 } from \"@thi.ng/webgl\";\n@@ -41,7 +41,14 @@ export interface MSDFFont {\n}>;\n}\n-export type TextAlign ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(webgl-msdf): add more TextOpts, update TextAlign fns
- add dirX, dirY opts to control text directions
- add horizontal letter spacing opt | 1 | feat | webgl-msdf |
749,516 | 28.05.2019 13:49:24 | 25,200 | b2feb188dd787e5ef66fd311c4b32cc9412b84de | fix(build): remove duplicate classNames from webpack build | [
{
"change_type": "MODIFY",
"diff": "@@ -93,6 +93,7 @@ found at http://www.apache.org/licenses/LICENSE-2.0\nloader: 'css-loader',\noptions: {\nmodules: true,\n+ context: __dirname, // Solves CSS name clashes in multiple packages https://github.com/webpack-contrib/css-loader/issues/413\nlocalIdentName: '[name... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(build): remove duplicate classNames from webpack build (#345) | 1 | fix | build |
127,946 | 28.05.2019 13:54:48 | -10,800 | 7c6d546b2e45bb8c4c1df4fc54c1bf361d1dfe21 | refactor(my-bets): minor cleanup | [
{
"change_type": "MODIFY",
"diff": "+import * as React from 'react';\n+import rem from 'polished/lib/helpers/rem';\nimport styled from '@emotion/styled';\n+import { colors } from '@heathmont/sportsbet-tokens';\nimport { spacing } from '@heathmont/sportsbet-utils';\n-import rem from 'polished/lib/helpers/rem... | TypeScript | MIT License | coingaming/moon-design | refactor(my-bets): minor cleanup | 1 | refactor | my-bets |
127,946 | 28.05.2019 13:58:18 | -10,800 | e0e5255c9d1fd50fc10e94ee1808f6e0730fb41b | refactor: react default imports cleanup | [
{
"change_type": "MODIFY",
"diff": "@@ -15,14 +15,14 @@ export type FootballProps = {\nbadges?: { color?: string; backgroundColor?: string; title: string }[];\n};\n-const Container = styled.div(() => ({\n+const FootballCard = styled.div({\ndisplay: 'flex',\npaddingTop: spacing('small'),\nbackgroundColor: co... | TypeScript | MIT License | coingaming/moon-design | refactor: react default imports cleanup | 1 | refactor | null |
791,704 | 28.05.2019 14:02:37 | 25,200 | 9d4d7ede845c003fcf6f44d17c91bafa907bcec2 | tests(smoke): re-enable dialog prompt | [
{
"change_type": "MODIFY",
"diff": "https://github.com/GoogleChrome/lighthouse/issues/1194 -->\n<script>window.Error = function(error) { this.stack = 'stacktrace'; };</script>\n-<!--The javascriptDialogOpening test is disabled as we hit a platform bug frequently on travis-->\n-<!--<script>window.confirm('Is... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(smoke): re-enable dialog prompt (#8894) | 1 | tests | smoke |
503,922 | 28.05.2019 14:26:11 | -7,200 | 44c489c0f2fca8241ba42c1a7640208c7ec7f222 | fix(Pagination PF4): set default items start and end to null | [
{
"change_type": "MODIFY",
"diff": "@@ -110,8 +110,8 @@ const defaultProps = {\npaginationTitle: 'Pagination'\n},\npage: 1,\n- itemsStart: 0,\n- itemsEnd: 0,\n+ itemsStart: null,\n+ itemsEnd: null,\nperPageOptions: defaultPerPageOptions,\ndropDirection: DropdownDirection.down,\nwidgetId: 'pagination-options... | TypeScript | MIT License | patternfly/patternfly-react | fix(Pagination PF4): set default items start and end to null (#2089) | 1 | fix | Pagination PF4 |
815,593 | 28.05.2019 15:33:10 | -32,400 | bfbf8401e4f694ca987eac7aba5b65fb2fe647fa | chore: revert change of chain/notify | [
{
"change_type": "MODIFY",
"diff": "@@ -13,15 +13,10 @@ pub const SIGNAL_CHANNEL_SIZE: usize = 1;\npub const REGISTER_CHANNEL_SIZE: usize = 2;\npub const NOTIFY_CHANNEL_SIZE: usize = 128;\n-#[derive(Debug)]\n-pub struct TipChanges {\n- pub attached_blocks: Vec<Block>,\n- pub detached_blocks: Vec<Block>,\n-}... | Rust | MIT License | nervosnetwork/ckb | chore: revert change of chain/notify | 1 | chore | null |
815,593 | 28.05.2019 15:33:24 | -32,400 | 3b952022c9573e4b9022d73d81ea6e71eb32ca5f | test: fix rpc test | [
{
"change_type": "MODIFY",
"diff": "\"module\": \"wallet\",\n\"params\": [\n\"0x9a9a6bdbc38d4905eace1822f85237e3a1e238bb3f277aa7b7c8903441123510\",\n- \"0\"\n+ \"1024\"\n],\n\"result\": {\n\"block_hash\": \"0x4d381124b9a3a55bad2c45b49efe1ffd6b365d3ea7cf3141d5830b0bb94deeb8\",\n{\n\"lock_hash\": \"Cell lock ... | Rust | MIT License | nervosnetwork/ckb | test: fix rpc test | 1 | test | null |
791,723 | 28.05.2019 15:40:52 | 25,200 | fa053a92738dd867fc683ea5c0469d010fccf96d | core(perf): speed up getNodePath | [
{
"change_type": "MODIFY",
"diff": "@@ -168,8 +168,7 @@ function getNodePath(node) {\nwhile (prevNode = node.previousSibling) {\nnode = prevNode;\n// skip empty text nodes\n- if (node.nodeType === Node.TEXT_NODE && node.textContent &&\n- node.textContent.trim().length === 0) continue;\n+ if (node.nodeType =... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(perf): speed up getNodePath (#9055) | 1 | core | perf |
503,965 | 28.05.2019 16:14:03 | 14,400 | 4532fab720ea4dc77bd4cedd9f96e52e9cfca22a | chore(react-docs): clean mdx cache before develop | [
{
"change_type": "MODIFY",
"diff": "\"build:docs\": \"yarn build:static && gatsby build --prefix-paths\",\n\"build:static\": \"shx cp -r ../react-core/dist/styles/* static\",\n\"clean\": \"rimraf .cache public static/assets static/base.css\",\n- \"develop\": \"yarn build:static && gatsby develop\",\n+ \"cle... | TypeScript | MIT License | patternfly/patternfly-react | chore(react-docs): clean mdx cache before develop (#2059) | 1 | chore | react-docs |
791,760 | 28.05.2019 16:52:05 | 25,200 | 7fb82e8fb67ff2222c1082a42204972be1a9fefa | core(runner): fix missing timing properties in the browser | [
{
"change_type": "MODIFY",
"diff": "@@ -186,9 +186,12 @@ class Runner {\n// resolution.\n.map(entry => {\nreturn /** @type {PerformanceEntry} */ ({\n- ...entry,\n- duration: parseFloat(entry.duration.toFixed(2)),\n+ // Don't spread entry because browser PerformanceEntries can't be spread.\n+ // https://gith... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(runner): fix missing timing properties in the browser (#9072) | 1 | core | runner |
104,827 | 28.05.2019 16:56:05 | 18,000 | 2f41892af8bc4abf13c2bb10620c56242955f320 | fix(dashboard): add max layout and pass dashboardColumns properly | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,8 @@ const propTypes = {\ntitle: PropTypes.string.isRequired,\ncards: PropTypes.arrayOf(PropTypes.shape(ValueCardPropTypes)).isRequired,\nlayouts: PropTypes.shape({\n+ max: PropTypes.array,\n+ xl: PropTypes.array,\nlg: PropTypes.array,\nmd: PropTypes.array,\n... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(dashboard): add max layout and pass dashboardColumns properly | 1 | fix | dashboard |
67,494 | 28.05.2019 18:38:57 | -7,200 | 7ccf06169c222366175e5addf4b75d9bd08c2a5f | feat(router): add navigator | [
{
"change_type": "ADD",
"diff": "+import { Reporter } from '@aurelia/kernel';\n+import { QueuedBrowserHistory } from './queued-browser-history';\n+export interface INavigationEntry {\n+ instruction: string;\n+ fullStateInstruction: string;\n+ index?: number;\n+ firstEntry?: boolean; // Index might change to... | TypeScript | MIT License | aurelia/aurelia | feat(router): add navigator | 1 | feat | router |
447,451 | 28.05.2019 18:51:02 | 18,000 | 5f3424b63f3f9ffcdfea67198bde915ab7d0af04 | fix: keep selected row state when data changes in Table component | [
{
"change_type": "MODIFY",
"diff": "@@ -32,9 +32,20 @@ document.addEventListener = jest.fn((event, cb) => {\nconst preventDefault = jest.fn();\ndescribe('<Table />', () => {\n+ it('should not render anything if a string keyField is not passed', () => {\n+ const values = [undefined, null, '', 0, 123, {}, []]... | JavaScript | MIT License | nexxtway/react-rainbow | fix: keep selected row state when data changes in Table component (#764) | 1 | fix | null |
791,690 | 28.05.2019 18:55:16 | 18,000 | ff4f486298b5ac1db583a85bfc8a45c9689de5fb | core(gather-runner): treat NO_FCP as a pageLoadError | [
{
"change_type": "MODIFY",
"diff": "@@ -65,25 +65,25 @@ function getDebuggableChrome(flags) {\n}\n/** @return {never} */\n-function showConnectionError() {\n+function printConnectionErrorAndExit() {\nconsole.error('Unable to connect to Chrome');\nreturn process.exit(_RUNTIME_ERROR_CODE);\n}\n/** @return {ne... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(gather-runner): treat NO_FCP as a pageLoadError (#8340) | 1 | core | gather-runner |
448,067 | 28.05.2019 18:58:53 | -7,200 | e0b4136cce9b48619061def5b324e18b3b10103c | feat: support inline javascript in less
Fixes | [
{
"change_type": "MODIFY",
"diff": "color: @foreground-color-bright;\n}\n}\n+\n+.myFunction() {\n+ @functions: ~`(function () {return 'hi!' ;}) () `;\n+}\n+\n+.myFunction();\n",
"new_path": "integration/samples/scss-paths/baz/baz component.less",
"old_path": "integration/samples/scss-paths/baz/baz c... | TypeScript | MIT License | ng-packagr/ng-packagr | feat: support inline javascript in less (#1300)
Fixes #1298 | 1 | feat | null |
531,793 | 28.05.2019 18:59:41 | -3,600 | 265bcbfca98970f2b50e82dbfed21c790e23d6c7 | feat(backend): add --check-config flag for validating configuration
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -171,7 +171,9 @@ func setupLogger() {\nfunc main() {\nprintVersion := pflag.Bool(\"version\", false, \"Print version and exit\")\n+ validateConfig := pflag.Bool(\"check-config\", false, \"Validate configuration and exit\")\npflag.Parse()\n+\nif *printVersion {\nfmt.Pri... | TypeScript | Apache License 2.0 | prymitive/karma | feat(backend): add --check-config flag for validating configuration
Fixes #735 | 1 | feat | backend |
448,036 | 28.05.2019 19:01:34 | -7,200 | cf63615b581f1845f06a9560457ca8a8507f461d | docs: remove deprecated sponsoring badges | [
{
"change_type": "MODIFY",
"diff": "[](https://conventionalcommits.org)\n[\nvar path = require('path')\n@@ -7,9 +7,11 @@ var getSize = require('get-folder-... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci: avoid dangerci for deliver | 1 | ci | null |
722,013 | 28.05.2019 20:00:03 | 18,000 | a5bab4ed4f3b5cdfa70e47566b4135e04fcd83f7 | ci: fix danger ci once more | [
{
"change_type": "MODIFY",
"diff": "@@ -73,35 +73,6 @@ Please remove \\`yarn.lock\\` changes from your pull request. Try to run \\`git che\nfail('an `only` was left in tests (' + testFilesIncludeExclusion + ')')\n}\n- // Check test cases missing type signature import for test marble helper functions\n- var ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci: fix danger ci once more | 1 | ci | null |
306,484 | 28.05.2019 23:39:26 | -7,200 | 7e1a7ef95a7f150a11f9035e6a86e3bf957de509 | fix(field): fix form registration in Edge | [
{
"change_type": "MODIFY",
"diff": "@@ -145,7 +145,7 @@ export const FormControlMixin = dedupeMixin(\n* will requires a `await nextFrame()` in tests\n*/\n_registerFormElement() {\n- requestAnimationFrame(() => {\n+ this.updateComplete.then(() => {\nthis.dispatchEvent(\nnew CustomEvent('form-element-register... | JavaScript | MIT License | ing-bank/lion | fix(field): fix form registration in Edge | 1 | fix | field |
603,467 | 29.05.2019 00:16:38 | -3,600 | d25542c47c040a32456889d779154587eb212e30 | docs(jasmine): Documented the remaining public classes | [
{
"change_type": "MODIFY",
"diff": "@@ -154,12 +154,13 @@ describe('SerenityReporterForJasmine', () => {\n});\n/**\n- * A test suite will be marked as failing only when beforeAll or afterAll blocks are used.\n- *\n* @test {SerenityReporterForJasmine#suiteStarted}\n* @test {SerenityReporterForJasmine#suiteDo... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(jasmine): Documented the remaining public classes | 1 | docs | jasmine |
71,530 | 29.05.2019 01:14:24 | -25,200 | 5fe0af54030c9c733f4a8f76742f3ea63659cf4f | fix(aws-cdk): fix ts-node usage on Windows
Fix an error when running any cdk command on Windows caused by '/' in ts-node path. | [
{
"change_type": "MODIFY",
"diff": "{\n- \"app\": \"./node_modules/.bin/ts-node bin/%name%.ts\"\n+ \"app\": \"npx ts-node bin/%name%.ts\"\n}\n",
"new_path": "packages/aws-cdk/lib/init-templates/app/typescript/cdk.template.json",
"old_path": "packages/aws-cdk/lib/init-templates/app/typescript/cdk.tem... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(aws-cdk): fix ts-node usage on Windows (#2660)
Fix an error when running any cdk command on Windows caused by '/' in ts-node path. | 1 | fix | aws-cdk |
815,605 | 29.05.2019 02:29:02 | 0 | 5556ef5338bb6fb955dcac7ac46a6b2cde6893bb | fix: rpc README | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ echo '{\n\"jsonrpc\": \"2.0\",\n\"method\": \"get_block\",\n\"params\": [\n- \"0xbd63393483cb066d2fb9f779b20b904020bb599b03fab6e4571990828510d829\"\n+ \"0xc9231b497c992821da190bf80f9e5b992f4842a648f9e6711896442790f355ae\"\n]\n}' \\\n| tr -d '\\n' \\\n@@ ... | Rust | MIT License | nervosnetwork/ckb | fix: rpc README | 1 | fix | null |
815,605 | 29.05.2019 06:54:39 | 0 | b0142bd2625478dff42410cccdd4d4495845ca3a | fix: rename Source::Normal to Source::Transaction | [
{
"change_type": "MODIFY",
"diff": "@@ -44,15 +44,15 @@ impl<'a, CS: LazyLoadCellOutput + 'a> LoadCell<'a, CS> {\nfn fetch_cell(&self, source: Source, index: usize) -> Result<&'a CellMeta, u8> {\nmatch source {\n- Source::Normal(SourceEntry::Input) => self\n+ Source::Transaction(SourceEntry::Input) => self\... | Rust | MIT License | nervosnetwork/ckb | fix: rename Source::Normal to Source::Transaction | 1 | fix | null |
815,605 | 29.05.2019 07:36:53 | 0 | 7da9918569303ab75dd8a206f0a2bc0a9f8985ba | fix: use separate lock and type groups in case of duplicate script | [
{
"change_type": "MODIFY",
"diff": "@@ -70,7 +70,8 @@ pub struct TransactionScriptsVerifier<'a, CS> {\nbinary_index: FnvHashMap<H256, usize>,\nblock_data: FnvHashMap<H256, (BlockNumber, BlockExt)>,\n- script_groups: FnvHashMap<H256, ScriptGroup>,\n+ lock_groups: FnvHashMap<H256, ScriptGroup>,\n+ type_groups... | Rust | MIT License | nervosnetwork/ckb | fix: use separate lock and type groups in case of duplicate script | 1 | fix | null |
815,605 | 29.05.2019 08:16:12 | 0 | ddbde164e357654a334a875c062d276aba852464 | fix: witness loading logic | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,8 @@ impl<'a> LoadWitness<'a> {\n.group_inputs\n.get(index)\n.and_then(|actual_index| self.witnesses.get(*actual_index).cloned()),\n- _ => self.witnesses.get(index).cloned(),\n+ Source::Transaction(SourceEntry::Input) => self.witnesses.get(index).cloned(),\n+... | Rust | MIT License | nervosnetwork/ckb | fix: witness loading logic | 1 | fix | null |
722,013 | 29.05.2019 08:40:38 | 18,000 | a48d51909a8524aebb973dc0afecabf326d18727 | docs: add example of styled component in vue-cli | [
{
"change_type": "MODIFY",
"diff": "@@ -74,6 +74,27 @@ Ugly button with pink font and blue background:\n</app-button>\n```\n+with extra styling\n+\n+```vue\n+<template>\n+ <div class=\"LoadingPickle-wrap\">\n+ <app-button>Loading...</app-button>\n+ </div>\n+</template>\n+\n+<script>\n+export default {}\n+</... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: add example of styled component in vue-cli | 1 | docs | null |
722,013 | 29.05.2019 08:50:39 | 18,000 | 830abf8311cce48b8b40328b41d595f458335492 | fix(preview): fix style scope mismatch
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -109,8 +109,8 @@ class Preview extends Component {\nif (vuex) {\nextendsComponent = { store: vuex.default }\n}\n- const moduleId = 'data-v-' + Math.floor(Math.random() * 1000) + 1\n- previewComponent._scopeId = moduleId\n+ const moduleId = 'v-' + Math.floor(Math.random... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(preview): fix style scope mismatch
Closes #437 | 1 | fix | preview |
306,484 | 29.05.2019 09:49:35 | -7,200 | 1da47e3d6fb522bd89119de108f2a00b6214f12c | fix(input-datepicker): use up-to-date localize version | [
{
"change_type": "MODIFY",
"diff": "\"@lion/calendar\": \"^0.1.11\",\n\"@lion/core\": \"^0.1.8\",\n\"@lion/input-date\": \"^0.1.13\",\n- \"@lion/localize\": \"^0.1.6\",\n+ \"@lion/localize\": \"^0.3.4\",\n\"@lion/overlays\": \"^0.2.4\",\n\"@lion/validate\": \"^0.2.4\"\n},\n",
"new_path": "packages/input... | JavaScript | MIT License | ing-bank/lion | fix(input-datepicker): use up-to-date localize version | 1 | fix | input-datepicker |
503,915 | 29.05.2019 10:05:38 | 14,400 | 132ccf8f9b0cf2097cef81735e91e5b2a5c819dc | fix(index.js): [PF3] Export BreadcrumbSwitcher from patternfly-react index | [
{
"change_type": "MODIFY",
"diff": "@@ -57,3 +57,4 @@ export * from './components/Wizard';\nexport { patternfly, layout } from './common/patternfly';\nexport * from './components/ExpandCollapse';\nexport * from './components/Overlay';\n+export * from './components/BreadcrumbSwitcher';\n",
"new_path": "p... | TypeScript | MIT License | patternfly/patternfly-react | fix(index.js): [PF3] Export BreadcrumbSwitcher from patternfly-react index (#2097) | 1 | fix | index.js |
815,595 | 29.05.2019 10:49:49 | -28,800 | 68b5bb66cf9a341fb762b29787ad88a3780e118f | test: Add test for losing BlockTXN messages | [
{
"change_type": "MODIFY",
"diff": "use crate::utils::{\nbuild_compact_block, build_compact_block_with_prefilled, clear_messages, wait_until,\n};\n-use crate::{Net, Spec, TestProtocol};\n+use crate::{Net, Node, Spec, TestProtocol};\nuse ckb_chain_spec::ChainSpec;\nuse ckb_core::header::HeaderBuilder;\nuse c... | Rust | MIT License | nervosnetwork/ckb | test: Add test for losing BlockTXN messages | 1 | test | null |
730,429 | 29.05.2019 10:50:42 | 14,400 | 69e80bcefc85be74a3f0174fb8147f86300d7ac6 | chore(rollup): convert to sdk | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import url from 'rollup-plugin-url';\nimport clear from 'rollup-plugin-clear';\nimport postcss from 'rollup-plugin-postcss';\nimport localResolve from 'rollup-plugin-local-resolve';\n-import {base64} from '@ciscospark/common';\n+import {base64} from '@webe... | JavaScript | MIT License | webex/react-widgets | chore(rollup): convert to @webex sdk | 1 | chore | rollup |
447,440 | 29.05.2019 10:55:05 | 18,000 | 4bf89f0e58750567d8ff5c153a8842869bbd839c | styles: fix marmarker styles | [
{
"change_type": "MODIFY",
"diff": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n-<svg width=\"148px\" height=\"90px\" viewBox=\"0 0 148 90\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n- <!-- Generator: Sketch 53.2 (72643) - https://sketchapp.com -->\n... | JavaScript | MIT License | nexxtway/react-rainbow | styles: fix marmarker styles (#767) | 1 | styles | null |
730,429 | 29.05.2019 10:55:48 | 14,400 | 203931e8b36b73aca91e2fbc60177fcebe2675f2 | chore(file-staging): convert to sdk | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport ShallowRenderer from 'react-test-renderer/shallow';\nimport {Map} from 'immutable';\n-import fh from '@ciscospark/test-helper-file';\n+import fh from '@webex/test-helper-file';\nimport FileStagingArea from '.';\n",
"new_path": "packa... | JavaScript | MIT License | webex/react-widgets | chore(file-staging): convert to @webex sdk | 1 | chore | file-staging |
730,429 | 29.05.2019 10:56:25 | 14,400 | e0375a6aec7d6b6146afa758768235c02eba3d65 | chore(oauth): convert to sdk | [
{
"change_type": "MODIFY",
"diff": "import {Component} from 'react';\nimport PropTypes from 'prop-types';\n-import '@ciscospark/internal-plugin-encryption';\n-import LocalStorageStoreAdapter from '@ciscospark/storage-adapter-local-storage';\n-import Spark from '@ciscospark/spark-core';\n+import '@webex/inte... | JavaScript | MIT License | webex/react-widgets | chore(oauth): convert to @webex sdk | 1 | chore | oauth |
730,429 | 29.05.2019 10:57:12 | 14,400 | 18195d5ffce8752695f725340133f89d5f76b259 | chore(utils): convert to sdk | [
{
"change_type": "MODIFY",
"diff": "import uuid from 'uuid';\n-import {base64} from '@ciscospark/common';\n+import {base64} from '@webex/common';\nimport {isImage} from './files';\n",
"new_path": "packages/node_modules/@ciscospark/react-component-utils/src/activity.js",
"old_path": "packages/node_mo... | JavaScript | MIT License | webex/react-widgets | chore(utils): convert to @webex sdk | 1 | chore | utils |
730,429 | 29.05.2019 10:57:37 | 14,400 | 6ddb9d23a497dc65f9af7b9557cf688f01b4da6b | chore(activity-list): convert to sdk | [
{
"change_type": "MODIFY",
"diff": "import {createSelector} from 'reselect';\nimport moment from 'moment';\n-import {filterSync} from '@ciscospark/helper-html';\n+import {filterSync} from '@webex/helper-html';\nimport {\nITEM_TYPE_ACTIVITY,\nITEM_TYPE_DAY_SEPARATOR,\n",
"new_path": "packages/node_module... | JavaScript | MIT License | webex/react-widgets | chore(activity-list): convert to @webex sdk | 1 | chore | activity-list |
730,429 | 29.05.2019 10:58:54 | 14,400 | 2d82fb23f90a8f468eb18713a0a1dab685b3f806 | chore(redux-spark): convert to sdk | [
{
"change_type": "MODIFY",
"diff": "-import '@ciscospark/plugin-logger';\n-import '@ciscospark/plugin-authorization';\n-import '@ciscospark/internal-plugin-mercury';\n-import '@ciscospark/plugin-people';\n-import '@ciscospark/internal-plugin-conversation';\n-import '@ciscospark/plugin-phone';\n-import '@cis... | JavaScript | MIT License | webex/react-widgets | chore(redux-spark): convert to @webex sdk | 1 | chore | redux-spark |
730,429 | 29.05.2019 10:59:16 | 14,400 | 026714a6face01ad9b7db65563f9fdcd7187a731 | chore(r-m-activity): convert to sdk | [
{
"change_type": "MODIFY",
"diff": "import marked from 'marked';\n-import {escapeSync, filterSync} from '@ciscospark/helper-html';\n+import {escapeSync, filterSync} from '@webex/helper-html';\nimport {resetActivity} from './actions';\n",
"new_path": "packages/node_modules/@ciscospark/redux-module-activi... | JavaScript | MIT License | webex/react-widgets | chore(r-m-activity): convert to @webex sdk | 1 | chore | r-m-activity |
730,429 | 29.05.2019 10:59:47 | 14,400 | f4e7702f870831d3663d1d5cb10180b6569cca3e | chore(journeys): convert to sdk | [
{
"change_type": "MODIFY",
"diff": "-import {base64} from '@ciscospark/common';\n+import {base64} from '@webex/common';\nexport function constructHydraId(type, id) {\nreturn base64.encode(`ciscospark://us/${type.toUpperCase()}/${id}`);\n",
"new_path": "test/journeys/lib/hydra.js",
"old_path": "test/... | JavaScript | MIT License | webex/react-widgets | chore(journeys): convert to @webex sdk | 1 | chore | journeys |
711,597 | 29.05.2019 11:21:07 | -7,200 | 077fd6d4922a73beb2f6498bf9d9b0db6b45172e | fix(email-plugin): Fix bad common import paths | [
{
"change_type": "MODIFY",
"diff": "+import { LanguageCode } from '@vendure/common/lib/generated-types';\nimport { Omit } from '@vendure/common/lib/omit';\nimport { Type } from '@vendure/common/lib/shared-types';\n-import { LanguageCode } from '@vendure/common/src/generated-types';\nimport { EmailDetails, E... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(email-plugin): Fix bad common import paths | 1 | fix | email-plugin |
711,597 | 29.05.2019 11:21:32 | -7,200 | 6a54be3d66a66526926c96c226d921b33e7d3600 | fix(core): Fix bad common import paths | [
{
"change_type": "MODIFY",
"diff": "import { Args, Parent, ResolveProperty, Resolver } from '@nestjs/graphql';\nimport { StockMovementListOptions } from '@vendure/common/lib/generated-types';\n-import { PaginatedList } from '@vendure/common/src/shared-types';\n+import { PaginatedList } from '@vendure/common... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix bad common import paths | 1 | fix | core |
815,595 | 29.05.2019 11:25:40 | -28,800 | 321b4a71833606fdf69e3b24a62108548191de24 | feat: Remove compact_block_filter | [
{
"change_type": "MODIFY",
"diff": "@@ -43,18 +43,6 @@ impl<'a, CS: ChainStore + 'static> CompactBlockProcess<'a, CS> {\nlet compact_block: CompactBlock = (*self.message).try_into()?;\nlet block_hash = compact_block.header.hash().to_owned();\n- if self.relayer.state.already_known_compact_block(&block_hash) ... | Rust | MIT License | nervosnetwork/ckb | feat: Remove compact_block_filter | 1 | feat | null |
711,597 | 29.05.2019 11:59:41 | -7,200 | e1fecbbe50574e0d950fb2bac18c69dd0f0f49a1 | fix(core): Do not list deleted productVariants in a Collection
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,10 @@ import gql from 'graphql-tag';\nimport path from 'path';\nimport { StringOperator } from '../src/common/configurable-operation';\n-import { facetValueCollectionFilter, variantNameCollectionFilter } from '../src/config/collection/default-collection-filters... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Do not list deleted productVariants in a Collection
Fixes #100 | 1 | fix | core |
711,597 | 29.05.2019 12:55:55 | -7,200 | d8b6c4757ec5346b614ac98d4d6ab7561f72c411 | fix(core): Fix postgres error when specifying custom fields
For now I have just made all custom fields nullable. In future (see there will be more control over this in the custom field config.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -58,7 +58,7 @@ function registerCustomFieldsForEntity(\nfor (const customField of customFields) {\nconst { name, type } = customField;\nconst registerColumn = () =>\n- Column({ type: getColumnType(dbEngine, type), name })(new ctor(), name);\n+ Column({ type: getColumnT... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix postgres error when specifying custom fields
For now I have just made all custom fields nullable. In future (see #85) there will be more control over this in the custom field config.
Fixes #101 | 1 | fix | core |
711,597 | 29.05.2019 13:38:07 | -7,200 | f7d337f3d88f705068b98a040d7c775e9c76d5df | fix(core): Do not throw when deleting Facet with no FacetValues
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -310,6 +310,20 @@ describe('Facet resolver', () => {\n});\nexpect(result3.product!.facetValues).toEqual([]);\n});\n+\n+ it('deleteFacet with no FacetValues works', async () => {\n+ const { createFacet } = await client.query<CreateFacet.Mutation, CreateFacet.Variables>(... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Do not throw when deleting Facet with no FacetValues
Fixes #105 | 1 | fix | core |
127,946 | 29.05.2019 14:11:38 | -10,800 | 9c2c4abf3b2a995bf078939582feaf75dd4fa7b4 | fix(nav): hide details arrow for firefox | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,7 @@ export const HamburgerDetails = styled.details<{\n});\nexport const HamburgerSummary = styled.summary({\n+ listStyle: 'none',\n'&::-webkit-details-marker': {\ndisplay: 'none',\n},\n",
"new_path": "portals/user-portal-components/src/nav/components/ham... | TypeScript | MIT License | coingaming/moon-design | fix(nav): hide details arrow for firefox | 1 | fix | nav |
127,946 | 29.05.2019 14:12:58 | -10,800 | 43968e1a3e6184e9df9b815c0836953594838249 | docs(banner): fix color of banner buttons in the documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,7 @@ Banners are generic containers for displaying important information to the user.\n<p>\nIf you require any assistance our 24/7 live chat support is here to help\n</p>\n- <Button fullWidth modifier=\"secondary\">\n+ <Button fullWidth modifier=\"primary\">\... | TypeScript | MIT License | coingaming/moon-design | docs(banner): fix color of banner buttons in the documentation | 1 | docs | banner |
711,597 | 29.05.2019 14:46:20 | -7,200 | 220d8610210a469bd76a50be67bb232c0fb07a6a | feat(admin-ui): Allow custom error messages passed to FormFieldComponent | [
{
"change_type": "MODIFY",
"diff": "import { Directive, ElementRef, Optional } from '@angular/core';\n-import { FormControl, NgControl } from '@angular/forms';\n+import { NgControl } from '@angular/forms';\ntype InputElement = HTMLInputElement | HTMLTextAreaElement | HTMLSelectElement;\n// tslint:disable:di... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Allow custom error messages passed to FormFieldComponent | 1 | feat | admin-ui |
711,597 | 29.05.2019 14:51:49 | -7,200 | 29509d8a382f54a8a6dd3f7602cebce6fe9b94db | feat(admin-ui): Validate slug pattern in product detail form
Relates to | [
{
"change_type": "MODIFY",
"diff": "(input)=\"updateSlug($event.target.value)\"\n/>\n</vdr-form-field>\n- <vdr-form-field [label]=\"'catalog.slug' | translate\" for=\"slug\">\n- <input id=\"slug\" type=\"text\" formControlName=\"slug\" />\n+ <vdr-form-field\n+ [label]=\"'catalog.slug' | translate\"\n+ for=\... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Validate slug pattern in product detail form
Relates to #103 | 1 | feat | admin-ui |
711,597 | 29.05.2019 14:53:03 | -7,200 | e2235cba9b9c7916a5fe4783a53d388948d7f37a | feat(core): Normalize product slug values
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -179,7 +179,7 @@ describe('Product resolver', () => {\n{\nlanguageCode: LanguageCode.en,\nname: 'en Baked Potato',\n- slug: 'en-baked-potato',\n+ slug: 'en Baked Potato',\ndescription: 'A baked potato',\n},\n{\n@@ -250,6 +250,26 @@ describe('Product resolver', () => {\... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Normalize product slug values
Relates to #103 | 1 | feat | core |
504,026 | 29.05.2019 15:35:35 | 14,400 | e41ae799dfb44734ae2c53879a8934b1eeda55d8 | fix(popover): maxWidth typescript error with maxWidth
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -72,7 +72,7 @@ export interface PopoverProps {\n/** z-index of the popover */\nzIndex?: number;\n/** Maximum width of the tooltip (default 18.75rem) */\n- maxWidth: string;\n+ maxWidth?: string;\n/** Aria label for the Close button */\ncloseBtnAriaLabel?: string;\n}\n"... | TypeScript | MIT License | patternfly/patternfly-react | fix(popover): maxWidth typescript error with maxWidth (#2110)
Fixes https://github.com/patternfly/patternfly-react/issues/2108 | 1 | fix | popover |
104,844 | 29.05.2019 16:20:40 | 14,400 | 13ede3dd79d5d6d10a411df37a87c805875603f8 | fix(addcard): fixed bugs from pkg upgrade | [
{
"change_type": "MODIFY",
"diff": "-import { ClickableTile, Icon } from 'carbon-components-react';\n+import { ClickableTile } from 'carbon-components-react';\nimport { rem } from 'polished';\nimport styled from 'styled-components';\nimport PropTypes from 'prop-types';\nimport React from 'react';\n+import A... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(addcard): fixed bugs from pkg upgrade | 1 | fix | addcard |
722,013 | 29.05.2019 16:22:10 | 18,000 | 11526000bbfeb0340d1f71c13d99e51b562b96f1 | fix(preview): gracefully fail when Vue breaks
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -132,12 +132,15 @@ class Preview extends Component {\nconst rootComponent = renderRootJsx\n? renderRootJsx.default(previewComponent)\n: { render: createElement => createElement(previewComponent) }\n-\n+ try {\nnew Vue({\n...extendsComponent,\n...rootComponent,\nel\n})\... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(preview): gracefully fail when Vue breaks
Closes #435 | 1 | fix | preview |
821,211 | 29.05.2019 16:32:51 | 18,000 | 9cfaea817efee4ab759dc3c2d85bd124bd565436 | fix: update license template copyright year | [
{
"change_type": "MODIFY",
"diff": "MIT License\n-Copyright (c) 2018 <%- pjson.author %>\n+Copyright (c) 2019 <%- pjson.author %>\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\n",
"new_path":... | TypeScript | MIT License | oclif/oclif | fix: update license template copyright year | 1 | fix | null |
127,946 | 29.05.2019 16:58:18 | -10,800 | e85f5abdfaec2287268ef68f4477a080a13341e8 | fix(account): fix paddings & margins & colors | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ const cashierLayout: CSSObject = {\n...container('default'),\n// prevents issues when you have some additional space on the page\noverflow: 'hidden',\n- marginTop: spacing('large'),\n+ // marginTop: spacing('large'),\n};\nexport const CashierLayout: Reac... | TypeScript | MIT License | coingaming/moon-design | fix(account): fix paddings & margins & colors | 1 | fix | account |
815,601 | 29.05.2019 17:27:05 | -28,800 | 2567a1d82aaebf47df5e60c090724992613e90cb | fix: median time context | [
{
"change_type": "MODIFY",
"diff": "@@ -394,7 +394,7 @@ impl<CS: ChainStore> ChainState<CS> {\nContextualTransactionVerifier::new(\n&rtx,\n&self,\n- self.tip_number(),\n+ self.tx_verify_block_number(),\nself.current_epoch_ext().number(),\n&self.consensus(),\n)\n@@ -407,7 +407,7 @@ impl<CS: ChainStore> Chain... | Rust | MIT License | nervosnetwork/ckb | fix: median time context | 1 | fix | null |
71,663 | 29.05.2019 17:40:14 | 25,200 | ceaf54ab9613f8ed40475659c7df648358c3a271 | fix(codepipeline-actions): correctly serialize the userParameters passed to the Lambda invoke Action.
BREAKING CHANGE: removed the `addPutJobResultPolicy` property when creating LambdaInvokeAction. | [
{
"change_type": "MODIFY",
"diff": "@@ -20,8 +20,6 @@ export interface LambdaInvokeActionProps extends codepipeline.CommonActionProps\n*/\nreadonly inputs?: codepipeline.Artifact[];\n- // tslint:enable:max-line-length\n-\n/**\n* The optional names of the output Artifacts of the Action.\n* A Lambda Action ca... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(codepipeline-actions): correctly serialize the userParameters passed to the Lambda invoke Action. (#2537)
BREAKING CHANGE: removed the `addPutJobResultPolicy` property when creating LambdaInvokeAction. | 1 | fix | codepipeline-actions |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.