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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
679,913 | 08.02.2019 08:34:13 | 0 | d990c3c2088a32955058e8e4b6c48fad34c89c08 | perf(geom-isoline): minor optimizations
use Uint8Array for pre-coded cells
cellValue() uses pre-computed index | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,7 @@ export const setBorder =\nconst encodeCrossings =\n(src: ReadonlyVec, w: number, h: number, iso: number) => {\n- const out: number[] = new Array(src.length);\n+ const out = new Uint8Array(src.length);\nconst w1 = w - 1;\nconst h1 = h - 1;\nfor (let y = 0... | TypeScript | Apache License 2.0 | thi-ng/umbrella | perf(geom-isoline): minor optimizations
- use Uint8Array for pre-coded cells
- cellValue() uses pre-computed index | 1 | perf | geom-isoline |
503,942 | 08.02.2019 08:44:07 | 18,000 | 07097bc6cdaaba050351c5ad852fc097e2069e80 | fix(nav): Allow nav to expand by prop change | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,11 @@ class NavToggle extends React.Component {\nstate = {\nvalue: this.props.defaultValue\n};\n-\n+ componentWillReceiveProps(nextProps) {\n+ if (nextProps.defaultValue !== this.state.value) {\n+ this.setState({ value: nextProps.defaultValue });\n+ }\n+ }\nh... | TypeScript | MIT License | patternfly/patternfly-react | fix(nav): Allow nav to expand by prop change (#1345) | 1 | fix | nav |
67,476 | 08.02.2019 10:30:17 | -3,600 | d0c9a6535da0333339327764c558e2b78a8981ef | fix(template-binder): clear interpolation expressions from attribute during compilation
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -102,7 +102,7 @@ export class TemplateBinder {\n}\nconst attrInfo = this.resources.getAttributeInfo(attrSyntax);\nif (attrInfo === null) {\n- this.bindPlainAttribute(attrSyntax);\n+ this.bindPlainAttribute(attrSyntax, attr);\n} else if (attrInfo.isTemplateController) {... | TypeScript | MIT License | aurelia/aurelia | fix(template-binder): clear interpolation expressions from attribute during compilation
fixes #421 | 1 | fix | template-binder |
67,476 | 08.02.2019 10:32:35 | -3,600 | f397009391f7c9806a453b21bb9ed53c111a85ec | chore(test): enable disabled tests | [
{
"change_type": "MODIFY",
"diff": "@@ -24,5 +24,5 @@ TestContext.createHTMLTestContext = createHTMLTestContext;\nchai.use(sinonChai);\n-const testContext = require.context('../../jit-html/test', true, /binding-commands\\.spec\\.ts$/);\n+const testContext = require.context('../../jit-html/test', true, /\\.s... | TypeScript | MIT License | aurelia/aurelia | chore(test): enable disabled tests | 1 | chore | test |
127,940 | 08.02.2019 10:42:14 | -7,200 | f9d5009683adc4bca58b52991f0ed5df15d68551 | chore: consistent README imports | [
{
"change_type": "MODIFY",
"diff": "@@ -5,8 +5,12 @@ route: /components/banner\n---\nimport { Playground, PropsTable } from 'docz';\n-import { Banner, BannerToggle } from './index.ts';\n-import { Button, Heading } from '../';\n+import {\n+ Banner,\n+ BannerToggle,\n+ Button,\n+ Heading,\n+} from '@heathmont... | TypeScript | MIT License | coingaming/moon-design | chore: consistent README imports | 1 | chore | null |
743,863 | 08.02.2019 10:57:36 | 28,800 | f45a817fedab3114cbf9ebaefac8e39a7c0f92fc | chore: slight refactor of approach being used, add support for per-command | [
{
"change_type": "MODIFY",
"diff": "@@ -962,7 +962,9 @@ yargs\n})\n.middleware([mwFunc1, mwFunc2]).argv;\n```\n+\nWhen calling `myCommand` from the command line, mwFunc1 gets called first, then mwFunc2, and finally the command's handler. The console output is:\n+\n```\nI'm a middleware function\nI'm another... | JavaScript | MIT License | yargs/yargs | chore: slight refactor of approach being used, add support for per-command | 1 | chore | null |
273,683 | 08.02.2019 11:01:05 | -3,600 | 63d65b429398724aba73026800c1f10754a8c7ae | refactor(filesystem): various changes
Generate custom uid
Generate id based on relative path
Create ref nodes if ref.create is true | [
{
"change_type": "MODIFY",
"diff": "const path = require('path')\nconst fs = require('fs-extra')\n-const hash = require('hash-sum')\nconst { mapValues } = require('lodash')\nconst isDev = process.env.NODE_ENV === 'development'\n@@ -10,9 +9,9 @@ class FilesystemSource {\nreturn {\npath: undefined,\nroute: un... | JavaScript | MIT License | gridsome/gridsome | refactor(filesystem): various changes
- Generate custom uid
- Generate id based on relative path
- Create ref nodes if ref.create is true | 1 | refactor | filesystem |
503,933 | 08.02.2019 11:19:18 | 18,000 | 5e8242959cf7b64d21f966b673a5bd34aaf577d8 | chore: Upgrade to Patternfly core 1.0.184 | [
{
"change_type": "MODIFY",
"diff": "\"victory\": \"^30.1.0\"\n},\n\"devDependencies\": {\n- \"@patternfly/patternfly\": \"1.0.178\",\n+ \"@patternfly/patternfly\": \"1.0.184\",\n\"css\": \"^2.2.3\",\n\"fs-extra\": \"^6.0.1\",\n\"glob\": \"^7.1.2\",\n",
"new_path": "packages/patternfly-4/react-charts/pac... | TypeScript | MIT License | patternfly/patternfly-react | chore: Upgrade to Patternfly core 1.0.184 (#1354)
#1334 | 1 | chore | null |
273,683 | 08.02.2019 11:41:56 | -3,600 | 6a2d2274a3cc1278671e721cc285726ca8720afa | refactor(store): various changes
Let fields from transformers override id
Update by uid if provided
Cleanup private methods | [
{
"change_type": "MODIFY",
"diff": "@@ -23,12 +23,25 @@ test('add type', () => {\nconst api = createPlugin()\nconst contentType = api.store.addContentType({\n- typeName: 'TestPost'\n+ typeName: 'TestPost',\n+ route: '/path/:foo/:bar'\n})\nexpect(contentType.typeName).toEqual('TestPost')\nexpect(contentType.... | JavaScript | MIT License | gridsome/gridsome | refactor(store): various changes
- Let fields from transformers override id
- Update by uid if provided
- Cleanup private methods | 1 | refactor | store |
127,940 | 08.02.2019 11:43:42 | -7,200 | bc63fcb1ad54fa35f548c964b8dc2c9f24e0c1a8 | docs(toggle): add toggle README | [
{
"change_type": "ADD",
"diff": "+---\n+name: Toggle\n+menu: Components\n+route: /components/toggle\n+---\n+\n+import { Playground, PropsTable } from 'docz';\n+import { colors } from '@heathmont/sportsbet-tokens';\n+import { IconClose, Toggle } from '@heathmont/sportsbet-components';\n+\n+# Toggle\n+\n+A ba... | TypeScript | MIT License | coingaming/moon-design | docs(toggle): add toggle README | 1 | docs | toggle |
127,940 | 08.02.2019 11:45:12 | -7,200 | e629ace2c8dd9088f124554816bbd8b3475a9df1 | docs(card): extend CardToggle info | [
{
"change_type": "MODIFY",
"diff": "@@ -112,6 +112,8 @@ Displays the original and converted wallet balance.\n### Toggle\n+An extension of `Toggle` that can be used to offer users with the option to toggle between 'settings' and to go `back` to the front of the Card.\n+\n<Playground>\n<CardToggle />\n</Playg... | TypeScript | MIT License | coingaming/moon-design | docs(card): extend CardToggle info | 1 | docs | card |
127,940 | 08.02.2019 11:45:59 | -7,200 | 555daa8f7a45845f972eb0578c89d8fe055aa309 | chore(banner): clean up documentation and tests | [
{
"change_type": "MODIFY",
"diff": "@@ -5,22 +5,15 @@ route: /components/banner\n---\nimport { Playground, PropsTable } from 'docz';\n-import {\n- Banner,\n- BannerToggle,\n- Button,\n- Heading,\n-} from '@heathmont/sportsbet-components';\n+import { Button, Heading } from '@heathmont/sportsbet-components';\... | TypeScript | MIT License | coingaming/moon-design | chore(banner): clean up documentation and tests | 1 | chore | banner |
127,940 | 08.02.2019 11:46:47 | -7,200 | 946bb3301b3b4cae7dee516108975d62debdd12c | refactor(banner): switch to default parameters | [
{
"change_type": "MODIFY",
"diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n-exports[`Banner Closable Closable element can be placed anywhere within vertical Banner 1`] = `\n-.emotion-4 {\n- vertical-align: middle;\n-}\n-\n-.emotion-9 {\n- display: -webkit-box;\n- display: -webkit-flex;\n- display: -ms-... | TypeScript | MIT License | coingaming/moon-design | refactor(banner): switch to default parameters | 1 | refactor | banner |
791,690 | 08.02.2019 11:57:36 | 21,600 | f4b9d101f0c3f5ed9074583aba60815bda172bea | core(cache-headers): fix typo in must-revalidate | [
{
"change_type": "MODIFY",
"diff": "@@ -175,7 +175,7 @@ class CacheHeaders extends Audit {\n// Ignore assets where policy implies they should not be cached long periods\nif (cacheControl &&\n(\n- cacheControl['must-validate'] ||\n+ cacheControl['must-revalidate'] ||\ncacheControl['no-cache'] ||\ncacheContro... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(cache-headers): fix typo in must-revalidate (#7189) | 1 | core | cache-headers |
503,951 | 08.02.2019 13:39:01 | 18,000 | 0cbacbd98f327020bc75231868ca61b44f9cd72e | chore(versions): bump versions manually to match manual release [ci skip] | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"patternfly-react-extensions\",\n- \"version\": \"2.16.11\",\n+ \"version\": \"2.16.12\",\n\"private\": false,\n\"description\": \"This library provides an extended set of React components for use with the PatternFly reference implementation.\",\n\"main\": \... | TypeScript | MIT License | patternfly/patternfly-react | chore(versions): bump versions manually to match manual release [ci skip] (#1355) | 1 | chore | versions |
273,683 | 08.02.2019 14:42:44 | -3,600 | 80952d6d1f9b2962f8a8ccdbe97611ab714b9fb8 | fix(graphql): merge all entries in arrays | [
{
"change_type": "MODIFY",
"diff": "@@ -13,8 +13,7 @@ const {\nGraphQLObjectType\n} = require('../graphql')\n-test('infer types from node fields', () => {\n- const fields = mergeNodeFields([\n+const nodes = [\n{\nfields: {\nstring: 'bar',\n@@ -25,8 +24,17 @@ test('infer types from node fields', () => {\nstr... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): merge all entries in arrays (#184) | 1 | fix | graphql |
67,476 | 08.02.2019 14:48:30 | -3,600 | 33fa0fb685189639428de38934d264f652b9ad7d | chore(jit): fix compiler unit tests | [
{
"change_type": "MODIFY",
"diff": "@@ -519,7 +519,7 @@ function createCustomElement(ctx: HTMLTestContext, tagName: string, finalize: bo\ninstructions: childInstructions,\nparts: PLATFORM.emptyObject\n};\n- const attributeMarkup = attributes.map(a => `${a[0]}=\"${a[1]}\"`).join(' ');\n+ const attributeMarku... | TypeScript | MIT License | aurelia/aurelia | chore(jit): fix compiler unit tests | 1 | chore | jit |
67,494 | 08.02.2019 14:53:40 | -3,600 | 5fcf55dfa9d2e1023fba612931f2f635daa3ff93 | refactor(router): rename deactivated, _viewports, viewports to enabled,viewports,getEnabledViewports | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ export class Scope {\npublic viewport: Viewport;\npublic children: Scope[];\n- public _viewports: Viewport[];\n+ public viewports: Viewport[];\nprivate readonly router: Router;\n@@ -43,7 +43,7 @@ export class Scope {\nthis.viewport = null;\nthis.children... | TypeScript | MIT License | aurelia/aurelia | refactor(router): rename deactivated, _viewports, viewports to enabled,viewports,getEnabledViewports | 1 | refactor | router |
503,951 | 08.02.2019 15:02:26 | 18,000 | 7908d7407b917e27bf4ef5b7ffb6568d0a31bcad | fix(lock): update yarn.lock file and shorten build temporarily | [
{
"change_type": "MODIFY",
"diff": "@@ -18,21 +18,21 @@ before_install:\n- yarn install\nscript:\n- yarn build\n-- yarn test\n-- yarn coveralls\n-- yarn test:integration\n+#- yarn test\n+#- yarn coveralls\n+#- yarn test:integration\nafter_success:\n- .travis/after_success.sh\n-- .travis/release.sh\n-- chmod... | TypeScript | MIT License | patternfly/patternfly-react | fix(lock): update yarn.lock file and shorten build temporarily (#1356) | 1 | fix | lock |
67,494 | 08.02.2019 15:11:22 | -3,600 | eba9aaa46ef399c7c243746b138cca5f6eb34aca | refactor(router): rename processingItem, object to currentHistoryActivity, target | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ export interface QueuedBrowserHistory extends History {\n}\ninterface QueueItem {\n- object: object;\n+ target: object;\nmethod: string;\nparameters: unknown[];\n// TODO: Could someone verify this? It's the resolve from a Promise<void>\n@@ -19,7 +19,7 @@ e... | TypeScript | MIT License | aurelia/aurelia | refactor(router): rename processingItem, object to currentHistoryActivity, target | 1 | refactor | router |
67,494 | 08.02.2019 15:31:05 | -3,600 | f3c96c4fc6dc9ee78cbb6e82ed122355577d872f | refactor(router): rename method to methodName | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ export interface QueuedBrowserHistory extends History {\ninterface QueueItem {\ntarget: object;\n- method: string;\n+ methodName: string;\nparameters: unknown[];\n// TODO: Could someone verify this? It's the resolve from a Promise<void>\nresolve: ((value?:... | TypeScript | MIT License | aurelia/aurelia | refactor(router): rename method to methodName | 1 | refactor | router |
503,951 | 08.02.2019 15:36:32 | 18,000 | 470d64866b00bec6e097ba5f095773e71a3760f8 | fix(docs): bump react docs version | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@patternfly/react-docs\",\n\"description\": \"PatternFly React Docs\",\n- \"version\": \"3.21.17\",\n+ \"version\": \"3.21.18\",\n\"author\": \"Red Hat\",\n\"license\": \"Apache-2.0\",\n\"publishConfig\": {\n",
"new_path": "packages/patternfly-4/react-d... | TypeScript | MIT License | patternfly/patternfly-react | fix(docs): bump react docs version (#1357) | 1 | fix | docs |
273,683 | 08.02.2019 15:44:00 | -3,600 | e90538c6b85c3d38b5bcb09d0a1b2fc14459d079 | fix(cli): include package name in version
Also shows installed gridsome version inside project folder. | [
{
"change_type": "ADD",
"diff": "+const execa = require('execa')\n+const cli = require.resolve('../bin/gridsome')\n+\n+test('show @gridsome/cli version', async () => {\n+ const { stdout } = await execa(cli, ['-v'])\n+ const version = require('../package.json').version\n+\n+ expect(stdout).toEqual(`@gridsome... | JavaScript | MIT License | gridsome/gridsome | fix(cli): include package name in version (#176)
Also shows installed gridsome version inside project folder. | 1 | fix | cli |
503,951 | 08.02.2019 16:36:14 | 18,000 | e0a0dab4cbf1f623498205eb94441a77ddfe7df5 | fix(readme): modify readme content for react-core release | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,7 @@ import { Button } from '@patternfly/react-core';\nexport default <Button variant=\"primary\">Button</Button>;\n```\n-All css related to each component is provided alongside it. There is no component level CSS to import.\n+All css related to each componen... | TypeScript | MIT License | patternfly/patternfly-react | fix(readme): modify readme content for react-core release (#1358) | 1 | fix | readme |
104,827 | 08.02.2019 16:51:47 | 21,600 | da67c04fc5c6f0986ebf609118f63be4446ad729 | feat(table): added column sort | [
{
"change_type": "MODIFY",
"diff": "@@ -420,6 +420,93 @@ class TableFilter extends Component {\n};\n}\n+// eslint-disable-next-line react/no-multi-comp\n+class TableSort extends Component {\n+ constructor(props) {\n+ super(props);\n+ this.state = {\n+ columns: tableColumns.map((i, idx) => ({\n+ ...i,\n+ isS... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(table): added column sort | 1 | feat | table |
104,827 | 08.02.2019 17:08:49 | 21,600 | b89708d83cc60b250ff6a6c9a5e27b3121a02ac7 | fix(table): hide filter toolbar option if options.hasFilter not true | [
{
"change_type": "MODIFY",
"diff": "@@ -157,11 +157,13 @@ const Table = ({ columns, data, view, actions, options }) => {\nClear All Filters\n</Button>\n) : null}\n+ {options.hasFilter ? (\n<TableToolbarAction\nicon={iconFilter}\niconDescription=\"Filter\"\nonClick={actions.toolbar.onToggleFilter}\n/>\n+ ) :... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): hide filter toolbar option if options.hasFilter not true | 1 | fix | table |
503,951 | 08.02.2019 17:23:25 | 18,000 | bb2c768009b105cf697232f94c3eed7f96da3723 | chore(ci): add ci check for publishing | [
{
"change_type": "MODIFY",
"diff": "@@ -18,21 +18,21 @@ before_install:\n- yarn install\nscript:\n- yarn build\n-#- yarn test\n-#- yarn coveralls\n-#- yarn test:integration\n+- yarn test\n+- yarn coveralls\n+- yarn test:integration\nafter_success:\n- .travis/after_success.sh\n-#- .travis/release.sh\n-#- chm... | TypeScript | MIT License | patternfly/patternfly-react | chore(ci): add ci check for publishing (#1360) | 1 | chore | ci |
71,482 | 08.02.2019 18:15:06 | -32,400 | 0ea4a786a7ee5ee971ed711141cfcfa8ec35d603 | fix(core): improve error message if construct names conflict | [
{
"change_type": "MODIFY",
"diff": "@@ -374,7 +374,8 @@ export class ConstructNode {\n}\nif (childName in this._children) {\n- throw new Error(`There is already a Construct with name '${childName}' in ${this.toString()}`);\n+ const name = this.id || '';\n+ throw new Error(`There is already a Construct with ... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(core): improve error message if construct names conflict (#1706) | 1 | fix | core |
71,482 | 08.02.2019 18:27:16 | -32,400 | f19602c09e7fa359f86142b0813197f27b5b1533 | chore: fix broken markdown link | [
{
"change_type": "MODIFY",
"diff": "@@ -219,7 +219,7 @@ $ ./install.sh\n$ ./build.sh\n```\n-If you also wish to package to all languages, make sure you have all the [toolchains](#Toolchains] and now run:\n+If you also wish to package to all languages, make sure you have all the [toolchains](#Toolchains) and... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: fix broken markdown link (#1702) | 1 | chore | null |
67,476 | 08.02.2019 18:28:14 | -3,600 | 49a0ef4b3afe3105373a4e786738c91d714f0240 | chore(test): add min reporter | [
{
"change_type": "MODIFY",
"diff": "\"xmlbuilder\": \"8.2.2\"\n}\n},\n+ \"karma-min-reporter\": {\n+ \"version\": \"0.1.0\",\n+ \"resolved\": \"https://registry.npmjs.org/karma-min-reporter/-/karma-min-reporter-0.1.0.tgz\",\n+ \"integrity\": \"sha1-RJykbylfHC687NthAtA/0gNhn2o=\",\n+ \"dev\": true,\n+ \"requ... | TypeScript | MIT License | aurelia/aurelia | chore(test): add min reporter | 1 | chore | test |
67,476 | 08.02.2019 18:28:37 | -3,600 | f1f99534be4ac90d628f43f204e83168a4142f39 | chore(jit): fix compiler tests | [
{
"change_type": "MODIFY",
"diff": "@@ -519,13 +519,13 @@ function createCustomElement(ctx: HTMLTestContext, tagName: string, finalize: bo\ninstructions: childInstructions,\nparts: PLATFORM.emptyObject\n};\n- const attributeMarkup = attributes.map(a => `${a[0]}=\"${a[1].replace(/\\$\\{.*\\}/, '')}\"`).join(... | TypeScript | MIT License | aurelia/aurelia | chore(jit): fix compiler tests | 1 | chore | jit |
217,922 | 08.02.2019 18:36:02 | -3,600 | dc2c9c2e67dca4a9205b4493dd089dbb884240d8 | chore: update cypress dependency | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-41qEJgBH/TWgo5NFSvBCJ1qkoi3Q6ONSF2avrHq1LVEZfYpdHmj0y9SuTK+u9ZhG1sYQKBL1AWXKyLWP4RaUoQ==\"\n},\n\"@types/sinon\": {\n- \"version\": \"4.0.0\",\n- \"resolved\": \"https://registry.npmjs.org/@types/sinon/-/sinon-4.0.0.tgz\",\n- \"integrity\": \"sha51... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: update cypress dependency | 1 | chore | null |
531,793 | 08.02.2019 20:13:10 | 0 | 9ee15fa9cc88845afce4d6db65934507f79d3c18 | feat(ui): bundle Lato fonts
With this change the browser won't need to make any external requests to render the page.
Fixes | [
{
"change_type": "MODIFY",
"diff": "\"copy-to-clipboard\": \"3.0.8\",\n\"fast-deep-equal\": \"2.0.1\",\n\"favico.js\": \"0.3.10\",\n+ \"lato-font\": \"3.0.0\",\n\"lodash.debounce\": \"4.0.8\",\n\"lodash.throttle\": \"4.1.1\",\n\"lodash.uniqueid\": \"4.0.1\",\n",
"new_path": "ui/package.json",
"old_p... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): bundle Lato fonts
With this change the browser won't need to make any external requests to render the page.
Fixes #425 | 1 | feat | ui |
67,475 | 08.02.2019 20:25:49 | -36,000 | 9176c666716726d89611b376457f74e6833c0c02 | feat(e2e): configure cypress to use test folder | [
{
"change_type": "ADD",
"diff": "+{\n+ \"fixturesFolder\": \"test/cypress/fixtures\",\n+ \"integrationFolder\": \"test/cypress/integration\",\n+ \"pluginsFile\": \"test/cypress/plugins/index.js\",\n+ \"screenshotsFolder\": \"test/cypress/screenshots\",\n+ \"supportFile\": \"test/cypress/support/index.js\",\... | TypeScript | MIT License | aurelia/aurelia | feat(e2e): configure cypress to use test folder | 1 | feat | e2e |
67,494 | 08.02.2019 21:45:20 | -3,600 | 4be96aa83d34dd2c71d7df13e17e2751365f0004 | refactor(router): add instruction resolver | [
{
"change_type": "ADD",
"diff": "+export interface IInstructionResolverOptions {\n+ separators?: IRouteSeparators;\n+}\n+\n+export interface IRouteSeparators {\n+ viewport: string;\n+ sibling: string;\n+ scope: string;\n+ ownsScope: string;\n+ parameters: string;\n+ add: string;\n+ clear: string;\n+ action:... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add instruction resolver | 1 | refactor | router |
503,922 | 08.02.2019 21:52:48 | -3,600 | 63ab0f01acdf6107f299598107041b0fe79e9fb5 | fix(Table): Update table styles based on new styling from pf-next v 175 | [
{
"change_type": "MODIFY",
"diff": "-import React, { Component } from 'react';\n+import React, { Component, Children, Fragment } from 'react';\nimport styles from '@patternfly/patternfly/components/Table/table.css';\nimport { css } from '@patternfly/react-styles';\n+import { mapOpenedRows } from './utils/he... | TypeScript | MIT License | patternfly/patternfly-react | fix(Table): Update table styles based on new styling from pf-next v 175 (#1313) | 1 | fix | Table |
273,683 | 09.02.2019 00:40:04 | -3,600 | e3c2abab540294d19ba4aff01b2bd282d12cd15d | fix(g-image): behave properly inside v-for
Also did some refacoring and cleanups by moving intersection observers into directives etc. | [
{
"change_type": "MODIFY",
"diff": "-import caniuse from '../utils/caniuse'\nimport { stringifyClass } from '../utils/class'\n-import { createObserver } from '../utils/intersectionObserver'\n-\n-const observer = caniuse.IntersectionObserver\n- ? createObserver(intersectionHandler)\n- : null\n// @vue/compone... | JavaScript | MIT License | gridsome/gridsome | fix(g-image): behave properly inside v-for (#185)
Also did some refacoring and cleanups by moving intersection observers into directives etc. | 1 | fix | g-image |
273,683 | 09.02.2019 00:43:07 | -3,600 | 1f9ce9a5ba1070d7c22655e2fb3e816eb3539e86 | fix(g-image): pass custom blur to asset queue | [
{
"change_type": "MODIFY",
"diff": "@@ -110,6 +110,16 @@ test('set custom quality', async () => {\nexpect(result.src).toEqual('/assets/static/1000x600.6bbe610.test.png')\n})\n+test('set custom blur', async () => {\n+ const filePath = path.resolve(__dirname, 'assets/1000x600.png')\n+ const queue = new Assets... | JavaScript | MIT License | gridsome/gridsome | fix(g-image): pass custom blur to asset queue | 1 | fix | g-image |
67,494 | 09.02.2019 00:50:22 | -3,600 | e5db3d9dec78748fd208d8e6a5f2a141450c0b3c | refactor(router): implement instruction resolver in router | [
{
"change_type": "MODIFY",
"diff": "+import { IComponentViewportParameters } from './router';\n+\nexport interface IInstructionResolverOptions {\nseparators?: IRouteSeparators;\n}\n@@ -31,4 +33,132 @@ export class InstructionResolver {\n}, ...options.separators\n};\n}\n+\n+ public get clearViewportInstructi... | TypeScript | MIT License | aurelia/aurelia | refactor(router): implement instruction resolver in router | 1 | refactor | router |
67,476 | 09.02.2019 00:54:17 | -3,600 | b6f73da27215f5372055cf6dc4b7fbe96f0cb3de | chore(jit): fix binding command test | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,7 @@ describe('binding-commands', () => {\nconst { au, lifecycle, host, component } = setupAndStart(ctx, `<template><div class=\"\\${foo}\"></div></template>`, null);\ncomponent.foo = 'foo bar';\nlifecycle.processFlushQueue(LF.none);\n- expect((host.firstElem... | TypeScript | MIT License | aurelia/aurelia | chore(jit): fix binding command test | 1 | chore | jit |
273,683 | 09.02.2019 01:07:45 | -3,600 | ec478532e38d8fd4885f2357718012a0f7f84b6b | refactor(app): use new observable api | [
{
"change_type": "MODIFY",
"diff": "import Vue from 'vue'\n-const cache = {}\n-\n-Vue.util.defineReactive(cache, 'data', {})\n+const cache = Vue.observable({})\nexport default {\n- set: (key, val) => Vue.set(cache.data, key, val),\n- delete: key => Vue.delete(cache.data, key),\n- get: key => cache.data[key]... | JavaScript | MIT License | gridsome/gridsome | refactor(app): use new observable api | 1 | refactor | app |
135,555 | 09.02.2019 05:05:05 | 25,200 | e5bdc5c7548f97941e19e45832d9ba0106aa2934 | fix(is-ignored): ignore bitbuckets automatic merge | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ const WILDCARDS = [\n),\nc => c.match(/^Merged (.*?)(in|into) (.*)/),\nc => c.match(/^Merge remote-tracking branch (.*)/),\n- c => c.match(/^Automatic merge from (.*)/),\n+ c => c.match(/^Automatic merge(.*)/),\nc => c.match(/^Auto-merged (.*?) into (.*)... | TypeScript | MIT License | conventional-changelog/commitlint | fix(is-ignored): ignore bitbuckets automatic merge (#573) | 1 | fix | is-ignored |
104,827 | 09.02.2019 11:10:21 | 21,600 | 079202f6d3bbcc6b058a77aa30ea5c3153b51a81 | chore(table): remove unnecessary span | [
{
"change_type": "MODIFY",
"diff": "@@ -197,8 +197,9 @@ const Table = ({ columns, data, view, actions, options }) => {\nactions.table.onChangeSort(column.id);\n}\n}}\n- sortDirection={hasSort ? view.table.sort.direction : 'NONE'}>\n- <span className=\"bx--table-header-label\">{column.name}</span>\n+ sortDir... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(table): remove unnecessary span | 1 | chore | table |
447,447 | 09.02.2019 16:38:59 | 18,000 | e9bc80ccc28e694af84a6cdacecb2509c91b6f6f | fix: the proptype of the prop value should accept a string in CheckboxGroup | [
{
"change_type": "MODIFY",
"diff": "@@ -20,4 +20,18 @@ describe('<CheckboxGroup />', () => {\nexpect(component.find('fieldset.rainbow-checkbox-group_container.custom-class-name').exists()).toBe(true);\n});\n+\n+ it('should set an empty array when the values passed is a \"string\"', () => {\n+ const componen... | JavaScript | MIT License | nexxtway/react-rainbow | fix: the proptype of the prop value should accept a string in CheckboxGroup (#602) | 1 | fix | null |
67,494 | 09.02.2019 18:49:17 | -3,600 | 4cd6e4fd5c22e2d1e524490ab54124bd5745da0e | refactor(router): add parse viewport instruction | [
{
"change_type": "MODIFY",
"diff": "import { IComponentViewportParameters } from './router';\n+import { ViewportInstruction } from './viewport-instruction';\nexport interface IInstructionResolverOptions {\nseparators?: IRouteSeparators;\n@@ -38,6 +39,18 @@ export class InstructionResolver {\nreturn this.sep... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add parse viewport instruction | 1 | refactor | router |
217,922 | 09.02.2019 20:20:59 | -3,600 | 4a1e4fcfff40fdaeb8fa7320eb12ef8b101195fd | fix(simulator): fixed a bug with import from crafting optimizer not working with Basic Synthesis | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,7 @@ export class CraftingActionsRegistry {\nprivate static ACTION_IMPORT_NAMES: { short: string, full: string }[] = [\n{ short: 'observe', full: 'Observe' },\n- { short: 'basicSynth', full: 'BasicSynth' },\n+ { short: 'basicSynth', full: 'BasicSynthesis' },\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed a bug with import from crafting optimizer not working with Basic Synthesis | 1 | fix | simulator |
67,476 | 09.02.2019 20:31:57 | -3,600 | f31fbbe4cb560c75bd0fa9ae00afa4beec689321 | chore(e2e): fix iife e2e tests | [
{
"change_type": "MODIFY",
"diff": "</head>\n<body>\n- <script src=\"https://rawgit.com/aurelia/aurelia/develop/dist/au.bundle.js\"></script>\n+ <script src=\"https://rawgit.com/aurelia/aurelia/develop/packages/jit-html-browser/dist/index.iife.full.js\"></script>\n<app>\n<template>\n<div>${message}</div>\n"... | TypeScript | MIT License | aurelia/aurelia | chore(e2e): fix iife e2e tests | 1 | chore | e2e |
67,476 | 09.02.2019 20:32:52 | -3,600 | 874fa2231948f816337bfa12e736e0d93bbe3e35 | ci: fix browserstack script | [
{
"change_type": "MODIFY",
"diff": "@@ -163,7 +163,7 @@ jobs:\nname: \"Install e2e tests\"\ncommand: |\ncd test/browserstack\n- npm ci\n+ npm install\nnpm run build\n- run:\nname: \"Serve e2e app in the background\"\n",
"new_path": ".circleci/config.yml",
"old_path": ".circleci/config.yml"
}
] | TypeScript | MIT License | aurelia/aurelia | ci: fix browserstack script | 1 | ci | null |
471,529 | 09.02.2019 20:49:46 | -10,800 | 7b6372be83ea6bba825a9806ed009cb7f38e3b8f | fix(testing-helpers): use asynchronous fixtures | [
{
"change_type": "MODIFY",
"diff": "import { TemplateResult } from 'lit-html';\n-import { stringFixtureSync } from './stringFixture.js';\n-import { litFixtureSync } from './litFixture.js';\n+import { stringFixture, stringFixtureSync } from './stringFixture.js';\n+import { litFixture, litFixtureSync } from '... | JavaScript | MIT License | open-wc/open-wc | fix(testing-helpers): use asynchronous fixtures | 1 | fix | testing-helpers |
67,476 | 09.02.2019 20:57:55 | -3,600 | a6821f7694ba16a1053779c1de569d93815a0bd5 | chore(browserstack): remove allure reporter | [
{
"change_type": "MODIFY",
"diff": "dist\n.cache\nerrorShots\n-allure-report\n-allure-results\n*.log\n",
"new_path": "test/browserstack/.gitignore",
"old_path": "test/browserstack/.gitignore"
},
{
"change_type": "MODIFY",
"diff": "\"build:todos\": \"webpack --app todos\",\n\"build:select... | TypeScript | MIT License | aurelia/aurelia | chore(browserstack): remove allure reporter | 1 | chore | browserstack |
67,476 | 09.02.2019 20:58:30 | -3,600 | 22f9e52061861d0ab0d79d94d5ca36e73df17d42 | chore(browserstack): only run tests on stable platforms | [
{
"change_type": "MODIFY",
"diff": "@@ -52,24 +52,25 @@ exports.config = {\ncapabilities: [\n...combine([\n- { versions: ['68'], name: 'Chrome' },\n- { versions: ['61'], name: 'Firefox' }\n+ { versions: ['17'], name: 'Edge' },\n+ { versions: ['71'], name: 'Chrome' },\n+ { versions: ['65'], name: 'Firefox' }... | TypeScript | MIT License | aurelia/aurelia | chore(browserstack): only run tests on stable platforms | 1 | chore | browserstack |
67,476 | 09.02.2019 21:01:15 | -3,600 | c9c34d34fc29e1a5eca77a6231f26867baa9ca03 | ci: reorganize build jobs | [
{
"change_type": "MODIFY",
"diff": "@@ -281,21 +281,21 @@ workflows:\npath: \"local/jit-aurelia-cli-ts\"\nbuild: true\nrequires:\n- - jit-iife-inline # not a real requirement but forces long-running jobs to go first\n+ - lint_packages # not a real requirement but forces long-running jobs to go first\n- e2e_... | TypeScript | MIT License | aurelia/aurelia | ci: reorganize build jobs | 1 | ci | null |
67,476 | 09.02.2019 21:07:23 | -3,600 | 203e92c9e103746d49b65aa4a0152f9069e9e77c | chore(browserstack): disable edge until edgedriver is fixed | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,7 @@ exports.config = {\ncapabilities: [\n...combine([\n- { versions: ['17'], name: 'Edge' },\n+ //{ versions: ['17'], name: 'Edge' },\n{ versions: ['71'], name: 'Chrome' },\n{ versions: ['65'], name: 'Firefox' }\n], [\n",
"new_path": "test/browserstack/b... | TypeScript | MIT License | aurelia/aurelia | chore(browserstack): disable edge until edgedriver is fixed | 1 | chore | browserstack |
67,476 | 09.02.2019 21:14:40 | -3,600 | a77fa34751ed38e6b1c4d4878a221752343c8e5c | chore(browserstack): disable safari until that webdriver is fixed | [
{
"change_type": "MODIFY",
"diff": "@@ -64,13 +64,13 @@ exports.config = {\n// ], [\n// { versions: ['10'], name: 'Windows' }\n// ]),\n- ...combine([\n- { versions: ['11.1'], name: 'Safari' }\n+ // ...combine([\n+ // { versions: ['11.1'], name: 'Safari' },\n// { versions: ['10.1'], name: 'Safari' }\n- ], [\... | TypeScript | MIT License | aurelia/aurelia | chore(browserstack): disable safari until that webdriver is fixed | 1 | chore | browserstack |
67,476 | 09.02.2019 22:52:32 | -3,600 | b53b863e1bfcea90e3ac8e7fa7c51935f4faced6 | fix(value-attribute-observer): fix two-way binding back propagation | [
{
"change_type": "MODIFY",
"diff": "@@ -80,7 +80,7 @@ export class ValueAttributeObserver implements ValueAttributeObserver {\nconst oldValue = this.oldValue = this.currentValue;\nconst newValue = this.currentValue = this.getValue();\nif (oldValue !== newValue) {\n- this.callSubscribers(newValue, oldValue, ... | TypeScript | MIT License | aurelia/aurelia | fix(value-attribute-observer): fix two-way binding back propagation | 1 | fix | value-attribute-observer |
67,476 | 09.02.2019 23:03:53 | -3,600 | 2c1b4ddea0f7c533079e79c16813db21cf735dca | fix(subscriber-collection): allow recursion | [
{
"change_type": "MODIFY",
"diff": "-import { Reporter } from '@aurelia/kernel';\nimport { LifecycleFlags as LF } from '../flags';\nimport {\nIBatchedCollectionSubscriber,\n@@ -117,13 +116,13 @@ function callPropertySubscribers(this: ISubscriberCollection<MutationKind.instan\nsubscribers = subscribers.slice... | TypeScript | MIT License | aurelia/aurelia | fix(subscriber-collection): allow recursion | 1 | fix | subscriber-collection |
67,476 | 09.02.2019 23:19:52 | -3,600 | 580e2def9e4a4568ad1d5a973f782907c9956301 | chore(runtime-html): fix value-attribute-observer tests | [
{
"change_type": "MODIFY",
"diff": "@@ -128,7 +128,7 @@ describe('ValueAttributeObserver', () => {\nexpect(sut.getValue()).to.equal(expectedValueBefore, 'sut.getValue() 1');\nif (expectedValueBefore !== '') {\ncallCount++;\n- expect(subscriber.handleChange).to.have.been.calledWith(expectedValueBefore, sut.d... | TypeScript | MIT License | aurelia/aurelia | chore(runtime-html): fix value-attribute-observer tests | 1 | chore | runtime-html |
67,476 | 10.02.2019 01:07:51 | -3,600 | 58631781d4d88c2a39f7785be9f842a7794db42e | chore(browserstack): cleanup specs, fix logger | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,11 @@ const chalk = <import('chalk').Chalk>(c.default || c);\nexport function logAction(msg: string) {\nconst cap = browser.capabilities;\n- msg = `${chalk.yellow(`${cap.platformName} ${cap.platformVersion} - ${cap.browserName} ${cap.browserVersion}`)}: * ${msg... | TypeScript | MIT License | aurelia/aurelia | chore(browserstack): cleanup specs, fix logger | 1 | chore | browserstack |
67,476 | 10.02.2019 01:49:45 | -3,600 | 17f2fb12408eeba707e1232a684414cf43e8adc7 | chore(browserstack): make the api calls more bs friendly | [
{
"change_type": "MODIFY",
"diff": "import { logAction } from \"../logger\";\nexport class AppPage {\n- public static waitForElement(selector: string, timeout: number = 1000) {\n+ private static waitForElement(selector: string, timeout: number = 1000) {\nconst el = $(selector);\nel.waitForDisplayed(timeout)... | TypeScript | MIT License | aurelia/aurelia | chore(browserstack): make the api calls more bs friendly | 1 | chore | browserstack |
67,476 | 10.02.2019 01:50:20 | -3,600 | 50ee7d69949f88acc70e683ced0605e11e2d8df2 | chore(browserstack): ff doesn't want to play anymore either | [
{
"change_type": "MODIFY",
"diff": "@@ -13,11 +13,16 @@ function combine(browsers, oses) {\nfor (const { versions: os_versions, name: os } of oses) {\nfor (const os_version of os_versions) {\ncapabilities.push({\n+ browser: browserName,\nbrowserName,\nbrowser_version,\n+ browserVersion: browser_version,\n+ ... | TypeScript | MIT License | aurelia/aurelia | chore(browserstack): ff doesn't want to play anymore either | 1 | chore | browserstack |
67,494 | 10.02.2019 03:06:37 | -3,600 | 2ec9ebefe189e48f9156680b1d71dcd211269f12 | test(router): update viewport instruction test | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ export class ViewportInstruction {\npublic parameters?: Record<string, unknown>;\npublic parametersList?: string[];\n- constructor(component: ICustomElementType | string, viewport?: Viewport | string, parameters?: Record<string, unknown>) {\n+ constructo... | TypeScript | MIT License | aurelia/aurelia | test(router): update viewport instruction test | 1 | test | router |
67,476 | 10.02.2019 04:27:23 | -3,600 | 937dd8ccd9b76a2550f1020eff249170c64f5548 | chore(browserstack): pin ajv to 6.8.1 for now due to | [
{
"change_type": "MODIFY",
"diff": "\"@wdio/selenium-standalone-service\": \"^5.2.2\",\n\"@wdio/spec-reporter\": \"^5.4.3\",\n\"@wdio/sync\": \"^5.4.13\",\n+ \"ajv\": \"6.8.1\",\n\"browserstack-local\": \"^1.3.7\",\n\"chai\": \"^4.2.0\",\n\"cross-env\": \"^5.2.0\",\n",
"new_path": "test/browserstack/pac... | TypeScript | MIT License | aurelia/aurelia | chore(browserstack): pin ajv to 6.8.1 for now due to https://github.com/epoberezkin/ajv/issues/941 | 1 | chore | browserstack |
71,184 | 10.02.2019 07:31:55 | 18,000 | 5773bdfc4b25aa3e59b261efdbd5cae70b3b56d0 | docs(dynamodb): sseEnabled defaults to service-managed key | [
{
"change_type": "MODIFY",
"diff": "@@ -82,8 +82,8 @@ export interface TableProps {\npitrEnabled?: boolean;\n/**\n- * Whether server-side encryption is enabled.\n- * @default undefined, server-side encryption is disabled\n+ * Whether server-side encryption with an AWS managed customer master key is enabled.... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(dynamodb): sseEnabled defaults to service-managed key (#1721) | 1 | docs | dynamodb |
217,922 | 10.02.2019 10:11:17 | -3,600 | c8883094f7d6ee88f29dfb15bb91c13038b07656 | fix(list): fixed an issue with display freeze and reordering | [
{
"change_type": "MODIFY",
"diff": "@@ -114,6 +114,7 @@ export class ItemRowComponent implements OnInit {\nprivate commentsService: CommentsService) {\nthis.canBeCrafted$ = this.listsFacade.selectedList$.pipe(\ntap(() => this.cdRef.detectChanges()),\n+ filter(list => !list.notFound && list.canBeCrafted !== ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed an issue with display freeze and reordering | 1 | fix | list |
67,494 | 10.02.2019 14:09:45 | -3,600 | a5a6bf24db03c86de7b9d2b10ce5df0d2f775d6e | refactor(router): add same component check & implement instruction resolver in nav route | [
{
"change_type": "MODIFY",
"diff": "import { ICustomElementType, IObserverLocator, IPropertyObserver, LifecycleFlags } from '@aurelia/runtime';\nimport { INavRoute, IViewportComponent, Nav, NavComponent } from './nav';\nimport { Router } from './router';\n+import { ViewportInstruction } from './viewport-ins... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add same component check & implement instruction resolver in nav route | 1 | refactor | router |
531,793 | 10.02.2019 16:02:14 | 0 | 10897b2f939de53cd54fc89bdce106625a39ee4a | chore(ui): use thinner fonts | [
{
"change_type": "MODIFY",
"diff": "// fonts below\n$web-font-path: \"\";\n-/* Lato (medium, regular) */\n@font-face {\nfont-family: \"Lato\";\nfont-weight: 400;\nfont-style: normal;\ntext-rendering: optimizeLegibility;\n- src: url(\"~lato-font/fonts/lato-medium/lato-medium.woff2\") format(\"woff2\"),\n- ur... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): use thinner fonts | 1 | chore | ui |
679,913 | 10.02.2019 16:43:17 | 0 | 3e48f6c42b1a6a9e33080f9e50ae77c65f9e2e18 | minor(transducers): update filterFuzzy docs | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ export interface FilterFuzzyOpts<A, B> {\n* @thi.ng/equiv by default.\n*\n* ```\n- * [...filterFuzzy({query: \"ho\"}, [\"hello\", \"hallo\", \"hey\", \"heyoka\"])]\n+ * [...filterFuzzy(\"ho\", [\"hello\", \"hallo\", \"hey\", \"heyoka\"])]\n* // [\"hello\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(transducers): update filterFuzzy docs | 1 | minor | transducers |
67,494 | 10.02.2019 16:54:54 | -3,600 | 93ff3dad7523ea3f5b58d9de2f2631639072143d | refactor(router): replace IComponentViewportParameters with ViewportInstruction | [
{
"change_type": "MODIFY",
"diff": "-import { IComponentViewportParameters } from './router';\nimport { ViewportInstruction } from './viewport-instruction';\nexport interface IInstructionResolverOptions {\n@@ -51,6 +50,18 @@ export class InstructionResolver {\nreturn new ViewportInstruction(component, viewp... | TypeScript | MIT License | aurelia/aurelia | refactor(router): replace IComponentViewportParameters with ViewportInstruction | 1 | refactor | router |
679,913 | 10.02.2019 17:44:00 | 0 | 895da65e4da27ab76c4299cf316490f1ce92057f | feat(hdom): add scrollTop/Left property support in setAttrib() | [
{
"change_type": "MODIFY",
"diff": "@@ -232,7 +232,10 @@ export const setAttrib =\ncase \"value\":\nupdateValueAttrib(<HTMLInputElement>el, val);\nbreak;\n+ case \"id\":\ncase \"checked\":\n+ case \"scrollTop\":\n+ case \"scrollLeft\":\n// TODO add more native attribs?\nel[id] = val;\nbreak;\n",
"new_pa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hdom): add scrollTop/Left property support in setAttrib() | 1 | feat | hdom |
679,913 | 10.02.2019 20:14:48 | 0 | 190701e17dfd06bc51c620791974473b3dd9aa4a | feat(checks): add isPrimitive() | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,7 @@ export * from \"./is-object\";\nexport * from \"./is-odd\";\nexport * from \"./is-plain-object\";\nexport * from \"./is-positive\";\n+export * from \"./is-primitive\";\nexport * from \"./is-promise\";\nexport * from \"./is-promiselike\";\nexport * from \... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(checks): add isPrimitive() | 1 | feat | checks |
679,913 | 10.02.2019 21:26:40 | 0 | 314f01867908ed09c3ecaf824005056eda7b56ea | docs(hdom): update __skip attrib docs | [
{
"change_type": "MODIFY",
"diff": "@@ -1199,11 +1199,16 @@ serialized output.\n#### __skip\n-If `true`, the element will not be diffed and simply skipped. IMPORTANT:\n-This attribute is only intended for cases when a component / tree branch\n-should NOT be updated, but MUST NOT be enabled when that compone... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(hdom): update __skip attrib docs | 1 | docs | hdom |
217,922 | 10.02.2019 22:11:44 | -3,600 | 235a3ad7de9235e8c15ba2b6c37d133e374ae430 | fix(list-details): fixed an issue with teams permissions not being handled properly | [
{
"change_type": "MODIFY",
"diff": "@@ -134,6 +134,7 @@ export class ListsEffects {\nof(action.key),\nloggedIn ? this.authFacade.user$ : of(null),\nthis.authFacade.userId$,\n+ this.teamsFacade.selectedTeam$,\nloggedIn ? this.authFacade.mainCharacter$.pipe(map(c => c.FreeCompanyId)) : of(null),\nthis.listSer... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list-details): fixed an issue with teams permissions not being handled properly | 1 | fix | list-details |
217,922 | 10.02.2019 22:12:46 | -3,600 | 337fc94520e0e71367414f754fe1dc3fbafb1b31 | chore(release): 5.0.24 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.0.24\"></a>\n+## [5.0.24](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.0.2... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.0.24 | 1 | chore | release |
67,494 | 11.02.2019 00:50:35 | -3,600 | 0089c3ad9e3504ba1dfe26e00712acb1050e0cd6 | refactor(router): implement viewport instruction in nav | [
{
"change_type": "MODIFY",
"diff": "-import { ICustomElementType, IObserverLocator, IPropertyObserver, LifecycleFlags } from '@aurelia/runtime';\n-import { INavRoute, IViewportComponent, Nav, NavComponent } from './nav';\n+import { ICustomElementType, INode, IObserverLocator, IPropertyObserver, LifecycleFla... | TypeScript | MIT License | aurelia/aurelia | refactor(router): implement viewport instruction in nav | 1 | refactor | router |
71,184 | 11.02.2019 06:52:23 | 18,000 | 13f3df53bc42c33efc603c934dfc0d745a9a7330 | chore: updates s3 permissions example | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,8 @@ A bucket policy will be automatically created for the bucket upon the first call\nconst bucket = new Bucket(this, 'MyBucket');\nbucket.addToResourcePolicy(new iam.PolicyStatement()\n.addActions('s3:GetObject')\n- .addAllResources());\n+ .addResources(buc... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: updates s3 permissions example (#1719) | 1 | chore | null |
471,525 | 11.02.2019 10:01:39 | -7,200 | 1f0e5350d3e30ac6488980649b88a872de0cd1a9 | fix(owc-dev-server): fix CLI options table formatting in README
 | [
{
"change_type": "MODIFY",
"diff": "@@ -84,7 +84,7 @@ npx owc-dev-server --app-index demo/index.html --open\n### Command line options\n|name|alias|type|description|\n-|---|---|---|---|---|\n+|---|---|---|---|\n|--port|-p|number|The port to use. Default: 8080|\n|--hostname|-h|string|The hostname to use. Defa... | JavaScript | MIT License | open-wc/open-wc | fix(owc-dev-server): fix CLI options table formatting in README
 | 1 | fix | owc-dev-server |
815,598 | 11.02.2019 11:10:21 | -28,800 | 51e6669dfec5de9c50e85c57fb3657de29da4789 | chore: run CI for PR on Linux | [
{
"change_type": "MODIFY",
"diff": "@@ -19,15 +19,9 @@ matrix:\n- rust: 1.32.0\nos: osx\nenv: FMT=true CHECK=true TEST=true\n- if: type = pull_request\n- - rust: 1.32.0\n- os: osx\n- env: FMT=true CHECK=true TEST=true\n- if: type != pull_request\n- rust: 1.32.0\nos: linux\nenv: TEST=true\n- if: type != pull... | Rust | MIT License | nervosnetwork/ckb | chore: run CI for PR on Linux | 1 | chore | null |
807,849 | 11.02.2019 11:56:52 | 28,800 | 83c33a32e87e1cecf240c2dd242e0ea597254f62 | fix(version): Passing `--no-changelog` should not disable root versioning | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,9 @@ describe(\"VersionCommand\", () => {\ndescribe(\"normal mode\", () => {\nit(\"versions changed packages\", async () => {\nconst testDir = await initFixture(\"normal\");\n- await lernaVersion(testDir)();\n+ // when --conventional-commits is absent,\n+ // ... | JavaScript | MIT License | lerna/lerna | fix(version): Passing `--no-changelog` should not disable root versioning | 1 | fix | version |
71,123 | 11.02.2019 13:17:41 | 28,800 | 49080c6f80106ab8437772598b67abe36f34f944 | fix(kms): have EncryptionKeyBase implement IEncryptionKey | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,7 @@ export interface EncryptionKeyImportProps {\nkeyArn: string;\n}\n-export abstract class EncryptionKeyBase extends Construct {\n+export abstract class EncryptionKeyBase extends Construct implements IEncryptionKey {\n/**\n* The ARN of the key.\n*/\n",
... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(kms): have EncryptionKeyBase implement IEncryptionKey (#1728) | 1 | fix | kms |
730,413 | 11.02.2019 13:25:31 | 18,000 | 6f990a005207e5dc6cb28860d328e2f08dd6c52d | fix(circleci): pin firefox version to 64 | [
{
"change_type": "MODIFY",
"diff": "@@ -130,7 +130,7 @@ jobs:\nno_output_timeout: 15m\ncommand: |\nset -em\n- PORT=4568 BROWSER=firefox npm run test:integration\n+ PORT=4568 VERSION=64 BROWSER=firefox npm run test:integration\n- store_test_results:\npath: reports/junit/wdio\n- store_artifacts:\n",
"new_... | JavaScript | MIT License | webex/react-widgets | fix(circleci): pin firefox version to 64 | 1 | fix | circleci |
807,849 | 11.02.2019 13:28:22 | 28,800 | 030de9d6285f2b364ed1460b9534bc2190acdf7a | fix(version): Exit with an error when `--github-release` is combined with `--no-changelog` | [
{
"change_type": "MODIFY",
"diff": "@@ -174,6 +174,8 @@ To authenticate with GitHub, the following environment variables can be defined.\n- `GHE_API_URL` - When using GitHub Enterprise, an absolute URL to the API.\n- `GHE_VERSION` - When using GitHub Enterprise, the currently installed GHE version. [Support... | JavaScript | MIT License | lerna/lerna | fix(version): Exit with an error when `--github-release` is combined with `--no-changelog` | 1 | fix | version |
679,913 | 11.02.2019 13:32:03 | 0 | 763d7b967d2970f1e46a26ea9dee6daa4994022f | perf(geom-isoline): flatten LUTs, manual destructure | [
{
"change_type": "MODIFY",
"diff": "import { range2d } from \"@thi.ng/transducers\";\nimport { ReadonlyVec, Vec } from \"@thi.ng/vectors\";\n+// flattened [to,clear] tuples\n+// all positive values are given as times 2\nconst EDGE_INDEX = [\n- [-1, -1], [2, 0], [1, 0], [1, 0],\n- [0, 0], [-1, -1], [0, 0], [... | TypeScript | Apache License 2.0 | thi-ng/umbrella | perf(geom-isoline): flatten LUTs, manual destructure | 1 | perf | geom-isoline |
791,723 | 11.02.2019 14:10:53 | 28,800 | be48f9edd668a3f5c383af70bf899f1bcfc9ccf2 | core(emulation): bump chrome useragent to m74 | [
{
"change_type": "MODIFY",
"diff": "@@ -40,12 +40,12 @@ const DESKTOP_EMULATION_METRICS = {\nconst NEXUS5X_USERAGENT = {\n// eslint-disable-next-line max-len\n- userAgent: 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3559.0 Mobile Safari/537.36... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(emulation): bump chrome useragent to m74 (#7211) | 1 | core | emulation |
808,034 | 11.02.2019 14:11:13 | 28,800 | 85efc23dd6274f5d09763deb8dd81dd45785446a | docs(filter-options): Add more examples of `--ignore` and `--scope` | [
{
"change_type": "MODIFY",
"diff": "@@ -11,12 +11,23 @@ Include only packages with names matching the given glob.\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n+$ lerna run --scope package-1 --scope *-2 lint\n```\n+**Note:** For certain globs, it may be necessary t... | JavaScript | MIT License | lerna/lerna | docs(filter-options): Add more examples of `--ignore` and `--scope` (#1919) | 1 | docs | filter-options |
791,690 | 11.02.2019 14:16:31 | 21,600 | 7e70d9eff8ebb4053d63c034b5092849f51259bc | core(artifacts): unify AnchorElements into single gatherer | [
{
"change_type": "MODIFY",
"diff": "@@ -1093,6 +1093,9 @@ Object {\nObject {\n\"path\": \"accessibility\",\n},\n+ Object {\n+ \"path\": \"anchor-elements\",\n+ },\nObject {\n\"path\": \"image-elements\",\n},\n@@ -1102,9 +1105,6 @@ Object {\nObject {\n\"path\": \"meta-elements\",\n},\n- Object {\n- \"path\":... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(artifacts): unify AnchorElements into single gatherer (#7101) | 1 | core | artifacts |
807,849 | 11.02.2019 14:48:38 | 28,800 | 5c1b84c699d80dbd8c5cce009aae8b82569e32a8 | chore(release): v3.11.1 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [3.11.1](https://github.com/lerna/lerna/compare/v3.11.0...v3.11.1) (2019-02-11)\n+\n+\n+### Bug Fixes\n+\n+* **ver... | JavaScript | MIT License | lerna/lerna | chore(release): v3.11.1 | 1 | chore | release |
273,683 | 11.02.2019 16:00:16 | -3,600 | b9d7addf5b9d1c879d2adaa943721433b08c95c5 | feat(store): helper for creating refs in sub fields
Usage: contentType.createReference(id, typeName) | [
{
"change_type": "MODIFY",
"diff": "@@ -28,11 +28,11 @@ module.exports = function (api) {\nfields: {\ndateFormat: 'YYYY',\ntags: [\n- { id: '2', typeName: 'Tag' },\n- { id: '3', typeName: 'Tag' },\n- { id: '4', typeName: 'Tag' }\n+ posts.createReference('2', 'Tag'),\n+ posts.createReference('3', 'Tag'),\n+ ... | JavaScript | MIT License | gridsome/gridsome | feat(store): helper for creating refs in sub fields
Usage: contentType.createReference(id, typeName) | 1 | feat | store |
67,494 | 11.02.2019 16:03:11 | -3,600 | 7c5f362e18c605f80845c6568ddcdba834806ccf | test(router): restore error message in link handler activate test | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,7 @@ describe('LinkHandler', function () {\n} catch (e) {\nerr = e;\n}\n- expect(err.message).to.contain('Code 2004');\n+ expect(err.message).to.contain('LinkHandler has already been activated.');\n});\n});\n",
"new_path": "packages/router/test/unit/link-... | TypeScript | MIT License | aurelia/aurelia | test(router): restore error message in link handler activate test | 1 | test | router |
469,438 | 11.02.2019 16:12:41 | 28,800 | a12b656bc3734e9f3a6899301f5261c0b1cfd241 | fix: add error to method | [
{
"change_type": "MODIFY",
"diff": "@@ -304,6 +304,7 @@ Field Name | Type | Description\n<a name=\"methodResults\"></a>results | [[Content Descriptor](#contentDescriptorObject) \\| [Reference Object](#referenceObject)] | **REQUIRED**. The description of the results returned by the method. It MUST be a Conte... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: add error to method | 1 | fix | null |
469,438 | 11.02.2019 16:19:16 | 28,800 | 3205b7dfb1bd32986ce6920da7b08db25995cc08 | fix: unique error codes | [
{
"change_type": "MODIFY",
"diff": "@@ -304,7 +304,7 @@ Field Name | Type | Description\n<a name=\"methodResults\"></a>results | [[Content Descriptor](#contentDescriptorObject) \\| [Reference Object](#referenceObject)] | **REQUIRED**. The description of the results returned by the method. It MUST be a Conte... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: unique error codes | 1 | fix | null |
469,438 | 11.02.2019 16:19:57 | 28,800 | 3a55a0f153099b6fd3df38b16aac344988d525f0 | fix: capitalize must | [
{
"change_type": "MODIFY",
"diff": "@@ -304,7 +304,7 @@ Field Name | Type | Description\n<a name=\"methodResults\"></a>results | [[Content Descriptor](#contentDescriptorObject) \\| [Reference Object](#referenceObject)] | **REQUIRED**. The description of the results returned by the method. It MUST be a Conte... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: capitalize must | 1 | fix | null |
469,438 | 11.02.2019 16:28:35 | 28,800 | 37c2753d67ddc200f260c49ca545438e0b3ea04b | fix: incorrect methods example | [
{
"change_type": "MODIFY",
"diff": "@@ -653,8 +653,9 @@ Computing a link from a request operation where the `$params.id` is used to pass\n```json\n{\n- \"methods\": {\n- \"get_user\": {\n+ \"methods\": [\n+ {\n+ \"name\": \"get_user\",\n\"params\": [\n{\n\"name\": \"id\",\n@@ -686,7 +687,8 @@ Computing a li... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: incorrect methods example | 1 | fix | null |
469,438 | 11.02.2019 16:34:30 | 28,800 | 24646ee7864c4e2e8ef19145cf1df1ee4787f341 | fix: links in method | [
{
"change_type": "MODIFY",
"diff": "@@ -305,6 +305,7 @@ Field Name | Type | Description\n<a name=\"methodDeprecated\"></a>deprecated | `boolean` | Declares this operation to be deprecated. Consumers SHOULD refrain from usage of the declared operation. Default value is `false`.\n<a name=\"methodServers\"></a... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: links in method | 1 | fix | null |
273,683 | 11.02.2019 16:35:07 | -3,600 | 1beece4064be50b431a76499ad11a4fd064cd60c | feat(graphql): current node as query variables | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ module.exports = function (api) {\ntitle: 'First post',\ndate: '2017-05-23',\nfields: {\n+ dateFormat: 'YYYY',\ntags: [\n{ id: '2', typeName: 'Tag' },\n{ id: '3', typeName: 'Tag' },\n@@ -40,6 +41,7 @@ module.exports = function (api) {\ntitle: 'Second pos... | JavaScript | MIT License | gridsome/gridsome | feat(graphql): current node as query variables (#77) | 1 | feat | graphql |
730,412 | 11.02.2019 16:41:25 | 0 | 4f5b2d7eb0917d3fbbfc06f3ae6efbfb2d0f4010 | chore(release): 0.1.417 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.417\"></a>\n+## [0.1.417](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.417 | 1 | chore | release |
469,438 | 11.02.2019 16:44:40 | 28,800 | 71f301092df6776c6655fb513f23fd80e342bc32 | fix: results is now result | [
{
"change_type": "MODIFY",
"diff": "@@ -301,7 +301,7 @@ Field Name | Type | Description\n<a name=\"methodDescription\"></a>description | `string` | A verbose explanation of the method behavior. [CommonMark syntax](http://spec.commonmark.org/) MAY be used for rich text representation.\n<a name=\"methodExtern... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: results is now result | 1 | fix | null |
469,438 | 11.02.2019 17:35:40 | 28,800 | e848fe636705ccccb8387e442e894470b44c4983 | fix: add param structure field to support json rpc accurately | [
{
"change_type": "MODIFY",
"diff": "@@ -307,6 +307,7 @@ Field Name | Type | Description\n<a name=\"methodServers\"></a>servers | [[Server Object](#serverObject)] | An alternative `servers` array to service this method. If an alternative `servers` array is specified at the Root level, it will be overridden b... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: add param structure field to support json rpc accurately | 1 | fix | null |
469,438 | 11.02.2019 17:41:03 | 28,800 | 791cf11f12560d14a8dd5d815598b35e02cbb938 | fix: add extra explanation | [
{
"change_type": "MODIFY",
"diff": "@@ -301,7 +301,7 @@ Field Name | Type | Description\n<a name=\"methodSummary\"></a>summary | `string` | A short summary of what the method does.\n<a name=\"methodDescription\"></a>description | `string` | A verbose explanation of the method behavior. [CommonMark syntax](h... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: add extra explanation | 1 | fix | null |
791,690 | 11.02.2019 18:03:06 | 21,600 | 39bc67f4c2065c8b18375dc487cf9fc18460994e | core(byte-efficiency): use more optimistic GZIP ratios | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ function generateInlineStyleWithSize(sizeInBytes, firstContent = '', used = fals\ndiv.classList.add(className);\ndocument.body.appendChild(div);\n}\n- sizeInBytes -= rule.length / 3; // 1 byte per character, GZip estimate is 3x\n+ sizeInBytes -= rule.len... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(byte-efficiency): use more optimistic GZIP ratios (#7210) | 1 | core | byte-efficiency |
217,922 | 11.02.2019 18:27:29 | -3,600 | d268520c5c88347a00c2e5f5d6e4ad951eb1600c | fix(list): fixed an issue with some lists being deleted in details while they still exist | [
{
"change_type": "ADD",
"diff": "+import { OnDestroy } from '@angular/core';\n+import { Subject } from 'rxjs';\n+\n+export abstract class TeamcraftComponent implements OnDestroy {\n+ protected onDestroy$: Subject<void> = new Subject<void>();\n+\n+ ngOnDestroy(): void {\n+ this.onDestroy$.next();\n+ }\n+}\n"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed an issue with some lists being deleted in details while they still exist | 1 | fix | list |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.