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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
127,976 | 19.06.2019 11:39:06 | -10,800 | 998a40d6db3b614fb54992e8b87f9b0f657cbe33 | refactor: remove rythm | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import styled from '@emotion/styled';\nimport { jsx } from '@emotion/core';\nimport { colors, border } from '@heathmont/sportsbet-tokens';\n-import { spacing, rhythm } from '@heathmont/sportsbet-utils';\n+import { spacing } from '@heathmont/sportsbet-utils... | TypeScript | MIT License | coingaming/moon-design | refactor: remove rythm | 1 | refactor | null |
902,122 | 19.06.2019 12:12:50 | -7,200 | 1849c7cd34cd87ced890e455c5050a6f4f9d19f1 | build: update contributors | [
{
"change_type": "MODIFY",
"diff": "\"chrome\",\n\"chromeless\",\n\"core\",\n- \"screenshot\",\n\"headless\",\n- \"puppeteer\"\n+ \"puppeteer\",\n+ \"screenshot\"\n],\n\"dependencies\": {\n\"@browserless/goto\": \"^5.5.2\",\n",
"new_path": "packages/screenshot/package.json",
"old_path": "packages/sc... | JavaScript | MIT License | microlinkhq/browserless | build: update contributors | 1 | build | null |
67,494 | 19.06.2019 12:29:59 | -7,200 | a6d32252665af9f4afe448fb1d71c2f21b064e8f | chore(router): add description to Queue | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,15 @@ export interface IQueueOptions {\nallowedExecutionCostWithinTick: number;\n}\n+/**\n+ * A first-in-first-out queue that only processes the next queued item\n+ * when the current one has been resolved or rejected. Sends queued items\n+ * one at a time to... | TypeScript | MIT License | aurelia/aurelia | chore(router): add description to Queue | 1 | chore | router |
791,834 | 19.06.2019 12:52:01 | 25,200 | 016085cf5eed36c89e4e828563a341036b992eb3 | core(gather-runner): don't save trace on pass with pageLoadError | [
{
"change_type": "MODIFY",
"diff": "@@ -216,8 +216,7 @@ module.exports = [\n},\naudits: {\n'http-status-code': {\n- score: 0,\n- displayValue: '403',\n+ score: null,\n},\n'viewport': {\nscore: null,\n",
"new_path": "lighthouse-cli/test/smokehouse/seo/expectations.js",
"old_path": "lighthouse-cli/tes... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(gather-runner): don't save trace on pass with pageLoadError (#9198) | 1 | core | gather-runner |
67,494 | 19.06.2019 12:55:57 | -7,200 | ba7ee14b473a592ad92a17274afad1e1883ba168 | test(router): fix test for different queue timings | [
{
"change_type": "MODIFY",
"diff": "@@ -150,7 +150,8 @@ describe('Router', function () {\nrouter.goto('uier@left');\nconst last = router.goto('bar@left');\n- assert.strictEqual(router.navigator.queued, 1, `router.navigator.queued`);\n+ // Depending on browser/node, there can be 1 or 2 in the queue here\n+ a... | TypeScript | MIT License | aurelia/aurelia | test(router): fix test for different queue timings | 1 | test | router |
902,122 | 19.06.2019 13:19:38 | -7,200 | fe8ef309a360c3908052bcf5a614d6afb08f0c74 | fix: remove unnecessary interception | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,9 @@ const debug = require('debug')('browserless:goto')\nconst path = require('path')\nconst fs = require('fs')\n-const engine = PuppeteerBlocker.deserialize(new Uint8Array(fs.readFileSync(path.resolve(__dirname, './engine.bin'))))\n+const engine = PuppeteerBlo... | JavaScript | MIT License | microlinkhq/browserless | fix: remove unnecessary interception | 1 | fix | null |
902,122 | 19.06.2019 13:20:17 | -7,200 | bdd6ad589e4eb337caf09136ce8a4f6a2a6dea29 | build: enable all tests on ci | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ module.exports = createBrowserless => {\nconst html = await browserless.html('https://example.com')\nt.true(html.includes('DOCTYPE'))\n})\n- ;(isCI ? test.skip : test)('.screenshot (png)', async t => {\n+ ;(isCI ? test : test)('.screenshot (png)', async ... | JavaScript | MIT License | microlinkhq/browserless | build: enable all tests on ci | 1 | build | null |
67,494 | 19.06.2019 13:30:03 | -7,200 | a8223804bce69f5edf99ae7bed9ddec6f22b601a | test(router): fix node issues | [
{
"change_type": "MODIFY",
"diff": "@@ -59,18 +59,18 @@ describe('BrowserNavigation', function () {\ncallbackCount++;\n});\n- return { addEventListener, removeEventListener, sut, tearDown, callback, lifecycle };\n+ return { sut, tearDown, callback, lifecycle };\n}\nit('can be created', function () {\n- cons... | TypeScript | MIT License | aurelia/aurelia | test(router): fix node issues | 1 | test | router |
902,122 | 19.06.2019 13:45:27 | -7,200 | 0277eb9a7b620ee3676b5eef2b757274bdbc28be | test: skip some tests on CI | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ module.exports = createBrowserless => {\nconst html = await browserless.html('https://example.com')\nt.true(html.includes('DOCTYPE'))\n})\n- ;(isCI ? test : test)('.screenshot (png)', async t => {\n+ ;(isCI ? test.skip : test)('.screenshot (png)', async ... | JavaScript | MIT License | microlinkhq/browserless | test: skip some tests on CI | 1 | test | null |
815,569 | 19.06.2019 13:53:55 | -28,800 | ea09f8a639f3d28723a0ca3a828b3f5a50d60908 | chore: tiny refactor of transaction verifier | [
{
"change_type": "MODIFY",
"diff": "@@ -648,6 +648,10 @@ impl<'a> ResolvedTransaction<'a> {\n})\n.try_fold(Capacity::zero(), Capacity::safe_add)\n}\n+\n+ pub fn outputs_capacity(&self) -> ::occupied_capacity::Result<Capacity> {\n+ self.transaction.outputs_capacity()\n+ }\n}\n#[cfg(test)]\n",
"new_path":... | Rust | MIT License | nervosnetwork/ckb | chore: tiny refactor of transaction verifier | 1 | chore | null |
104,857 | 19.06.2019 14:25:10 | 10,800 | 0f5dc4c0a531e9a747605d37eb09efc4f28ed1e2 | chore(chart): x-axis labels fit on card size, legend not shown with only one data series | [
{
"change_type": "MODIFY",
"diff": "@@ -7,10 +7,29 @@ import isEmpty from 'lodash/isEmpty';\nimport 'c3/c3.css';\n+import styled from 'styled-components';\n+\nimport { TimeSeriesCardPropTypes, CardPropTypes } from '../../constants/PropTypes';\nimport { CARD_SIZES } from '../../constants/LayoutConstants';\ni... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(chart): x-axis labels fit on card size, legend not shown with only one data series | 1 | chore | chart |
104,844 | 19.06.2019 14:26:11 | 14,400 | 70e3628785d47d2bfee28ff30150373c3b2aee2d | fix: fixing test and general errors | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import {\nHeaderGlobalAction,\nSkipToContent,\nHeaderMenuItem,\n+ HeaderMenu,\n} from 'carbon-components-react/lib/components/UIShell';\nimport { rem } from 'polished';\nimport styled from 'styled-components';\n@@ -14,7 +15,7 @@ import React from 'react';\... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix: fixing test and general errors | 1 | fix | null |
815,569 | 19.06.2019 14:29:43 | -28,800 | b70cea548d82ed94e2c0177319dc05d9e39605f3 | test: add more transaction verification test case | [
{
"change_type": "MODIFY",
"diff": "@@ -584,7 +584,6 @@ impl Transaction {\n}\n}\n-#[derive(Default)]\npub struct TransactionBuilder {\nversion: Version,\ndeps: Vec<OutPoint>,\n@@ -593,6 +592,18 @@ pub struct TransactionBuilder {\nwitnesses: Vec<Witness>,\n}\n+impl Default for TransactionBuilder {\n+ fn def... | Rust | MIT License | nervosnetwork/ckb | test: add more transaction verification test case | 1 | test | null |
902,122 | 19.06.2019 14:51:48 | -7,200 | 665c0bc2624f80b109170865a8db4d1191676cc9 | build: enable release on github | [
{
"change_type": "MODIFY",
"diff": "\"prerelease\": \"npm run update:check\",\n\"pretest\": \"npm run lint\",\n\"preversion\": \"npx lerna exec \\\"npx git-authors-cli || true; npx finepack\\\" --parallel\",\n- \"release\": \"git-authors-cli && finepack && git add package.json && lerna publish --sort --conv... | JavaScript | MIT License | microlinkhq/browserless | build: enable release on github | 1 | build | null |
71,371 | 19.06.2019 15:07:44 | -7,200 | d5d76ce34569572961e7ef53b18f607119b27a7b | chore: clean up cdk.out after running integration tests
The change from was not referencing the full path to the `cdk.out` directory. | [
{
"change_type": "MODIFY",
"diff": "@@ -147,8 +147,10 @@ export class IntegrationTest {\nif (fs.existsSync(this.cdkContextPath)) {\nfs.unlinkSync(this.cdkContextPath);\n}\n- if (fs.existsSync('cdk.out')) {\n- fs.removeSync('cdk.out');\n+\n+ const cdkOutPath = path.join(this.directory, 'cdk.out');\n+ if (fs.... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: clean up cdk.out after running integration tests (#2924)
The change from #2871 was not referencing the full path to the `cdk.out` directory. | 1 | chore | null |
902,122 | 19.06.2019 15:15:30 | -7,200 | de5676cb975ded85d51d8677addc646c614d9902 | build: avoid generate package-lock | [
{
"change_type": "MODIFY",
"diff": "\"coverage\": \"lerna exec npm run coverage --parallel\",\n\"dev\": \"concurrently \\\"gulp\\\" \\\"npm run dev:server\\\"\",\n\"dev:server\": \"browser-sync start --server --files \\\"index.html, README.md, static/**/*.(css|js)\\\"\",\n- \"install\": \"lerna bootstrap --... | JavaScript | MIT License | microlinkhq/browserless | build: avoid generate package-lock | 1 | build | null |
67,494 | 19.06.2019 15:18:34 | -7,200 | 9fbd458aa8d373e26d42af3e5a30954448149c67 | test(router): skip test in nodejs | [
{
"change_type": "MODIFY",
"diff": "@@ -640,6 +640,8 @@ describe('Router', function () {\nawait tearDown();\n});\n+ if (PLATFORM.isBrowserLike) {\n+ // TODO: figure out why this works in nodejs locally but not in CI and fix it\nit('keeps input when stateful', async function () {\nthis.timeout(5000);\n@@ -67... | TypeScript | MIT License | aurelia/aurelia | test(router): skip test in nodejs | 1 | test | router |
711,597 | 19.06.2019 15:20:26 | -7,200 | 2a9fb0b9524a66f076bb2e1caef2b8bb74d829b0 | fix(core): Wait for worker tasks to complete on app shutdown | [
{
"change_type": "MODIFY",
"diff": "-import { MiddlewareConsumer, Module, NestModule, OnModuleDestroy } from '@nestjs/common';\n+import { MiddlewareConsumer, Module, NestModule, OnApplicationShutdown, OnModuleDestroy } from '@nestjs/common';\nimport cookieSession = require('cookie-session');\nimport { Reque... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Wait for worker tasks to complete on app shutdown | 1 | fix | core |
902,122 | 19.06.2019 15:25:47 | -7,200 | 295f80a2e515b70359c1c2467dd5ef3710d201f9 | build: avoid lock | [
{
"change_type": "MODIFY",
"diff": "@@ -11,11 +11,14 @@ stages:\n- name: Release\nif: branch = master AND commit_message !~ /(release|no-release)/\n+install:\n+ - npm config set package-lock false\n+ - npm install\n+\njobs:\ninclude:\n- stage: Release\nnode_js: lts/*\n- install: npm install --no-package-loc... | JavaScript | MIT License | microlinkhq/browserless | build: avoid lock | 1 | build | null |
711,597 | 19.06.2019 15:27:50 | -7,200 | cb735bb7b6e3d2ef2b8494875e66f85abe54e96f | chore: Publish v0.1.2-beta.5 | [
{
"change_type": "MODIFY",
"diff": "+## <small>0.1.2-beta.5 (2019-06-19)</small>\n+\n+\n+#### Fixes\n+\n+* **admin-ui** Correctly display checkboxes and toggles ([bc42b95](https://github.com/vendure-ecommerce/vendure/commit/bc42b95))\n+* **admin-ui** Correctly handle boolean configurable inputs ([b5d10c1](h... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Publish v0.1.2-beta.5 | 1 | chore | null |
902,122 | 19.06.2019 15:28:27 | -7,200 | f219715ac9808e6722a6606794688e95729b8762 | build: avoid ci | [
{
"change_type": "MODIFY",
"diff": "\"coverage\": \"lerna exec npm run coverage --parallel\",\n\"dev\": \"concurrently \\\"gulp\\\" \\\"npm run dev:server\\\"\",\n\"dev:server\": \"browser-sync start --server --files \\\"index.html, README.md, static/**/*.(css|js)\\\"\",\n- \"install\": \"lerna bootstrap --... | JavaScript | MIT License | microlinkhq/browserless | build: avoid ci | 1 | build | null |
127,976 | 19.06.2019 15:30:34 | -10,800 | ca712a86c34f495c4f8ce03b92c22d8c84e04b8b | fix: mobile menu indicator | [
{
"change_type": "MODIFY",
"diff": "@@ -88,7 +88,7 @@ export const column: CSSObject = {\n},\n};\n-export const Balance = styled.p({\n+export const Balance = styled.span({\ncolor: colors.neutral[10],\nfontSize: rem(24),\nlineHeight: '2rem',\n",
"new_path": "portals/user-portal-components/src/nav/compone... | TypeScript | MIT License | coingaming/moon-design | fix: mobile menu indicator | 1 | fix | null |
104,818 | 19.06.2019 15:36:53 | -7,200 | 75478fd53f8ff1c3e2e2d1286b469d69f849d7d3 | fix(dashboard): hide last updated if editable | [
{
"change_type": "MODIFY",
"diff": "@@ -272,8 +272,8 @@ const Dashboard = ({\n<DashboardHeader\ntitle={title}\ndescription={description}\n- lastUpdated={lastUpdated}\n- lastUpdatedLabel={lastUpdatedLabel}\n+ lastUpdated={!isEditable && lastUpdated}\n+ lastUpdatedLabel={!isEditable && lastUpdatedLabel}\nfilt... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(dashboard): hide last updated if editable | 1 | fix | dashboard |
217,904 | 19.06.2019 15:38:50 | 14,400 | 2690c284dad4da528405fbc4cc81a98bfdaa5721 | fix: Recipe Finder Pagination
Fixes an issue where the recipe finder was being passed incorrect values causing fewer than expected pages to show up.
Adds some extra features to the pagination for easier navigation. | [
{
"change_type": "MODIFY",
"diff": "<div *ngIf=\"results$ | async as results\" fxFlex=\"1 1 50%\" class=\"results\">\n<nz-divider nzOrientation=\"left\" [nzText]=\"'RECIPE_FINDER.Results' | translate\"></nz-divider>\n<div fxLayout=\"row\" fxLayoutAlign=\"center center\">\n- <nz-pagination [nzTotal]=\"totalP... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: Recipe Finder Pagination
Fixes an issue where the recipe finder was being passed incorrect values causing fewer than expected pages to show up.
Adds some extra features to the pagination for easier navigation. | 1 | fix | null |
902,122 | 19.06.2019 15:42:16 | -7,200 | 86455d96abdc07776fb1edfcfe7c8a4ed4023457 | fix: add missing command | [
{
"change_type": "MODIFY",
"diff": "\"@browserless/test\": \"latest\",\n\"ava\": \"latest\",\n\"browserless\": \"latest\",\n+ \"coveralls\": \"latest\",\n\"nyc\": \"latest\",\n\"puppeteer\": \"latest\"\n},\n\"src\"\n],\n\"scripts\": {\n+ \"coverage\": \"nyc report --reporter=text-lcov | coveralls\",\n\"test... | JavaScript | MIT License | microlinkhq/browserless | fix: add missing command | 1 | fix | null |
902,122 | 19.06.2019 16:05:54 | -7,200 | ba94123d2794aabfb54e568deff8b142100809c4 | build: adjust preversion script | [
{
"change_type": "MODIFY",
"diff": "\"postrelease\": \"lerna exec \\\"npx ci-publish --access=public\\\"\",\n\"prerelease\": \"npm run update:check\",\n\"pretest\": \"npm run lint\",\n- \"preversion\": \"npx lerna exec \\\"npx git-authors-cli || true; npx finepack\\\" --parallel\",\n- \"release\": \"git-aut... | JavaScript | MIT License | microlinkhq/browserless | build: adjust preversion script | 1 | build | null |
902,122 | 19.06.2019 16:23:46 | -7,200 | 890051e49ff52ba887b5580cc7dc8b6f827d6f98 | build: add --yes | [
{
"change_type": "MODIFY",
"diff": "\"dev:server\": \"browser-sync start --server --files \\\"index.html, README.md, static/**/*.(css|js)\\\"\",\n\"install\": \"lerna bootstrap --no-ci --force-local\",\n\"lint\": \"standard-markdown README.md && standard\",\n- \"postrelease\": \"lerna exec \\\"npx ci-publis... | JavaScript | MIT License | microlinkhq/browserless | build: add --yes | 1 | build | null |
127,946 | 19.06.2019 16:41:05 | -10,800 | 8a86ac2b799d4e7c92bb53859df167fa7899b647 | feat(nav): use active classname intead of prop & sttyled link | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ type ButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement> & {\n/**\n* Styles\n*/\n-const button: CSSObject = {\n+export const button: CSSObject = {\npadding: `${spacing('small')} ${spacing('medium')}`,\ndisplay: 'inline-block',\nverticalAlign: 'mi... | TypeScript | MIT License | coingaming/moon-design | feat(nav): use active classname intead of prop & sttyled link | 1 | feat | nav |
815,582 | 19.06.2019 16:49:54 | -28,800 | dfd50132a582b3a9f48d825ff694d3097fed0745 | fix: RPC doc for deindex_lock_hash | [
{
"change_type": "MODIFY",
"diff": "@@ -798,7 +798,7 @@ http://localhost:8114\n### `deindex_lock_hash`\n-Remove index for live cells and transaction by the hash of lock script. Returns empty array when the `lock_hash` not indexed yet.\n+Remove index for live cells and transactions by the hash of lock script... | Rust | MIT License | nervosnetwork/ckb | fix: RPC doc for deindex_lock_hash | 1 | fix | null |
104,857 | 19.06.2019 16:54:50 | 10,800 | 3c2352167abef6a0bce57cea6743b20293009390 | chore(charts): formatting x-axis labels, new stories for test | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,8 @@ import Card from '../Card/Card';\nconst LineChartWrapper = styled.div`\npadding-left: 16px;\n+ width: 100%;\n+ height: 100%;\n&&& {\n.chart-wrapper g.tick text {\n${props =>\n@@ -27,6 +29,10 @@ const LineChartWrapper = styled.div`\n.legend-wrapper {\ndis... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(charts): formatting x-axis labels, new stories for test | 1 | chore | charts |
902,122 | 19.06.2019 17:01:43 | -7,200 | 9fed5c2a752f191e26d3fdf3f05e990545bdf1a6 | build: setup npm registry | [
{
"change_type": "MODIFY",
"diff": "@@ -20,9 +20,10 @@ jobs:\n- stage: Release\nnode_js: lts/*\nbefore_deploy:\n- - git config user.email \"travis@travis-ci.org\"\n- - git config user.name \"Travis CI\"\n+ - git config --global user.email ${GITHUB_EMAIL}\n+ - git config --global user.name ${GITHUB_USER}\n- ... | JavaScript | MIT License | microlinkhq/browserless | build: setup npm registry | 1 | build | null |
902,122 | 19.06.2019 17:14:48 | -7,200 | 6725d7a24a7295affad228287c32112965d7346f | build: remove unnecessary post release | [
{
"change_type": "MODIFY",
"diff": "\"dev:server\": \"browser-sync start --server --files \\\"index.html, README.md, static/**/*.(css|js)\\\"\",\n\"install\": \"lerna bootstrap --no-ci --force-local\",\n\"lint\": \"standard-markdown README.md && standard\",\n- \"postrelease\": \"lerna exec ci-publish --acce... | JavaScript | MIT License | microlinkhq/browserless | build: remove unnecessary post release | 1 | build | null |
815,583 | 19.06.2019 17:19:09 | -28,800 | 600d8153f2e30f21bcc31c44ad84c4dd449c217c | docs(rpc): fix the parameters order of 'index_lock_hash' rpc | [
{
"change_type": "MODIFY",
"diff": "@@ -991,8 +991,8 @@ Create index for live cells and transactions by the hash of lock script.\n#### Parameters\n- index_from - Create an index from starting block number (exclusive), an optional parameter, null means starting from tip and 0 means starting from genesis\nloc... | Rust | MIT License | nervosnetwork/ckb | docs(rpc): fix the parameters order of 'index_lock_hash' rpc (#1064) | 1 | docs | rpc |
127,946 | 19.06.2019 17:30:35 | -10,800 | 0d89f4be89d9c8f360d2ecf0cd079cc794e3f0fd | fix(rhythm): remove vertical rhythm from Playground | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\nimport styled from '@emotion/styled';\n-import { spacing, rhythm } from '@heathmont/sportsbet-utils';\n+import { spacing } from '@heathmont/sportsbet-utils';\nimport { border, colors } from '@heathmont/sportsbet-tokens';\nexport const Play... | TypeScript | MIT License | coingaming/moon-design | fix(rhythm): remove vertical rhythm from Playground | 1 | fix | rhythm |
815,582 | 19.06.2019 17:31:37 | -28,800 | b241619833a8b0433531cb679e49a97da610745c | fix: rpc.json | [
{
"change_type": "MODIFY",
"diff": "@@ -900,7 +900,8 @@ http://localhost:8114\n### `get_lock_hash_index_states`\n-Get lock hash index states.\n+Get lock hash index states\n+\n#### Examples\n",
"new_path": "rpc/README.md",
"old_path": "rpc/README.md"
},
{
"change_type": "MODIFY",
"diff": ... | Rust | MIT License | nervosnetwork/ckb | fix: rpc.json | 1 | fix | null |
127,946 | 19.06.2019 17:37:25 | -10,800 | 59b6291244b2028b9d3362b06a2cdb41f88a5598 | fix(utils): remove vertical rhythm | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,6 @@ type HighlightProps = {\nconst codeBorder = `${border.width}px solid ${colors.neutral[40]}`;\nconst codeWrapper: CSSObject = {\n- ...Utils.rhythm(),\ndisplay: 'block',\nborder: codeBorder,\nborderRadius: border.radius.small,\n",
"new_path": "docs/src... | TypeScript | MIT License | coingaming/moon-design | fix(utils): remove vertical rhythm | 1 | fix | utils |
401,147 | 19.06.2019 17:58:19 | -19,080 | dc85580c5da80d192a4aba7ba92e4f042e47f219 | feat: added npm script to upload packages to s3 bucket
affects:
@medly-components/utils | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ This library contains core react components like button, input ... with the help\n## Getting Started\n-You can install the components using `npm i -S @medly-components/core`.\n+You can install the components using `npm i -S https://medly-artifacts.s3.amazo... | TypeScript | MIT License | medly/medly-components | feat: added npm script to upload packages to s3 bucket
affects: @medly-components/core, @medly-components/icons, @medly-components/layout,
@medly-components/theme, @medly-components/utils | 1 | feat | null |
127,946 | 19.06.2019 17:58:24 | -10,800 | 28a0f06cb3501a0d6f765dbf219ef3c963563cec | fix(docs): fix build after vertical rhythm | [
{
"change_type": "MODIFY",
"diff": "import { avertaStd } from '@heathmont/sportsbet-assets';\nimport { boxSizing } from './generic/box-sizing';\nimport { reset } from './generic/reset';\n-import { rhythm } from './generic/rhythm';\nimport { page } from './elements/page';\nexport const styles = [\n@@ -9,7 +8... | TypeScript | MIT License | coingaming/moon-design | fix(docs): fix build after vertical rhythm | 1 | fix | docs |
447,440 | 19.06.2019 18:00:29 | 18,000 | 2f8714ab56b973d9ab3b5872c47078713021d941 | styles: fix pagination styles | [
{
"change_type": "MODIFY",
"diff": "##### A table with pagination made in the client side:\nconst badgeStyles = { color: '#1de9b6' };\n- const containerStyles = { height: 320, backgroundColor: '#f4f6f9', };\n+ const containerStyles = { height: 312, backgroundColor: '#f4f6f9', };\nconst containerTableStyles ... | JavaScript | MIT License | nexxtway/react-rainbow | styles: fix pagination styles (#811) | 1 | styles | null |
217,922 | 19.06.2019 18:27:06 | -7,200 | 06fa265c98cfc2221c2f05cbddd5bb61b737bb05 | feat(pricing): you can now input desired earning amount to have it applied on final items | [
{
"change_type": "MODIFY",
"diff": "<nz-card>\n<nz-card-meta [nzTitle]=\"title\"\n- nzDescription=\"{{getTotalEarnings(list.finalItems, list) | number:'1.0-0'}} gil\"></nz-card-meta>\n+ [nzDescription]=\"description\"></nz-card-meta>\n+ <ng-template #description>\n+ <div fxLayout=\"row\" fxLayoutAlign=\"fle... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(pricing): you can now input desired earning amount to have it applied on final items | 1 | feat | pricing |
217,922 | 19.06.2019 18:36:09 | -7,200 | b99be7a77b883f65e30b193d06b770bc419c17d7 | fix(search): fixed an issue with filters not resetting properly
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -77,7 +77,7 @@ export class SearchComponent implements OnInit {\nclvlMin: [0],\nclvlMax: [80],\njobCategories: [[]],\n- craftJob: [0],\n+ craftJob: [null],\nitemCategories: [[]]\n});\n@@ -182,6 +182,8 @@ export class SearchComponent implements OnInit {\n};\nif (filters... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(search): fixed an issue with filters not resetting properly
closes #976 | 1 | fix | search |
127,946 | 19.06.2019 18:42:50 | -10,800 | df1a8ce775eeae93269bf1eb62ceb6b148ad70bc | fix(link): renders as a | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,7 @@ const linkBase: CSSObject = {\n/**\n* Component\n*/\n-const Link: React.FC<any> = styled(NavLink, {\n+const Link: React.FC<any> = styled('a', {\nshouldForwardProp: prop => isPropValid(prop) && prop !== 'as',\n})(({ href, secondary, optional, buttonStyled... | TypeScript | MIT License | coingaming/moon-design | fix(link): renders as a | 1 | fix | link |
127,946 | 19.06.2019 18:49:12 | -10,800 | 600ab5c2bc83ebf48b8a45448bbea86bfb172381 | test(link): update snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -27,10 +27,8 @@ exports[`Link renders as a anchor when \\`href\\` defined 1`] = `\n}\n<a\n- aria-current={null}\nclassName=\"emotion-0\"\n- href=\"/#test-path\"\n- onClick={[Function]}\n+ to=\"#test-path\"\n>\nI'm a link\n</a>\n@@ -97,10 +95,8 @@ exports[`Link renders ... | TypeScript | MIT License | coingaming/moon-design | test(link): update snapshots | 1 | test | link |
791,723 | 19.06.2019 18:55:05 | 25,200 | 80a8058daff9c0a60e8553d710e75bbdaeaef2a4 | docs: update understanding-results.md | [
{
"change_type": "MODIFY",
"diff": "@@ -22,16 +22,17 @@ For an always up-to-date definition of the LHR, take a look [at our typedefs](ht\n| [timing](#timing) | An object containing information about how long Lighthouse spent auditing. |\n| [categories](#categories) | An object containing the different categ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs: update understanding-results.md (#9226) | 1 | docs | null |
815,598 | 19.06.2019 19:15:14 | -28,800 | f65dcdbc3b0f2c6de8a5389a0ca97f0c9f2b3edf | chore: use ckb-system-scripts crate | [
{
"change_type": "MODIFY",
"diff": "@@ -701,7 +701,7 @@ dependencies = [\nname = \"ckb-resource\"\nversion = \"0.15.0-pre\"\ndependencies = [\n- \"ckb-system-cells 0.1.0 (git+https://github.com/nervosnetwork/ckb-system-scripts?tag=v2019.06.18+secp-recoverable)\",\n+ \"ckb-system-scripts 0.1.0 (registry+http... | Rust | MIT License | nervosnetwork/ckb | chore: use ckb-system-scripts crate | 1 | chore | null |
815,598 | 19.06.2019 19:18:33 | -28,800 | a091b964cb3e23d7e2a543487003fda2ce1f8761 | chore: use python to format json | [
{
"change_type": "MODIFY",
"diff": "@@ -19,10 +19,6 @@ setup-ckb-test:\ncp -f Cargo.lock test/Cargo.lock\nrm -rf test/target && ln -snf ../target/ test/target\n-setup-ckb-tools:\n- cd devtools/jsonfmt && cargo clean\n- cp -f Cargo.lock ./devtools/jsonfmt/\n-\nintegration: setup-ckb-test ## Run integration t... | Rust | MIT License | nervosnetwork/ckb | chore: use python to format json | 1 | chore | null |
815,593 | 19.06.2019 20:06:23 | -28,800 | 4f46d847986b9bea15f5ec4b18b0de9083568a99 | chore: change dev default pow engine to `Dummy` | [
{
"change_type": "MODIFY",
"diff": "@@ -40,11 +40,9 @@ block_on_submit = true\npoll_interval = 1000\n[[miner.workers]]\n-worker_type = \"CuckooSimple\"\n-threads = 1\n-\n-# Below is an example dummy worker configuration for development:\n-# [[miner.workers]]\n-# worker_type = \"Dummy\"\n-# delay_type = \"Co... | Rust | MIT License | nervosnetwork/ckb | chore: change dev default pow engine to `Dummy` | 1 | chore | null |
104,844 | 19.06.2019 21:00:59 | 14,400 | cf47ebe2cc202931388b169fe892d558dd6dd49a | fix(sidenav): fix test cases after v10 upgrade | [
{
"change_type": "MODIFY",
"diff": "@@ -128,6 +128,7 @@ const Header = ({\naria-label={item.label}\nisMenu={false}\nrenderMenuContent={() => item.btnContent}\n+ menuLinkName={item.label}\n>\n{children}\n</HeaderMenu>\n",
"new_path": "src/components/Header/Header.jsx",
"old_path": "src/components/Hea... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(sidenav): fix test cases after v10 upgrade | 1 | fix | sidenav |
791,690 | 19.06.2019 21:35:05 | 18,000 | f1e1349f7fb6c048e434237b2f951ef215d56831 | core(tracehouse): allow missing FCP | [
{
"change_type": "MODIFY",
"diff": "@@ -19,13 +19,6 @@ class LHTraceProcessor extends TraceProcessor {\nreturn new LHError(LHError.errors.NO_NAVSTART);\n}\n- /**\n- * @return {Error}\n- */\n- static createNoFirstContentfulPaintError() {\n- return new LHError(LHError.errors.NO_FCP);\n- }\n-\n/**\n* @return {... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(tracehouse): allow missing FCP (#9174) | 1 | core | tracehouse |
217,922 | 19.06.2019 21:56:40 | -7,200 | 7e41b4224639fec02895579c065affcab616485b | chore: added translations for | [
{
"change_type": "MODIFY",
"diff": "[nzTitle]=\"'RECIPE_FINDER.Sort_alphabetically' | translate\"\n(click)=\"$event.stopPropagation();sortPool()\">\n<i nz-icon nzType=\"sort-ascending\" nzTheme=\"outline\"></i>\n- </button><button nz-button\n+ </button>\n+ <button nz-button\nnz-tooltip\n[nzTitle]=\"'RECIPE_... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: added translations for #979 | 1 | chore | null |
815,595 | 19.06.2019 22:11:30 | -28,800 | 1013a056a3d8d059770bb02d5318970346546dac | feat: Don't log network errors inside protocols | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ pub(crate) mod identify;\npub(crate) mod ping;\nuse crate::Error;\n-use ckb_logger::{debug, error, trace};\n+use ckb_logger::trace;\nuse futures::Future;\nuse p2p::{\nbuilder::MetaBuilder,\n@@ -246,13 +246,8 @@ struct DefaultCKBProtocolContext {\nimpl CKBP... | Rust | MIT License | nervosnetwork/ckb | feat: Don't log network errors inside protocols | 1 | feat | null |
815,595 | 19.06.2019 22:19:42 | -28,800 | 93999d0565c4d834d1e4db292c9e92dd6265950f | perf: Cancel sending GetTransaction when network errors | [
{
"change_type": "MODIFY",
"diff": "@@ -404,6 +404,7 @@ impl<CS: ChainStore + 'static> Relayer<CS> {\n\"relayer send Transaction error: {:?}\",\nerr,\n);\n+ break;\n}\n}\n}\n",
"new_path": "sync/src/relayer/mod.rs",
"old_path": "sync/src/relayer/mod.rs"
}
] | Rust | MIT License | nervosnetwork/ckb | perf: Cancel sending GetTransaction when network errors | 1 | perf | null |
815,595 | 19.06.2019 22:20:36 | -28,800 | 81ab8e86f855e8a4f0a492b73f989d443ec2f087 | perf: Cancel sending Block when network errors | [
{
"change_type": "MODIFY",
"diff": "use crate::relayer::Relayer;\nuse ckb_core::transaction::{ProposalShortId, Transaction};\n-use ckb_logger::{debug_terget, warn_target};\n+use ckb_logger::{debug_target, warn_target};\nuse ckb_network::CKBProtocolContext;\nuse ckb_protocol::{cast, BlockProposal, Flatbuffer... | Rust | MIT License | nervosnetwork/ckb | perf: Cancel sending Block when network errors | 1 | perf | null |
815,598 | 19.06.2019 22:39:53 | -28,800 | 6c6ecd1476850de6c5f12b5da122bbb0838fb0fb | chore(ci): use release mode to run integration | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ before_script:\nscript: make test\nbefore_cache:\n- - rm -rf ./target/release\n+ - rm -rf ./target/release/incremental/\n- rm -rf ./target/debug/incremental/\n- cargo sweep -f\n@@ -83,13 +83,15 @@ matrix:\n- make check-dirty-doc\n- name: Integration on m... | Rust | MIT License | nervosnetwork/ckb | chore(ci): use release mode to run integration (#1061) | 1 | chore | ci |
531,793 | 19.06.2019 23:09:13 | -3,600 | 32463d64355353ab8fd36c59847888909662f0df | chore(ui): switch from Lato to Open Sans fonts | [
{
"change_type": "MODIFY",
"diff": "\"webpack-sources\": \"^1.1.0\"\n}\n},\n- \"lato-font\": {\n- \"version\": \"3.0.0\",\n- \"resolved\": \"https://registry.npmjs.org/lato-font/-/lato-font-3.0.0.tgz\",\n- \"integrity\": \"sha1-kbg34jdLZo+3Mx1EyJTTei2fjhE=\"\n- },\n\"lazy-cache\": {\n\"version\": \"1.0.4\",... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): switch from Lato to Open Sans fonts | 1 | chore | ui |
71,371 | 19.06.2019 23:20:34 | -7,200 | ea10f0d141a48819ec0000cd7905feda993870a9 | feat(events): make target optional in `onXxx()` methods
Make `target` optional in `OnEventOptions` so that it is no required when calling a `onXxx()`
method.
This allows to use "preconfigured" rules in other constructs.
Update `awslint:events-method-signature` to enforce optional `options` parameter in `onXxx()` method... | [
{
"change_type": "MODIFY",
"diff": "@@ -234,7 +234,7 @@ export class Trail extends Resource {\n*\n* Be sure to filter the event further down using an event pattern.\n*/\n- public onCloudTrailEvent(id: string, options: events.OnEventOptions): events.Rule {\n+ public onCloudTrailEvent(id: string, options: eve... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(events): make target optional in `onXxx()` methods (#2921)
Make `target` optional in `OnEventOptions` so that it is no required when calling a `onXxx()`
method.
This allows to use "preconfigured" rules in other constructs.
Update `awslint:events-method-signature` to enforce optional `options` parameter in ... | 1 | feat | events |
104,844 | 19.06.2019 23:39:51 | 14,400 | f8860ad94a1185bfed2f4a90cd0172a474ecc6eb | chore(test): update snapshots for header | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ exports[`Header testcases should render 1`] = `\naria-label=\"help\"\nisMenu={false}\nkey=\"menu-item-help\"\n- menuLinkName=\"help\"\n+ menuLinkName=\"\"\nrenderMenuContent={[Function]}\n>\n<ForwardRef(HeaderMenuItem)\n",
"new_path": "src/components... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test): update snapshots for header | 1 | chore | test |
447,451 | 20.06.2019 00:14:45 | 14,400 | 3148e6ec8e17cf4887f904d4f29e92863b75ef12 | feat: add titel to table cell | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ function CellValue(props) {\nif (CellComponent) {\nreturn <CellComponent {...restColumnProps} value={value} row={rowData} />;\n}\n- return value;\n+ return <span title={value}>{value}</span>;\n}\nCellValue.propTypes = {\n",
"new_path": "src/component... | JavaScript | MIT License | nexxtway/react-rainbow | feat: add titel to table cell (#812) | 1 | feat | null |
447,451 | 20.06.2019 00:52:41 | 14,400 | e729f570e1389216a70fefa1791ee90efb853342 | feat: add debounce prop to input type search | [
{
"change_type": "MODIFY",
"diff": "@@ -123,6 +123,10 @@ Input.propTypes = {\nonKeyDown: PropTypes.func,\n/** Set the input to checked state when true. It is used only for input type checkbox. */\nchecked: PropTypes.bool,\n+ /** If set to true the onChange event will be sent when the customer finish typing.... | JavaScript | MIT License | nexxtway/react-rainbow | feat: add debounce prop to input type search (#815) | 1 | feat | null |
71,459 | 20.06.2019 01:05:26 | 25,200 | eb7649393d42bbf4892605549e33aef756adac95 | refactor(ecs): rename `canAccesContainerInstanceRole ` to `canContainersAccessInstanceRole`
This change closes and renames the field appropriately based on its type.
BREAKING CHANGES:
* **ecs**: `canAccesContainerInstanceRole ` => `canContainersAccessInstanceRole` | [
{
"change_type": "MODIFY",
"diff": "@@ -157,7 +157,7 @@ export class Cluster extends Resource implements ICluster {\n// Tie instances to cluster\nautoScalingGroup.addUserData(`echo ECS_CLUSTER=${this.clusterName} >> /etc/ecs/ecs.config`);\n- if (!options.containersAccessInstanceRole) {\n+ if (!options.canCo... | TypeScript | Apache License 2.0 | aws/aws-cdk | refactor(ecs): rename `canAccesContainerInstanceRole ` to `canContainersAccessInstanceRole` (#2945)
This change closes #2944 and renames the field appropriately based on its type.
BREAKING CHANGES:
* **ecs**: `canAccesContainerInstanceRole ` => `canContainersAccessInstanceRole` | 1 | refactor | ecs |
447,451 | 20.06.2019 03:21:49 | 14,400 | 795ad63d001ec05227eebc61bb92a5bf72503303 | fix: remove debounce in input type search | [
{
"change_type": "MODIFY",
"diff": "@@ -123,10 +123,6 @@ Input.propTypes = {\nonKeyDown: PropTypes.func,\n/** Set the input to checked state when true. It is used only for input type checkbox. */\nchecked: PropTypes.bool,\n- /** If set to true the onChange event will be sent when the customer finish typing.... | JavaScript | MIT License | nexxtway/react-rainbow | fix: remove debounce in input type search (#816) | 1 | fix | null |
104,827 | 20.06.2019 07:21:28 | 18,000 | a6dc278c4af40671dbd784321c2ecd906e8977d5 | chore(timeseries): wip on jest carbon charts | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,8 @@ module.exports = {\n'^(?!.*\\\\.(js|jsx|css|json)$)': '<rootDir>/config/jest/fileTransform.js',\n},\ntestPathIgnorePatterns: ['/config/', '/lib/'],\n- transformIgnorePatterns: ['[/\\\\\\\\]node_modules[/\\\\\\\\].+\\\\.(js|jsx)$'],\n+ transformIgnorePatt... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(timeseries): wip on jest carbon charts | 1 | chore | timeseries |
104,818 | 20.06.2019 08:57:23 | -7,200 | 92d3de907d73c501ced8f9c24ec590804c4cbbcc | fix(editpage): need to export it so it can be used downstream | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,7 @@ export { tileCatalogReducer } from './components/TileCatalog/tileCatalogReducer'\nexport * as tableActions from './components/Table/tableActionCreators';\n// Page related helpers\nexport PageHero from './components/Page/PageHero';\n+export EditPage from ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(editpage): need to export it so it can be used downstream | 1 | fix | editpage |
104,827 | 20.06.2019 09:32:59 | 18,000 | 1b1b2affff0796cdc94fd3820667b938eb9ec932 | chore(package.json): remove extraneous dependencies | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"dependencies\": {\n- \"@carbon/charts-react\": \"0.12.1\",\n\"c3\": \"^0.7.1\",\n\"classnames\": \"^2.2.5\",\n\"immutability-helper\": \"^2.9.0\",\n\"@babel/preset-react\": \"^7.0.0\",\n\"@babel/runtime\": \"^7.0.0\",\n\"@carbon/charts\": \"0.12.1\",\n- \"@carbon... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(package.json): remove extraneous dependencies | 1 | chore | package.json |
821,198 | 20.06.2019 09:44:53 | 25,200 | ec41aa5c97c49257cd8006b2554d671b52de029f | fix: use correct path separators in travis.yml | [
{
"change_type": "MODIFY",
"diff": "@@ -6,15 +6,15 @@ cache: <%- yarn ? 'yarn' : 'npm' %>\nscript:\n<%_ if (type === 'single' || type === 'multi') { _%>\n- - .\\bin\\run --version\n- - .\\bin\\run --help\n+ - ./bin/run --version\n+ - ./bin/run --help\n<%_ } else if (type === 'plugin') { _%>\n- - .\\bin\\run... | TypeScript | MIT License | oclif/oclif | fix: use correct path separators in travis.yml (#248) | 1 | fix | null |
104,857 | 20.06.2019 09:49:23 | 10,800 | cf6ba7472813c86a546760fb3829b0c899306600 | chore(charts): updates on x-axis date labels format | [
{
"change_type": "MODIFY",
"diff": "@@ -17,12 +17,8 @@ const LineChartWrapper = styled.div`\nheight: 100%;\n&&& {\n.chart-wrapper g.tick text {\n- ${props =>\n- props.size === CARD_SIZES.MEDIUM &&\n- `\ntransform: initial !important;\ntext-anchor: initial !important;\n- `}\n}\n.legend-wrapper {\ndisplay: ${... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(charts): updates on x-axis date labels format | 1 | chore | charts |
127,946 | 20.06.2019 10:42:33 | -10,800 | 14b753b597e5860fe4877adb46751052bd39b43d | feat(link): pass exact prop | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,8 @@ const linkBase: CSSObject = {\n* Component\n*/\nconst Link: React.FC<any> = styled('a', {\n- shouldForwardProp: prop => isPropValid(prop) && prop !== 'as',\n+ shouldForwardProp: prop =>\n+ prop === 'exact' || (isPropValid(prop) && prop !== 'as'),\n})(({ ... | TypeScript | MIT License | coingaming/moon-design | feat(link): pass exact prop | 1 | feat | link |
504,026 | 20.06.2019 10:55:45 | 14,400 | 7617e6a087b002ba126849ec2d5a352cf7beddd1 | feat(charts): add invert prop for reversing thresholds
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -245,6 +245,10 @@ export interface ChartDonutThresholdProps extends ChartDonutProps {\n* a regular pie chart is rendered.\n*/\ninnerRadius?: number;\n+ /**\n+ * Invert the threshold color scale used to represent warnings, errors, etc.\n+ */\n+ invert?: boolean;\n/**\n*... | TypeScript | MIT License | patternfly/patternfly-react | feat(charts): add invert prop for reversing thresholds (#2294)
fixes https://github.com/patternfly/patternfly-react/issues/2254 | 1 | feat | charts |
730,413 | 20.06.2019 10:58:51 | 14,400 | 82f1a716fda9839f1c965aa6fc32ceef6d47a643 | fix(Jenkinsfile): add CISCOSPARK_SCOPES to Jenkinsfile | [
{
"change_type": "MODIFY",
"diff": "@@ -175,6 +175,7 @@ ansiColor('xterm') {\nnvm use v8.15.0\nversion=`cat .version`\nexport NODE_ENV=production\n+ export CISCOSPARK_SCOPES=\"Identity:OAuthClient webexsquare:get_conversation webexsquare:admin spark:people_read spark:rooms_read spark:rooms_write spark:membe... | JavaScript | MIT License | webex/react-widgets | fix(Jenkinsfile): add CISCOSPARK_SCOPES to Jenkinsfile | 1 | fix | Jenkinsfile |
504,004 | 20.06.2019 11:05:00 | 14,400 | a5dc8bbda2c6e0bf2c4b740d13bc68df49014bfc | feat( topology-sidebar): Adds TopologySidebar to react-topology | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ export const topologyControlbarCss = StyleSheet.parse(`\nborder: none;\nborder-radius: var(--pf-global--BorderRadius--sm);\nbox-shadow: var(--pf-global--BoxShadow--sm);\n+ margin-top: var(--pf-global--spacer--xs);\n}\n.pf-c-button.pf-m-tertiary:after {\n... | TypeScript | MIT License | patternfly/patternfly-react | feat( topology-sidebar): Adds TopologySidebar to react-topology (#2286) | 1 | feat | topology-sidebar |
104,818 | 20.06.2019 11:08:58 | -7,200 | bf0757150bd25757a12e3e552cad105492915063 | fix(editpage): shrink down a little | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ const StyledPageContent = styled.div`\n{\ndisplay: flex;\nflex-flow: column;\n- min-height: calc(100vh - 250px);\n+ min-height: calc(100vh - 300px);\n}\n`;\n",
"new_path": "src/components/Page/EditPage.jsx",
"old_path": "src/components/Page/EditP... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(editpage): shrink down a little | 1 | fix | editpage |
711,597 | 20.06.2019 12:06:02 | -7,200 | 37e9865397862df99df93bc739972a406a7c5848 | fix(core): Make a dependency
It is required to compile | [
{
"change_type": "MODIFY",
"diff": "\"@nestjs/platform-express\": \"^6.3.1\",\n\"@nestjs/testing\": \"^6.3.1\",\n\"@nestjs/typeorm\": \"^6.0.0\",\n+ \"@types/fs-extra\": \"^7.0.0\",\n\"@vendure/common\": \"^0.1.2-beta.5\",\n\"apollo-server-express\": \"^2.4.0\",\n\"bcrypt\": \"^3.0.6\",\n\"@types/csv-parse\... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Make @types/fs-extra a dependency
It is required to compile | 1 | fix | core |
711,597 | 20.06.2019 12:18:44 | -7,200 | a149d9824ee3557617b7dcc8de224499481b7e0c | docs: Fix docs links in plugin readmes | [
{
"change_type": "MODIFY",
"diff": "`npm install @vendure/admin-ui-plugin`\n-For documentation, see [www.vendure.io/docs/plugins/admin-ui-plugin](www.vendure.io/docs/plugins/admin-ui-plugin)\n+For documentation, see [www.vendure.io/docs/plugins/admin-ui-plugin](https://www.vendure.io/docs/plugins/admin-ui-p... | TypeScript | MIT License | vendure-ecommerce/vendure | docs: Fix docs links in plugin readmes | 1 | docs | null |
401,147 | 20.06.2019 12:30:01 | -19,080 | c3a7bcc447969fa6f9f800a90152e15e307f2443 | fix: changed props name of SideNav Component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -65,6 +65,10 @@ exports[`Input component should render correctly when fullWidth & required props\ncolor: #999999;\n}\n+.c2::-webkit-file-upload-button {\n+ visibility: hidden;\n+}\n+\n.c2 ~ .c3 {\ncolor: #818A91;\n}\n@@ -143,6 +147,10 @@ exports[`Input component should... | TypeScript | MIT License | medly/medly-components | fix: changed props name of SideNav Component
affects: @medly-components/core, @medly-components/layout | 1 | fix | null |
679,913 | 20.06.2019 12:47:05 | -3,600 | 8b36527f8be05f964031f82a9e287518217047bf | feat(shader-ast): add single component swizzle fns | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import {\nFn,\nFn2,\nIObjectOf,\n+ Select3,\nSelect4\n} from \"@thi.ng/api\";\nimport { isArray, isNumber, isString } from \"@thi.ng/checks\";\n@@ -21,6 +22,7 @@ import {\nAssign,\nAssignable,\nBranch,\n+ BVec,\nComparable,\nComparisonOperator,\nDecl,\n@@ ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add single component swizzle fns | 1 | feat | shader-ast |
217,922 | 20.06.2019 13:09:04 | -7,200 | f9951d7895f0d2aa7e21da12a701dc78a462bd17 | fix(recipe-finder): fixed an issue with cart not shown when no recipes are found
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -144,7 +144,7 @@ export class RecipeFinderComponent implements OnDestroy {\n);\nthis.results$ = combineLatest([results$, this.page$]).pipe(\nmap(([results, page]) => {\n- return _.chunk(results, this.pageSize)[page - 1];\n+ return _.chunk(results, this.pageSize)[page -... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(recipe-finder): fixed an issue with cart not shown when no recipes are found
closes #982 | 1 | fix | recipe-finder |
815,569 | 20.06.2019 13:13:11 | -28,800 | 82da2ccd6e277440cf546871d08a1bbd737fbc64 | chore: use rtx and &[] | [
{
"change_type": "MODIFY",
"diff": "@@ -229,7 +229,7 @@ impl HeaderStatus {\n}\n}\n-#[derive(Debug)]\n+#[derive(Debug, Clone)]\npub enum ResolvedCell {\nCell(Box<CellMeta>),\nIssuingDaoInput,\n@@ -252,7 +252,7 @@ impl ResolvedCell {\n}\n}\n-#[derive(Debug)]\n+#[derive(Debug, Clone)]\npub struct ResolvedOutP... | Rust | MIT License | nervosnetwork/ckb | chore: use rtx and &[] | 1 | chore | null |
679,913 | 20.06.2019 13:17:15 | -3,600 | e36c5b867fdd5bbc1eee21c02ef7753eb5a9ac09 | feat(shader-ast): add/update stdlib functions & docs | [
{
"change_type": "MODIFY",
"diff": "@@ -7,10 +7,10 @@ export * from \"./codegen/target\";\nexport * from \"./codegen/glsl\";\nexport * from \"./codegen/js\";\n-export * from \"./std/clamp\";\n-export * from \"./std/fit\";\nexport * from \"./std/fog\";\nexport * from \"./std/lambert\";\n+export * from \"./st... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add/update stdlib functions & docs | 1 | feat | shader-ast |
679,913 | 20.06.2019 13:19:41 | -3,600 | 422e1516dc942f8a538f9909d78dbe120c9c8d97 | feat(examples): update raymarch example | [
{
"change_type": "MODIFY",
"diff": "@@ -2,31 +2,33 @@ import { swizzle8 } from \"@thi.ng/binary\";\nimport { rgbaInt } from \"@thi.ng/color\";\nimport {\n$,\n+ $x,\nadd,\n- aspectCorrectedUV,\nassign,\nclamp01,\ndefn,\ndiffuseLighting,\n- eq,\nfit1101,\nfloat,\nfogExp2,\n+ gte,\nifThen,\nlambert,\n+ lookat,... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): update raymarch example | 1 | feat | examples |
503,945 | 20.06.2019 13:47:36 | 14,400 | 531d4cf4599597f3864e16726c5f23acaf50cd71 | chore(package): Bump versions to 2.13.4 | [
{
"change_type": "MODIFY",
"diff": "\"@babel/plugin-transform-typescript\": \"^7.0.0\",\n\"@babel/preset-env\": \"^7.0.0\",\n\"@babel/preset-react\": \"^7.0.0\",\n- \"@patternfly/patternfly\": \"2.13.0\",\n+ \"@patternfly/patternfly\": \"2.13.4\",\n\"@patternfly/react-icons\": \"^3.10.2\",\n\"@patternfly/re... | TypeScript | MIT License | patternfly/patternfly-react | chore(package): Bump @patternfly/patternfly versions to 2.13.4 (#2312) | 1 | chore | package |
127,946 | 20.06.2019 14:48:47 | -10,800 | f8fa6b8b48a91cc91ffe93f7ce61f531342d685d | feat(deposit-btc): initial view | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,6 @@ import isPropValid from '@emotion/is-prop-valid';\nimport styled from '@emotion/styled';\nimport { colors } from '@heathmont/sportsbet-tokens';\nimport { disabled } from '@heathmont/sportsbet-utils';\n-import { NavLink } from 'react-router-dom';\nimport { ... | TypeScript | MIT License | coingaming/moon-design | feat(deposit-btc): initial view | 1 | feat | deposit-btc |
71,101 | 20.06.2019 15:16:43 | -7,200 | 697535d9abc9532571cfffaa62b64d9bc10fa021 | chore(autoscaling): Correctly pass creation policy timeout | [
{
"change_type": "MODIFY",
"diff": "@@ -543,7 +543,7 @@ export class AutoScalingGroup extends AutoScalingGroupBase implements\n...this.autoScalingGroup.options.creationPolicy,\nresourceSignal: {\ncount: props.resourceSignalCount,\n- timeout: props.resourceSignalTimeout,\n+ timeout: props.resourceSignalTimeo... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(autoscaling): Correctly pass creation policy timeout (#2959) | 1 | chore | autoscaling |
71,101 | 20.06.2019 15:17:05 | -7,200 | 5baa31f8831df4d3d9fdcb39d40b818788963abc | fix(core): Incorrect arg type on Fn.eachMemberIn
Changed the type of the second argument to `Fn.eachMemberIn` to an array
of `string`s, such that it can be used at all.
BREAKING CHANGE: All instance methods of `Fn` were made `static`, and
the `Fn` constructor was made private.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -240,7 +240,7 @@ export class Fn {\n* of strings.\n* @returns an FnCondition token\n*/\n- public conditionEachMemberEquals(listOfStrings: string[], value: string): ICfnConditionExpression {\n+ public static conditionEachMemberEquals(listOfStrings: string[], value: stri... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(core): Incorrect arg type on Fn.eachMemberIn (#2958)
Changed the type of the second argument to `Fn.eachMemberIn` to an array
of `string`s, such that it can be used at all.
BREAKING CHANGE: All instance methods of `Fn` were made `static`, and
the `Fn` constructor was made private.
Fixes #2... | 1 | fix | core |
815,569 | 20.06.2019 15:22:00 | -28,800 | 5f0582fbffc86b5cf078a87b6dfddbbcfdf3f412 | chore: use ref | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,7 @@ pub struct TransactionScriptsVerifier<'a, DL> {\nrtx: &'a ResolvedTransaction<'a>,\nbinary_index: FnvHashMap<H256, usize>,\n- block_data: FnvHashMap<H256, (BlockNumber, BlockExt)>,\n+ block_data: FnvHashMap<&'a H256, (BlockNumber, BlockExt)>,\nlock_group... | Rust | MIT License | nervosnetwork/ckb | chore: use ref | 1 | chore | null |
104,857 | 20.06.2019 15:25:57 | 10,800 | 5c961ec3200cb8e12f934ef2aead46b263f16558 | chore(chart): line color, y-axis label format, new stories for test | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import '@carbon/charts/style.css';\nimport isEmpty from 'lodash/isEmpty';\nimport 'c3/c3.css';\nimport styled from 'styled-components';\n+import isNil from 'lodash/isNil';\nimport { TimeSeriesCardPropTypes, CardPropTypes } from '../../constants/PropTypes';... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(chart): line color, y-axis label format, new stories for test | 1 | chore | chart |
127,946 | 20.06.2019 15:30:10 | -10,800 | 71f4481875ec9abbc206306049f3666d8ef310a2 | feat(deposit-btc): export all components | [
{
"change_type": "ADD",
"diff": "+/** @jsx jsx */\n+import { jsx } from '@emotion/core';\n+import styled from '@emotion/styled';\n+import rem from 'polished/lib/helpers/rem';\n+import { spacing, inlineSVG, mq } from '@heathmont/sportsbet-utils';\n+import { colors, border, breakpoints } from '@heathmont/spor... | TypeScript | MIT License | coingaming/moon-design | feat(deposit-btc): export all components | 1 | feat | deposit-btc |
104,818 | 20.06.2019 15:33:52 | -7,200 | b36a219650d13ef2bb3bc43d649562ff8131cdba | fix(editpage): stop the spinner if the save throws exception | [
{
"change_type": "MODIFY",
"diff": "@@ -272,8 +272,8 @@ const Dashboard = ({\n<DashboardHeader\ntitle={title}\ndescription={description}\n- lastUpdated={!isEditable && lastUpdated}\n- lastUpdatedLabel={!isEditable && lastUpdatedLabel}\n+ lastUpdated={!isEditable ? lastUpdated : null}\n+ lastUpdatedLabel={!i... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(editpage): stop the spinner if the save throws exception | 1 | fix | editpage |
438,921 | 20.06.2019 15:44:29 | -32,400 | 7a1cdada2acd10d4f0ab04c245f501c1fc9333f6 | skip: update build badge to point dev
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -292,7 +292,7 @@ THE SOFTWARE.\n<!-- badges -->\n[badge-download]: https://img.shields.io/npm/dm/billboard.js.svg?style=flat\n[badge-jsDelivr]: https://data.jsdelivr.com/v1/package/npm/billboard.js/badge?style=rounded\n-[badge-build-status]: https://travis-ci.org/naver... | TypeScript | MIT License | naver/billboard.js | skip: update build badge to point dev
[skip ci] | 1 | skip | null |
401,147 | 20.06.2019 16:08:25 | -19,080 | 10f4d0e1909fd55d300d9d055877e1602ce73047 | feat: added configurable icon color in sidenav
affects:
@medly-components/utils | [
{
"change_type": "DELETE",
"diff": "-{\n- \"name\": \"@medly-components/core\",\n- \"version\": \"1.0.0\",\n- \"lockfileVersion\": 1,\n- \"requires\": true,\n- \"dependencies\": {\n- \"@medly-components/theme\": {\n- \"version\": \"1.0.0\"\n- },\n- \"@medly-components/utils\": {\n- \"version\": \"1.0.0\",\n... | TypeScript | MIT License | medly/medly-components | feat: added configurable icon color in sidenav
affects: @medly-components/core, @medly-components/icons, @medly-components/layout,
@medly-components/theme, @medly-components/utils | 1 | feat | null |
71,101 | 20.06.2019 16:26:38 | -7,200 | 5b5ca4872551743d57db8f345a12f5896b303f4e | fix(certificatemanager): Increase wait time for DNS validation
Allow the Lambda function to wait up to 9 minutes and 20 seconds before
bailing out waiting for the domain to be validated. It used to be
waiting no more than 5 minutes and would occasionally timeout on users.
Fixes (hopefully) | [
{
"change_type": "MODIFY",
"diff": "@@ -140,10 +140,10 @@ const requestCertificate = async function (requestId, domainName, subjectAlterna\nconsole.log('Waiting for validation...');\nawait acm.waitFor('certificateValidated', {\n- // Wait up to 5 minutes\n+ // Wait up to 9 minutes and 30 seconds\n$waiter: {\... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(certificatemanager): Increase wait time for DNS validation (#2961)
Allow the Lambda function to wait up to 9 minutes and 20 seconds before
bailing out waiting for the domain to be validated. It used to be
waiting no more than 5 minutes and would occasionally timeout on users.
Fixes #2914 (hopefully) | 1 | fix | certificatemanager |
67,494 | 20.06.2019 16:27:49 | -7,200 | 232e4868ddbf00cbeea892484a7464ca3768fdba | feat(router): restructure default viewports & fix clear all viewports | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import { IParsedQuery, parseQuery } from './parser';\nimport { Queue, QueueItem } from './queue';\nimport { RouteTable } from './route-table';\nimport { Scope } from './scope';\n+import { arrayRemove } from './utils';\nimport { IViewportOptions, Viewport }... | TypeScript | MIT License | aurelia/aurelia | feat(router): restructure default viewports & fix clear all viewports | 1 | feat | router |
815,569 | 20.06.2019 16:37:03 | -28,800 | 82e35b88f052c1520297ec25e4a7cdd8094a2339 | chore: blank blake2b hash | [
{
"change_type": "MODIFY",
"diff": "@@ -1558,7 +1558,6 @@ name = \"hash\"\nversion = \"0.15.0-pre\"\ndependencies = [\n\"blake2b-rs 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \"faster-hex 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)\",\n]\n[[package]]\n",
"new_p... | Rust | MIT License | nervosnetwork/ckb | chore: blank blake2b hash | 1 | chore | null |
127,946 | 20.06.2019 16:41:53 | -10,800 | ad7c9fa3cb10c31a36362b396f1c74285ac5f802 | feat(nav): wallet nav | [
{
"change_type": "MODIFY",
"diff": "@@ -7,43 +7,45 @@ import { IconArrowLeft } from '@heathmont/sportsbet-icons';\nimport { spacing, mq } from '@heathmont/sportsbet-utils';\nimport { colors, border, breakpoints } from '@heathmont/sportsbet-tokens';\nimport styled from '@emotion/styled';\n-import { RouteLink... | TypeScript | MIT License | coingaming/moon-design | feat(nav): wallet nav | 1 | feat | nav |
447,440 | 20.06.2019 16:57:14 | 18,000 | d54908a168a4f5eebc85cfdd37e5e9077d0ba7c8 | styles: fix header arrow | [
{
"change_type": "MODIFY",
"diff": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n-<svg width=\"144px\" height=\"81px\" viewBox=\"0 0 144 81\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n+<svg width=\"132px\" height=\"90px\" viewBox=\"0 0 132 90\" versio... | JavaScript | MIT License | nexxtway/react-rainbow | styles: fix header arrow (#819) | 1 | styles | null |
71,101 | 20.06.2019 16:57:23 | -7,200 | e535929b39fa4ec39d0a12964332b5b1102caff5 | fix(core): Record DependableTrait directly on instance
The use of the WeakMap caused difficulties for construct library authors, because they
could occasionally operate on a different instance of the library.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -39,6 +39,8 @@ export class ConcreteDependable implements IDependable {\n}\n}\n+const DEPENDABLE_SYMBOL = Symbol.for('@aws-cdk/core.DependableTrait');\n+\n/**\n* Trait for IDependable\n*\n@@ -68,22 +70,20 @@ export abstract class DependableTrait {\n// I would also like... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(core): Record DependableTrait directly on instance (#2962)
The use of the WeakMap caused difficulties for construct library authors, because they
could occasionally operate on a different instance of the @aws-cdk/cdk library.
Fixes #2713 | 1 | fix | core |
71,101 | 20.06.2019 16:57:43 | -7,200 | 0dabb024a3ed136a0624d9a9a55561cc5e301147 | fix(cli): Disable line folding in YAML
Certain versions of YAML support long line folding, however the
CloudFormation YAML parser does not handle those. Disabling folding
when generating YAML so that we keep generating correct templates.
Fixes | [
{
"change_type": "MODIFY",
"diff": "import YAML = require('yaml');\n+// tslint:disable-next-line: no-var-requires\n+const yamlTypes = require('yaml/types');\n+\n/**\n* Stringify to YAML\n*/\nexport function toYAML(obj: any): string {\n+ const oldFold = yamlTypes.strOptions.fold.lineWidth;\n+ try {\n+ yamlTy... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(cli): Disable line folding in YAML (#2964)
Certain versions of YAML support long line folding, however the
CloudFormation YAML parser does not handle those. Disabling folding
when generating YAML so that we keep generating correct templates.
Fixes #2703 | 1 | fix | cli |
711,597 | 20.06.2019 17:22:12 | -7,200 | 6d243d27c99ca8e4634fd4c9a022548f28c639a6 | fix(elasticsearch-plugin): Index products when updating by variantIds | [
{
"change_type": "MODIFY",
"diff": "@@ -128,24 +128,40 @@ export class ElasticsearchIndexerController {\nreturn new Observable(observer => {\n(async () => {\nconst timeStart = Date.now();\n+\nif (ids.length) {\nconst batches = Math.ceil(ids.length / batchSize);\nLogger.verbose(`Updating ${ids.length} varian... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(elasticsearch-plugin): Index products when updating by variantIds | 1 | fix | elasticsearch-plugin |
67,494 | 20.06.2019 17:24:23 | -7,200 | c780a3066b28121aabfc2ee6743672f59c6cd02c | feat(router): fix review issues | [
{
"change_type": "MODIFY",
"diff": "@@ -214,7 +214,11 @@ export class Router implements IRouter {\nconst usedViewports = (clearViewports ? this.allViewports().filter((value) => value.content.component !== null) : []);\nconst doneDefaultViewports: Viewport[] = [];\n- let defaultViewports = this.allViewports(... | TypeScript | MIT License | aurelia/aurelia | feat(router): fix review issues | 1 | feat | router |
711,597 | 20.06.2019 17:25:27 | -7,200 | 44809a1dd6cfcc2e7d3eae105cb135bebf148ef2 | fix(elasticsearch-plugin): Close down es client when app closes | [
{
"change_type": "MODIFY",
"diff": "@@ -132,6 +132,11 @@ export class ElasticsearchPlugin implements VendurePlugin {\n});\n}\n+ /** @internal */\n+ onClose() {\n+ return this.client.close();\n+ }\n+\n/** @internal */\nextendAdminAPI(): APIExtensionDefinition {\nreturn {\n",
"new_path": "packages/elastic... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(elasticsearch-plugin): Close down es client when app closes | 1 | fix | elasticsearch-plugin |
104,857 | 20.06.2019 18:28:49 | 10,800 | c244a6225977bfb202264de41186a63d3b268e7b | chore(chart): x-axis label format for hour in different days | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,8 @@ const LineChartWrapper = styled.div`\npadding-top: ${props => (props.isLegendHidden ? '16px' : '0px')};\npadding-bottom: 16px;\nwidth: 100%;\n- height: ${props => `${props.height * 0.9}px`};\n+ height: 100%;\n+\n&&& {\n.chart-wrapper g.tick text {\ntrans... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(chart): x-axis label format for hour in different days | 1 | chore | chart |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.