author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
104,857 | 25.11.2019 11:40:50 | 10,800 | ffdcc39d210c89f382930ee351c6d5a49ac49c4a | feat(package): include layout package into package.json import | [
{
"change_type": "MODIFY",
"diff": "\"@carbon/colors\": \"^10.1.0\",\n\"@carbon/icons\": \"10.6.1\",\n\"@carbon/icons-react\": \"10.6.1\",\n+ \"@carbon/layout\": \"^10.5.0\",\n\"@carbon/themes\": \"10.7.0\",\n\"ajv\": \"^6.10.2\",\n\"c3\": \"^0.7.1\",\n",
"new_path": "package.json",
"old_path": "pac... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(package): include layout package into package.json import | 1 | feat | package |
711,597 | 25.11.2019 11:47:52 | -3,600 | 7198b85ee770ef51991e5bc6fcbe699cd9a2533b | fix(core): Ensure plugins instantiated only once per process
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -16,17 +16,28 @@ import {\nexport class TestPluginWithAllLifecycleHooks\nimplements OnVendureBootstrap, OnVendureWorkerBootstrap, OnVendureClose, OnVendureWorkerClose {\n+ private static onConstructorFn: any;\nprivate static onBootstrapFn: any;\nprivate static onWorker... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Ensure plugins instantiated only once per process
Fixes #213 | 1 | fix | core |
711,597 | 25.11.2019 12:54:53 | -3,600 | 0d6cb3121a5510f9f45c3c8f24917b461287298e | test(core): Fix e2e plugin tests | [
{
"change_type": "MODIFY",
"diff": "@@ -46,9 +46,23 @@ export class TestPluginWithAllLifecycleHooks\n}\nonVendureClose(): void | Promise<void> {\nTestPluginWithAllLifecycleHooks.onCloseFn();\n+ this.resetSpies();\n}\nonVendureWorkerClose(): void | Promise<void> {\nTestPluginWithAllLifecycleHooks.onWorkerClo... | TypeScript | MIT License | vendure-ecommerce/vendure | test(core): Fix e2e plugin tests | 1 | test | core |
67,476 | 25.11.2019 12:56:18 | -3,600 | f4662f4e6e0134eb6789de51e53434d4edd1a161 | test(aot): improve test reporting and add the rest of the test suite | [
{
"change_type": "MODIFY",
"diff": "@@ -56,15 +56,17 @@ class TestMetadata {\n}\nlet features: string[] = [];\n- const featuresIndex = lines.findIndex(l => l.startsWith('features'));\n+ const featuresIndex = lines.findIndex(l => l.startsWith('features: '));\nif (featuresIndex >= 0) {\n- features = lines[fea... | TypeScript | MIT License | aurelia/aurelia | test(aot): improve test reporting and add the rest of the test suite | 1 | test | aot |
104,871 | 25.11.2019 13:12:53 | 21,600 | 0ef6e742d9b4ed225265f8aaef9466915f78d500 | fix(pagewizard): add tests for stateful pagewizard | [
{
"change_type": "ADD",
"diff": "+import React from 'react';\n+import { render, fireEvent } from '@testing-library/react';\n+\n+import StatefulPageWizard from './StatefulPageWizard';\n+import { content } from './PageWizard.story';\n+\n+describe('StatefulPageWizard tests', () => {\n+ test('button events duri... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(pagewizard): add tests for stateful pagewizard | 1 | fix | pagewizard |
366,961 | 25.11.2019 13:28:51 | -32,400 | 961a5c99e4e183c2b9ca8a761fccdc4e111e4daa | feat(icon): Add fa-times-circle | [
{
"change_type": "MODIFY",
"diff": "@@ -72,6 +72,7 @@ const icons: Array<Props['name']> = [\n'fa-table',\n'fa-th-list',\n'fa-times',\n+ 'fa-times-circle',\n'fa-user-alt',\n'fa-user-circle',\n'fa-users',\n",
"new_path": "src/components/Icon/Icon.stories.tsx",
"old_path": "src/components/Icon/Icon.sto... | TypeScript | MIT License | kufu/smarthr-ui | feat(icon): Add fa-times-circle | 1 | feat | icon |
551,636 | 25.11.2019 13:32:10 | 0 | 4882242c87952fd15ef4888064154fd35d2bdf1e | build: 4.0.2-SNAPSHOT | [
{
"change_type": "MODIFY",
"diff": "<dependency>\n<groupId>org.questdb</groupId>\n<artifactId>core</artifactId>\n- <version>4.0.1</version>\n+ <version>4.0.2-SNAPSHOT</version>\n</dependency>\n<dependency>\n<groupId>org.apache.logging.log4j</groupId>\n",
"new_path": "benchmarks/pom.xml",
"old_path":... | Java | Apache License 2.0 | questdb/questdb | build: 4.0.2-SNAPSHOT | 1 | build | null |
551,636 | 25.11.2019 13:46:06 | 0 | 443e05a39c9393eabbb79b6c8b886211bd42d1b1 | fix: fixed single column file import | [
{
"change_type": "MODIFY",
"diff": "@@ -145,6 +145,7 @@ public class PropServerConfiguration implements ServerConfiguration {\nprivate int jsonCacheLimit;\nprivate int jsonCacheSize;\nprivate double maxRequiredDelimiterStdDev;\n+ private double maxRequiredLineLengthStdDev;\nprivate int metadataStringPoolCap... | Java | Apache License 2.0 | questdb/questdb | fix: fixed single column file import #91 | 1 | fix | null |
815,593 | 25.11.2019 14:22:12 | -32,400 | e4f559f33173e0e7088b6950e0667d40fbc1f28d | refactor: db migration | [
{
"change_type": "MODIFY",
"diff": "@@ -364,7 +364,6 @@ dependencies = [\n\"ckb-chain 0.25.3-pre\",\n\"ckb-chain-spec 0.25.3-pre\",\n\"ckb-crypto 0.25.3-pre\",\n- \"ckb-db 0.25.3-pre\",\n\"ckb-hash 0.25.3-pre\",\n\"ckb-instrument 0.25.3-pre\",\n\"ckb-jsonrpc-types 0.25.3-pre\",\n@@ -483,7 +482,6 @@ dependen... | Rust | MIT License | nervosnetwork/ckb | refactor: db migration | 1 | refactor | null |
866,393 | 25.11.2019 14:39:50 | -32,400 | 5bf4c3c7bfa146b55ee640b372bdb3319b41a249 | feat(tooltip): introduce bx-tooltip-definition
Also `bx-tooltip-icon`. | [
{
"change_type": "MODIFY",
"diff": "@@ -69,10 +69,13 @@ module.exports = postcss.plugin('fix-host-pseudo', function postCssPluginFixHost\npseudosToMove.push(followingNode);\n}\npseudosToMove.forEach(item => {\n+ if (item.type !== 'pseudo' || !/^::/.test(item.value)) {\n+ // Host node of custom elements cann... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(tooltip): introduce bx-tooltip-definition (#150)
Also `bx-tooltip-icon`. | 1 | feat | tooltip |
71,101 | 25.11.2019 14:50:41 | -3,600 | bc924bc5bc7c72a4f2df8bad9011c23c7c15ce52 | chore: fix integ-test run-from-dist for NuGet packages
Set local source in a NuGet.Config file instead of hijacking a very
specific sub-command of `dotnet`, which will yield much more stable
operations (all `dotnet` commands that may incur a `restore` operation
will be able to use the "correct" source(s)). | [
{
"change_type": "DELETE",
"diff": "-#!/bin/bash\n-set -eu\n-if [[ \"${1:-}\" == \"build\" ]]; then\n- shift\n- exec $ORIGINAL_DOTNET build \\\n- --source $NUGET_SOURCE \\\n- \"$@\"\n-fi\n-\n-exec $ORIGINAL_DOTNET \"$@\"\n",
"new_path": null,
"old_path": "packages/aws-cdk/test/integ/run-wrappers/dis... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: fix integ-test run-from-dist for NuGet packages (#5176)
Set local source in a NuGet.Config file instead of hijacking a very
specific sub-command of `dotnet`, which will yield much more stable
operations (all `dotnet` commands that may incur a `restore` operation
will be able to use the "correct" source(s)). | 1 | chore | null |
304,866 | 25.11.2019 15:21:11 | 28,800 | b48f026241853c1e8b23ce77fd402a1a6ae11317 | feat(internal/cmd/gorust): create a tool that measures performance of calling Rust from Go | [
{
"change_type": "ADD",
"diff": "+// +build libflux\n+\n+package libflux_test\n+\n+import (\n+ \"bytes\"\n+ \"encoding/json\"\n+ \"io/ioutil\"\n+ \"os\"\n+ \"testing\"\n+\n+ \"github.com/influxdata/flux/ast\"\n+ gparser \"github.com/influxdata/flux/internal/parser\"\n+ \"github.com/influxdata/flux/internal/... | Go | MIT License | influxdata/flux | feat(internal/cmd/gorust): create a tool that measures performance of calling Rust from Go (#1967) | 1 | feat | internal/cmd/gorust |
276,946 | 25.11.2019 15:22:27 | 10,800 | 4eeaef663a4b5c2a589041b93f1e9d5142f6ced8 | docs(responsive): add adjustments to responsive design | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,6 @@ npm install @gympass/yoga\nAn important point in using it is that your whole application must be wrapped in our `ThemeProvider` component:\n```\n-\nimport { ThemeProvider, Button } from '@gympass/yoga';\nconst App = () => (\n",
"new_path": "packages/... | JavaScript | MIT License | gympass/yoga | docs(responsive): add adjustments to responsive design | 1 | docs | responsive |
127,941 | 25.11.2019 15:43:40 | -7,200 | fbd4706f3f0d6512588baa901972740fc8e3bfcd | fix: date input invalid state | [
{
"change_type": "MODIFY",
"diff": "@@ -68,7 +68,7 @@ Array [\nborder-color: #5A5F65;\n}\n-.c0:not(:placeholder-shown):invalid {\n+.c0:not(:placeholder-shown):not([type=\"date\"]):invalid {\nborder-color: #FF4E64;\n}\n@@ -185,7 +185,7 @@ Array [\nborder-color: #5A5F65;\n}\n-.c0:not(:placeholder-shown):inval... | TypeScript | MIT License | coingaming/moon-design | fix: date input invalid state | 1 | fix | null |
67,476 | 25.11.2019 16:13:50 | -3,600 | 4722e5ec4cb832a27b024533ec6ebbe87eade729 | fix(ast): add missing statement kind | [
{
"change_type": "MODIFY",
"diff": "@@ -1036,7 +1036,7 @@ export function isIIFE(expr: $FunctionExpression | $ArrowFunction): boolean {\nexport function evaluateStatement(\nctx: ExecutionContext,\n- statement: $$ESStatement,\n+ statement: $$ESLabelledItem,\n): $Any {\nconst realm = ctx.Realm;\nconst intrins... | TypeScript | MIT License | aurelia/aurelia | fix(ast): add missing statement kind | 1 | fix | ast |
276,946 | 25.11.2019 16:43:54 | 10,800 | b2cf068a6cd17b4bb6f41c3f92fb14ff8df86f1b | fix(codeblock): remove positive lookahead regex property from imports regex | [
{
"change_type": "MODIFY",
"diff": "@@ -184,10 +184,10 @@ const CodeBlock = ({ children, reactLive, center }) => {\nconst [darkMode, setDarkMode] = useState(false);\nconst normalizedCodeExample = children.trim();\n- const importsRegex = /(?<=<)([A-Z][A-Za-z]+)(?<=\\s*)\\/?(?=>?)/g;\n- const imports = [...ne... | JavaScript | MIT License | gympass/yoga | fix(codeblock): remove positive lookahead regex property from imports regex | 1 | fix | codeblock |
276,946 | 25.11.2019 16:46:17 | 10,800 | e21e58a87aad37ad939bc99fd5f3c407f73b37e0 | fix(yoga/doc): fix arrow height and padding | [
{
"change_type": "MODIFY",
"diff": "@@ -142,7 +142,8 @@ const getHtml = (tree, level = 0, toggleMenu) =>\nhasChild ? () => setOpened(!opened) : () => toggleMenu(false)\n}\n>\n- {title} {hasChild ? <Arrow /> : ''}\n+ {title}{' '}\n+ {hasChild ? <Arrow style={{ height: '100%', paddingTop: 10 }} /> : ''}\n</An... | JavaScript | MIT License | gympass/yoga | fix(yoga/doc): fix arrow height and padding | 1 | fix | yoga/doc |
366,920 | 25.11.2019 18:51:43 | -32,400 | c002fd1049f76106dc137ee08fdc137f6a29c20b | feat: Add onClickOverlay props to to ActionDialog and MessageDialog | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ import { ActionDialogContentInner } from './ActionDialogContentInner'\ntype Props = ActionDialogContentProps & {\nisOpen: boolean\nonClickClose: () => void\n+ onClickOverlay?: () => void\n}\nexport const ActionDialog: React.FC<Props> = ({\n@@ -20,6 +21,7 @... | TypeScript | MIT License | kufu/smarthr-ui | feat: Add onClickOverlay props to to ActionDialog and MessageDialog | 1 | feat | null |
306,421 | 25.11.2019 18:55:37 | -3,600 | 73e9dc5849bbafff8ab7a63ddfb86afd3f1f1791 | fix(field): aria ordering within a FormControl | [
{
"change_type": "MODIFY",
"diff": "@@ -186,8 +186,10 @@ export const FormControlMixin = dedupeMixin(\n__reflectAriaAttr(attrName, nodes, reorder) {\nif (this._inputNode) {\nif (reorder) {\n+ const insideNodes = nodes.filter(n => this.contains(n));\n+ const outsideNodes = nodes.filter(n => !this.contains(n)... | JavaScript | MIT License | ing-bank/lion | fix(field): aria ordering within a FormControl | 1 | fix | field |
71,371 | 25.11.2019 19:07:05 | -3,600 | 08233965e7a1a32e518b08a4d6671ffe702a239d | feat(events): add static grantPutEvents() to EventBus
* feat(events): add static grantPutEvents() to EventBus
It's currently not possible to restrict `PutEvents` to specific resources.
See
* Update event-bus.ts | [
{
"change_type": "MODIFY",
"diff": "+import iam = require('@aws-cdk/aws-iam');\nimport { Construct, IResource, Lazy, Resource, Stack } from '@aws-cdk/core';\nimport { CfnEventBus } from './events.generated';\n@@ -136,6 +137,22 @@ export class EventBus extends Resource implements IEventBus {\nreturn new Impo... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(events): add static grantPutEvents() to EventBus (#5133)
* feat(events): add static grantPutEvents() to EventBus
It's currently not possible to restrict `PutEvents` to specific resources.
See https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/permissions-reference-cwe.html
* Update event-bus.ts | 1 | feat | events |
366,920 | 25.11.2019 19:48:36 | -32,400 | e3287281754de860ae31aeb51827c1e5f043604c | fix: Add line-height to DefinitionListItem | [
{
"change_type": "MODIFY",
"diff": "@@ -51,6 +51,7 @@ const Content = styled.dd<{ themes: Theme }>`\npadding: 0;\ncolor: ${palette.TEXT_BLACK};\nfont-size: ${size.pxToRem(size.font.TALL)};\n+ line-height: 1.5;\n`\n}}\n`\n",
"new_path": "src/components/DefinitionList/DefinitionListItem.tsx",
"old_pat... | TypeScript | MIT License | kufu/smarthr-ui | fix: Add line-height to DefinitionListItem | 1 | fix | null |
366,920 | 25.11.2019 19:48:51 | -32,400 | 88b9767786e1905156dfe7c0584a8d52b89dd98b | fix: Adjust style | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,7 @@ const Wrapper = styled.div<{ themes: Theme }>`\nconst { palette, size } = themes\nreturn css`\n- padding-bottom: ${size.pxToRem(size.space.XXS)};\n+ padding-bottom: ${size.pxToRem(5)};\nborder-bottom: 1px dotted ${palette.BORDER};\n`\n}}\n@@ -47,7 +47,7 ... | TypeScript | MIT License | kufu/smarthr-ui | fix: Adjust style | 1 | fix | null |
865,921 | 25.11.2019 20:14:27 | -3,600 | b9b5bdc176e62f885474433ac0f9e8b32d9707c4 | chore(client): update to /
Closes
Closes | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-kzRGXGLzTROLRNCSskkOyj/+SbtTAn2unKfgB9tNt7RWJFybg/Wbe9YjK2ALotI3b64wwlCTkAalXiTiskP6dg==\"\n},\n\"bpmn-js\": {\n- \"version\": \"6.0.2\",\n- \"resolved\": \"https://registry.npmjs.org/bpmn-js/-/bpmn-js-6.0.2.tgz\",\n- \"integrity\": \"sha512-Yy20FJ... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): update to diagram-js@6.0.2 / bpmn-js@6.0.3
Closes https://github.com/camunda/camunda-modeler/issues/1599
Closes https://github.com/camunda/camunda-modeler/issues/1598 | 1 | chore | client |
67,476 | 25.11.2019 20:29:52 | -3,600 | 8983e2dba9e0986f71cf115ae14350dfed0d6060 | feat(ast): implement RS:Evaluation for SpreadElement | [
{
"change_type": "MODIFY",
"diff": "@@ -1144,8 +1144,12 @@ export function $ArgumentListEvaluation(\nif (value.isAbrupt) {\nreturn value;\n}\n+ if (value.isList) {\n+ list.push(...value);\n+ } else {\nlist.push(value);\n}\n+ }\nreturn list;\n// ArgumentList : ArgumentList , ... AssignmentExpression // TODO\... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement RS:Evaluation for SpreadElement | 1 | feat | ast |
67,476 | 25.11.2019 20:44:02 | -3,600 | 0c21230cb80d6a6a9e58fb14098a13f79779bcaf | feat(aot): implement GetMethod | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,7 @@ import {\n$CreateDataProperty,\n$Call,\n$DefinePropertyOrThrow,\n+ $GetMethod,\n} from '../operations';\nimport {\n$Number,\n@@ -43,7 +44,7 @@ import {\n// http://www.ecma-international.org/ecma-262/#sec-getiterator\nexport function $GetIterator(\nctx: E... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement GetMethod | 1 | feat | aot |
711,597 | 25.11.2019 20:49:19 | -3,600 | c18782800c38c1b41eabd86110655f847b210d3a | docs(core): Fix example for asyncObservable | [
{
"change_type": "MODIFY",
"diff": "@@ -8,10 +8,10 @@ import { Observable, Observer } from 'rxjs';\n*\n* @example\n* ```TypeScript\n- * @Controller()\n+ * \\@Controller()\n* export class MyWorkerController {\n*\n- * @MessagePattern('test')\n+ * \\@MessagePattern('test')\n* handleTest() {\n* return asyncObse... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(core): Fix example for asyncObservable | 1 | docs | core |
711,597 | 25.11.2019 20:57:12 | -3,600 | 155d429353dc81473d892ce07b4fb8f75777752c | feat(email-plugin): Allow async data loading in EmailEventHandlers
Closes | [
{
"change_type": "MODIFY",
"diff": "export * from './src/default-email-handlers';\nexport * from './src/email-sender';\n+export * from './src/event-handler';\n+export * from './src/event-listener';\nexport * from './src/handlebars-mjml-generator';\nexport * from './src/noop-email-generator';\nexport * from ... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(email-plugin): Allow async data loading in EmailEventHandlers
Closes #184 | 1 | feat | email-plugin |
67,476 | 25.11.2019 22:11:08 | -3,600 | 32fdb760bbca60bf4939e9796a88a58b09f26d0b | chore(aot): improve test reporting | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,11 @@ import {\nformat,\nIDisposable,\nWritable,\n+ ILogEvent,\n+ ILogConfig,\n+ LogConfig,\n+ ISink,\n+ ConsoleSink,\n} from '@aurelia/kernel';\nimport {\nIFileSystem,\n@@ -25,6 +30,9 @@ import {\nresolve,\njoin,\n} from 'path';\n+import {\n+ appendFileSync,... | TypeScript | MIT License | aurelia/aurelia | chore(aot): improve test reporting | 1 | chore | aot |
942,633 | 25.11.2019 22:12:14 | 28,800 | 69b6e3c63f388c02d619d5482ac897695957ce6f | feat(menu): Fix import of React dependency.
fix: Change React dependency import for Menu to fix type declarations for consumers. | [
{
"change_type": "MODIFY",
"diff": "-import React, {Fragment} from 'react';\n+import * as React from 'react';\nimport styled from '@emotion/styled';\nimport uuid from 'uuid/v4';\nimport {MenuItemProps} from './MenuItem';\n@@ -112,13 +112,13 @@ export default class Menu extends React.Component<MenuProps, Men... | TypeScript | Apache License 2.0 | workday/canvas-kit | feat(menu): Fix import of React dependency. (#334)
fix: Change React dependency import for Menu to fix type declarations for consumers. | 1 | feat | menu |
71,371 | 25.11.2019 22:31:07 | -3,600 | 209f909da74982c6d497cc9e2965258ab97bb2bf | chore(rds): improve documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,7 @@ export interface DatabaseClusterProps {\n* @default - Backup retention period for automated backups is 1 day.\n* Backup preferred window is set to a 30-minute window selected at random from an\n* 8-hour block of time for each AWS Region, occurring on a r... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(rds): improve documentation (#5167) | 1 | chore | rds |
902,122 | 25.11.2019 22:45:33 | -3,600 | ab32a9eee9c8dc7d14788d9221e7e3dd5141a48d | chore(release): v5.18.0 | [
{
"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+# [5.18.0](https://github.com/kikobeats/browserless/compare/v5.17.5...v5.18.0) (2019-11-25)\n+\n+\n+### Features\n+\n... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.18.0 | 1 | chore | release |
217,922 | 25.11.2019 23:19:15 | -3,600 | 8bad89294f717e34d384dc38e8c369d1ea4ecb7a | fix(list): fixed an issue breaking offline lists entirely | [
{
"change_type": "MODIFY",
"diff": "@@ -65,6 +65,7 @@ export class ListsEffects {\ndistinctUntilChanged(),\nswitchMap((userId) => {\nthis.localStore = this.serializer.deserialize<List>(JSON.parse(localStorage.getItem('offline-lists') || '[]'), [List]);\n+ this.localStore.forEach(list => list.afterDeserializ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed an issue breaking offline lists entirely | 1 | fix | list |
902,122 | 25.11.2019 23:39:35 | 0 | 847e636e755943a926b05f9b6773a0c3f609014e | chore(release): v5.18.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+## [5.18.1](https://github.com/kikobeats/browserless/compare/v5.18.0...v5.18.1) (2019-11-25)\n+\n+\n+### Bug Fixes\n+... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.18.1 | 1 | chore | release |
902,122 | 26.11.2019 00:20:40 | -3,600 | 1232b20e569c79c742996b5a6787b788f072d449 | build: improve defaults
networkidle2 is less agressive
use print media by default
setup proportional margin | [
{
"change_type": "MODIFY",
"diff": "const createGoto = require('@browserless/goto')\n-const getMargin = unit =>\n- typeof unit === 'string'\n- ? {\n+const getMargin = unit => {\n+ if (!unit) return unit\n+ if (typeof unit === 'object') return unit\n+ return {\ntop: unit,\nright: unit,\nbottom: unit,\nleft: ... | JavaScript | MIT License | microlinkhq/browserless | build: improve defaults
- networkidle2 is less agressive
- use print media by default
- setup proportional margin | 1 | build | null |
902,122 | 26.11.2019 00:21:34 | -3,600 | d73c9643c7c3253f90fbb5bcdcb86ee369b75c19 | fix: ensure to call disableAnimations after goto | [
{
"change_type": "MODIFY",
"diff": "@@ -13,8 +13,6 @@ const engine = PuppeteerBlocker.deserialize(\nconst isEmpty = val => val == null || !(Object.keys(val) || val).length\n-const WAIT_UNTIL = ['load']\n-\nconst parseCookies = (url, str) => {\nconst domain = `.${getDomain(url)}`\nreturn str.split(';').reduc... | JavaScript | MIT License | microlinkhq/browserless | fix: ensure to call disableAnimations after goto | 1 | fix | null |
902,122 | 26.11.2019 00:29:45 | -3,600 | b393534f93dfd89b8ec2324a5cdf3767fb733567 | fix: default opts | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,13 @@ module.exports = ({ goto, ...gotoOpts } = {}) => {\nreturn page => async (\nurl,\n- { margin = '0.35cm', scale = 0.65, printBackground = true, waitUntil = 'networkidle2', ...opts }\n+ {\n+ margin = '0.35cm',\n+ scale = 0.65,\n+ printBackground = true,\n... | JavaScript | MIT License | microlinkhq/browserless | fix: default opts | 1 | fix | null |
71,483 | 26.11.2019 03:49:56 | 21,600 | d2a86a575377737b7d5772afb6d012aa80fa2b0f | fix(docs): update removed subscribeLambda method example | [
{
"change_type": "MODIFY",
"diff": "@@ -58,7 +58,7 @@ const fn = new lambda.Function(this, 'Function', ...);\n// size: anything but 'small' or 'medium'\n// price: between 100 and 200 or greater than 300\n// store: attribute must be present\n-topic.subscribeLambda(new subs.LambdaSubscription(fn, {\n+topic.ad... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(docs): update removed subscribeLambda method example (#5060) | 1 | fix | docs |
217,885 | 26.11.2019 06:40:27 | 28,800 | f6e0ff4146e6789478610dda6b38063f141ae16e | chore: Update node-machina-ffxiv to 2.28.6
This has the autodetected packet opcodes, the rest are coming soon^TM | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.22.6\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.22.6.tgz\",\n- \"integrity\": \"sha512-bxyhQxxazNy5NMbRTETUHfFOeRVPDKEwcqtTFKmHBtqeahxOlTq+rGF0jNUVUS3jc0a8q2a7voUp7BBMeMJ+... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: Update node-machina-ffxiv to 2.28.6
This has the autodetected packet opcodes, the rest are coming soon^TM | 1 | chore | null |
76,617 | 26.11.2019 07:36:14 | -3,600 | 4b4165280d94e77d939f807611cc7d72fa20402c | fix: Portuguese tokenizer was not splitting hiphens
This was a regresssion wrt v3.x | [
{
"change_type": "MODIFY",
"diff": "@@ -68,5 +68,10 @@ describe('Aggressive Tokenizer Pt', () => {\n);\nexpect(actual).toEqual(expected);\n});\n+ test('It must tokenize at hiphen', () => {\n+ const expected = ['disse', 'me'];\n+ const actual = tokenizer.tokenize('Disse-me', true);\n+ expect(actual).toEqual(... | JavaScript | MIT License | axa-group/nlp.js | fix: Portuguese tokenizer was not splitting hiphens
This was a regresssion wrt v3.x | 1 | fix | null |
76,617 | 26.11.2019 07:37:33 | -3,600 | 3096087cc08a7d793374505d23c745a904aa4b83 | fix: some tokenizer tests used wrong locale | [
{
"change_type": "MODIFY",
"diff": "const { NlpUtil } = require('../../../src/nlp');\n-const tokenizer = NlpUtil.getTokenizer('fa');\n+const tokenizer = NlpUtil.getTokenizer('it');\ndescribe('Aggressive Tokenizer It', () => {\ndescribe('Constructor', () => {\n",
"new_path": "packages/node-nlp/test/nlp/t... | JavaScript | MIT License | axa-group/nlp.js | fix: some tokenizer tests used wrong locale | 1 | fix | null |
551,636 | 26.11.2019 08:55:55 | 0 | 6604031f23c5d34ff2e725933493a576ccd94beb | docs: new roadmap items | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,8 @@ __SQL__\n- [ ] parquet import\n- [ ] AVRO import\n- [ ] Cancel active query: lightweight method for cancelling loops that have negligeable impact on query performance\n+- [ ] JSON search\n+- [ ] geospatial search\n- [x] subqueries\n- [x] support for NULL... | Java | Apache License 2.0 | questdb/questdb | docs: new roadmap items | 1 | docs | null |
551,636 | 26.11.2019 09:06:19 | 0 | a0f151bc2256e59863d92367da5a87503bd7b4e4 | docs: one more roadmap item | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,7 @@ __SQL__\n- [ ] Cancel active query: lightweight method for cancelling loops that have negligeable impact on query performance\n- [ ] JSON search\n- [ ] geospatial search\n+- [ ] ACID over multiple tables\n- [x] subqueries\n- [x] support for NULL and NaN ... | Java | Apache License 2.0 | questdb/questdb | docs: one more roadmap item | 1 | docs | null |
711,597 | 26.11.2019 09:47:53 | -3,600 | 838983fbfebffb94fa3550b7159fabb1dfb809bd | docs: Add links to real-world-vendure repo
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,10 @@ showtoc: true\nVendure can support many kinds of payment workflows, such as authorizing and capturing payment in a single step upon checkout or authorizing on checkout and then capturing on fulfillment.\n+{{% alert \"primary\" %}}\n+ For a complete workin... | TypeScript | MIT License | vendure-ecommerce/vendure | docs: Add links to real-world-vendure repo
Relates to #214 | 1 | docs | null |
711,597 | 26.11.2019 10:00:48 | -3,600 | af5bc545def9ee86fb0a64bed6a15267d111e426 | docs: Update storefront page | [
{
"change_type": "MODIFY",
"diff": "@@ -9,13 +9,13 @@ The storefront is the application which customers use to interact with your stor\nAs a headless server, Vendure provides a GraphQL API and admin UI app, but no storefront. The key advantage of the headless model is that the storefront (or indeed, any num... | TypeScript | MIT License | vendure-ecommerce/vendure | docs: Update storefront page | 1 | docs | null |
551,695 | 26.11.2019 10:25:35 | 0 | 5a53d890e61ba6dc420c08e9624be39c652463c0 | docs: Moving roadmap to website | [
{
"change_type": "MODIFY",
"diff": "@@ -51,7 +51,7 @@ You can find more documentation [here](https://www.questdb.io/docs/documentation\n## Roadmap\n-Our roadmap is [here](roadmap.md)\n+Our roadmap is [here](https://www.questdb.io/docs/roadmap)\n## Building from source\n",
"new_path": "README.md",
"o... | Java | Apache License 2.0 | questdb/questdb | docs: Moving roadmap to website | 1 | docs | null |
551,636 | 26.11.2019 10:33:29 | 0 | 37233251b066741c3b073d9cc6e34c43e79aee18 | fix: crash at TextDelimiterScanner | [
{
"change_type": "MODIFY",
"diff": "@@ -72,7 +72,7 @@ public class TextDelimiterScanner implements Closeable {\npublic TextDelimiterScanner(TextConfiguration configuration) {\nthis.lineCountLimit = configuration.getTextAnalysisMaxLines();\n- this.matrixRowSize = (Byte.MAX_VALUE + 1) * Integer.BYTES;\n+ this... | Java | Apache License 2.0 | questdb/questdb | fix: crash at TextDelimiterScanner | 1 | fix | null |
127,977 | 26.11.2019 10:39:06 | -7,200 | 83fb95448d45fe1386152a5f9fd7e56970b03828 | fix: fixed scripts not being executed on pre/post publish | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"prepublishOnly\": \"yarn publish:pre:move:lib && yarn publish:pre:update:package\",\n\"postpublish\": \"yarn publish:post:unmove:lib && yarn publish:post:revert:package\",\n- \"publish:pre:move:lib\": \"node ../../../scripts/publish.js --input ./lib/ --o... | TypeScript | MIT License | coingaming/moon-design | fix: fixed scripts not being executed on pre/post publish | 1 | fix | null |
127,977 | 26.11.2019 10:57:08 | -7,200 | 632b89a3a009ec7ed2468259db071dc515ad06cc | fix: fixed unix issue on publish + forcing publishing | [
{
"change_type": "MODIFY",
"diff": "@@ -38,31 +38,19 @@ if (![MODES.prepublish, MODES.postpublish].includes(program.mode)) {\n}\nif (program.mode === MODES.prepublish) {\n- console.log(`Copying all files from ${program.input} to ${program.output}`);\n- const cp = childProcess.spawn('cp', ['-nRv', program.in... | TypeScript | MIT License | coingaming/moon-design | fix: fixed unix issue on publish + forcing publishing | 1 | fix | null |
471,462 | 26.11.2019 10:58:31 | 18,000 | 354a5e635dc762807643e1ead29964c6bae6b26c | fix(building-rollup): maintain whitespace with "conservativeCollapse" | [
{
"change_type": "MODIFY",
"diff": "@@ -89,6 +89,7 @@ function createConfig(_options, legacy) {\n},\nhtmlMinifier: {\ncollapseWhitespace: true,\n+ conservativeCollapse: true,\nremoveComments: true,\ncaseSensitive: true,\nminifyCSS: customMinifyCss,\n",
"new_path": "packages/building-rollup/modern-and-le... | JavaScript | MIT License | open-wc/open-wc | fix(building-rollup): maintain whitespace with "conservativeCollapse" | 1 | fix | building-rollup |
471,462 | 26.11.2019 10:59:01 | 18,000 | d3eff0bea1f7710407db7da47f4d3bdbb959a272 | fix(building-webpack): maintain whitespace with "conservativeCollapse" | [
{
"change_type": "MODIFY",
"diff": "@@ -87,6 +87,7 @@ function createConfig(options, legacy) {\n},\nhtmlMinifier: {\ncollapseWhitespace: true,\n+ conservativeCollapse: true,\nremoveComments: true,\ncaseSensitive: true,\nminifyCSS: customMinifyCSS,\n",
"new_path": "packages/building-webpack/modern-and-le... | JavaScript | MIT License | open-wc/open-wc | fix(building-webpack): maintain whitespace with "conservativeCollapse" | 1 | fix | building-webpack |
104,844 | 26.11.2019 11:00:39 | 18,000 | 06ebf2c79b272a6e654034250a687b1ec5dbde11 | fix(test): removed debugging flag and scoped updates to snaps | [
{
"change_type": "MODIFY",
"diff": "\"prepare\": \"yarn build\",\n\"start\": \"yarn storybook\",\n\"storybook\": \"start-storybook -p 3000 -s public/development\",\n- \"test\": \"cross-env TZ=America/Chicago NODE_OPTIONS='--max-old-space-size=8096' jest --testPathPattern='.*\\\\.test\\\\.js(x)?' --detectOpe... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(test): removed debugging flag and scoped updates to snaps | 1 | fix | test |
366,920 | 26.11.2019 11:11:17 | -32,400 | e7a86978ebe3958fe2efebb4a301128936e8013d | chore(deps-dev): Upgrade | [
{
"change_type": "MODIFY",
"diff": "\"@types/react-test-renderer\": \"^16.8.1\",\n\"@types/react-transition-group\": \"^4.2.3\",\n\"@types/storybook__react\": \"^4.0.2\",\n- \"@types/styled-components\": \"^4.1.19\",\n+ \"@types/styled-components\": \"^4.4.0\",\n\"babel-loader\": \"^8.0.5\",\n\"enzyme\": \"... | TypeScript | MIT License | kufu/smarthr-ui | chore(deps-dev): Upgrade @types/styled-components | 1 | chore | deps-dev |
217,885 | 26.11.2019 11:25:22 | 28,800 | d05d9a13da71e49c92339cf103f205657a915a56 | chore: Update node-machina-ffxiv to 2.28.8 | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.28.6\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.28.6.tgz\",\n- \"integrity\": \"sha512-xppXGI81Hj+PKFByvIPLMbIDCbhNRWJgMZIz3+0ncrhb7W8KQcx8Asy/yUQ1qlzURLaLz1mv8eJmFqzzZyuK... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: Update node-machina-ffxiv to 2.28.8 | 1 | chore | null |
141,517 | 26.11.2019 11:28:57 | -39,600 | e39063b23c62156481bb5bb604046df05f0dd9cf | fix: Limit sticky TitleBlock to tablet and up to work better with NavigationBar hamburger menu | [
{
"change_type": "MODIFY",
"diff": "}\n.sticky {\n+ @include ca-media-tablet-and-up {\nposition: fixed;\nz-index: $ca-z-index-sticky;\n+ }\n.titleBlock {\n@extend %backgroundAnimated;\n",
"new_path": "packages/component-library/draft/Kaizen/TitleBlock/TitleBlock.scss",
"old_path": "packages/componen... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: Limit sticky TitleBlock to tablet and up to work better with NavigationBar hamburger menu (#137) | 1 | fix | null |
127,977 | 26.11.2019 11:46:10 | -7,200 | fe8f2af1f39b7ed72bb63eccf5d0dde123718b64 | fix: merge related issues, sideEffects got removed | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@heathmont/sportsbet-assets\",\n+ \"sideEffects\": false,\n\"version\": \"0.98.1\",\n\"files\": [\n\"lib\"\n",
"new_path": "packages/assets/package.json",
"old_path": "packages/assets/package.json"
},
{
"change_type": "MODIFY",
"diff": "... | TypeScript | MIT License | coingaming/moon-design | fix: merge related issues, sideEffects got removed | 1 | fix | null |
711,597 | 26.11.2019 11:52:12 | -3,600 | cb54b4a62fdb437a2fd55f6f2e643faab571fd2c | docs: Add GraphQL API guide
Relates to | [
{
"change_type": "ADD",
"diff": "+---\n+title: \"GraphQL API Guide\"\n+weight: 0\n+showtoc: true\n+---\n+\n+# GraphQL API Guide\n+\n+This is an overview of the GraphQL Shop API, which is used when implementing a storefront application with Vendure.\n+\n+{{% alert \"warning\" %}}\n+This guide only lists some... | TypeScript | MIT License | vendure-ecommerce/vendure | docs: Add GraphQL API guide
Relates to #214. | 1 | docs | null |
67,476 | 26.11.2019 12:20:35 | -3,600 | c098c759efcd887491b761d84dbb56c2674db695 | refactor(ast): remove dependency on realm property of ast nodes | [
{
"change_type": "MODIFY",
"diff": "@@ -145,13 +145,13 @@ export class TopLevelModuleEvaluationJob extends Job {\n// 4. b. Return NormalCompletion(undefined).\n// 5. Perform ? m.Instantiate().\n- let result = m.Instantiate();\n+ let result = m.Instantiate(ctx);\nif (result.isAbrupt) {\nreturn result;\n}\n//... | TypeScript | MIT License | aurelia/aurelia | refactor(ast): remove dependency on realm property of ast nodes | 1 | refactor | ast |
67,476 | 26.11.2019 12:31:46 | -3,600 | 1c53e6d438b4a7cfa9adaa26fe30104110392d4a | refactor(ast): remove deprecated context flags | [
{
"change_type": "MODIFY",
"diff": "@@ -1022,18 +1022,6 @@ export function GetExpectedArgumentCount(params: readonly $ParameterDeclaration[\nreturn params.length;\n}\n-export function isIIFE(expr: $FunctionExpression | $ArrowFunction): boolean {\n- let prev = expr as I$Node;\n- let parent = expr.parent as I... | TypeScript | MIT License | aurelia/aurelia | refactor(ast): remove deprecated context flags | 1 | refactor | ast |
401,147 | 26.11.2019 12:34:45 | -19,080 | 58803e5a22bc69af8ac97b5109c5d283025e99c4 | fix(core): exporting missing components from core package
affects: | [
{
"change_type": "MODIFY",
"diff": "export { default as Avatar } from './Avatar';\n+export { default as BreadCrumbs } from './BreadCrumbs';\nexport { default as Button } from './Button';\nexport { default as Card } from './Card';\nexport { default as Chip } from './Chip';\n@@ -10,8 +11,10 @@ export { defaul... | TypeScript | MIT License | medly/medly-components | fix(core): exporting missing components from core package
affects: @medly-components/core | 1 | fix | core |
67,476 | 26.11.2019 12:45:53 | -3,600 | 1d64995f73988d1520f66e853f2d8ac35ca9252c | refactor(ast): remove nodeFlags and combinedNodeFlags | [
{
"change_type": "MODIFY",
"diff": "@@ -180,8 +180,6 @@ export class $ObjectBindingPattern implements I$Node {\npublic readonly $kind = SyntaxKind.ObjectBindingPattern;\npublic readonly combinedModifierFlags: ModifierFlags;\n- public readonly nodeFlags: NodeFlags;\n- public readonly combinedNodeFlags: NodeF... | TypeScript | MIT License | aurelia/aurelia | refactor(ast): remove nodeFlags and combinedNodeFlags | 1 | refactor | ast |
711,597 | 26.11.2019 13:24:33 | -3,600 | 5fe0d533f4b34feba7f2a85eae1a53595cfa1f25 | chore: Publish v0.6.2 | [
{
"change_type": "MODIFY",
"diff": "+## <small>0.6.2 (2019-11-26)</small>\n+\n+\n+#### Features\n+\n+* **core** Allow custom ApolloServerPlugins to be specified ([dc45c87](https://github.com/vendure-ecommerce/vendure/commit/dc45c87)), closes [#210](https://github.com/vendure-ecommerce/vendure/issues/210)\n+... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Publish v0.6.2 | 1 | chore | null |
942,627 | 26.11.2019 13:44:03 | 28,800 | cb9537ca328366d64ae75d98103057f2d866b455 | docs: Fix Component Status table
Fix markup to have the correct cell counts for component status table. | [
{
"change_type": "MODIFY",
"diff": "@@ -23,44 +23,44 @@ part of Canvas.\n| Component | React | CSS | Guidelines |\n| ---------------------------------------------- | :----------------: | :----------------: | :-------------------------------------------------------------------------------: |\n-| **Buttons** ... | TypeScript | Apache License 2.0 | workday/canvas-kit | docs: Fix Component Status table (#332)
Fix markup to have the correct cell counts for component status table. | 1 | docs | null |
902,122 | 26.11.2019 13:56:15 | 0 | e7a3161f3e9bb8dcded17ee6afcc2edd174c840a | chore(release): v5.18.2 | [
{
"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+## [5.18.2](https://github.com/kikobeats/browserless/compare/v5.18.1...v5.18.2) (2019-11-26)\n+\n+**Note:** Version b... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.18.2 | 1 | chore | release |
67,494 | 26.11.2019 14:14:56 | -3,600 | 3b5d17667318b870f99d902e46e453fa091e34b1 | refactor(router): relocate ensureRootScope to activate | [
{
"change_type": "MODIFY",
"diff": "@@ -172,6 +172,10 @@ export class Router implements IRouter {\ncallback: this.browserNavigatorCallback,\nuseUrlFragmentHash: this.options.useUrlFragmentHash\n});\n+\n+ const root = this.container.get(Aurelia).root;\n+ // root.config.component shouldn't be used in the end.... | TypeScript | MIT License | aurelia/aurelia | refactor(router): relocate ensureRootScope to activate | 1 | refactor | router |
902,122 | 26.11.2019 14:30:25 | -3,600 | de3f1ae4093a4ee06fea1020d09475122c40a46b | build: add screenshot element | [
{
"change_type": "MODIFY",
"diff": "@@ -31,12 +31,13 @@ const createSvgBackground = css => svgGradient(css, { width: '1388px', height: '\nmodule.exports = gotoOpts => {\nconst preparePage = createPreparePage(gotoOpts)\n- return page => async (\n- url,\n- { overlay = {}, type = 'png', direction = 'vertical',... | JavaScript | MIT License | microlinkhq/browserless | build: add screenshot element | 1 | build | null |
902,122 | 26.11.2019 14:44:47 | -3,600 | ac843ec86988fd198ada6c3e3005f3c7eae3bcc9 | build: setup omitBackground based on type | [
{
"change_type": "MODIFY",
"diff": "@@ -31,10 +31,12 @@ const createSvgBackground = css => svgGradient(css, { width: '1388px', height: '\nmodule.exports = gotoOpts => {\nconst preparePage = createPreparePage(gotoOpts)\n- return page => async (url, { overlay = {}, ...opts } = {}) => {\n+ return page => async... | JavaScript | MIT License | microlinkhq/browserless | build: setup omitBackground based on type | 1 | build | null |
815,593 | 26.11.2019 14:49:52 | -32,400 | edf6c1457b09cbd53a689e6be7a926fc274b492c | feat: chagne `cellbase_maturity` to `cellbase` | [
{
"change_type": "MODIFY",
"diff": "@@ -394,7 +394,7 @@ Returns the information about live cells collection by the hash of lock script.\nblock_hash - Refer to block\ncapacity - Cell capacity\n- cellbase_maturity - Cellbase maturity, optional boolean, null means non-cellbse\n+ cellbase - Cellbase or not\nloc... | Rust | MIT License | nervosnetwork/ckb | feat: chagne `cellbase_maturity` to `cellbase` | 1 | feat | null |
306,444 | 26.11.2019 14:54:33 | -3,600 | 45f557183d7bef95ea9685d751e90ba12a4eb2d8 | feat(overlays): improve API for overriding controller config in mixin | [
{
"change_type": "MODIFY",
"diff": "@@ -108,10 +108,16 @@ describe('<lion-calendar>', () => {\n`),\n);\nexpect(\n- elObj.checkForAllDayObjs(o => o.buttonEl.getAttribute('tabindex') === '0', n => n === 5),\n+ elObj.checkForAllDayObjs(\n+ o => o.buttonEl.getAttribute('tabindex') === '0',\n+ n => n === 5,\n+ )... | JavaScript | MIT License | ing-bank/lion | feat(overlays): improve API for overriding controller config in mixin | 1 | feat | overlays |
217,885 | 26.11.2019 14:59:43 | 28,800 | fb65c9900b0b855e50dd4ee9a1572d939ac83fd6 | chore: Update node-machina-ffxiv to 2.28.9 | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.28.8\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.28.8.tgz\",\n- \"integrity\": \"sha512-TWCf6lx7NazJMxkbMf+3opcp6xVMTAD4kZbICYGpiGocFvTH12SBVWRX+VQhQiwc3Apnp0FHJdauPRyXaCtw... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: Update node-machina-ffxiv to 2.28.9 | 1 | chore | null |
217,885 | 26.11.2019 15:07:53 | 28,800 | df5033b0e9e55851275fab9d8f80894545b76cf1 | chore: Update node-machina-ffxiv to 2.28.10 | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.28.9\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.28.9.tgz\",\n- \"integrity\": \"sha512-l0f6wIvJ33nuR13h3UHERVekWMDZwgFLGdrIYwN37aMjNTIdx2mYObvnnXLU5Jy6DCtoawM8h3vuiz3ubRCJ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: Update node-machina-ffxiv to 2.28.10 | 1 | chore | null |
67,494 | 26.11.2019 15:16:49 | -3,600 | 2827ea606b1ba27395340fce29b37469b312a039 | fix(router): correct conditional check | [
{
"change_type": "MODIFY",
"diff": "@@ -29,8 +29,8 @@ export class NavRoute {\nthis.instructions = this.parseRoute(route.route);\nthis.link = this.computeLink(this.instructions);\n}\n- this.linkActive = route.consideredActive ? route.consideredActive : this.link;\n- if (!(this.linkActive instanceof Function... | TypeScript | MIT License | aurelia/aurelia | fix(router): correct conditional check | 1 | fix | router |
866,401 | 26.11.2019 15:41:01 | 10,800 | 201e14b020cc33b7e7e69cce815edc5a4312cef4 | feat(content-array-with-pictograms): content array w/ pictograms pattern | [
{
"change_type": "MODIFY",
"diff": "\"@carbon/ibmdotcom-react\": \"^1.1.1\",\n\"@carbon/ibmdotcom-styles\": \"1.1.1\",\n\"@carbon/ibmdotcom-utilities\": \"1.1.1\",\n+ \"@carbon/pictograms-react\": \"^10.7.0\",\n\"classnames\": \"2.2.6\",\n\"window-or-global\": \"^1.0.1\"\n},\n",
"new_path": "packages/pa... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(content-array-with-pictograms): content array w/ pictograms pattern | 1 | feat | content-array-with-pictograms |
103,587 | 26.11.2019 15:45:58 | -3,600 | d013e96ce7b4bc5a5fde7c213d2fd7d01c35d108 | fix: support backdrop dismiss | [
{
"change_type": "MODIFY",
"diff": "@@ -197,7 +197,7 @@ class Modal extends React.Component<Props, State> {\n]}\n/>\n</TouchableWithoutFeedback>\n- <SafeAreaView style={styles.wrapper}>\n+ <SafeAreaView style={styles.wrapper} pointerEvents=\"box-none\">\n<Surface\nstyle={\n[{ opacity }, styles.content, cont... | TypeScript | MIT License | callstack/react-native-paper | fix: support backdrop dismiss (#1490) | 1 | fix | null |
902,122 | 26.11.2019 15:51:14 | 0 | d977beefabfad05058edb2c0d367ed6a488f095f | chore(release): v5.18.3 | [
{
"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+## [5.18.3](https://github.com/kikobeats/browserless/compare/v5.18.2...v5.18.3) (2019-11-26)\n+\n+**Note:** Version b... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.18.3 | 1 | chore | release |
127,946 | 26.11.2019 16:13:57 | -7,200 | b2f3cdb59f8161ac954f05493d5231a361754a7b | refactor(docs): palettes | [
{
"change_type": "MODIFY",
"diff": "@@ -24,34 +24,41 @@ const PaletteText = styled.span({\nfontFamily: 'Consolas, Monaco, \"Andale Mono\", \"Ubuntu Mono\", monospace',\n});\n+const ColorPalette: React.FC<any> = ({ colors }) => {\n+ const reversedSubColors = Object.entries(colors)\n+ .slice()\n+ .reverse();\... | TypeScript | MIT License | coingaming/moon-design | refactor(docs): palettes | 1 | refactor | docs |
67,476 | 26.11.2019 16:37:34 | -3,600 | 9371427ec93cf6238a2b14a32f17d1945e7f46f9 | fix(aot): fix some argument destructuring issues | [
{
"change_type": "MODIFY",
"diff": "@@ -58,7 +58,7 @@ export class $BooleanConstructor extends $BuiltinFunction<'%Boolean%'> {\nconst intrinsics = realm['[[Intrinsics]]'];\n// 1. Let b be ToBoolean(value).\n- const b = value.ToBoolean(ctx);\n+ const b = value?.ToBoolean(ctx) ?? intrinsics.undefined;\nif (b.... | TypeScript | MIT License | aurelia/aurelia | fix(aot): fix some argument destructuring issues | 1 | fix | aot |
902,122 | 26.11.2019 16:41:51 | -3,600 | cdc254796622c1073ef099ff7a9f6d4bfa5ffe7b | build: use retina by default | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"Macbook Pro 13\",\n\"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36\",\n- \"viewport\": {\n- \"width\": 1280,\n- \"height\": 800,\n- \"deviceScaleFactor\": 1,\n- \"isMo... | JavaScript | MIT License | microlinkhq/browserless | build: use retina by default | 1 | build | null |
127,977 | 26.11.2019 16:44:27 | -7,200 | 3f12d0ba0b3cdff2a790a29973cec3f69c76e855 | fix: fixing continoues releasing | [
{
"change_type": "MODIFY",
"diff": "\"test:jest\": \"node --max_old_space_size=2048 ./node_modules/.bin/jest --config .config/jest/jest.config.js --verbose --logHeapUsage\",\n\"assets\": \"lerna run --scope @heathmont/sportsbet-assets --stream\",\n\"docs\": \"lerna run --scope docs --stream\",\n- \"publish:... | TypeScript | MIT License | coingaming/moon-design | fix: fixing continoues releasing | 1 | fix | null |
711,597 | 26.11.2019 16:47:24 | -3,600 | d794e5f72bd09eb182d455bb4f8ec0d553082405 | fix(email-plugin): Fix TypeScript compiler error on defaultEmailHandlers | [
{
"change_type": "MODIFY",
"diff": "@@ -54,7 +54,7 @@ export const devConfig: VendureConfig = {\n// }),\nEmailPlugin.init({\ndevMode: true,\n- handlers: defaultEmailHandlers as any,\n+ handlers: defaultEmailHandlers,\ntemplatePath: path.join(__dirname, '../email-plugin/templates'),\noutputPath: path.join(__... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(email-plugin): Fix TypeScript compiler error on defaultEmailHandlers | 1 | fix | email-plugin |
711,597 | 26.11.2019 17:11:17 | -3,600 | 1ed987c4aadb73122bb3eac88d4e1766e30b9145 | chore: Publish v0.6.3 | [
{
"change_type": "MODIFY",
"diff": "+## <small>0.6.3 (2019-11-26)</small>\n+\n+*Note: only the `@vendure/email-plugin` package was updated in this release, as v0.6.2 included a critical bug which prevented installation via `@vendure/create`*\n+\n+#### Fixes\n+\n+* **email-plugin** Fix TypeScript compiler er... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Publish v0.6.3 | 1 | chore | null |
366,920 | 26.11.2019 17:17:04 | -32,400 | 2fbaf84f3e69d427977ddcb5bfa564f247abcecb | fix: Change the animation | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ import styled from 'styled-components'\nimport { SecondaryButton } from '../Button'\nimport { RadioButtonLabel } from '../RadioButtonLabel'\n+import { Input } from '../Input'\nimport { Dialog, MessageDialog, ActionDialog } from '.'\nimport readme from './R... | TypeScript | MIT License | kufu/smarthr-ui | fix: Change the animation | 1 | fix | null |
366,920 | 26.11.2019 17:21:46 | -32,400 | 19047582ffd320048344b9955ba2ef33d5e56bd1 | docs: Return story | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,6 @@ import styled from 'styled-components'\nimport { SecondaryButton } from '../Button'\nimport { RadioButtonLabel } from '../RadioButtonLabel'\n-import { Input } from '../Input'\nimport { Dialog, MessageDialog, ActionDialog } from '.'\nimport readme from './R... | TypeScript | MIT License | kufu/smarthr-ui | docs: Return story | 1 | docs | null |
471,498 | 26.11.2019 17:37:30 | -3,600 | 3dc659e49ce0c5ec1b36d39227f455818d99e3a5 | docs(karma-esm): document preserveSymlinks option | [
{
"change_type": "MODIFY",
"diff": "@@ -58,7 +58,7 @@ module.exports = {\n`karma-esm` can be configured with these options:\n| name | type | description |\n-| --------------- | ------- | ------------------------------------------------------------------------------------------------------------- |\n+| -----... | JavaScript | MIT License | open-wc/open-wc | docs(karma-esm): document preserveSymlinks option | 1 | docs | karma-esm |
471,498 | 26.11.2019 17:38:06 | -3,600 | 7658ff8f48f52f39190ab0cbe1a3f444e84e3595 | docs(testing-karma): document preserveSymlinks option | [
{
"change_type": "MODIFY",
"diff": "@@ -164,6 +164,23 @@ When testing without a bundler you will be serving every imported module straigh\nIn a monorepo dependencies are often two levels higher in the root of the repository. To run tests in a monorepository you either have to put your config in the root of ... | JavaScript | MIT License | open-wc/open-wc | docs(testing-karma): document preserveSymlinks option | 1 | docs | testing-karma |
865,925 | 26.11.2019 17:43:27 | -3,600 | 804eead7cddd58e5fceb90eb6f60d1e136b2ded6 | feat(app): OsInfoProvider implementation | [
{
"change_type": "MODIFY",
"diff": "@@ -322,6 +322,26 @@ describe('Config', function() {\nexpect(saveIDSpy).to.have.been.calledOnce;\n});\n});\n+\n+\n+ describe('<os.info>', function() {\n+\n+ it('should return correct values', function() {\n+\n+ // given\n+ const config = new Config({\n+ userPath: 'test'\n... | JavaScript | MIT License | camunda/camunda-modeler | feat(app): OsInfoProvider implementation | 1 | feat | app |
471,498 | 26.11.2019 17:50:09 | -3,600 | 8c9eb6edab078c495d2a8a5a2388dd44d5590c2c | docs(es-dev-server): document preserveSymlinks option
Edit the README
Change the preserveSymlinks error to be a bit more specific. This
is especially important when it comes up while running karma tests
using the `karma-esm` plugin, it was hard to figure out where the error
came from | [
{
"change_type": "MODIFY",
"diff": "@@ -83,10 +83,10 @@ es-dev-server requires node v10 or higher\n### Code transformation\n| name | type | description |\n-| -------------------- | ------------ | -------------------------------------------------------------------------------------------- |\n+| -------------... | JavaScript | MIT License | open-wc/open-wc | docs(es-dev-server): document preserveSymlinks option
- Edit the README
- Change the preserveSymlinks error to be a bit more specific. This
is especially important when it comes up while running karma tests
using the `karma-esm` plugin, it was hard to figure out where the error
came from | 1 | docs | es-dev-server |
306,423 | 26.11.2019 18:00:58 | -3,600 | 68030624f9291a7fc358d24a8040f839d8a24351 | fix(input-amount): prefer language while parsing | [
{
"change_type": "MODIFY",
"diff": "@@ -11,9 +11,10 @@ function isDecimalSeparator(value) {\n/**\n* Determines the best possible parsing mode.\n*\n- * Parsemode depends mostely on the last 4 chars.\n- * - 1234 => xxx1234 (heuristic)\n+ * - If there is only one separator (withLocale)\n* - 1,23 => xxx1.23 (he... | JavaScript | MIT License | ing-bank/lion | fix(input-amount): prefer language while parsing | 1 | fix | input-amount |
306,421 | 26.11.2019 18:07:43 | -3,600 | 3d438fc1e0f214979bb6a4e6f7af0627b525e3e4 | fix(input-amount): handle user pasting of amounts heuristically | [
{
"change_type": "MODIFY",
"diff": "@@ -310,12 +310,16 @@ export const FormatMixin = dedupeMixin(\n* `@user-input-changed` (this will happen later, when `formatOn` condition is met)\n*/\n_reflectBackFormattedValueToUser() {\n- if (!this.__isHandlingUserInput) {\n+ if (this._reflectBackOn()) {\n// Text 'unde... | JavaScript | MIT License | ing-bank/lion | fix(input-amount): handle user pasting of amounts heuristically | 1 | fix | input-amount |
679,913 | 26.11.2019 18:12:10 | 0 | 7707370741dc0835218f4a9302e6076e70bf8fba | feat(api): add WithoutX & ReplaceX types, update KeysX/ValX
add versions up to arity 8 | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,9 @@ export type NumericArray = number[] | TypedArray;\nexport type Nullable<T> = T | null | undefined;\n-export type Primitive = number | string | boolean | symbol;\n+export type NumOrString = number | string;\n+\n+export type Primitive = NumOrString | boole... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(api): add WithoutX & ReplaceX types, update KeysX/ValX
- add versions up to arity 8 | 1 | feat | api |
67,476 | 26.11.2019 19:30:17 | -3,600 | 43d856c1a93ece11a0405b438df4222d187e0c56 | feat(aot): implement CreateDynamicFunction | [
{
"change_type": "MODIFY",
"diff": "@@ -1317,6 +1317,7 @@ export function clearBit(flag: number, bit: number): number {\nexport const enum Context {\nNone = 0b00000000000000000,\n+ Dynamic = 0b00000000000000010,\nInVariableStatement = 0b00000000000000100,\nIsBindingName = 0b00000000000001000,\nInParameterDe... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement CreateDynamicFunction | 1 | feat | aot |
815,593 | 26.11.2019 19:55:58 | -32,400 | 7f15f8f1f2a5626567e85b208e44eb5aab652cbd | chore: use stable for cargo-audit | [
{
"change_type": "MODIFY",
"diff": "@@ -87,8 +87,10 @@ matrix:\n- name: Security Audit\nif: 'tag IS NOT present AND (type = pull_request OR branch in (master, staging, trying) OR repo != nervosnetwork/ckb)'\nos: linux\n- rust: nightly\n- script: make security-audit\n+ install:\n+ - cargo audit --version || ... | Rust | MIT License | nervosnetwork/ckb | chore: use stable for cargo-audit | 1 | chore | null |
679,913 | 26.11.2019 20:23:22 | 0 | 47dd0016dfbc7a59046c396344c5217b8b7127e2 | fix(paths): update fn signatures (remove obsolete) | [
{
"change_type": "MODIFY",
"diff": "@@ -33,8 +33,6 @@ import { updateInT } from \"./update-in\";\n* @param state\n* @param path\n*/\n-export function deleteInT(state: any, path: string): any;\n-export function deleteInT(state: any, path: []): undefined;\nexport function deleteInT<T, A extends Keys<T>>(\nsta... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(paths): update fn signatures (remove obsolete) | 1 | fix | paths |
71,371 | 26.11.2019 20:35:36 | -3,600 | 3a7975c35aed53b94d0ea5577e41ad70a81e1390 | chore(rds): validation for master username with DatabaseInstanceFromSnapshot
* chore(rds): validation for master username with DatabaseInstanceFromSnapshot
Better validation and improved doc for `masterUsername` in `DatabaseInstanceFromSnapshot`.
Also add various other doc improvements.
Closes
* revert doc changes
* gr... | [
{
"change_type": "MODIFY",
"diff": "@@ -805,14 +805,20 @@ export interface DatabaseInstanceFromSnapshotProps extends DatabaseInstanceSourc\n/**\n* The master user name.\n*\n- * @default inherited from the snapshot\n+ * Specify this prop with the **current** master user name of the snapshot\n+ * only when ge... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(rds): validation for master username with DatabaseInstanceFromSnapshot (#5160)
* chore(rds): validation for master username with DatabaseInstanceFromSnapshot
Better validation and improved doc for `masterUsername` in `DatabaseInstanceFromSnapshot`.
Also add various other doc improvements.
Closes #5002
* reve... | 1 | chore | rds |
67,476 | 26.11.2019 21:31:01 | -3,600 | 3ec68d1790a8688a661ade245ac5ae217db110cc | fix(aot): fix ScriptOrModule selection issue in CreateDynamicFunction | [
{
"change_type": "MODIFY",
"diff": "@@ -294,7 +294,7 @@ export function $CreateDynamicFunction(\nsourceText,\nScriptTarget.Latest,\n).statements[0] as FunctionDeclaration;\n- const ScriptOrModule = ctx.ScriptOrModule as $SourceFile;\n+ const ScriptOrModule = callerContext.ScriptOrModule as $SourceFile;\ncon... | TypeScript | MIT License | aurelia/aurelia | fix(aot): fix ScriptOrModule selection issue in CreateDynamicFunction | 1 | fix | aot |
67,476 | 26.11.2019 21:43:49 | -3,600 | 6836028a66879a0162a6c946d084dfd23d4b4eb5 | fix(aot): fix execution context suspend issue | [
{
"change_type": "MODIFY",
"diff": "@@ -491,6 +491,7 @@ function $PrepareForOrdinaryCall(\n): ExecutionContext<$FunctionEnvRec, $FunctionEnvRec> {\n// 1. Assert: Type(newTarget) is Undefined or Object.\n// 2. Let callerContext be the running execution context.\n+ const callerContext = ctx;\n// 3. Let callee... | TypeScript | MIT License | aurelia/aurelia | fix(aot): fix execution context suspend issue | 1 | fix | aot |
902,122 | 26.11.2019 22:09:44 | 0 | a39ef424869c8d29702c5788ffddd85aac4025ad | chore(release): v5.18.4 | [
{
"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+## [5.18.4](https://github.com/kikobeats/browserless/compare/v5.18.3...v5.18.4) (2019-11-26)\n+\n+\n+### Bug Fixes\n+... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.18.4 | 1 | chore | release |
67,476 | 26.11.2019 22:41:12 | -3,600 | 4d37044aa5198d609b0da5ae51e938bbf4af6275 | fix(modules): fix error propagation in module code | [
{
"change_type": "MODIFY",
"diff": "@@ -705,7 +705,8 @@ export class $SourceFile implements I$Node, IModule {\n}\n// 10. Perform ? module.InitializeEnvironment().\n- this.InitializeEnvironment(ctx);\n+ const $InitializeEnvironmentResult = this.InitializeEnvironment(ctx);\n+ if ($InitializeEnvironmentResult.... | TypeScript | MIT License | aurelia/aurelia | fix(modules): fix error propagation in module code | 1 | fix | modules |
902,122 | 26.11.2019 22:50:21 | -3,600 | 50900e6b0afd84546bd7f4c94af2ab389e63bd97 | build: load as default waitUntil event | [
{
"change_type": "MODIFY",
"diff": "@@ -74,15 +74,11 @@ module.exports = ({\n// high level methods\nevaluate,\ngoto,\n- html: evaluate(page => page.content(), {\n- waitUntil: 'domcontentloaded',\n- disableAnimations: false\n- }),\n+ html: evaluate(page => page.content(), { disableAnimations: false }),\npage... | JavaScript | MIT License | microlinkhq/browserless | build: load as default waitUntil event | 1 | build | null |
67,516 | 26.11.2019 22:56:14 | -3,600 | 2e019a0575a70352bf9c6bfe476f97494d6d7ca8 | refactor(validation): rule execution and validator | [
{
"change_type": "MODIFY",
"diff": "import { IContainer, PLATFORM, Registration } from '@aurelia/kernel';\nimport { IValidator, StandardValidator } from './validator';\n-import { ValidationRules } from './implementation/validation-rules';\n+import { ValidationRules } from './implementation/rule';\nimport {\... | TypeScript | MIT License | aurelia/aurelia | refactor(validation): rule execution and validator | 1 | refactor | validation |
217,922 | 26.11.2019 23:40:23 | -3,600 | b4a3723361b6c1fe26bacf4a656767e8bbfb4365 | fix: fix for playTime packet file in machina wrapper | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.28.8\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.28.8.tgz\",\n- \"integrity\": \"sha512-TWCf6lx7NazJMxkbMf+3opcp6xVMTAD4kZbICYGpiGocFvTH12SBVWRX+VQhQiwc3Apnp0FHJdauPRyXaCtw... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fix for playTime packet file in machina wrapper | 1 | fix | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.