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,595 | 11.09.2019 14:15:11 | -28,800 | 0a9b03a12f94230c1884d12b0e9d0fe00a576615 | feat: Add JsonUint32/JsonUint64 | [
{
"change_type": "MODIFY",
"diff": "@@ -9,32 +9,11 @@ mod fixed_bytes;\nmod indexer;\nmod net;\nmod pool;\n+mod primitive;\nmod proposal_short_id;\n-mod string;\nmod sync;\n-\n-use ckb_types::core;\n-\n-#[derive(Clone, Default, Serialize, Deserialize, PartialEq, Eq, Hash, Debug)]\n-pub struct BlockNumber(#[... | Rust | MIT License | nervosnetwork/ckb | feat: Add JsonUint32/JsonUint64 | 1 | feat | null |
866,415 | 11.09.2019 14:16:25 | 14,400 | f17acead88d6d296a227416dca74c1db3bddeb81 | feat(leadspace): move leadspace to patterns package | [
{
"change_type": "MODIFY",
"diff": "* LICENSE file in the root directory of this source tree.\n*/\n+import PropTypes from 'prop-types';\nimport React from 'react';\n+import classnames from 'classnames';\n+import { ArrowRight20 } from '@carbon/icons-react';\n+import { settings } from 'carbon-components';\n+i... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(leadspace): move leadspace to patterns package | 1 | feat | leadspace |
815,595 | 11.09.2019 14:28:53 | -28,800 | 86eec252901785cecebdb38325e43c2fe90ab757 | feat: Replace Unsigned with Uint64 | [
{
"change_type": "MODIFY",
"diff": "use ckb_indexer::IndexerStore;\n-use ckb_jsonrpc_types::{BlockNumber, CellTransaction, LiveCell, LockHashIndexState, Unsigned};\n+use ckb_jsonrpc_types::{BlockNumber, CellTransaction, LiveCell, LockHashIndexState, Uint64};\nuse ckb_types::{prelude::*, H256};\nuse jsonrpc_... | Rust | MIT License | nervosnetwork/ckb | feat: Replace Unsigned with Uint64 | 1 | feat | null |
866,415 | 11.09.2019 14:29:18 | 14,400 | d8c3b431c26d9d2b72b7cef628eb294a04b0cc60 | feat(leadspace): pull in button styles relatively for now | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import React from 'react';\nimport { storiesOf } from '@storybook/react';\nimport { withKnobs, text, select, object } from '@storybook/addon-knobs';\nimport '../../../../../styles/scss/components/leadspace/_leadspace.scss';\n+import 'carbon-components/scss... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(leadspace): pull in button styles relatively for now | 1 | feat | leadspace |
815,590 | 11.09.2019 15:03:33 | -28,800 | b06c223a16cae999ab837d4e89fcd7123d703c61 | refactor: use code hash from ckb_resource directly | [
{
"change_type": "MODIFY",
"diff": "@@ -665,14 +665,15 @@ fn u256_low_u64(u: U256) -> u64 {\n#[cfg(test)]\npub mod test {\nuse super::*;\n+ use ckb_resource::CODE_HASH_SECP256K1_RIPEMD160_SHA256_SIGHASH_ALL;\nuse ckb_types::{\ncore::{BlockBuilder, ScriptHashType, TransactionBuilder},\nh160,\n- packed::{Cell... | Rust | MIT License | nervosnetwork/ckb | refactor: use code hash from ckb_resource directly | 1 | refactor | null |
815,595 | 11.09.2019 15:05:06 | -28,800 | f3802896fabf758942742d5faa34a23522497729 | feat: Adjust out_point.index to JsonUint32 | [
{
"change_type": "MODIFY",
"diff": "use crate::bytes::JsonBytes;\nuse crate::{\n- BlockNumber, Byte32, Capacity, EpochNumber, ProposalShortId, Timestamp, Uint64, Version,\n+ BlockNumber, Byte32, Capacity, EpochNumber, ProposalShortId, Timestamp, Uint32, Uint64, Version,\n};\nuse ckb_types::{core, packed, pr... | Rust | MIT License | nervosnetwork/ckb | feat: Adjust out_point.index to JsonUint32 | 1 | feat | null |
711,597 | 11.09.2019 15:30:01 | -7,200 | efda67afbd728050e01d07d738226e1c6cbc8046 | chore: Rename workflow, add node 11.x to test matrix | [
{
"change_type": "MODIFY",
"diff": "-name: Node CI\n+name: Build & Test\non:\npush:\n@@ -15,7 +15,7 @@ jobs:\nstrategy:\nmatrix:\n- node-version: [10.x, 12.x]\n+ node-version: [10.x, 11.x, 12.x]\nsteps:\n- uses: actions/checkout@v1\n",
"new_path": ".github/workflows/nodejs.yml",
"old_path": ".github... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Rename workflow, add node 11.x to test matrix | 1 | chore | null |
711,597 | 11.09.2019 15:32:32 | -7,200 | 61c0a2a2eda225f04abc1a49e261ed9229298df0 | chore: Replace Travis build badge with GitHub Actions | [
{
"change_type": "MODIFY",
"diff": "A headless [GraphQL](https://graphql.org/) ecommerce framework built on [Node.js](https://nodejs.org) with [Nest](https://nestjs.com/) with [TypeScript](http://www.typescriptlang.org/).\n-[]... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Replace Travis build badge with GitHub Actions | 1 | chore | null |
749,516 | 11.09.2019 15:43:42 | 25,200 | 8e5e7b69dd56087ec40954cf6f0f8ce8aef0cfea | feat(tabs): deprecate TabsContainer component | [
{
"change_type": "MODIFY",
"diff": "\"access\": \"public\"\n},\n\"zendeskgarden:library\": \"Garden{{capitalize component}}\",\n+ \"zendeskgarden:max_size\": \"1 kB\",\n\"zendeskgarden:src\": \"src/index.js\"\n}\n",
"new_path": "packages/.template/package.json",
"old_path": "packages/.template/packa... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | feat(tabs): deprecate TabsContainer component (#448) | 1 | feat | tabs |
699,189 | 11.09.2019 15:54:57 | 18,000 | f1293d4787137591760dfcf7b97ebdcf9b061b73 | chore(icons): bump svg-to-react version | [
{
"change_type": "MODIFY",
"diff": "\"@svgr/cli\": \"^4.1.0\",\n\"@svgr/plugin-jsx\": \"^4.1.0\",\n\"@svgr/plugin-svgo\": \"^4.0.3\",\n- \"@twilio-labs/svg-to-react\": \"^1.0.1\",\n+ \"@twilio-labs/svg-to-react\": \"^2.0.0\",\n\"@types/loadable__component\": \"^5.6.0\",\n\"@types/promise-timeout\": \"^1.3.0... | TypeScript | MIT License | twilio-labs/paste | chore(icons): bump svg-to-react version (#94) | 1 | chore | icons |
942,581 | 11.09.2019 15:56:48 | 21,600 | 3fee482c0485f18b06094e2345d14f524b0bd479 | feat: Add faster testing of stories in Cypress
Added `window.setCurrentStory(story: string, variation: string)` to enable faster (re)loading of Storybook stories. The `story` parameter matches the string inside `storiesOf` and the `variation` matches the string inside the `.add` function
Use (in browser's console):
```... | [
{
"change_type": "MODIFY",
"diff": "-import {configure, addDecorator, addParameters} from '@storybook/react';\n+import {configure, addDecorator, addParameters, forceReRender} from '@storybook/react';\nimport {withKnobs} from '@storybook/addon-knobs/react';\nimport {injectGlobal} from 'emotion';\nimport font... | TypeScript | Apache License 2.0 | workday/canvas-kit | feat: Add faster testing of stories in Cypress (#183)
Added `window.setCurrentStory(story: string, variation: string)` to enable faster (re)loading of Storybook stories. The `story` parameter matches the string inside `storiesOf` and the `variation` matches the string inside the `.add` function
Use (in browser's co... | 1 | feat | null |
838,025 | 11.09.2019 16:01:26 | -10,800 | 4ddc7c855b9d622a033482c6bd361a0378418650 | feat: add errors package | [
{
"change_type": "ADD",
"diff": "+package errors // import \"github.com/SevereCloud/vksdk/object/errors\"\n+\n+import (\n+ \"fmt\"\n+\n+ \"github.com/SevereCloud/vksdk/object\"\n+ \"github.com/pkg/errors\"\n+)\n+\n+// Error codes. See https://vk.com/dev/errors\n+// NOTE: what about iota?\n+const (\n+ NoType... | Go | MIT License | severecloud/vksdk | feat: add errors package | 1 | feat | null |
815,595 | 11.09.2019 16:11:10 | -28,800 | eaffc4e1caf756d29986d578bc95450f8e23b5ea | feat: Derive Copy for JsonUint | [
{
"change_type": "MODIFY",
"diff": "@@ -162,8 +162,8 @@ impl Client {\npub fn try_update_block_template(&mut self) {\nmatch self.get_block_template().wait() {\nOk(block_template) => {\n- if self.current_work_id != Some(block_template.work_id.clone().into()) {\n- self.current_work_id = Some(block_template.wo... | Rust | MIT License | nervosnetwork/ckb | feat: Derive Copy for JsonUint | 1 | feat | null |
711,597 | 11.09.2019 16:20:30 | -7,200 | 96a28acf83b91fe17265d6fefbd80b2aafc31e5b | chore: Add workflow for testing publishing npm packages | [
{
"change_type": "ADD",
"diff": "+name: Publish & Install\n+\n+on:\n+ push:\n+ branches:\n+ - master\n+ pull_request:\n+ branches:\n+ - master\n+jobs:\n+ publish_install:\n+\n+ runs-on: ubuntu-latest\n+\n+ #services:\n+ # verdaccio:\n+ # image: verdaccio/verdaccio\n+ # ports:\n+ # - 4873\n+ # # volumes:\n+ ... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Add workflow for testing publishing npm packages | 1 | chore | null |
103,512 | 11.09.2019 16:39:56 | -7,200 | 7332260dec70cb90eab10f0b0fdbb2becfa60a60 | docs: add dark theme examples | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/docs/assets/gallery/appbar-dark.png differ\n",
"new_path": "docs/assets/gallery/appbar-dark.png",
"old_path": "docs/assets/gallery/appbar-dark.png"
},
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/docs/assets/g... | TypeScript | MIT License | callstack/react-native-paper | docs: add dark theme examples (#1325) | 1 | docs | null |
103,416 | 11.09.2019 16:41:47 | -7,200 | 3e07f7ad243e3b1c09802980d339419ce48612ec | fix: fix babel plugin | [
{
"change_type": "MODIFY",
"diff": "\"types\": \"lib/typescript/src/index.d.ts\",\n\"files\": [\n\"lib\",\n- \"dist\",\n\"babel.js\"\n],\n\"sideEffects\": false,\n",
"new_path": "package.json",
"old_path": "package.json"
},
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ const types ... | TypeScript | MIT License | callstack/react-native-paper | fix: fix babel plugin (#1330) | 1 | fix | null |
866,395 | 11.09.2019 16:44:17 | 14,400 | 68c40df5deb37abe3cb164ff16eb3d5ec4cbb2fd | feat(profile): add dynamic profile menu from translation api | [
{
"change_type": "MODIFY",
"diff": "@@ -15,22 +15,34 @@ import { OverflowMenu, OverflowMenuItem } from 'carbon-components-react';\n* @param {object} props Incoming props\n* @returns {*} Masthead Profile component\n*/\n-const MastheadProfile = ({ overflowMenuProps, overflowMenuItemProps }) => {\n+const Masth... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(profile): add dynamic profile menu from translation api | 1 | feat | profile |
103,440 | 11.09.2019 16:45:59 | -7,200 | 57d5de61a98ef82d0056d183474c04ff430fc35a | chore: release 3.0.0-alpha.5 | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"react-native-paper\",\n- \"version\": \"3.0.0-alpha.4\",\n+ \"version\": \"3.0.0-alpha.5\",\n\"description\": \"Material design for React Native\",\n\"main\": \"lib/module/index.js\",\n\"types\": \"lib/typescript/src/index.d.ts\",\n",
"new_path": "packa... | TypeScript | MIT License | callstack/react-native-paper | chore: release 3.0.0-alpha.5 | 1 | chore | null |
273,683 | 11.09.2019 16:50:36 | -7,200 | 7ae08baab2ad30b37b79f4f00c96145f373dd547 | chore(develop): load data for dynamic pages | [
{
"change_type": "MODIFY",
"diff": "@@ -10,22 +10,22 @@ export default (route, options = {}) => {\nconst { shouldPrefetch = false, force = false } = options\nif (!process.isStatic) {\n- const getJSON = function (route) {\n+ const { dynamic = false } = route.meta\n+ let path = dynamic ? route.matched[0].path... | JavaScript | MIT License | gridsome/gridsome | chore(develop): load data for dynamic pages | 1 | chore | develop |
304,882 | 11.09.2019 16:50:39 | 25,200 | 9435fa89fa18f573bd3cb8599c44fbd030e7ed29 | fix(dependenciestest): add filesystem to default test dependencies | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ import (\n\"net/http\"\n\"github.com/influxdata/flux/dependencies\"\n+ \"github.com/influxdata/flux/dependencies/filesystem\"\n\"github.com/influxdata/flux/mock\"\n)\n@@ -40,5 +41,6 @@ func Default() dependencies.Dependencies {\n\"password\": \"mysecretpas... | Go | MIT License | influxdata/flux | fix(dependenciestest): add filesystem to default test dependencies (#1851) | 1 | fix | dependenciestest |
815,595 | 11.09.2019 17:10:50 | -28,800 | 90517f199301e456618afe2d70b6297ef5e9792f | chore: Export all test cases in specs | [
{
"change_type": "MODIFY",
"diff": "mod alert_propagation;\n-pub use alert_propagation::AlertPropagation;\n+pub use alert_propagation::*;\nuse ckb_crypto::secp::Privkey;\nuse ckb_jsonrpc_types::JsonBytes;\n",
"new_path": "test/src/specs/alert/mod.rs",
"old_path": "test/src/specs/alert/mod.rs"
},
... | Rust | MIT License | nervosnetwork/ckb | chore: Export all test cases in specs | 1 | chore | null |
104,857 | 11.09.2019 17:13:40 | 10,800 | 726539fecb039bcfe9f41dc571ed72d890087c94 | fix(i18n): support of i18n in card component | [
{
"change_type": "MODIFY",
"diff": "@@ -175,7 +175,10 @@ const defaultProps = {\nmoderateLabel: 'Moderate',\nlowLabel: 'Low',\nselectSeverityPlaceholder: 'Select a severity',\n+ searchPlaceholder: 'Search',\n+ filterButtonAria: 'Filters'\n},\n+\nlayouts: {},\nrowHeight: ROW_HEIGHT,\nonCardAction: null,\n",
... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(i18n): support of i18n in card component | 1 | fix | i18n |
366,920 | 11.09.2019 17:39:24 | -32,400 | ec594daf8a74dafc4dc9e68bc9a2de69d164b3d5 | style: Update TableCell style | [
{
"change_type": "MODIFY",
"diff": "@@ -62,6 +62,8 @@ const Th = styled.th`\ncolor: ${palette.TEXT_GREY};\ntransition: ${isTouchDevice ? 'none' : `background-color ${interaction.hover.animation}`}\ntext-align: left;\n+ line-height: 1.5;\n+ vertical-align: middle;\n&.highlighted {\nbackground-color: ${palett... | TypeScript | MIT License | kufu/smarthr-ui | style: Update TableCell style | 1 | style | null |
71,371 | 11.09.2019 17:45:02 | -7,200 | 2e67c2d43b62215e69e580580f3d6f41ddea5ad5 | fix(events): remove policy statement from CF template when using AwsApi
* fix(events): remove policy statement from CF template when using AwsApi
All props of the `AwsApi` target were passed as event input, unnecessarily polluting the
CloudFormation template.
* refactor with AwsApiInput interface
* JSDoc | [
{
"change_type": "MODIFY",
"diff": "// tslint:disable:no-console\nimport AWS = require('aws-sdk');\n-import { AwsApiProps } from '../aws-api';\n+import { AwsApiInput } from '../aws-api';\n-export async function handler(event: AwsApiProps) {\n+export async function handler(event: AwsApiInput) {\nconsole.log(... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(events): remove policy statement from CF template when using AwsApi (#4037)
* fix(events): remove policy statement from CF template when using AwsApi
All props of the `AwsApi` target were passed as event input, unnecessarily polluting the
CloudFormation template.
* refactor with AwsApiInput interface
* JSDoc | 1 | fix | events |
866,394 | 11.09.2019 18:03:35 | 14,400 | a7cc11aab219b149b96861302a44802d39007f2e | fix(storybook): various fixes to the storybook configuration | [
{
"change_type": "DELETE",
"diff": "Binary files a/.yarn/offline-mirror/@carbon-ibmdotcom-services-0.4.0-alpha.291.tgz and /dev/null differ\n",
"new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-0.4.0-alpha.291.tgz",
"old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-0.4.0-alpha.... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(storybook): various fixes to the storybook configuration | 1 | fix | storybook |
679,913 | 11.09.2019 18:13:45 | -3,600 | a4ed058193ee95072a872e2987e453cb7f5b4d3d | docs(sexpr): update readme, pkg desc/keywords | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ This project is part of the\n## About\nBasic, but configurable and extensible\n-[S-expression](https://en.wikipedia.org/wiki/S-expression) tokenizer,\n+[S-Expression](https://en.wikipedia.org/wiki/S-expression) tokenizer,\nparser, AST builder and runtime... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(sexpr): update readme, pkg desc/keywords | 1 | docs | sexpr |
447,451 | 11.09.2019 18:37:51 | 14,400 | ed3c75ffe535ac9a45cd12fc97e65fa9d436fd44 | chore: change coveralls badge to use nexxtway | [
{
"change_type": "MODIFY",
"diff": "# Check https://circleci.com/docs/2.0/language-javascript/ for more details\n#\nversion: 2\n-jobs:\n- build_and_test:\n+\n+defaults: &defaults\n+ working_directory: ~/repo\ndocker:\n- image: circleci/node:11.8.0-stretch-browsers\n- working_directory: ~/repo\n+jobs:\n+ bui... | JavaScript | MIT License | nexxtway/react-rainbow | chore: change coveralls badge to use nexxtway (#906) | 1 | chore | null |
866,394 | 11.09.2019 18:49:56 | 14,400 | 30a3ec71e706ed29fde65f5f501b51cbc264e251 | fix(jest): fixes to the jest env settings to share across packages | [
{
"change_type": "ADD",
"diff": "+{\n+ \"extends\": [\n+ \"@commitlint/config-conventional\"\n+ ],\n+ \"rules\": {\n+ \"header-max-length\": [\n+ 2,\n+ \"always\",\n+ 72\n+ ],\n+ \"body-max-line-length\": [\n+ 2,\n+ \"always\",\n+ 80\n+ ],\n+ \"scope-case\": [\n+ 0,\n+ \"always\",\n+ \"lower-case\"\n+ ]\n+ ... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(jest): fixes to the jest env settings to share across packages | 1 | fix | jest |
838,025 | 11.09.2019 18:54:59 | -10,800 | cf3c65f37a861d33e61aaf6e3573c23b8c68f3b5 | test: fix TestVK_FaveTag | [
{
"change_type": "MODIFY",
"diff": "@@ -179,6 +179,14 @@ func TestVK_FaveTag(t *testing.T) {\nt.Errorf(\"VK.FaveSetTags() err = %v\", err)\n}\n+ time.Sleep(sleepTime)\n+ _, err = vkUser.FaveAddPage(map[string]string{\n+ \"group_id\": \"1\",\n+ })\n+ if err != nil {\n+ t.Errorf(\"VK.FaveAddPage() err = %v\",... | Go | MIT License | severecloud/vksdk | test: fix TestVK_FaveTag | 1 | test | null |
866,394 | 11.09.2019 18:57:36 | 14,400 | 517dd4c4aa484e859c2e0b7e5ccbc17e0561e67c | fix(configs): moved configs into their own files | [
{
"change_type": "ADD",
"diff": "+{\n+ \"extends\": [\n+ \"./packages/eslint-config-ibmdotcom\"\n+ ]\n+}\n",
"new_path": ".eslintrc",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+{\n+ \"hooks\": {\n+ \"commit-msg\": \"commitlint -e $HUSKY_GIT_PARAMS\",\n+ \"pre-commit\": \"lint-... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(configs): moved configs into their own files | 1 | fix | configs |
866,394 | 11.09.2019 18:58:57 | 14,400 | 0132d751190c4f57af3261ceba2f87f4b99293bd | fix(lint): adding stylelint and jest testing on pre-commit hook | [
{
"change_type": "MODIFY",
"diff": "\"**/*.js\": [\n\"prettier --write\",\n\"eslint packages\",\n+ \"yarn test\",\n\"git add\"\n],\n\"packages/components/**/*.scss\": [\n\"prettier --write\",\n+ \"yarn lint:styles\",\n\"git add\"\n],\n\"*.md\": [\n",
"new_path": ".lintstagedrc",
"old_path": ".lintst... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(lint): adding stylelint and jest testing on pre-commit hook | 1 | fix | lint |
866,395 | 11.09.2019 19:49:28 | 14,400 | e367fa877e01c34c60098d90427af9a364aec56f | chore(react): break out nav/side components | [
{
"change_type": "MODIFY",
"diff": "@@ -29,9 +29,9 @@ import {\nSideNavMenuItem,\n} from 'carbon-components-react';\nimport { ProfileAPI, TranslationAPI } from '@carbon/ibmdotcom-services';\n-// import { TranslationAPI } from '../../../../services/src/services/Translation';\nimport MastheadSearch from './Ma... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(react): break out nav/side components | 1 | chore | react |
366,920 | 11.09.2019 20:17:42 | -32,400 | ea992e4dd03d0148e425990dc8a62f9df3287c9c | feat: Add angle icon | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,8 @@ const icons: Array<Props['name']> = [\n'fa-address-card',\n'fa-angle-double-down',\n'fa-angle-down',\n+ 'fa-angle-left',\n+ 'fa-angle-right',\n'fa-arrow-circle-down',\n'fa-arrow-down',\n'fa-birthday-cake',\n",
"new_path": "src/components/Icon/Icon.st... | TypeScript | MIT License | kufu/smarthr-ui | feat: Add angle icon | 1 | feat | null |
815,595 | 11.09.2019 20:21:52 | -28,800 | 7f444548e2e3d8eb48e1d95eda5957d08fdfc56f | chore: Hexilize numbers in skipped examples | [
{
"change_type": "MODIFY",
"diff": "@@ -893,7 +893,7 @@ http://localhost:8114\n{\n\"id\": 2,\n\"jsonrpc\": \"2.0\",\n- \"result\": \"20010297508\"\n+ \"result\": \"0x4a8b4e8a4\"\n}\n```\n@@ -1195,11 +1195,11 @@ http://localhost:8114\n\"addresses\": [\n{\n\"address\": \"/ip4/192.168.0.2/tcp/8112/p2p/QmTRHCdr... | Rust | MIT License | nervosnetwork/ckb | chore: Hexilize numbers in skipped examples | 1 | chore | null |
815,590 | 11.09.2019 20:52:59 | -28,800 | 943f227a0f008dad4c60e86de1b82c2e5d4c0619 | feat: satoshi's gift cell use type ref to script | [
{
"change_type": "MODIFY",
"diff": "@@ -206,7 +206,7 @@ dependencies = [\n\"block-padding 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)... | Rust | MIT License | nervosnetwork/ckb | feat: satoshi's gift cell use type ref to script | 1 | feat | null |
447,447 | 11.09.2019 21:44:54 | 14,400 | 03f47649d5b4c24dda4d7500c52289dabdcfa1f9 | fix: fix timeSelect hour input bug when decrement from 0 to 12 | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,20 @@ describe('<TimeSelect/>', () => {\n.prop('value'),\n).toBe('12');\n});\n+ it('should set hour value to \"12\" when hour input has 00 as value and press down key while hour input is focused', () => {\n+ const component = mount(<TimeSelect />);\n+ const h... | JavaScript | MIT License | nexxtway/react-rainbow | fix: fix timeSelect hour input bug when decrement from 0 to 12 (#904) | 1 | fix | null |
815,590 | 11.09.2019 21:47:56 | -28,800 | 5b372c6088f052c3734d5ba317d8f1a2acdcf058 | chore: add satoshi's gift to dev.toml and staging.toml | [
{
"change_type": "MODIFY",
"diff": "# Spec: ckb_dev\n[ckb_dev]\n-genesis = \"0x56a2eca5b38fb7ea9dfb772256b22e3a8548a310b1aeaacad35ba2c0da61e788\"\n-cellbase = \"0xcda436b589c46398456a05f2f1b3fc4b3ac42d2e78bc077ee237747cf6a9627e\"\n+genesis = \"0x4901754ac7786835710ede43e55a707dd0f7cfc2009aef11ae1260483ed89a... | Rust | MIT License | nervosnetwork/ckb | chore: add satoshi's gift to dev.toml and staging.toml | 1 | chore | null |
815,590 | 11.09.2019 21:53:34 | -28,800 | 94a4cf2d546782038c1093efa42d6d01dc45b14e | chore: fix extract_ip_addr comment | [
{
"change_type": "MODIFY",
"diff": "@@ -324,7 +324,6 @@ pub fn ip_to_network(ip: IpAddr) -> IpNetwork {\npub trait MultiaddrExt {\n/// extract IP from multiaddr,\n- /// return None if multiaddr contains no IP phase\nfn extract_ip_addr(&self) -> Result<IpPort, Error>;\n}\n",
"new_path": "network/src/peer... | Rust | MIT License | nervosnetwork/ckb | chore: fix extract_ip_addr comment | 1 | chore | null |
815,590 | 11.09.2019 21:57:30 | -28,800 | 312c9b63fa91ef2d32defcd57730b0538420b396 | chore: clean MMR legacy code | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ pub fn leaf_index_to_pos(index: u64) -> u64 {\ndebug_assert!(leaves == 0 || leaves == 1, \"remain leaves incorrect\");\nif leaves == 1 {\n// add one pos for remain leaf\n- // is quals to `tree_node_count - 1 + 1`\n+ // equals to `tree_node_count - 1 + 1`... | Rust | MIT License | nervosnetwork/ckb | chore: clean MMR legacy code | 1 | chore | null |
815,590 | 11.09.2019 22:24:07 | -28,800 | 9c516ea9a3bb378419fa5a0c9f9eb11b0d1fd3da | refactor: use alias type ChainRootMMR | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ use ckb_chain_spec::consensus::{Consensus, ProposalWindow};\nuse ckb_crypto::secp::Privkey;\nuse ckb_dao::DaoCalculator;\nuse ckb_dao_utils::genesis_dao_data;\n-use ckb_merkle_mountain_range::{leaf_index_to_mmr_size, MMR};\n+use ckb_merkle_mountain_range::... | Rust | MIT License | nervosnetwork/ckb | refactor: use alias type ChainRootMMR | 1 | refactor | null |
713,841 | 11.09.2019 22:49:35 | -7,200 | 895b3b6f08f10a2de4ca1a0ce1269c8b87ded90f | ci: drop Node 8 support | [
{
"change_type": "MODIFY",
"diff": "@@ -5,17 +5,14 @@ aliases:\n~/monorepo\n- &defaults\nworking_directory: *repo_path\n- - &node12_executor\n+ - &node_latest_executor\ndocker:\n- - image: circleci/node:12\n- - &node10_executor\n+ - image: circleci/node:latest\n+ - &node_lts_executor\ndocker:\n- - image: ci... | TypeScript | MIT License | verdaccio/monorepo | ci: drop Node 8 support | 1 | ci | null |
67,495 | 11.09.2019 23:55:50 | 18,000 | bd3980e9587bb33fbd3fe05254eb9c5e797d02e0 | chore(cleanup): Tests and conventions | [
{
"change_type": "MODIFY",
"diff": "@@ -13,21 +13,16 @@ import {\nimport { HTMLTestContext, TestContext, assert, setup } from '@aurelia/testing';\ndescribe('value-converters', function () {\n- let ctx: HTMLTestContext;\n- let app;\n- beforeEach(function () {\n- ctx = TestContext.createHTMLTestContext();\n- ... | TypeScript | MIT License | aurelia/aurelia | chore(cleanup): Tests and conventions | 1 | chore | cleanup |
67,495 | 12.09.2019 00:06:12 | 18,000 | 610743903ae6696b408f55388c02cf45a97a70ec | chore(deep-scan): Fix deep-scan issues | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ import {\nIBinding,\nPropertyBinding\n} from '@aurelia/runtime';\n-import { HTMLTestContext, TestContext, assert, setup } from '@aurelia/testing';\n+import { assert, setup } from '@aurelia/testing';\ndescribe('value-converters', function () {\n",
"ne... | TypeScript | MIT License | aurelia/aurelia | chore(deep-scan): Fix deep-scan issues | 1 | chore | deep-scan |
76,605 | 12.09.2019 00:29:11 | -7,200 | 4cc30e37e0dfcba38ab42dc93b7ebebefb2f5089 | feat: adding greek support | [
{
"change_type": "MODIFY",
"diff": "@@ -36,6 +36,7 @@ const FinnishStemmer = require('./stemmers/finnish-stemmer');\nconst FrenchStemmer = require('./stemmers/french-stemmer');\nconst GalicianStemmer = require('./stemmers/galician-stemmer');\nconst GermanStemmer = require('./stemmers/german-stemmer');\n+con... | JavaScript | MIT License | axa-group/nlp.js | feat: adding greek support (#251) | 1 | feat | null |
447,440 | 12.09.2019 00:40:27 | 18,000 | 199295d7bc08b4517e363f437339ab48a4eb29f0 | fix: category | [
{
"change_type": "MODIFY",
"diff": "@@ -159,9 +159,8 @@ class Option extends Component {\n/**\n* Represents a list options in a menu.\n+ * @category Form\n*/\n-/* @category Form */\n-\nexport default function PicklistOption(props) {\nreturn <Consumer>{values => <Option {...props} {...values} />}</Consumer>;... | JavaScript | MIT License | nexxtway/react-rainbow | fix: category (#907) | 1 | fix | null |
76,605 | 12.09.2019 00:41:04 | -7,200 | e7b8c624ec7926e0da1efdbd3f1c97959e5c2272 | doc: Update docs with new languages | [
{
"change_type": "MODIFY",
"diff": "- Natural Language Processing Classifier, to classify utterance into intents.\n- Natural Language Generation Manager, so from intents and conditions it can generate an answer.\n- NLP Manager: a tool able to manage several languages, the Named Entities for each language, t... | JavaScript | MIT License | axa-group/nlp.js | doc: Update docs with new languages | 1 | doc | null |
273,683 | 12.09.2019 00:55:22 | -7,200 | 598de728b08f036f61ffcc0ef4ee2dae6da96901 | fix(graphql): fix metadata module error | [
{
"change_type": "RENAME",
"diff": "const { isEmpty } = require('lodash')\n-const { createFieldTypes } = require('../createFieldTypes')\n-const createFieldDefinitions = require('../createFieldDefinitions')\n+const { createFieldTypes } = require('./createFieldTypes')\n+const createFieldDefinitions = require(... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): fix metadata module error | 1 | fix | graphql |
815,590 | 12.09.2019 00:58:24 | -28,800 | c77a8c3c33c553b5e00d232b9c17fa078230ced3 | fix: fix broken test test_chain_fork_by_hash | [
{
"change_type": "MODIFY",
"diff": "@@ -407,7 +407,7 @@ fn test_chain_fork_by_total_difficulty() {\n}\n#[test]\n-fn test_chain_fork_by_hash() {\n+fn test_chain_fork_by_first_received() {\nlet (chain_controller, shared, parent) = start_chain(None);\nlet final_number = 20;\n@@ -443,26 +443,17 @@ fn test_chain... | Rust | MIT License | nervosnetwork/ckb | fix: fix broken test test_chain_fork_by_hash | 1 | fix | null |
273,683 | 12.09.2019 01:09:42 | -7,200 | 7e3fe848fb2a48272d159c566623b4f0bae576a3 | fix(graphql): return 404 for missing pages | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,10 @@ module.exports = ({ pages }) => {\nreturn async function graphqlMiddleware (req, res, next) {\nconst { body = {}} = req\n+ const notFound = () => res\n+ .status(404)\n+ .send({ code: 404, message: `Could not find ${body.path}` })\n+\n// allow OPTIONS meth... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): return 404 for missing pages | 1 | fix | graphql |
273,683 | 12.09.2019 01:15:31 | -7,200 | 7f0a6312c120eaa27d9f6bfb2fdbda4b20220f7b | fix(store): return collection in getCollection action | [
{
"change_type": "MODIFY",
"diff": "@@ -46,7 +46,7 @@ function createStoreActions (api, app) {\n}\nconst getCollection = typeName => {\n- store.getCollection(typeName)\n+ return store.getCollection(typeName)\n}\nreturn {\n",
"new_path": "gridsome/lib/app/actions.js",
"old_path": "gridsome/lib/app/ac... | JavaScript | MIT License | gridsome/gridsome | fix(store): return collection in getCollection action | 1 | fix | store |
273,683 | 12.09.2019 02:02:26 | -7,200 | bee711c99e52a20fb5213ffa2fb20ed0a46350fd | fix(store): keep custom _id field on node | [
{
"change_type": "MODIFY",
"diff": "@@ -11,12 +11,6 @@ module.exports = function normalizeNodeOptions (options, collection, useFallback\nconst nodeOptions = pick(options, NODE_FIELDS)\nconst customFields = omit(options, NODE_FIELDS)\n- // TODO: remove before 1.0\n- if (customFields.fields) {\n- Object.assig... | JavaScript | MIT License | gridsome/gridsome | fix(store): keep custom _id field on node | 1 | fix | store |
273,683 | 12.09.2019 02:34:04 | -7,200 | 12afd9aadc6c70048aa8dcdece90d80994ba3109 | refactor(store): add getNodeByUid and getNode actions | [
{
"change_type": "MODIFY",
"diff": "@@ -54,6 +54,14 @@ function createStoreActions (api, app) {\naddCollection,\ngetCollection,\n+ getNodeByUid (uid) {\n+ return app.store.getNodeByUid(uid)\n+ },\n+\n+ getNode (typeName, id) {\n+ return app.store.getNode(typeName, id)\n+ },\n+\naddMetadata (key, data) {\nre... | JavaScript | MIT License | gridsome/gridsome | refactor(store): add getNodeByUid and getNode actions | 1 | refactor | store |
815,605 | 12.09.2019 02:53:25 | 0 | 252675b76319b36b84943f7d46f35542080f800b | fix: Use constant to simplify code | [
{
"change_type": "MODIFY",
"diff": "@@ -282,10 +282,10 @@ impl EpochNumberWithFraction {\n}\npub fn number(&self) -> u64 {\n- (self.0 >> 16) & ((1u64 << 40) - 1)\n+ (self.0 >> Self::FRACTION_BITS) & Self::NUMBER_MASK\n}\npub fn fraction(&self) -> u64 {\n- u64::from(self.0 as u16)\n+ self.0 & Self::FRACTION_... | Rust | MIT License | nervosnetwork/ckb | fix: Use constant to simplify code | 1 | fix | null |
273,683 | 12.09.2019 03:52:51 | -7,200 | 2e72f5fc99cba4fa5307565b536f7ff31e9b4c25 | fix(templates): skip auto template if no node paths | [
{
"change_type": "MODIFY",
"diff": "@@ -235,6 +235,23 @@ class TemplatesPlugin {\n)\n}\n+ const typeTemplates = templates.byTypeName.get(typeName)\n+ const collection = collections[typeName]\n+ const nodes = collection.data()\n+\n+ // remove automatic templates from collections\n+ // without a route where n... | JavaScript | MIT License | gridsome/gridsome | fix(templates): skip auto template if no node paths | 1 | fix | templates |
866,392 | 12.09.2019 10:03:31 | 18,000 | 86e6d6ff593f004452ce18df0017b89bd1a9ac9f | feat(footer): fetching content from translation service | [
{
"change_type": "MODIFY",
"diff": "* LICENSE file in the root directory of this source tree.\n*/\n-import React from 'react';\n+import React, { useState, useEffect } from 'react';\nimport PropTypes from 'prop-types';\nimport { settings } from 'carbon-components';\n+import { TranslationAPI } from '@carbon/i... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(footer): fetching content from translation service | 1 | feat | footer |
104,818 | 12.09.2019 10:08:53 | 18,000 | cc7db3043d10b2db673cf4fb78004b1f224c6d35 | feat(header): support optional url passed as prop for the title | [
{
"change_type": "MODIFY",
"diff": "@@ -70,6 +70,8 @@ const propTypes = {\nclassName: PropTypes.string,\n/** Provide ID for the skip to content functionality */\nskipto: PropTypes.string,\n+ /** href optional url to file if you click on title */\n+ url: PropTypes.string,\n/** Object of action items */\nacti... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(header): support optional url passed as prop for the title | 1 | feat | header |
104,818 | 12.09.2019 10:11:14 | 18,000 | 45c7e1bb746bab18c5e229ae44290400fae7e64e | fix(eslint): few fixes to eslint | [
{
"change_type": "MODIFY",
"diff": "@@ -530,7 +530,7 @@ storiesOf('Dashboard (Experimental)', module)\nlowLabel: text('lowLabel', 'Low'),\nselectSeverityPlaceholder: text('selectSeverityPlaceholder', 'Select a severity'),\nsearchPlaceholder: text('searchPlaceholder', 'Search'),\n- filterButtonAria: text('fi... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(eslint): few fixes to eslint | 1 | fix | eslint |
866,392 | 12.09.2019 10:16:40 | 18,000 | 973f1af9448aed896b6fa86e1107fa3c26bdc2ff | feat(footer): added socialFollow data to footer content | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,18 @@ class TranslationAPI {\n'Content-Type': 'text/plain',\n},\n})\n- .then(response => response.data);\n+ .then(response => this.transformData(response.data));\n+ }\n+\n+ /**\n+ * Transforms translation data\n+ *\n+ * @param {object} data translation data t... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(footer): added socialFollow data to footer content | 1 | feat | footer |
791,760 | 12.09.2019 10:18:05 | 25,200 | d0e5c58f690d067e6243b1531dffbdd6d86ec008 | tests(fixtures): use relative path in static server 404 page | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,7 @@ function requestHandler(request, response) {\nfunction fsExistsCallback(fileExists) {\nif (!fileExists) {\n- return sendResponse(404, `404 - File not found. ${absoluteFilePath}`);\n+ return sendResponse(404, `404 - File not found. ${filePath}`);\n}\nfs.r... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(fixtures): use relative path in static server 404 page | 1 | tests | fixtures |
104,857 | 12.09.2019 10:24:53 | 10,800 | 2eb73cd201e918ad86be71376a4dd709beb225b5 | fix(props): i18n prop to card component | [
{
"change_type": "MODIFY",
"diff": "@@ -38,7 +38,7 @@ const ImageCard = ({\nonCardAction,\nisEditable,\nisHotspotDataLoading,\n- i18n: { loadingDataLabel },\n+ i18n: { loadingDataLabel, ...otherLabels },\n...others\n}) => {\nconst { src } = content;\n@@ -54,6 +54,7 @@ const ImageCard = ({\nonCardAction={onC... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(props): i18n prop to card component | 1 | fix | props |
104,857 | 12.09.2019 10:38:57 | 10,800 | 82bdca30516d0a1e575e42314adefe99355e4940 | fix(labels): missing correct labels in card | [
{
"change_type": "MODIFY",
"diff": "@@ -315,7 +315,7 @@ const Card = ({\nkind=\"ghost\"\nsmall\nrenderIcon={Popup20}\n- iconDescription={expandLabel}\n+ iconDescription={strings.expandLabel}\nonClick={() => {\nonCardAction(id, 'OPEN_EXPANDED_CARD');\n}}\n",
"new_path": "src/components/Card/Card.jsx",
... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(labels): missing correct labels in card | 1 | fix | labels |
815,590 | 12.09.2019 11:03:48 | -28,800 | 371422e8baa37297729177c7b864804aedd520b5 | fix: peer store get_random by count | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ impl AddrManager {\nlet mut addr_infos = Vec::with_capacity(count);\nlet mut rng = rand::thread_rng();\nlet now_ms = faketime::unix_time_as_millis();\n- for i in 0..self.random_ids.len() {\n+ for i in 0..std::cmp::min(count, self.random_ids.len()) {\n// ... | Rust | MIT License | nervosnetwork/ckb | fix: peer store get_random by count | 1 | fix | null |
942,615 | 12.09.2019 11:26:12 | 25,200 | 3d0038dafa87e132e4efe535b79fe2f201819dfc | docs(core): Fix broken link | [
{
"change_type": "MODIFY",
"diff": "@@ -375,7 +375,7 @@ handling.\n}\n```\n-We provide a [helper](../canvas-kit-react-common/lib/styles/hideMouseFocus.ts) to hide the focus\n+We provide a [helper](../../common/react/lib/styles/hideMouseFocus.ts) to hide the focus\noutlines on mouse input. Simply spread it i... | TypeScript | Apache License 2.0 | workday/canvas-kit | docs(core): Fix broken link (#187) | 1 | docs | core |
942,615 | 12.09.2019 11:30:47 | 25,200 | e863f659657b9a1e25e5313fd2ce5e9b989a91d5 | fix(popup): CSS cleanup
* docs(popup): Add missing .wdc-popup-body class to README
* fix(popup): Add wdc-type mixin to set font-family
* fix(card): Add border-box to css so it matches react
BREAKING CHANGE: Breaking visual change if a width had been applied to anything that uses the
card-common() mixin | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,7 @@ $_wdc-container-positions: 'start' flex-start, 'end' flex-end, 'center' center,\npadding: $wdc-spacing-l;\nmargin: $wdc-spacing-s 0;\nbackground-color: $wdc-color-french-vanilla-100;\n+ box-sizing: border-box;\n.wdc-card-header {\n@include wdc-type-h3();... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(popup): CSS cleanup (#188)
* docs(popup): Add missing .wdc-popup-body class to README
* fix(popup): Add wdc-type mixin to set font-family
* fix(card): Add border-box to css so it matches react
BREAKING CHANGE: Breaking visual change if a width had been applied to anything that uses the
card-common() mixi... | 1 | fix | popup |
815,590 | 12.09.2019 11:42:56 | -28,800 | ef0526e9ded5cfa4e56e7e535f38ed9885c0dbf2 | refactor: use serde_with to serialize PeerId | [
{
"change_type": "MODIFY",
"diff": "pub mod addr_manager;\npub mod ban_list;\n+mod peer_id_serde;\nmod peer_store_db;\nmod peer_store_impl;\npub mod types;\n",
"new_path": "network/src/peer_store/mod.rs",
"old_path": "network/src/peer_store/mod.rs"
},
{
"change_type": "ADD",
"diff": "+us... | Rust | MIT License | nervosnetwork/ckb | refactor: use serde_with to serialize PeerId | 1 | refactor | null |
866,392 | 12.09.2019 12:18:20 | 18,000 | a6c6b2a95934d0f5f4a7940409b143080bce0d40 | chore(footer): added better error handling | [
{
"change_type": "MODIFY",
"diff": "@@ -14,9 +14,6 @@ import FooterLogo from './FooterLogo';\nimport FooterNav from './FooterNav';\nimport LegalNav from './LegalNav';\n-// import footerMenuData from './__stories__/data/footer-menu';\n-// import footerLegalData from './__stories__/data/footer-legal';\n-\ncon... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(footer): added better error handling | 1 | chore | footer |
866,415 | 12.09.2019 12:37:58 | 14,400 | 00f664b557ef058356dce920d21805885f740dd3 | feat(leadspace): mobile breakpoint - need to scale image | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,6 @@ const { prefix } = settings;\nfunction renderButtons(buttons) {\nreturn buttons.map((button, key) => {\nif (key > 1) return;\n- console.log('Button', <Button />);\nreturn (\n<Button\nrenderIcon={button.renderArrow && ArrowRight20}\n@@ -42,30 +41,38 @@ fu... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(leadspace): mobile breakpoint - need to scale image | 1 | feat | leadspace |
273,683 | 12.09.2019 12:49:03 | -7,200 | 50a6ebb88e2f280fd6dc02d02859853d5f2f6935 | fix(build): ensure column width for deprecation notices | [
{
"change_type": "MODIFY",
"diff": "@@ -173,7 +173,7 @@ exports.logAllWarnings = context => {\n})\nconst renderedColumns = columnify(columns, {\n- maxWidth: Math.min(80, process.stdout.columns),\n+ maxWidth: Math.min(80, process.stdout.columns || Infinity),\npreserveNewLines: true,\nshowHeaders: false\n})\n... | JavaScript | MIT License | gridsome/gridsome | fix(build): ensure column width for deprecation notices | 1 | fix | build |
815,590 | 12.09.2019 12:56:07 | -28,800 | fcc1bc651310dcfd850dd8abcb4a87a71d19b7a5 | refactor: rename peer store get_addrs to fetch_addrs | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ fn get_random_benchmark(c: &mut Criterion) {\npeer_store.add_addr(peer_id, addr.clone()).unwrap();\n}\nb.iter(|| {\n- peer_store.get_random_addrs(size);\n+ peer_store.fetch_random_addrs(size);\n});\n},\n&[10_000, 20_000],\n",
"new_path": "network/src... | Rust | MIT License | nervosnetwork/ckb | refactor: rename peer store get_addrs to fetch_addrs | 1 | refactor | null |
679,913 | 12.09.2019 12:58:24 | -3,600 | 062bef4ac9fb9f416f0299b04c2d1e4b915274f6 | feat(examples): add/update lispy DSL for spreadsheet | [
{
"change_type": "ADD",
"diff": "+import { ILifecycle } from \"@thi.ng/hdom\";\n+\n+export const NUM_COLS = 4;\n+export const NUM_ROWS = 10;\n+\n+export const MAX_COL = \"A\".charCodeAt(0) + NUM_COLS - 1;\n+\n+export const CELL_STYLE = \"div.dib.h2.pa2.ma0.br.bb\";\n+\n+export interface Cell {\n+ formula: s... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add/update lispy DSL for spreadsheet | 1 | feat | examples |
71,630 | 12.09.2019 13:03:23 | -10,800 | e9f46dafafebd38ebba1f2b727e15227bb3460b5 | feat(cognito): add PreTokenGeneration lambda trigger support
* feat(cognito): add PreTokenGeneration lambda trigger support
fixes
* Update to adhere LambdaConfigProperty
* feat(cognito): add UserMigration lambda trigger support
* feat(cognito): add different instances of lambda functions on the user pool test(if api co... | [
{
"change_type": "MODIFY",
"diff": "@@ -188,6 +188,18 @@ export interface UserPoolTriggers {\n*/\nreadonly preSignUp?: lambda.IFunction;\n+ /**\n+ * A pre-token-generation AWS Lambda trigger.\n+ * @see https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-pre-token-generation.html\n+ */... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(cognito): add PreTokenGeneration lambda trigger support (#3910)
* feat(cognito): add PreTokenGeneration lambda trigger support
fixes #2497
* Update to adhere LambdaConfigProperty
* feat(cognito): add UserMigration lambda trigger support
* feat(cognito): add different instances of lambda functions on the user ... | 1 | feat | cognito |
103,416 | 12.09.2019 13:11:06 | -7,200 | ce0bd3e39960474bb7fc1ffc6ee92c9027c623b4 | feat: add List.AccordionGroup component | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ import DividerExample from './Examples/DividerExample';\nimport FABExample from './Examples/FABExample';\nimport IconButtonExample from './Examples/IconButtonExample';\nimport ListAccordionExample from './Examples/ListAccordionExample';\n+import ListAcco... | TypeScript | MIT License | callstack/react-native-paper | feat: add List.AccordionGroup component (#1307) | 1 | feat | null |
815,590 | 12.09.2019 13:13:14 | -28,800 | 04cba0be50b20d8b80b6f70082e9f7bb994131c0 | fix: fix fetch_random may return insufficient count addrs | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ impl AddrManager {\nlet mut addr_infos = Vec::with_capacity(count);\nlet mut rng = rand::thread_rng();\nlet now_ms = faketime::unix_time_as_millis();\n- for i in 0..std::cmp::min(count, self.random_ids.len()) {\n+ for i in 0..self.random_ids.len() {\n// ... | Rust | MIT License | nervosnetwork/ckb | fix: fix fetch_random may return insufficient count addrs | 1 | fix | null |
679,913 | 12.09.2019 13:28:22 | -3,600 | d26ab1485cd72f2b58311136de2a87dfbbe27d86 | minor(examples): update spreadsheet config/html | [
{
"change_type": "MODIFY",
"diff": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\" />\n<title>rstream-spreadsheet</title>\n- <!-- <link href=\"https://unpkg.com/tachyons@4/css/tachyons.min.css\" rel=\"stylesheet\"> -->\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(examples): update spreadsheet config/html | 1 | minor | examples |
815,595 | 12.09.2019 13:44:00 | -28,800 | ee94756bc94e60f4b3188b04066c85d9e195c8f7 | feat(jsonrpc-types): Refuse numbers with leading zeros | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,12 @@ impl Uint32 {\n}\n}\n+impl fmt::Display for Uint32 {\n+ fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {\n+ write!(f, \"0x{:x}\", self.value())\n+ }\n+}\n+\nimpl From<u32> for Uint32 {\nfn from(value: u32) -> Self {\nUint32(value)\n@@ -42,7 +4... | Rust | MIT License | nervosnetwork/ckb | feat(jsonrpc-types): Refuse numbers with leading zeros | 1 | feat | jsonrpc-types |
447,447 | 12.09.2019 13:50:43 | 14,400 | 9653ad1bc363df2c3570a4f9cd479496b4c8ff6c | fix: fix hour input on timeSelect when blur with value 12 | [
{
"change_type": "MODIFY",
"diff": "@@ -194,6 +194,36 @@ describe('<TimeSelect/>', () => {\n.prop('value'),\n).toBe('12');\n});\n+ it('should set hour value to \"12\" when press right key after press up key and type 0 while hour input is focused', () => {\n+ const component = mount(<TimeSelect />);\n+ const... | JavaScript | MIT License | nexxtway/react-rainbow | fix: fix hour input on timeSelect when blur with value 12 (#908) | 1 | fix | null |
679,913 | 12.09.2019 13:58:00 | -3,600 | 393b47458095765d6255dd8f3937200094ee0cb1 | docs(sexpr): add example link to readme | [
{
"change_type": "MODIFY",
"diff": "@@ -56,6 +56,8 @@ yarn add @thi.ng/sexpr\n## Usage examples\n+- [DSL for spreadsheet formulas](https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-spreadsheet)\n+\n```ts\nimport { tokenize, parse, runtime } from \"@thi.ng/sexpr\";\n```\n",
"new_path": "pa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(sexpr): add example link to readme | 1 | docs | sexpr |
866,415 | 12.09.2019 14:21:29 | 14,400 | 1453a70eb5e80f7e6a1674e6708aeca73474992d | feat(leadspace): add theme via classname | [
{
"change_type": "MODIFY",
"diff": "@@ -39,17 +39,23 @@ function renderButtons(buttons) {\n*\n* @param {object} props props object\n* @param {string} props.variation variation of the lead space (expressive (default) or productive)\n+ * @param {string} props.classname classname\n* @param {string} props.title... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(leadspace): add theme via classname | 1 | feat | leadspace |
103,570 | 12.09.2019 14:28:02 | -10,800 | 0ad697dba5072e5b304d13e9178a41a4218c4ec8 | feat: add support to anchor menu on x,y coordinates | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\n-import { View, StyleSheet, Platform } from 'react-native';\n+import {\n+ View,\n+ StyleSheet,\n+ Platform,\n+ GestureResponderEvent,\n+} from 'react-native';\nimport {\nMenu,\nAppbar,\n@@ -7,11 +12,15 @@ import {\nButton,\nwithTheme,\nThe... | TypeScript | MIT License | callstack/react-native-paper | feat: add support to anchor menu on x,y coordinates (#1208) | 1 | feat | null |
722,013 | 12.09.2019 14:35:43 | 18,000 | 9bded1b816a4952f685e35c0cd3b46cb7edd3f3c | refactor: simplify async loaders | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,9 @@ import { loader } from 'webpack'\nimport { RawSourceMap } from 'source-map'\nexport default function(this: loader.LoaderContext, source: string | Buffer, map?: RawSourceMap) {\n- this.callback(\n+ const cb = this.async()\n+ cb &&\n+ cb(\nnull,\n`export def... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | refactor: simplify async loaders | 1 | refactor | null |
730,416 | 12.09.2019 14:43:42 | 25,200 | 0aba7b48a94cce465f1b47ceb50da66f4a375423 | chore(package.json): add Taymoor as a contributor | [
{
"change_type": "MODIFY",
"diff": "\"Arash Koushkebaghi <akoushke@cisco.com>\",\n\"Moriah Maney <momaney@cisco.com>\",\n\"Matt Norris <matnorri@cisco.com> (http://mattnorris.me)\",\n+ \"Taymoor Khan <taykhan@cisco.com>\",\n\"Adam Weeks <adweeks@cisco.com>\",\n\"Bernie Zang <nzang@cisco.com>\"\n],\n",
"... | JavaScript | MIT License | webex/react-widgets | chore(package.json): add Taymoor as a contributor | 1 | chore | package.json |
447,460 | 12.09.2019 14:45:16 | 14,400 | d5971d9f585f90566496a873503e7070948231ba | test: add integration tests to Picklist and PicklistOption | [
{
"change_type": "ADD",
"diff": "+const PagePicklist = require('../../../src/components/Picklist/pageObject');\n+const {\n+ ARROW_LEFT_KEY,\n+ ARROW_RIGHT_KEY,\n+ ARROW_UP_KEY,\n+ ARROW_DOWN_KEY,\n+ SPACE_KEY,\n+ ENTER_KEY,\n+ ESCAPE_KEY,\n+ TAB_KEY,\n+} = require('../../constants');\n+\n+const PICKLIST = '... | JavaScript | MIT License | nexxtway/react-rainbow | test: add integration tests to Picklist and PicklistOption (#901) | 1 | test | null |
447,440 | 12.09.2019 14:53:40 | 18,000 | 979da0734f1c0142b2fd05c373f2f32d559ea3ad | fix: experience example card | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport Card from '../../../src/components/Card';\n+import RenderIf from '../../../src/components/RenderIf';\nimport GithubIcon from './githubIcon';\nimport './styles.css';\n@@ -11,32 +12,40 @@ export default... | JavaScript | MIT License | nexxtway/react-rainbow | fix: experience example card (#918) | 1 | fix | null |
711,597 | 12.09.2019 14:54:14 | -7,200 | c2c7b823dc5ac2f6113a382c3f15e65e1674b953 | feat(create): Add ci option to test installs | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,6 @@ jobs:\npublish_install:\nruns-on: ubuntu-latest\n-\n#services:\n# verdaccio:\n# image: verdaccio/verdaccio\n@@ -19,7 +18,6 @@ jobs:\n# - 4873\n# # volumes:\n# # - \"./verdaccio:/verdaccio/conf\"\n-\nsteps:\n- uses: actions/checkout@v1\n- name: Use Node.j... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(create): Add ci option to test installs | 1 | feat | create |
103,440 | 12.09.2019 15:09:04 | -7,200 | dc04d94ebac29278ddad3e27ae38ce1c33e11555 | chore: improve error handling in bash script | [
{
"change_type": "MODIFY",
"diff": "# Based on domenic's tutorial: https://gist.github.com/domenic/ec8b0fc8ab45f39403dd\n-set -e # Exit with nonzero exit code if anything fails\n+set -euxo pipefail # Exit with nonzero exit code if anything fails\nDIR=\"$(cd \"$(dirname \"${BASH_SOURCE[0]}\")\" && pwd)\"\n",... | TypeScript | MIT License | callstack/react-native-paper | chore: improve error handling in bash script | 1 | chore | null |
866,415 | 12.09.2019 15:09:17 | 14,400 | 6ecd7447cc4ae96b4d0b4693258671912222d916 | feat(leadspace): button style for dark theme | [
{
"change_type": "MODIFY",
"diff": "&__ctas {\nflex-direction: row-reverse;\nfloat: left;\n+ margin-top: carbon--mini-units(4);\n}\nbutton,\na {\n- margin: carbon--mini-units(4) 0 carbon--mini-units(2);\nwidth: auto;\n}\nbutton:nth-child(2),\na:nth-child(2) {\n- margin-right: carbon--mini-units(2);\n+ margi... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(leadspace): button style for dark theme | 1 | feat | leadspace |
711,597 | 12.09.2019 15:12:14 | -7,200 | ab57a08e8622a7093cb5a3d865f0d0e51e23e01d | chore: Install ci tagged version of | [
{
"change_type": "MODIFY",
"diff": "@@ -50,5 +50,6 @@ jobs:\nrun: |\nmkdir -p $HOME/install\ncd $HOME/install\n- npx @vendure/create test-app --ci --registry http://localhost:4873/\n+ npm dist-tag ls @vendure/create\n+ npx @vendure/create@ci test-app --ci\n",
"new_path": ".github/workflows/publish_and_i... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Install ci tagged version of @vendure/create | 1 | chore | null |
866,415 | 12.09.2019 15:16:39 | 14,400 | b9bc9b01c62f9e26551e33e95e668fafab18d208 | chore(leadspace): pull in latest | [
{
"change_type": "DELETE",
"diff": "Binary files a/.yarn/offline-mirror/@carbon-ibmdotcom-services-0.4.0-alpha.291.tgz and /dev/null differ\n",
"new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-0.4.0-alpha.291.tgz",
"old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-0.4.0-alpha.... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(leadspace): pull in latest | 1 | chore | leadspace |
103,440 | 12.09.2019 15:18:35 | -7,200 | 9c8a916596e37abc920d3f32e30e38672d0e140b | chore: improve deploy-docs script | [
{
"change_type": "MODIFY",
"diff": "@@ -48,15 +48,16 @@ cd dist\ngit config user.name \"$COMMIT_AUTHOR_NAME\"\ngit config user.email \"$COMMIT_AUTHOR_EMAIL\"\n+git add -A .\n+\n# If there are no changes to the compiled dist (e.g. this is a README update) then just bail.\n-if git diff --quiet; then\n+if git ... | TypeScript | MIT License | callstack/react-native-paper | chore: improve deploy-docs script | 1 | chore | null |
711,597 | 12.09.2019 15:27:19 | -7,200 | 200370fe8153035a4d2177afea3f0902132e06f5 | chore: Tidy up workflow config | [
{
"change_type": "MODIFY",
"diff": "@@ -23,11 +23,12 @@ jobs:\nuses: actions/setup-node@v1\nwith:\nnode-version: ${{ matrix.node-version }}\n- - name: install, build, and test\n+ - name: Install & build\nrun: |\nyarn install\nyarn bootstrap\nyarn lerna run build\n- yarn test:all\nenv:\nCI: true\n+ - name: T... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Tidy up workflow config | 1 | chore | null |
711,597 | 12.09.2019 15:29:24 | -7,200 | 24de91c66e35df009068a545ce175fec3428e46b | chore: Add new workflow badge to readme | [
{
"change_type": "MODIFY",
"diff": "A headless [GraphQL](https://graphql.org/) ecommerce framework built on [Node.js](https://nodejs.org) with [Nest](https://nestjs.com/) with [TypeScript](http://www.typescriptlang.org/).\n-[: generate html with hastscript | [
{
"change_type": "MODIFY",
"diff": "+const h = require('hastscript')\nconst Prism = require('prismjs')\n+const u = require('unist-builder')\nconst escapeHtml = require('escape-html')\nconst visit = require('unist-util-visit')\n+const toHTML = require('hast-util-to-html')\n// load all prismjs languages\nrequ... | JavaScript | MIT License | gridsome/gridsome | feat(prismjs): generate html with hastscript | 1 | feat | prismjs |
273,683 | 12.09.2019 15:35:37 | -7,200 | 99ebec0de3e6f05bd23de2501675e889a57382c7 | fix(prismjs): dont highlight page-query in html | [
{
"change_type": "MODIFY",
"diff": "@@ -8,14 +8,6 @@ const toHTML = require('hast-util-to-html')\n// load all prismjs languages\nrequire('prismjs/components/index')()\n-// highlight page-query and static-query in html\n-Prism.languages.html.graphql = {\n- pattern: /(<(page|static)-query[\\s\\S]*?>)[\\s\\S]*... | JavaScript | MIT License | gridsome/gridsome | fix(prismjs): dont highlight page-query in html | 1 | fix | prismjs |
679,913 | 12.09.2019 15:40:52 | -3,600 | 4f02a831a82a7efa68c427d3ecc44bedb7a35564 | feat(examples): update spreadsheet DSL impl
support cell range args for all built-ins | [
{
"change_type": "MODIFY",
"diff": "@@ -4,15 +4,10 @@ import { illegalArgs } from \"@thi.ng/errors\";\nimport { memoize1 } from \"@thi.ng/memoize\";\nimport { fromView } from \"@thi.ng/rstream\";\nimport {\n- add,\naddNode,\n- div,\n- mul,\nnode,\n- NodeFactory,\nNodeInputSpec,\n- NodeSpec,\n- sub\n+ NodeSp... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): update spreadsheet DSL impl
- support cell range args for all built-ins | 1 | feat | examples |
273,683 | 12.09.2019 15:42:37 | -7,200 | 369d2fccb6d23d456416a8320b218305e93c7fe0 | fix(vue-remark): preload VueRemarkContent component | [
{
"change_type": "MODIFY",
"diff": "import VueRemarkContent from './src/VueRemarkContent'\n-export default function (Vue) {\n+export default function (Vue, options, { router }) {\nVue.component('VueRemarkContent', VueRemarkContent)\n+\n+ router.beforeEach((to, from, next) => {\n+ if (typeof to.meta.$vueRema... | JavaScript | MIT License | gridsome/gridsome | fix(vue-remark): preload VueRemarkContent component | 1 | fix | vue-remark |
447,440 | 12.09.2019 15:54:16 | 18,000 | 8bddd9bec1459fb21e3eadc0b8afad0b25ba9e4d | fix: add picklist to index | [
{
"change_type": "MODIFY",
"diff": "@@ -33,6 +33,8 @@ import MenuItem from './MenuItem';\nimport Modal from './Modal';\nimport Notification from './Notification';\nimport Pagination from './Pagination';\n+import Picklist from './Picklist';\n+import PicklistOption from './PicklistOption';\nimport PrimitiveMe... | JavaScript | MIT License | nexxtway/react-rainbow | fix: add picklist to index (#919) | 1 | fix | null |
866,394 | 12.09.2019 16:10:25 | 14,400 | 23d59680fa74b53a35c1a62ce3c79e206cc31069 | fix(storybook): removed commented code
This commit also addresses jest test syntax for the environment
variables and adjustment of the autoid's used for the MastheadSearch
unit tests | [
{
"change_type": "MODIFY",
"diff": "import '@storybook/addon-knobs/register';\nimport 'storybook-readme/register';\n-// import '@storybook/addon-actions/register';\nimport '@storybook/addon-storysource/register';\nimport '@storybook/addon-links/register';\n-// import '@storybook/addon-a11y/register';\nimpor... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(storybook): removed commented code
This commit also addresses jest test syntax for the environment
variables and adjustment of the autoid's used for the MastheadSearch
unit tests | 1 | fix | storybook |
730,416 | 12.09.2019 16:22:47 | 25,200 | 2da126bcaa6bc37f616363f0371c26baab4a9746 | refactor(test-helpers): both clients leave meeting before checking for message widget | [
{
"change_type": "MODIFY",
"diff": "@@ -129,11 +129,11 @@ export function hangupDuringCallTest(browserLocal, browserRemote, isMeeting = fa\n// Let call elapse 5 seconds before hanging up\nbrowser.pause(5000);\nhangup(browserLocal);\n- browserLocal.waitForVisible(elements.messageWidget);\nif (isMeeting) {\n/... | JavaScript | MIT License | webex/react-widgets | refactor(test-helpers): both clients leave meeting before checking for message widget | 1 | refactor | test-helpers |
711,597 | 12.09.2019 16:30:50 | -7,200 | 75d90bb9b018cee4fc84d3db17eb39a8d7c921de | refactor(core): Apply Orderable interface, moveToIndex fn to collections
First step is to define the interface and apply the generic ordering logic to the Collection entity. Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,13 @@ export interface SoftDeletable {\ndeletedAt: Date | null;\n}\n+/**\n+ * Entities which can be ordered relative to their siblings in a list.\n+ */\n+export interface Orderable {\n+ position: number;\n+}\n+\n/**\n* Creates a type based on T, but with all ... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(core): Apply Orderable interface, moveToIndex fn to collections
First step is to define the interface and apply the generic ordering logic to the Collection entity. Relates to #156 | 1 | refactor | core |
866,415 | 12.09.2019 16:31:05 | 14,400 | 000d9f5a1b666bdd35d1817302c02c78f8b59226 | feat(leadspace): scaling outer section to maintain ratio | [
{
"change_type": "MODIFY",
"diff": "*/\n/**\n- * There are currently no feature flags in the patterns package at this time,\n- * but keeping this here as a placeholder.\n+ * This determines if the leadspace will be rendered or not\n+ *\n+ * @type {string | boolean}\n*/\n+export const LEADSPACE = process.env... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(leadspace): scaling outer section to maintain ratio | 1 | feat | leadspace |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.