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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
104,827 | 05.06.2019 08:29:21 | 18,000 | 7af0ab261efc84d8cd14c2978b70085a6ab4856d | feat(card): add empty and loading state | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ import {\nButton,\nSelect,\nSelectItem,\n+ SkeletonText,\n} from 'carbon-components-react';\nimport Close16 from '@carbon/icons-react/lib/close/16';\nimport Popup20 from '@carbon/icons-react/lib/popup/20';\n@@ -78,6 +79,21 @@ const StyledToolbar = styled(T... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(card): add empty and loading state | 1 | feat | card |
104,827 | 05.06.2019 08:56:27 | 18,000 | 654acfc37235d6fe207a054aa1cecafb0f182df1 | fix(dashboard): pass isLoading prop to cards | [
{
"change_type": "MODIFY",
"diff": "@@ -39,6 +39,7 @@ const BarChartCard = ({ title, content: { data }, size, ...others }) => {\n};\nreturn (\n<Card title={title} size={size} {...others}>\n+ {!others.isLoading ? (\n<ContentWrapper>\n<C3Chart\n{...chart}\n@@ -48,6 +49,7 @@ const BarChartCard = ({ title, cont... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(dashboard): pass isLoading prop to cards | 1 | fix | dashboard |
503,951 | 05.06.2019 09:34:46 | 14,400 | 84e54aecc61c0306986ce619f043b6228a2bf1ba | fix(wrapper): revert bodywrapper conversion to stateless-function | [
{
"change_type": "MODIFY",
"diff": "-import React from 'react';\n-import PropTypes from 'prop-types';\n+import React, { Component } from 'react';\nimport styles from '@patternfly/patternfly/components/Table/table.css';\nimport { css } from '@patternfly/react-styles';\nimport { mapOpenedRows } from './utils/... | TypeScript | MIT License | patternfly/patternfly-react | fix(wrapper): revert bodywrapper conversion to stateless-function (#2161) | 1 | fix | wrapper |
815,569 | 05.06.2019 09:58:33 | -28,800 | 4e83f884137625f984b5450d363afce42595da48 | test: add code coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -48,3 +48,6 @@ tags\n# tmp files\n*.pyc\n+\n+# code coverage report\n+cobertura.xml\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,12 @@ matrix:\n- name: Tests on Linux\nif: 'tag IS NOT pre... | Rust | MIT License | nervosnetwork/ckb | test: add code coverage | 1 | test | null |
711,597 | 05.06.2019 10:21:48 | -7,200 | b78354ec12ca2da7a5fb75b11e13f06f4972ea9b | feat(core): Background thread search indexing | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,7 @@ import { SearchService } from '../../service/services/search.service';\nimport { AdminFulltextSearchResolver, ShopFulltextSearchResolver } from './fulltext-search.resolver';\nimport { FulltextSearchService } from './fulltext-search.service';\n+import { S... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Background thread search indexing | 1 | feat | core |
815,590 | 05.06.2019 11:02:06 | -28,800 | ca1c6f0212a68cb644f5f44dc306f432acf76652 | refactor: use service_builder to enable RPC modules | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ use ckb_miner::BlockAssembler;\nuse ckb_network::{CKBProtocol, NetworkService, NetworkState};\nuse ckb_network_alert::alert_relayer::AlertRelayer;\nuse ckb_notify::NotifyService;\n-use ckb_rpc::RpcServer;\n+use ckb_rpc::{RpcServer, ServiceBuilder};\nuse ck... | Rust | MIT License | nervosnetwork/ckb | refactor: use service_builder to enable RPC modules | 1 | refactor | null |
127,976 | 05.06.2019 11:31:11 | -10,800 | 33e88f3fe035998f110f9b1bf19fc8f3dc0e3101 | refactor: swap out previous icon | [
{
"change_type": "RENAME",
"diff": "<svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.22183 18.7782C2.29761 17.854 2.03247 16.4442 2.32231 14.5944C0.809377 13.4914 0 12.307 0 11C0 9.69297 0.8093... | TypeScript | MIT License | coingaming/moon-design | refactor: swap out previous icon | 1 | refactor | null |
104,818 | 05.06.2019 11:54:16 | -7,200 | c4d54c39fe28a272b483db10887e4b013dff978b | feat(dashboard): simple loading state | [
{
"change_type": "MODIFY",
"diff": "-import React, { useState } from 'react';\n+import React, { useState, useEffect } from 'react';\nimport { Responsive, WidthProvider } from 'react-grid-layout';\nimport PropTypes from 'prop-types';\nimport 'react-grid-layout/css/styles.css';\nimport 'react-resizable/css/st... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(dashboard): simple loading state | 1 | feat | dashboard |
67,494 | 05.06.2019 12:06:29 | -7,200 | 76bf25504da1b380f35b6f1a296c94ef6ae0161c | chore(router): downgrade http-server due to bug | [
{
"change_type": "MODIFY",
"diff": "\"watch\": \"webpack-dev-server --no-inline\",\n\"build\": \"rimraf dist && webpack --config webpack.config.js\",\n\"serve\": \"http-server -c-1 -p 9000 dist\",\n- \"build-serve\": \"rimraf dist && webpack --config webpack.config.js && http-server -c-1 -p 9000 dist\"\n+ \... | TypeScript | MIT License | aurelia/aurelia | chore(router): downgrade http-server due to bug | 1 | chore | router |
815,590 | 05.06.2019 12:13:58 | -28,800 | c78fd711e3fae932464a69a50b71ab661afa502e | feat: RPC get_blockchain_info show alerts
BREAKING CHANGE: get_blockchain_info change warnings to alerts | [
{
"change_type": "MODIFY",
"diff": "@@ -126,7 +126,7 @@ pub fn run(args: RunArgs, version: Version) -> Result<(), ExitCode> {\nblock_assembler_controller,\n)\n.enable_net(network_controller.clone())\n- .enable_stats(shared.clone(), synchronizer, alert_notifier.clone())\n+ .enable_stats(shared.clone(), synch... | Rust | MIT License | nervosnetwork/ckb | feat: RPC get_blockchain_info show alerts
BREAKING CHANGE: get_blockchain_info change warnings to alerts | 1 | feat | null |
67,494 | 05.06.2019 12:37:09 | -7,200 | 44484ef390d28f8579d0c121dd2aac7900ce8f27 | test(router): add refresh test | [
{
"change_type": "MODIFY",
"diff": "@@ -120,6 +120,25 @@ describe('Router', function () {\nawait teardown(host, router, 2);\n});\n+ it('reloads state when refresh method is called', async function () {\n+ this.timeout(30000);\n+ const { host, router } = await setup();\n+\n+ await goto('foo@left', router);\n... | TypeScript | MIT License | aurelia/aurelia | test(router): add refresh test | 1 | test | router |
127,976 | 05.06.2019 12:59:23 | -10,800 | e88d1f211b15d5e0a97117801befe11e7dfbe9bb | refactor: swap out successflower | [
{
"change_type": "ADD",
"diff": "+import * as React from 'react';\n+import styled from '@emotion/styled';\n+\n+const Svg = (props: React.SVGProps<SVGSVGElement>) => (\n+ <svg\n+ width=\"1em\"\n+ height=\"1em\"\n+ viewBox=\"0 0 22 22\"\n+ fill=\"none\"\n+ xmlns=\"http://www.w3.org/2000/svg\"\n+ {...props}\n+... | TypeScript | MIT License | coingaming/moon-design | refactor: swap out successflower | 1 | refactor | null |
815,593 | 05.06.2019 13:11:45 | -32,400 | 960a049539882d15d6bf62cb83ec0ad101429651 | feat: add miner progress | [
{
"change_type": "MODIFY",
"diff": "@@ -526,27 +526,29 @@ dependencies = [\n[[package]]\nname = \"ckb-miner\"\n-version = \"0.14.0-pre\"\n+version = \"0.15.0-pre\"\ndependencies = [\n- \"ckb-chain 0.14.0-pre\",\n- \"ckb-chain-spec 0.14.0-pre\",\n- \"ckb-core 0.14.0-pre\",\n- \"ckb-db 0.14.0-pre\",\n- \"ckb-... | Rust | MIT License | nervosnetwork/ckb | feat: add miner progress | 1 | feat | null |
127,976 | 05.06.2019 13:23:28 | -10,800 | c50c234102b4623f79d9846480ba26f5ca86ee85 | fix: export components from user-portal | [
{
"change_type": "MODIFY",
"diff": "export * from './myBetContainer';\n+export * from './scoreboards/scoreboard';\n+export * from './scoreboards/football/football-scoreboard';\n+export * from './scoreboards/tennis/tennis-scoreboard';\n",
"new_path": "portals/user-portal-components/src/myBets/components/... | TypeScript | MIT License | coingaming/moon-design | fix: export components from user-portal | 1 | fix | null |
438,921 | 05.06.2019 14:10:34 | -32,400 | 10f27e5c158ec90a2e5d7d594aeb4ceabbc3cb24 | fix(axis): Fix on axis width sizing
Make sure to measure size with the final rendered axis tick text.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,6 @@ describe(\"AXIS\", function() {\nexpect(ticksSize).to.be.equal(3);\n});\n-\n});\ndescribe(\"axis.y.tick.values\", () => {\n@@ -1501,4 +1500,32 @@ describe(\"AXIS\", function() {\ncheckY2Axes(true);\n});\n});\n+\n+ describe(\"y Axis size\", () => {\n+ bef... | TypeScript | MIT License | naver/billboard.js | fix(axis): Fix on axis width sizing
Make sure to measure size with the final rendered axis tick text.
Fix #920 | 1 | fix | axis |
815,598 | 05.06.2019 14:12:42 | -28,800 | c38856c8f518b3256466e61efae37abc5ce4bbb0 | test: fix linked_hash_set test relying on random state | [
{
"change_type": "MODIFY",
"diff": "@@ -192,7 +192,6 @@ impl<K> ExactSizeIterator for IntoIter<K> {\nmod tests {\nuse super::*;\nuse numext_fixed_hash::{h256, H256};\n- use std::collections::HashSet as StdHashSet;\n#[test]\nfn insertion_order() {\n@@ -205,12 +204,6 @@ mod tests {\nlet txs = vec![tx1, tx2, t... | Rust | MIT License | nervosnetwork/ckb | test: fix linked_hash_set test relying on random state (#950) | 1 | test | null |
722,013 | 05.06.2019 14:40:40 | -7,200 | 1f7ee42eae899627788c5804cc36a2c6ff502452 | fix: bring back last version of acorn | [
{
"change_type": "MODIFY",
"diff": "\"acorn\"\n],\n\"dependencies\": {\n- \"acorn\": \"^5.7.3\",\n+ \"acorn\": \"^6.1.1\",\n\"buble\": \"^0.19.7\",\n\"vue-template-compiler\": \"^2.6.10\",\n\"walkes\": \"^0.2.1\"\n",
"new_path": "packages/vue-inbrowser-compiler/package.json",
"old_path": "packages/v... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: bring back last version of acorn | 1 | fix | null |
722,013 | 05.06.2019 14:48:18 | -7,200 | f79b68a049c0bc4bfbf5fe44f105d060bb05d4fd | docs: docuemnt minimize option in conf | [
{
"change_type": "MODIFY",
"diff": "@@ -235,6 +235,12 @@ export default {\n> **Note** This can be done as well using a `new Vue()` script\n+## `minimize`\n+\n+Type: `boolean`, defaults: `true`\n+\n+If you wish to remove minimization from the build process to help with debugging or to accelate netlify build ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: docuemnt minimize option in conf | 1 | docs | null |
503,965 | 05.06.2019 15:05:58 | 14,400 | ffc10f1c9e2057ea881109e8aa6eb4775be6b32d | chore(react-styles): bump jsdom | [
{
"change_type": "MODIFY",
"diff": "\"emotion-server\": \"^9.2.9\",\n\"fbjs-scripts\": \"^0.8.3\",\n\"fs-extra\": \"^6.0.1\",\n- \"jsdom\": \"^11.11.0\",\n+ \"jsdom\": \"^15.1.0\",\n\"relative\": \"^3.0.2\",\n\"resolve-from\": \"^4.0.0\"\n},\n",
"new_path": "packages/patternfly-4/react-styles/package.js... | TypeScript | MIT License | patternfly/patternfly-react | chore(react-styles): bump jsdom (#2080) | 1 | chore | react-styles |
791,690 | 05.06.2019 15:12:38 | 18,000 | 9ebae67202a6df281781024ffa911a27643e629d | core(gather-runner): convert PAGE_HUNG to non-fatal runtimeError | [
{
"change_type": "MODIFY",
"diff": "* Lighthouse itself, mapped to more useful strings to report to the user.\n*/\nconst NON_BUG_ERROR_MESSAGES = {\n- // The user tries to review an error page or has network issues\n- 'ERRORED_DOCUMENT_REQUEST': 'Unable to load the page. Please verify the url you ' +\n- 'ar... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(gather-runner): convert PAGE_HUNG to non-fatal runtimeError (#9121) | 1 | core | gather-runner |
71,101 | 05.06.2019 16:17:04 | -7,200 | 0db32dee854276192c93fd7071b12ae3ba9b49ac | chore: Remove the last references to sphinx | [
{
"change_type": "MODIFY",
"diff": "\"python\": {\n\"distName\": \"aws-cdk.aws-mediastore\",\n\"module\": \"aws_cdk.aws_mediastore\"\n- },\n- \"sphinx\": {}\n+ }\n},\n\"metadata\": {\n\"awsdocs:title\": \"AWS Elemental MediaStore\"\n",
"new_path": "packages/@aws-cdk/aws-mediastore/package.json",
"ol... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: Remove the last references to sphinx (#2755) | 1 | chore | null |
504,004 | 05.06.2019 16:37:19 | 14,400 | 8f38b979fda654f000a1669965e870feed1e9705 | fix(NavItem): Maintain className passed to custom NavItems | [
{
"change_type": "MODIFY",
"diff": "@@ -26,10 +26,10 @@ const context = {\ntest('Default Nav List', () => {\nconst view = mount(\n- <Nav>\n- <NavList>\n+ <Nav className=\"test=nav-class\">\n+ <NavList className=\"test-nav-list-class\">\n{props.items.map(item => (\n- <NavItem to={item.to} key={item.to}>\n+ <... | TypeScript | MIT License | patternfly/patternfly-react | fix(NavItem): Maintain className passed to custom NavItems (#2134) | 1 | fix | NavItem |
438,921 | 05.06.2019 17:21:16 | -32,400 | dc7d688090df5631c8917959250768d82f6b1227 | docs(readme): Add nightly installation info
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -88,6 +88,19 @@ With nightly, you can try upcoming changes prior the official release.\n> The version info will be given as the build datetime: `x.x.x-nightly-yyyymmddhhmmss`\n+There're two ways to install from `nightly` branch directly.\n+```js\n+// Specify on 'packag... | TypeScript | MIT License | naver/billboard.js | docs(readme): Add nightly installation info
[skip ci] | 1 | docs | readme |
127,976 | 05.06.2019 17:58:32 | -10,800 | 0d1ad1f7807f1139d9f040c65f2a233ec0eaead5 | fix: adjust margins & grammar | [
{
"change_type": "MODIFY",
"diff": "@@ -11,14 +11,14 @@ export const BonusesHeadingContainer = styled.div([\ndisplay: 'flex',\njustifyContent: 'space-between',\nflexWrap: 'wrap',\n- paddingLeft: spacing(),\n- paddingTop: spacing('large'),\n- paddingBottom: spacing(),\n- paddingRight: spacing(),\n+ marginLef... | TypeScript | MIT License | coingaming/moon-design | fix: adjust margins & grammar | 1 | fix | null |
127,976 | 05.06.2019 18:05:50 | -10,800 | 34010313ab814b8e391b2636d0f786124105c1a5 | refactor: removed redundant mybetheaderstake | [
{
"change_type": "MODIFY",
"diff": "@@ -41,11 +41,6 @@ export const MyBetContainerHeaderOdds = styled.span<{}>({\nmarginLeft: rem(5),\n});\n-export const MyBetContainerHeaderStake = styled.span<{}>({\n- width: rem(105),\n- marginLeft: rem(5),\n-});\n-\nexport const MyBetContainerHeaderPotentialWin = styled.... | TypeScript | MIT License | coingaming/moon-design | refactor: removed redundant mybetheaderstake | 1 | refactor | null |
791,834 | 05.06.2019 18:23:33 | 25,200 | 9e97e103c2f3a8872e69c469a0a5e80769507efc | deps: bump transitive dep js-yaml | [
{
"change_type": "MODIFY",
"diff": "@@ -5142,18 +5142,10 @@ js-tokens@^4.0.0:\nresolved \"https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499\"\nintegrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==\n-js-ya... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps: bump transitive dep js-yaml (#9131) | 1 | deps | null |
722,013 | 05.06.2019 18:30:16 | 18,000 | 642d8750de88e6dcef36f0ce99ccb1ce20f6064f | fix(docgen): template was used to use slots - sfc was detected
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -40,4 +40,20 @@ describe('isCodeVueSfc', () => {\n`)\n).toBeFalsy()\n})\n+\n+ it('should return false if there is templates in the moustache', () => {\n+ expect(\n+ isCodeVueSfc(`\n+ <div :class=\"isTrue?'firstC':'secondC'\">\n+ <template #icon>\n+ <img class=\"text-gr... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(docgen): template was used to use slots - sfc was detected
Closes #448 | 1 | fix | docgen |
815,577 | 05.06.2019 19:54:19 | -28,800 | 0f167e984bea1fe82fbfe80fee38a2c34d3ff3ee | chore: upgrade mio dependence | [
{
"change_type": "MODIFY",
"diff": "@@ -1792,11 +1792,6 @@ name = \"lazy_static\"\nversion = \"1.3.0\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-[[package]]\n-name = \"lazycell\"\n-version = \"1.2.1\"\n-source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-\n[[pack... | Rust | MIT License | nervosnetwork/ckb | chore: upgrade mio dependence (#956) | 1 | chore | null |
104,818 | 05.06.2019 20:02:53 | -7,200 | 4440f667250cc58f70ae4ad931a7891396cbebb5 | fix(card): value card empty state | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport styled from 'styled-components';\nimport PropTypes from 'prop-types';\n+import { SkeletonText } from 'carbon-components-react';\nimport { COLORS } from '../../styles/styles';\n@@ -36,11 +37,22 @@ const StyledLeft = styled.div`\n> h2,\n> ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(card): value card empty state | 1 | fix | card |
711,597 | 05.06.2019 21:25:10 | -7,200 | ae1145a4a3783b656884e08f88657105e791fcec | fix(core): Queue concurrent search index writes to avoid key conflicts | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import { unique } from '../../../../../common/lib/unique';\nimport { RequestContext } from '../../../api/common/request-context';\nimport { FacetValue } from '../../../entity/facet-value/facet-value.entity';\nimport { ProductVariant } from '../../../entity... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Queue concurrent search index writes to avoid key conflicts | 1 | fix | core |
724,135 | 05.06.2019 21:37:38 | -7,200 | 8a74a15b119c0e90ddd8db31c17c44f9457c6cb3 | chore: use config file for Prettier | [
{
"change_type": "ADD",
"diff": "+{\n+ \"semi\": false,\n+ \"singleQuote\": true\n+}\n",
"new_path": ".prettierrc.json",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "\"lint\": \"eslint --ext js,vue . --ignore-path .gitignore\",\n\"lint:docs\": \"eslint --ext js,vue,md docs --i... | JavaScript | MIT License | vuejs/vue-test-utils | chore: use config file for Prettier (#1247) | 1 | chore | null |
503,922 | 05.06.2019 21:53:00 | -7,200 | 557b4a9692c883ec19eee93b8654c6b264b139e5 | fix(PF4 Table): Export RowWrapper implementation | [
{
"change_type": "MODIFY",
"diff": "-import { UIEventHandler } from 'react';\n+import { FunctionComponent, UIEventHandler } from 'react';\nexport interface RowWrapperRow {\nisOpen: Boolean;\nisExpanded: Boolean;\n}\n-export interface RowWrapper {\n+export interface RowWrapperProps {\ntrRef?: Function;\nonSc... | TypeScript | MIT License | patternfly/patternfly-react | fix(PF4 Table): Export RowWrapper implementation (#2118) | 1 | fix | PF4 Table |
815,601 | 05.06.2019 22:19:57 | -28,800 | 35dd5637cb3ffb456b9ddfb8b004af70e93da263 | refactor: reward calculator | [
{
"change_type": "MODIFY",
"diff": "@@ -794,6 +794,7 @@ dependencies = [\n\"numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"occupied-capacity 0.15.0-pre\",\n\"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"reward-calculator 0.15.0-pre\",\n\"s... | Rust | MIT License | nervosnetwork/ckb | refactor: reward calculator | 1 | refactor | null |
815,590 | 06.06.2019 06:08:44 | 18,000 | 8c6bbcec310903ab8b7287a0f46ca107f1fb3146 | fix: RPC enable modules typo | [
{
"change_type": "MODIFY",
"diff": "@@ -58,7 +58,7 @@ impl<'a, CS: ChainStore + 'static> ServiceBuilder<'a, CS> {\nblock_assembler: Option<BlockAssemblerController>,\n) -> Self {\nif let Some(block_assembler) = block_assembler {\n- if self.config.pool_enable() {\n+ if self.config.miner_enable() {\nself.io_h... | Rust | MIT License | nervosnetwork/ckb | fix: RPC enable modules typo (#963) | 1 | fix | null |
722,013 | 06.06.2019 08:28:43 | 18,000 | e9ab6d59f137fad8681f7cd52842161fc9d3da68 | fix(docgen): make sure v-slot templates are understood too | [
{
"change_type": "MODIFY",
"diff": "@@ -44,14 +44,18 @@ describe('isCodeVueSfc', () => {\nit('should return false if there is templates in the moustache', () => {\nexpect(\nisCodeVueSfc(`\n- <div :class=\"isTrue?'firstC':'secondC'\">\n+ <div>\n<template #icon>\n<img class=\"text-gray-500 w-4 h-4 mr-2\" src=... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(docgen): make sure v-slot templates are understood too | 1 | fix | docgen |
815,593 | 06.06.2019 08:56:22 | -32,400 | 8c9f3a0fee86cac2c1b58ec137bb72ecd2fe0c2f | chore: rebase with rc/0.14.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -526,21 +526,21 @@ dependencies = [\n[[package]]\nname = \"ckb-miner\"\n-version = \"0.15.0-pre\"\n+version = \"0.14.0-pre\"\ndependencies = [\n\"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \"ckb-chain 0.15.0-pre\",\n- \"ckb-chain-spec... | Rust | MIT License | nervosnetwork/ckb | chore: rebase with rc/0.14.0 | 1 | chore | null |
711,597 | 06.06.2019 09:23:22 | -7,200 | 8e78450d0f98cecad7f7ef3799226a0c087b715d | fix(core): Fix TypeScript errors arising in v3.5.1 | [
{
"change_type": "MODIFY",
"diff": "* An extremely fast function for deep-cloning an object which only contains simple\n* values, i.e. primitives, arrays and nested simple objects.\n*/\n-export function simpleDeepClone<T>(input: T): T {\n+export function simpleDeepClone<T extends string | number | any[] | o... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix TypeScript errors arising in v3.5.1 | 1 | fix | core |
815,605 | 06.06.2019 10:29:28 | -28,800 | 945948ecd3b31cce753a7c71284956519195c7f0 | chore: switch to CKB VM published crate versions
This commit contains no CKB VM changes, it merely switch from git
commit to published CKB VM versions | [
{
"change_type": "MODIFY",
"diff": "@@ -706,7 +706,7 @@ dependencies = [\n\"ckb-protocol 0.15.0-pre\",\n\"ckb-resource 0.15.0-pre\",\n\"ckb-store 0.15.0-pre\",\n- \"ckb-vm 0.13.0-pre (git+https://github.com/nervosnetwork/ckb-vm?rev=d926277)\",\n+ \"ckb-vm 0.13.0 (registry+https://github.com/rust-lang/crates... | Rust | MIT License | nervosnetwork/ckb | chore: switch to CKB VM published crate versions (#957)
This commit contains no CKB VM changes, it merely switch from git
commit to published CKB VM versions | 1 | chore | null |
127,946 | 06.06.2019 10:48:28 | -10,800 | 84f051ce0dd4e17b14ec89dbcb12038b6201715e | feat(tabItem): added "as" prop | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ type LinkProps = React.InputHTMLAttributes<HTMLLinkElement> & {\ndisabled?: boolean;\nsecondary?: boolean;\noptional?: boolean;\n- as?: 'button' | 'a';\n+ as?: any;\n};\n/**\n",
"new_path": "design/components/src/link/link.tsx",
"old_path": "desi... | TypeScript | MIT License | coingaming/moon-design | feat(tabItem): added "as" prop | 1 | feat | tabItem |
730,429 | 06.06.2019 11:11:55 | 14,400 | bfcbd317e3bef9cb0e86e21c29897c8de84ea561 | test(activity): update tests due to markdown update | [
{
"change_type": "MODIFY",
"diff": "@@ -91,8 +91,8 @@ describe('redux-module-activity: helpers', () => {\nit('should not remove html blocks from markdown code blocks', () => {\nconst input = '```\\n<b>bold</b>\\n```';\n- const plainText = '<b>bold</b>\\n';\n- const html = '<pre><code><b>bold</b>... | JavaScript | MIT License | webex/react-widgets | test(activity): update tests due to markdown update | 1 | test | activity |
104,857 | 06.06.2019 11:12:22 | 10,800 | c2eb8cfe93ef5e225ea303bfb0e2d43441a0172b | feat(list): new component ListCard | [
{
"change_type": "ADD",
"diff": "+import React, { Component } from 'react';\n+import { storiesOf } from '@storybook/react';\n+import { text, select } from '@storybook/addon-knobs';\n+\n+import { CARD_SIZES } from '../../constants/LayoutConstants';\n+import { getCardMinSize } from '../../utils/componentUtili... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(list): new component ListCard | 1 | feat | list |
815,601 | 06.06.2019 11:28:32 | -28,800 | aed32e9f2f5723f0380f5dfb4282814b15c5ab26 | fix: make cov should ignore generated files and integration test | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ cov: ## Run code coverage.\n# Tarpaulin only supports x86_64 processors running Linux.\n# https://github.com/xd009642/tarpaulin/issues/161\n# https://github.com/xd009642/tarpaulin/issues/190#issuecomment-473564880\n- RUSTC=\"$$(pwd)/devtools/cov/rustc-pr... | Rust | MIT License | nervosnetwork/ckb | fix: make cov should ignore generated files and integration test (#960) | 1 | fix | null |
217,922 | 06.06.2019 11:30:22 | -7,200 | 4d72cb7f4cbef326fb4e3caf5ff0dde1543b2629 | feat(layout): you can now collapse a layout panel by default | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,7 @@ export class LayoutsFacade {\n}\npublic getDisplay(list: List, adaptativeFilter: boolean, overrideHideCompleted = false): Observable<ListDisplay> {\n- return combineLatest(this.selectedLayout$, this.authFacade.user$)\n+ return combineLatest([this.selecte... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(layout): you can now collapse a layout panel by default | 1 | feat | layout |
127,976 | 06.06.2019 11:37:29 | -10,800 | 6d2b870187a04537694ed73721aecd36df5479e2 | fix: remove banner from freebets & adjust margins | [
{
"change_type": "MODIFY",
"diff": "@@ -4,31 +4,18 @@ import { breakpoints, colors } from '@heathmont/sportsbet-tokens';\nimport { mq, spacing } from '@heathmont/sportsbet-utils';\nimport rem from 'polished/lib/helpers/rem';\n-export const FreeBetsWrapper: React.FC<{ badgeClosed?: boolean }> = styled.div(\n... | TypeScript | MIT License | coingaming/moon-design | fix: remove banner from freebets & adjust margins | 1 | fix | null |
711,597 | 06.06.2019 12:04:17 | -7,200 | cb906fe0eb654ae168fd41b1b76a4d4fb8686c18 | chore(admin-ui): Update dependencies | [
{
"change_type": "MODIFY",
"diff": "\"@clr/angular\": \"^2.0.0-rc.2\",\n\"@clr/icons\": \"^2.0.0-rc.2\",\n\"@clr/ui\": \"^2.0.0-rc.2\",\n- \"@ng-select/ng-select\": \"^2.19.0\",\n+ \"@ng-select/ng-select\": \"^2.20.0\",\n\"@ngx-translate/core\": \"^11.0.1\",\n\"@ngx-translate/http-loader\": \"^4.0.0\",\n\"@... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(admin-ui): Update dependencies | 1 | chore | admin-ui |
865,916 | 06.06.2019 12:06:15 | -7,200 | 260bc6ff660aee5eb4d6f3ffdd540811386bc28f | chore(CHANGELOG): update to v3.1.2 | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,11 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-\n___Note:__ Yet to be released changes appear here._\n+## 3.1.2\n+\n+* `FIX`: load local element templates ([#1379](https://github.com/camunda/camunda-modeler/pull/1379))\n+*... | JavaScript | MIT License | camunda/camunda-modeler | chore(CHANGELOG): update to v3.1.2 | 1 | chore | CHANGELOG |
71,101 | 06.06.2019 13:00:30 | -7,200 | da8e1d5e5764da57b34e9f1ceb9ddfe55904b2b2 | refactor(kms): Rename EncryptionKeyAlias to Alias
BREAKING CHANGE: The `EncryptionKeyAlias` class was renamed to `Alias`.
Associated types (such as `EncryptionKeyAliasProps`) were renamed in the
same way. | [
{
"change_type": "MODIFY",
"diff": "Defines a KMS key:\n```js\n-new EncryptionKey(this, 'MyKey', {\n+new Key(this, 'MyKey', {\nenableKeyRotation: true\n});\n```\n@@ -23,7 +23,7 @@ new EncryptionKey(this, 'MyKey', {\nAdd a couple of aliases:\n```js\n-const key = new EncryptionKey(this, 'MyKey');\n+const key ... | TypeScript | Apache License 2.0 | aws/aws-cdk | refactor(kms): Rename EncryptionKeyAlias to Alias (#2769)
BREAKING CHANGE: The `EncryptionKeyAlias` class was renamed to `Alias`.
Associated types (such as `EncryptionKeyAliasProps`) were renamed in the
same way. | 1 | refactor | kms |
104,827 | 06.06.2019 13:19:11 | 18,000 | 90ec07b10c22abc085d25315bb0124315472141a | fix(table): remove pagination custom prop from dom | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,9 @@ const StyledTableDiv = styled.div`\n}\n`;\n-const StyledPagination = sizeMe({ noPlaceholder: true })(styled(PaginationV2)`\n+const StyledPagination = sizeMe({ noPlaceholder: true })(styled(\n+ ({ isItemPerPageHidden, ...rest }) => <PaginationV2 {...rest}... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): remove pagination custom prop from dom | 1 | fix | table |
104,827 | 06.06.2019 13:26:33 | 18,000 | dd485d07cff3744e7d49c1ed3f16fc2a94fee0d3 | fix(tablecard): hide action list column if no actions | [
{
"change_type": "MODIFY",
"diff": "@@ -60,21 +60,22 @@ const TableCard = ({\nconst layout = CARD_LAYOUTS.HORIZONTAL;\nconst renderActionCell = cellItem => {\n- return cellItem.value && cellItem.value.length === 1 ? (\n+ const actionList = JSON.parse(cellItem.value);\n+ return actionList && actionList.lengt... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tablecard): hide action list column if no actions | 1 | fix | tablecard |
127,976 | 06.06.2019 14:05:37 | -10,800 | f5d738e146c12681a3ba188a8097ea26c5cd1ee7 | fix: adjust scoreboards data structure | [
{
"change_type": "MODIFY",
"diff": "@@ -170,10 +170,10 @@ export const FootballScoreboard = ({ event, timer, badges }: FootballProps) => {\n<span>{event.competitors.home.name}</span>\n<span>{event.competitors.away.name}</span>\n</Competitors>\n- <FootballSelections selections={event.markets[0].selections} /... | TypeScript | MIT License | coingaming/moon-design | fix: adjust scoreboards data structure | 1 | fix | null |
711,597 | 06.06.2019 14:15:16 | -7,200 | a49d1a341bf107b8303d59a4a94e184d78a8e187 | fix(core): Disable index builder worker thread for sql.js
For some reason it does not work with sql.js - updating the index results in an empty table. | [
{
"change_type": "MODIFY",
"diff": "@@ -94,7 +94,7 @@ export class IndexBuilder {\nprivate async connect(dbConnectionOptions: ConnectionOptions): Promise<ConnectedMessage> {\nconst {coreEntitiesMap} = await import('../../../entity/entities');\nconst coreEntities = Object.values(coreEntitiesMap) as Array<Typ... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Disable index builder worker thread for sql.js
For some reason it does not work with sql.js - updating the index results in an empty table. | 1 | fix | core |
711,597 | 06.06.2019 14:28:33 | -7,200 | 908ff64215c2ad51b033d744a617056e3cd065e7 | chore(core): Update another couple of deps | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@nestjs/common\": \"^6.3.1\",\n\"@nestjs/core\": \"^6.3.1\",\n- \"@nestjs/graphql\": \"^6.3.1\",\n+ \"@nestjs/graphql\": \"^6.2.4\",\n\"@nestjs/platform-express\": \"^6.3.1\",\n\"@nestjs/testing\": \"^6.3.1\",\n\"@nestjs/typeorm\": \"^6.0.0\",\n\"gr... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(core): Update another couple of deps | 1 | chore | core |
711,597 | 06.06.2019 14:41:07 | -7,200 | 8066d9b34c0e23c0413ccd89806868a451709c91 | fix(admin-ui): Fix background image on login screen | [
{
"change_type": "MODIFY",
"diff": "@import \"variables\";\n.login-wrapper {\n- background-image: url(\"/assets/dark-triangles.png\");\n+ // funny url prefix is a work-around for an issue caused by setting the base href.\n+ // See https://github.com/angular/angular-cli/issues/4782#issuecomment-423650190\n+ ... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Fix background image on login screen | 1 | fix | admin-ui |
711,597 | 06.06.2019 14:41:54 | -7,200 | ced3990e5efaba863a3e285b15de3399096e40c3 | feat(admin-ui): Improve polling logic for jobs | [
{
"change_type": "MODIFY",
"diff": "import { Injectable, OnDestroy } from '@angular/core';\n-import { combineLatest, interval, Observable, Subject, Subscription } from 'rxjs';\n-import {\n- debounceTime,\n- distinctUntilChanged,\n- map,\n- scan,\n- shareReplay,\n- throttle,\n- throttleTime,\n-} from 'rxjs/o... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Improve polling logic for jobs | 1 | feat | admin-ui |
711,597 | 06.06.2019 14:42:42 | -7,200 | 036f154f74974990fd80726522735acc20466eed | feat(dev-server): Add config for sql.js | [
{
"change_type": "MODIFY",
"diff": "@@ -80,6 +80,14 @@ function getDbConfig(): ConnectionOptions {\ntype: 'sqlite',\ndatabase: path.join(__dirname, 'vendure.sqlite'),\n};\n+ case 'sqljs':\n+ console.log('Using sql.js connection');\n+ return {\n+ type: 'sqljs',\n+ autoSave: true,\n+ database: new Uint8Array(... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(dev-server): Add config for sql.js | 1 | feat | dev-server |
711,597 | 06.06.2019 14:51:52 | -7,200 | 41a3e7a56905cf9e69467c7184c4c05b462de092 | fix(core): Fix i18next typing issues after update | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ export class RequestContext {\nprivate readonly _session?: Session;\nprivate readonly _isAuthorized: boolean;\nprivate readonly _authorizedAsOwnerOnly: boolean;\n- private readonly _translationFn: i18next.TranslationFunction;\n+ private readonly _transla... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix i18next typing issues after update | 1 | fix | core |
104,827 | 06.06.2019 15:12:59 | 18,000 | c79e71e279d1c75f37d7645b7ca68d86f1d04436 | fix(card): minor fixes to cards
isLoading state on table card
value card boolean rendering style
fix bug preventing timeseries card display | [
{
"change_type": "MODIFY",
"diff": "@@ -146,6 +146,7 @@ const Dashboard = ({\n{card.type === CARD_TYPES.TABLE ? (\n<TableCard\n{...card}\n+ isLoading={isLoading}\nisEditable={isEditable}\nonCardAction={onCardAction}\nkey={card.id}\n",
"new_path": "src/components/Dashboard/Dashboard.jsx",
"old_path":... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(card): minor fixes to cards
- isLoading state on table card
- value card boolean rendering style
- fix bug preventing timeseries card display | 1 | fix | card |
127,946 | 06.06.2019 15:24:38 | -10,800 | c15eb9be1fd821baae0e8e64f7347978154bba8d | fix(button): add NavLink props | [
{
"change_type": "MODIFY",
"diff": "/** @jsx jsx */\nimport * as React from 'react';\n+import { NavLinkProps } from 'react-router-dom';\nimport { CSSObject, jsx, keyframes } from '@emotion/core';\nimport styled from '@emotion/styled';\nimport isPropValid from '@emotion/is-prop-valid';\n@@ -19,7 +20,8 @@ imp... | TypeScript | MIT License | coingaming/moon-design | fix(button): add NavLink props | 1 | fix | button |
127,946 | 06.06.2019 15:26:04 | -10,800 | 4f7ce7d2659c331ecca42c8f5116bed10841ecf9 | fix(Link): added NavLinkProps | [
{
"change_type": "MODIFY",
"diff": "/** @jsx jsx */\nimport * as React from 'react';\n-import { NavLinkProps } from 'react-router-dom';\nimport { CSSObject, jsx, keyframes } from '@emotion/core';\nimport styled from '@emotion/styled';\nimport isPropValid from '@emotion/is-prop-valid';\n@@ -20,8 +19,7 @@ imp... | TypeScript | MIT License | coingaming/moon-design | fix(Link): added NavLinkProps | 1 | fix | Link |
711,597 | 06.06.2019 15:27:39 | -7,200 | d51bf1fb0f5dd25e59f9dc36aa3f32ea5607a31e | chore(admin-ui): Pin messageformat dep due to ng build issue
See | [
{
"change_type": "MODIFY",
"diff": "\"core-js\": \"^3.1.3\",\n\"graphql\": \"^14.3.1\",\n\"graphql-tag\": \"^2.10.1\",\n- \"messageformat\": \"^2.2.1\",\n+ \"messageformat\": \"2.2.0\",\n\"ngx-pagination\": \"^3.2.1\",\n\"ngx-translate-messageformat-compiler\": \"^4.4.0\",\n\"rxjs\": \"^6.5.2\",\n",
"ne... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(admin-ui): Pin messageformat dep due to ng build issue
See https://github.com/messageformat/messageformat/issues/239 | 1 | chore | admin-ui |
127,976 | 06.06.2019 15:36:30 | -10,800 | fb2ff990adca260825970c55a70973ac1f228a80 | fix: adjust alignment for mybets & scoreboards | [
{
"change_type": "MODIFY",
"diff": "@@ -53,6 +53,7 @@ export const MyBetContainer = styled.details<{}>({\nflexDirection: 'row',\njustifyContent: 'space-between',\nbackgroundColor: colors.secondary,\n+ marginBottom: spacing('large'),\n'&[open]': {\nSummary: {\nborderBottom: `${rem(1)} solid ${colors.neutral[... | TypeScript | MIT License | coingaming/moon-design | fix: adjust alignment for mybets & scoreboards | 1 | fix | null |
815,593 | 06.06.2019 15:38:40 | -32,400 | 4adfaa65588810b0c597e5dd54b66f423ba2dc1f | chore: disable miner systemd stderr log and tweak progress bar | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ Group=ckb\nWorkingDirectory=/var/lib/ckb\nExecStart=/usr/local/bin/ckb miner\n+StandardError=null\nRestart=on-abnormal\nKillMode=mixed\nTimeoutStopSec=5s\n",
"new_path": "devtools/init/linux-systemd/ckb-miner.service",
"old_path": "devtools/init/... | Rust | MIT License | nervosnetwork/ckb | chore: disable miner systemd stderr log and tweak progress bar | 1 | chore | null |
711,597 | 06.06.2019 15:39:15 | -7,200 | 29df9adb3a3b315b54e4959bc507a40332c71de3 | chore: Publish v0.1.2-beta.4 | [
{
"change_type": "MODIFY",
"diff": "+## <small>0.1.2-beta.4 (2019-06-06)</small>\n+\n+\n+#### Fixes\n+\n+* **admin-ui** Fix background image on login screen ([8066d9b](https://github.com/vendure-ecommerce/vendure/commit/8066d9b))\n+* **admin-ui** Fix styles to work with Clarity v2 ([6ab33cc](https://github.... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Publish v0.1.2-beta.4 | 1 | chore | null |
503,951 | 06.06.2019 15:42:17 | 14,400 | 012a762b512c3a376c0a0d6012d13b9ae06a60b6 | chore(bot): update stale bot configuration and package sideeffects | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,13 @@ daysUntilStale: 60\n# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.\n# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.\n-daysUntilClose: 7\n+day... | TypeScript | MIT License | patternfly/patternfly-react | chore(bot): update stale bot configuration and package sideeffects (#2177) | 1 | chore | bot |
711,597 | 06.06.2019 15:52:34 | -7,200 | 8dd2845d10a49435dc77e69196066ff5e22e5336 | chore(docs): Update node-sass, fix ts error | [
{
"change_type": "MODIFY",
"diff": "import { TerminalTyper } from './terminal-typer';\n+import Timer = NodeJS.Timer;\nexport class Sequencer {\n- private readonly playTimer: { [name: string]: number; };\n+ private readonly playTimer: { [name: string]: Timer; };\nprivate readonly onTransition?: (className: s... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(docs): Update node-sass, fix ts error | 1 | chore | docs |
711,597 | 06.06.2019 15:55:27 | -7,200 | 5fc9484f5ebcf73fbc928c9ed7bbf1937598c56d | test(core): Do not throw errors in e2e tests for search service | [
{
"change_type": "MODIFY",
"diff": "import { Injectable } from '@nestjs/common';\nimport { JobInfo } from '@vendure/common/lib/generated-types';\n+import { JobState, Maybe, Scalars } from '../../../../common/src/generated-types';\nimport { RequestContext } from '../../api/common/request-context';\nimport { ... | TypeScript | MIT License | vendure-ecommerce/vendure | test(core): Do not throw errors in e2e tests for search service | 1 | test | core |
127,976 | 06.06.2019 16:29:13 | -10,800 | 438337b5e69ed9d93ee73488dceb79244271569b | fix: adjust paddings for scoreboard selection | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,8 @@ export const FreeBet: React.FC<{ inActive?: boolean }> = styled.div({\nborderRadius: rem(4),\nposition: 'relative',\n[mq(breakpoints.medium)]: {\n- padding: `${spacing('large')} ${spacing('large')} ${spacing('medium')}`,\n+ paddingLeft: spacing('large'),... | TypeScript | MIT License | coingaming/moon-design | fix: adjust paddings for scoreboard selection | 1 | fix | null |
791,834 | 06.06.2019 16:38:12 | 25,200 | 4a83d2b2b6fd12557bba2d4a467018f470e7f7c8 | tests(smokehouse): always assert lhr.runtimeError | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,8 @@ module.exports = {\nmaxWaitForLoad: 5000,\nonlyAudits: [\n'first-contentful-paint',\n+ // TODO: this audit collects a non-base artifact, allowing the runtimeError to be collected.\n+ 'content-width',\n],\n},\n};\n",
"new_path": "lighthouse-cli/test/s... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(smokehouse): always assert lhr.runtimeError (#9130) | 1 | tests | smokehouse |
815,609 | 06.06.2019 19:05:17 | -28,800 | 59d520649df7c2d7cc37cb9fb2d7c5e92592525e | chore(deps): bump hashbrown from 0.3.0 to 0.4.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -823,7 +823,7 @@ dependencies = [\n\"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"hash 0.15.0-pre\",\n- \"hashbrown 0.3.0 (registry+https://github.com/rust-lang/crat... | Rust | MIT License | nervosnetwork/ckb | chore(deps): bump hashbrown from 0.3.0 to 0.4.0 (#965) | 1 | chore | deps |
815,598 | 06.06.2019 19:42:10 | -28,800 | da85e387452ce5ef8dd68d3244910994c296f4f8 | chore: run cov in master only, again | [
{
"change_type": "MODIFY",
"diff": "@@ -90,7 +90,7 @@ matrix:\nos: linux\nscript: make integration\n- name: Code Coverage\n- if: 'tag IS NOT present AND (branch = master OR (type != pull_request AND branch = develop))'\n+ if: 'tag IS NOT present AND branch = master'\nos: linux\ninstall:\n- cargo tarpaulin -... | Rust | MIT License | nervosnetwork/ckb | chore: run cov in master only, again | 1 | chore | null |
815,598 | 06.06.2019 19:54:28 | -28,800 | ffa0d82af72b973d75a24c1040b444cfa082214c | chore(ci): skip security audit
It is slow, and duplicated with GitHub vulnerabilities scan features. | [
{
"change_type": "MODIFY",
"diff": "@@ -64,9 +64,7 @@ matrix:\ninstall:\n- cargo fmt --version || rustup component add rustfmt\n- cargo clippy --version || rustup component add clippy\n- - cargo audit --version || cargo install cargo-audit\nscript:\n- - make security-audit\n- make fmt\n- make clippy\n- git ... | Rust | MIT License | nervosnetwork/ckb | chore(ci): skip security audit
It is slow, and duplicated with GitHub vulnerabilities scan features. | 1 | chore | ci |
711,597 | 06.06.2019 21:11:59 | -7,200 | 960b647c56519ff208de2b01ce35aee7f8b82b28 | fix(core): Fix bad imports from common module | [
{
"change_type": "MODIFY",
"diff": "-import { ConfigArgType } from '../../../../common/lib/generated-types';\n+import { ConfigArgType } from '@vendure/common/lib/generated-types';\nimport { ShippingEligibilityChecker } from './shipping-eligibility-checker';\n",
"new_path": "packages/core/src/config/ship... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix bad imports from common module | 1 | fix | core |
711,597 | 06.06.2019 21:12:39 | -7,200 | d165acd5c487c865cad05650652bbbab788af8d9 | chore(asset-server-plugin): Update sharp version | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"fs-extra\": \"^8.0.1\",\n- \"sharp\": \"^0.22.0\",\n+ \"sharp\": \"^0.22.1\",\n\"typescript\": \"^3.3.4000\"\n}\n}\n",
"new_path": "packages/asset-server-plugin/package.json",
"old_path": "packages/asset-server-plugin/package.json"
},
... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(asset-server-plugin): Update sharp version | 1 | chore | asset-server-plugin |
711,597 | 06.06.2019 21:39:40 | -7,200 | 8ac2e6cceea99a16f2fe75d2a75dc1a176bbdbd8 | test(email-plugin): Use local imports to speed up tests | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ module.exports = {\n'ts-jest': {\ntsConfig: {\nallowJs: true,\n+ skipLibCheck: true,\n},\n},\n},\n",
"new_path": "packages/email-plugin/jest.config.js",
"old_path": "packages/email-plugin/jest.config.js"
},
{
"change_type": "MODIFY",
... | TypeScript | MIT License | vendure-ecommerce/vendure | test(email-plugin): Use local imports to speed up tests | 1 | test | email-plugin |
711,597 | 06.06.2019 21:43:00 | -7,200 | 169ae564c0153211331df1bd1fa6a09efe8360eb | test: Set Jest environment to "node" for all server tests | [
{
"change_type": "MODIFY",
"diff": "@@ -21,4 +21,5 @@ module.exports = {\n},\n},\n},\n+ testEnvironment: 'node',\n};\n",
"new_path": "packages/core/jest.config.js",
"old_path": "packages/core/jest.config.js"
},
{
"change_type": "MODIFY",
"diff": "@@ -21,4 +21,5 @@ module.exports = {\n},\... | TypeScript | MIT License | vendure-ecommerce/vendure | test: Set Jest environment to "node" for all server tests | 1 | test | null |
815,598 | 06.06.2019 23:01:22 | -28,800 | a885a27207e81354825983712200260e38be30b6 | feat: simplify git describe info in version
The full `git describe` output easily cause confusing, this change will only
show the 7 hex digests commit sha and the dirty flag, such as
ckb 0.15.0-pre (rylai-v4 d7d3baca-dirty 2019-06-06) | [
{
"change_type": "MODIFY",
"diff": "@@ -60,7 +60,7 @@ impl std::fmt::Display for Version {\npub fn get_commit_describe() -> Option<String> {\nstd::process::Command::new(\"git\")\n- .args(&[\"describe\", \"--dirty\"])\n+ .args(&[\"describe\", \"--dirty\", \"--always\", \"--exclude\", \"*\"])\n.output()\n.ok(... | Rust | MIT License | nervosnetwork/ckb | feat: simplify git describe info in version
The full `git describe` output easily cause confusing, this change will only
show the 7 hex digests commit sha and the dirty flag, such as
ckb 0.15.0-pre (rylai-v4 d7d3baca-dirty 2019-06-06) | 1 | feat | null |
273,683 | 07.06.2019 00:50:32 | -7,200 | f27cfd65128c8a3a3e0345b303f40bdbb9b54443 | fix(app): respect active link class options | [
{
"change_type": "MODIFY",
"diff": "@@ -7,11 +7,11 @@ export default {\nprops: {\nto: { type: [Object, String], default: null },\npage: { type: Number, default: 0 },\n- activeClass: { type: String, default: 'active' },\n- exactActiveClass: { type: String, default: 'active--exact' }\n+ activeClass: { type: S... | JavaScript | MIT License | gridsome/gridsome | fix(app): respect active link class options (#478) | 1 | fix | app |
679,913 | 07.06.2019 01:09:30 | -3,600 | 6137b48294a00ba9213fd110bc11a5c20e27e206 | feat(api): update assert() message arg types
add support for supplying message as no-arg fn to delay
execution of template string literals | [
{
"change_type": "MODIFY",
"diff": "-import { NO_OP } from \"./api\";\n+import { Fn0, NO_OP } from \"./api\";\n/**\n* Takes a `test` result or predicate function without args and throws\n@@ -10,9 +10,12 @@ export const assert =\ntypeof process === \"undefined\" ||\nprocess.env.NODE_ENV !== \"production\" ||... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(api): update assert() message arg types
- add support for supplying message as no-arg fn to delay
execution of template string literals | 1 | feat | api |
679,913 | 07.06.2019 01:20:02 | -3,600 | 48688dafe27ecf0169f2337a44fb18b489d55941 | fix(associative): update SortedMap.fromObject() - PropertyKey => string | [
{
"change_type": "MODIFY",
"diff": "@@ -46,9 +46,9 @@ export class SortedMap<K, V> extends Map<K, V> {\n*/\nstatic fromObject<T>(\nobj: IObjectOf<T>,\n- opts?: Partial<SortedMapOpts<PropertyKey>>\n- ): SortedMap<PropertyKey, T> {\n- const m = new SortedMap<PropertyKey, T>(null, {\n+ opts?: Partial<SortedMap... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(associative): update SortedMap.fromObject() - PropertyKey => string | 1 | fix | associative |
679,913 | 07.06.2019 01:56:30 | -3,600 | 7ffe25d3b8d12d14c6675d01c5439e92ecdf070a | fix(rstream-query): disambiguate return generics for addPatternQuery() | [
{
"change_type": "MODIFY",
"diff": "@@ -189,8 +189,13 @@ export class TripleStore implements Iterable<Triple>, IToDot {\naddPatternQuery(\npattern: Pattern,\nid?: string,\n- emitTriples?: boolean\n- ): ISubscribable<TripleIds | Triples>;\n+ emitTriples?: false\n+ ): ISubscribable<TripleIds>;\n+ addPatternQu... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(rstream-query): disambiguate return generics for addPatternQuery() | 1 | fix | rstream-query |
679,913 | 07.06.2019 03:31:41 | -3,600 | 525ad0de466bb33e2bb4998c3d98c141701f49d0 | refactor(api): update IEnable mixin (strictNullChecks) | [
{
"change_type": "MODIFY",
"diff": "@@ -25,16 +25,18 @@ export const IEnableMixin = mixin(<IEnable<any>>{\n},\nenable() {\n- (<_IEnable>this)._enabled = true;\n- if ((<_IEnable>this).notify) {\n- (<_IEnable>this).notify({ id: EVENT_ENABLE, target: this });\n+ const $this = <_IEnable>this;\n+ $this._enabled ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(api): update IEnable mixin (strictNullChecks) | 1 | refactor | api |
679,913 | 07.06.2019 03:32:50 | -3,600 | ba7d31efdf003ea519f479250aa9239369e59d22 | refactor(bitstream): address TS strictNullChecks flag | [
{
"change_type": "MODIFY",
"diff": "@@ -5,10 +5,10 @@ const U32 = Math.pow(2, 32);\nexport class BitInputStream {\nbuffer: Uint8Array;\nprotected start: number;\n- protected pos: number;\nprotected limit: number;\n- protected bit: number;\n- protected bitPos: number;\n+ protected pos!: number;\n+ protected ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(bitstream): address TS strictNullChecks flag | 1 | refactor | bitstream |
679,913 | 07.06.2019 03:35:24 | -3,600 | 0252a4b153762d1da67102ce00f3ff8097bc9cdf | refactor(diff): address TS strictNullChecks flag, add/update types
add EditLog type alias
update ArrayDiff, ObjectDiff interfaces | [
{
"change_type": "MODIFY",
"diff": "@@ -14,12 +14,14 @@ export interface ArrayDiff<T> {\nadds?: DiffKeyMap<T>;\ndels?: DiffKeyMap<T>;\nconst?: DiffKeyMap<T>;\n- linear?: (number | T)[];\n+ linear?: EditLog<number, T>;\n}\nexport interface ObjectDiff<T> {\ndistance: number;\nadds?: string[];\ndels?: string[]... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(diff): address TS strictNullChecks flag, add/update types
- add EditLog type alias
- update ArrayDiff, ObjectDiff interfaces | 1 | refactor | diff |
679,913 | 07.06.2019 03:37:43 | -3,600 | c95bc8fc47cb4479ba521ebd2cc64844ac261cbb | refactor(quad-edge): address TS strictNullChecks flag | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,7 @@ export class Edge<T> {\nid: number;\nparent: QuadEdge<T>;\n- origin: T | undefined;\n+ origin!: T;\nconstructor(parent: QuadEdge<T>, id: number) {\nthis.parent = parent;\n@@ -60,7 +60,7 @@ export class Edge<T> {\n/**\n* Next CCW edge from this edge's ori... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(quad-edge): address TS strictNullChecks flag | 1 | refactor | quad-edge |
679,913 | 07.06.2019 03:38:05 | -3,600 | cbfcee4c2c8cb1584b79a0ecb07642e00d11bcb9 | refactor(paths): address TS strictNullChecks flag | [
{
"change_type": "MODIFY",
"diff": "@@ -231,7 +231,7 @@ export const setter = (path: Path): ((s: any, v: any) => any) => {\nreturn s;\n};\ndefault:\n- let f;\n+ let f: any;\nfor (let i = ks.length; --i >= 0; ) {\nf = compS(ks[i], f);\n}\n@@ -357,7 +357,7 @@ export const updateIn = (\nexport const deleteIn =... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(paths): address TS strictNullChecks flag | 1 | refactor | paths |
791,765 | 07.06.2019 05:47:04 | -10,800 | 212b6acb7102f0b208638149c1016957242ed430 | core(page-functions): don't try to clone a ShadowRoot | [
{
"change_type": "MODIFY",
"diff": "<object id=\"5934a\"></object>\n<object id=\"5934b\"></object>\n+<div id=\"shadow-root-container\"></div>\n+<script>\n+ // DOM Size has had trouble with very specific shadow root traversal issues.\n+ // Make sure it can handle reporting of the widest element being a shado... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(page-functions): don't try to clone a ShadowRoot (#9079) | 1 | core | page-functions |
304,866 | 07.06.2019 08:07:20 | 25,200 | b2dcd4113614d1fa70ab6442cd819bfc40057408 | fix(execute): identify memory limit exceeded errors in dispatcher
This removes the "panic: " from the message when a query uses too much memory.
Fixes #influxdata/idpe#3645. | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ package execute\nimport (\n\"context\"\n\"fmt\"\n+ \"github.com/influxdata/flux/memory\"\n\"runtime/debug\"\n\"sync\"\n@@ -70,6 +71,12 @@ func (d *poolDispatcher) Start(n int, ctx context.Context) {\ndefault:\nerr = fmt.Errorf(\"%v\", e)\n}\n+\n+ if _, ok ... | Go | MIT License | influxdata/flux | fix(execute): identify memory limit exceeded errors in dispatcher (#1333)
This removes the "panic: " from the message when a query uses too much memory.
Fixes #influxdata/idpe#3645. | 1 | fix | execute |
273,670 | 07.06.2019 08:49:49 | 14,400 | cc8ffef28d9970ed9018eb41054d6b1903926468 | feat(graphql): initial GraphQL source plugin
Closes | [
{
"change_type": "ADD",
"diff": "",
"new_path": "packages/source-graphql/CHANGELOG.md",
"old_path": "packages/source-graphql/CHANGELOG.md"
},
{
"change_type": "ADD",
"diff": "+# @gridsome/source-graphql\n+\n+> Pull a remote GraphQL schema in locally\n+\n+## Install\n+\n+- `yarn add @grid... | JavaScript | MIT License | gridsome/gridsome | feat(graphql): initial GraphQL source plugin (#482)
Closes #80 | 1 | feat | graphql |
273,674 | 07.06.2019 09:35:37 | 10,800 | d44b5acea0a514f23e2cd2f8319face78c3e8b7a | fix(app): prevent images from loading twice
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -68,19 +68,12 @@ function loadImage (el) {\nreturn // src is already switched\n}\n- const image = new Image()\n-\n- image.onload = function () {\n+ el.onload = function() {\nel.classList.remove('g-image--loading')\nel.classList.add('g-image--loaded')\n-\n- el.src = src... | JavaScript | MIT License | gridsome/gridsome | fix(app): prevent images from loading twice (#486)
Fixes #438 | 1 | fix | app |
127,976 | 07.06.2019 10:13:44 | -10,800 | af4a4e86001b67169e20693d7fda68cd210ab317 | fix: freebets info containers | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ export const BonusesSubNavigation = styled.div([\nzIndex: 1,\noverflowX: 'auto',\n- Button: {\n+ '& > *': {\nmarginRight: spacing(),\nflexShrink: 0,\n},\n@@ -45,7 +45,7 @@ export const BonusesSubNavigation = styled.div([\npaddingLeft: 0,\npaddingRight: 0... | TypeScript | MIT License | coingaming/moon-design | fix: freebets info containers | 1 | fix | null |
711,597 | 07.06.2019 10:16:22 | -7,200 | b085e495db0d569d5640b9de579a802f0872b589 | feat(create): Set an env variable during the create process | [
{
"change_type": "MODIFY",
"diff": "@@ -14,3 +14,8 @@ export const CUSTOMER_ROLE_CODE = '__customer_role__';\nexport const CUSTOMER_ROLE_DESCRIPTION = 'Customer';\nexport const ROOT_COLLECTION_NAME = '__root_collection__';\n+// An environment variable which is set when the @vendure/create\n+// script is run... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(create): Set an env variable during the create process | 1 | feat | create |
711,597 | 07.06.2019 10:17:48 | -7,200 | 6564d3fe8cf507db59b5a3e0b1efab4a05811d83 | fix(core): When populating, run search index builder on main process
This prevents issues with sqlite locking tables when running | [
{
"change_type": "MODIFY",
"diff": "import { Provider } from '@nestjs/common';\nimport { SearchReindexResponse } from '@vendure/common/lib/generated-types';\n+import { CREATING_VENDURE_APP } from '@vendure/common/lib/shared-constants';\nimport { Type } from '@vendure/common/lib/shared-types';\nimport gql fr... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): When populating, run search index builder on main process
This prevents issues with sqlite locking tables when running @vendure/create | 1 | fix | core |
791,704 | 07.06.2019 10:20:02 | 25,200 | aef01e9e2550eab83859b14c5a4cd04640242c8c | report: remove unused css vars | [
{
"change_type": "MODIFY",
"diff": "--body-text-color: var(--color-black-900);\n--body-font-size: 16px;\n--body-line-height: 24px;\n- --subheader-font-size: 14px;\n- --subheader-line-height: 20px;\n--subheader-color: hsl(206, 6%, 25%);\n- --header-bg-color: #f1f3f4;\n--header-font-size: 20px;\n--header-line... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: remove unused css vars (#9144) | 1 | report | null |
67,494 | 07.06.2019 11:13:42 | -7,200 | a42ecacb586340e3f94f4dc0c3332664df0ce2dc | chore(router): delete vscode settings in router subfolder | [
{
"change_type": "DELETE",
"diff": "-// Place your settings in this file to overwrite default and user settings.\n-{\n- \"typescript.tsdk\": \"node_modules/typescript/lib\",\n- \"tslint.nodePath\": \"node_modules/tslint/lib\",\n- \"html.suggest.angular1\": false,\n- \"html.suggest.ionic\": false,\n- \"html.... | TypeScript | MIT License | aurelia/aurelia | chore(router): delete vscode settings in router subfolder | 1 | chore | router |
711,597 | 07.06.2019 11:15:43 | -7,200 | bdc0d1f29e04eac5c68334745b65e467cec51fc5 | fix(docs): Allow @ char in jsdoc comments to be escaped | [
{
"change_type": "MODIFY",
"diff": "@@ -53,15 +53,15 @@ export interface AdminUiOptions {\n*\n* ## Installation\n*\n- * `yarn add @vendure/admin-ui-plugin`\n+ * `yarn add \\@vendure/admin-ui-plugin`\n*\n* or\n*\n- * `npm install @vendure/admin-ui-plugin`\n+ * `npm install \\@vendure/admin-ui-plugin`\n*\n* @... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(docs): Allow @ char in jsdoc comments to be escaped | 1 | fix | docs |
104,818 | 07.06.2019 11:34:42 | -7,200 | a4780c079c463ce395c80f137239985608226c08 | feat(valuecard): style updates | [
{
"change_type": "MODIFY",
"diff": "@@ -69,6 +69,13 @@ export const CardContent = styled.div`\n`}\n`;\n+const CardTitle = styled.span`\n+ white-space: nowrap;\n+ overflow: hidden;\n+ text-overflow: ellipsis;\n+ line-height: 20px;\n+`;\n+\nconst StyledToolbar = styled(Toolbar)`\n&.bx--toolbar {\nmargin-top: ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(valuecard): style updates | 1 | feat | valuecard |
127,946 | 07.06.2019 12:18:27 | -10,800 | ce3c623dc42b01d98410c4b222443174ec93385c | fix(tabItem): add .active classname styles | [
{
"change_type": "MODIFY",
"diff": "@@ -60,6 +60,11 @@ const Tab: React.FC = ({ children }) => {\n);\n};\n+const activeStyles: CSSObject = {\n+ borderBottom: `${underlineWidth}px solid ${colors.brand}`,\n+ color: colors.neutral[10],\n+};\n+\nconst TabItem = styled(NavLink, {\nshouldForwardProp: prop => isPr... | TypeScript | MIT License | coingaming/moon-design | fix(tabItem): add .active classname styles | 1 | fix | tabItem |
127,946 | 07.06.2019 13:27:36 | -10,800 | d7fee1dfdc0dc33ac3e7a8ee4c9f689f4ba5f3ad | fix(link): fix ts type for Link | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import { colors } from '@heathmont/sportsbet-tokens';\nimport { disabled } from '@heathmont/sportsbet-utils';\njsx;\n-type LinkProps = React.InputHTMLAttributes<HTMLLinkElement> & {\n+type LinkProps = React.AnchorHTMLAttributes<HTMLAnchorElement> & {\nhref... | TypeScript | MIT License | coingaming/moon-design | fix(link): fix ts type for Link | 1 | fix | link |
743,892 | 07.06.2019 13:47:47 | 10,800 | 812048ccaa31ac0db072d13589ef5af8cd1474c6 | feat: support defaultDescription for positional arguments | [
{
"change_type": "MODIFY",
"diff": "@@ -1234,6 +1234,7 @@ Valid `opt` keys include:\n- `coerce`: function, coerce or transform parsed command line values into another value, see [`coerce()`](#coerce)\n- `conflicts`: string or object, require certain keys not to be set, see [`conflicts()`](#conflicts)\n- `de... | JavaScript | MIT License | yargs/yargs | feat: support defaultDescription for positional arguments | 1 | feat | null |
104,818 | 07.06.2019 13:55:56 | -7,200 | 88610027156c919c7beafa7f55e78f2deef157a1 | fix(card): truncate long values and titles | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ const CardWrapper = styled.div`\n/** Header */\nexport const CardHeader = styled.div`\n- padding: 0 ${CARD_CONTENT_PADDING / 2}px 0 ${CARD_CONTENT_PADDING}px;\n+ padding: 16px ${CARD_CONTENT_PADDING / 2}px 0 ${CARD_CONTENT_PADDING}px;\nflex: 0 1 ${CARD_T... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(card): truncate long values and titles | 1 | fix | card |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.