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
366,920
12.09.2019 17:32:02
-32,400
78f41d41781a06bf6de93671d621c7f99a6a8a03
style: Change tag that gives 'background-color' to th
[ { "change_type": "MODIFY", "diff": "import * as React from 'react'\n-import styled from 'styled-components'\n+\nimport { TableGroupContext } from './Table'\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\nexport type Props = {\nchildren?: React.ReactNode\nclassName?: string\n}\n-const Head...
TypeScript
MIT License
kufu/smarthr-ui
style: Change tag that gives 'background-color' to th
1
style
null
304,907
12.09.2019 17:44:06
-7,200
80ba3073501b886b39c8b420e34b0afd98e2f347
fix(kafka): make 'to' use url validator
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ import (\n\"github.com/influxdata/flux/dependencies\"\n\"github.com/influxdata/flux/dependencies/filesystem\"\n+ \"github.com/influxdata/flux/dependencies/url\"\n\"github.com/influxdata/flux/mock\"\n)\n@@ -42,5 +43,6 @@ func Default() dependencies.Dependen...
Go
MIT License
influxdata/flux
fix(kafka): make 'to' use url validator (#1853)
1
fix
kafka
866,415
12.09.2019 17:59:42
14,400
2bcd0448648c422678f8a2bf504f1bcbbbf6e30b
feat(leadspace): working theme changes
[ { "change_type": "MODIFY", "diff": "@@ -39,23 +39,18 @@ function renderButtons(buttons) {\n*\n* @param {object} props props object\n* @param {string} props.variation variation of the lead space (expressive (default) or productive)\n- * @param {string} props.classname classname\n* @param {string} props.title...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(leadspace): working theme changes
1
feat
leadspace
866,415
12.09.2019 18:01:59
14,400
71f40be4e70a6df75b20c3574c403b4e18dc9f2d
feat(leadspace): move grid import out to global import file
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,7 @@ function renderButtons(buttons) {\nif (key > 1) return;\nreturn (\n<Button\n+ data-autoid={`leadspace__cta-${key}`}\nrenderIcon={button.renderArrow && ArrowRight20}\nhref={button.link}\nkind={key === 0 ? 'primary' : 'tertiary'}>\n", "new_path": "pack...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(leadspace): move grid import out to global import file
1
feat
leadspace
151,430
12.09.2019 20:54:47
25,200
0f201344265fe6d97947240641efb5f30151c346
chore: update forms pkg name
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ export {\nonChange,\n/* Listen to onChange & onSubmit events on 1 or more forms */\nlisten,\n- /* Submit form via JS */\n+ /* Submit form via Javascript */\nsubmitForm,\n/* Get values from form inputs */\ngetFormData,\n", "new_path": "packages/analyt...
JavaScript
MIT License
davidwells/analytics
chore: update forms pkg name
1
chore
null
679,913
12.09.2019 21:34:18
-3,600
1c152d3f0a7bca8d51c1f3cc468cbf2355184b83
feat(examples): update spreadsheet error handling
[ { "change_type": "MODIFY", "diff": ">Source code</a\n>\n</div>\n- <h3>S-expression formula syntax examples</h3>\n+ <h3>S-expression formula syntax</h3>\n<ul class=\"lh-copy\">\n<li>\n- <code class=\"bg-light-gray\">(* 10 a1 a2)</code> - 10 times cell\n- A1 times cell A2\n+ <code class=\"bg-light-gray\">a1</...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): update spreadsheet error handling
1
feat
examples
679,913
12.09.2019 21:36:54
-3,600
7998afe9404327018d852dd3ca29fa0c385e18d0
feat(sexpr): add ParseError
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^6.3.3\",\n- \"@thi.ng/defmulti\": \"1.1.3\"\n+ \"@thi.ng/defmulti\": \"1.1.3\",\n+ \"@thi.ng/errors\": \"1.2.0\"\n},\n\"keywords\": [\n\"DSL\",\n", "new_path": "packages/sexpr/package.json", "old_path": "packages/sexpr/...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(sexpr): add ParseError
1
feat
sexpr
273,643
12.09.2019 22:07:58
-3,600
d27f743eb46d508ae4c83fb24b8d33687469a360
chore(vue-remark): add refs and improve setup guide
[ { "change_type": "MODIFY", "diff": "## Usage\n+\n+**1.** Add configs to `gridsome.config.js`.\n+\n```js\nmodule.exports = {\nplugins: [\n{\nuse: '@gridsome/vue-remark',\noptions: {\n- typeName: 'MarkdownPage', // required\n- baseDir: './src/pages', // required\n+ typeName: 'Documentation', // required\n+ ba...
JavaScript
MIT License
gridsome/gridsome
chore(vue-remark): add refs and improve setup guide (#663)
1
chore
vue-remark
679,913
12.09.2019 22:52:17
-3,600
d993bf2641ef4304cd1d7a681c239213134f19dd
fix(transducers): fix mean() for reduce w/ init value
[ { "change_type": "MODIFY", "diff": "@@ -8,11 +8,11 @@ import { reduce } from \"../reduce\";\nexport function mean(): Reducer<number, number>;\nexport function mean(xs: Iterable<number>): number;\nexport function mean(xs?: Iterable<number>): any {\n- let n = 0;\n+ let n = 1;\nreturn xs\n? reduce(mean(), xs)\...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(transducers): fix mean() for reduce w/ init value
1
fix
transducers
273,683
13.09.2019 00:04:08
-7,200
0ce8de391e1894ecbedc66c97ccb0e81316a1aa1
fix(develop): refresh query results on navigation
[ { "change_type": "MODIFY", "diff": "@@ -18,8 +18,8 @@ export default (route, options = {}) => {\n}\nreturn new Promise((resolve, reject) => {\n- if (force || !isLoaded[route.fullPath]) {\n- isLoaded[route.fullPath] = fetch(process.env.GRAPHQL_ENDPOINT, {\n+ if (force || !isLoaded[route.path]) {\n+ isLoaded[...
JavaScript
MIT License
gridsome/gridsome
fix(develop): refresh query results on navigation
1
fix
develop
679,913
13.09.2019 00:31:01
-3,600
27e9d30b26474eb3bd8888477e71864a8abf3788
fix(rstream-graph): const zero input spec handling
[ { "change_type": "MODIFY", "diff": "@@ -116,7 +116,7 @@ const prepareNodeInputs = (\ns = fromView(state, i.path);\n} else if (i.stream) {\ns = isString(i.stream) ? resolve(i.stream) : i.stream(resolve);\n- } else if (i.const) {\n+ } else if (i.const != null) {\ns = fromIterableSync(\n[isFunction(i.const) ? ...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream-graph): const zero input spec handling
1
fix
rstream-graph
679,913
13.09.2019 00:31:44
-3,600
871e79da00bba484814b30f4196cf6a539926dfe
feat(examples): extend & refactor spreadsheet DSL builtins
[ { "change_type": "MODIFY", "diff": "<style></style>\n</head>\n<body class=\"sans-serif ma3\">\n- <div id=\"app\"></div>\n+ <div id=\"app\" class=\"overflow-x-scroll\"></div>\n<div>\n<a\nclass=\"link\"\n</li>\n<li>\n<code class=\"bg-light-gray\">(avg a1:e5)</code> - average value\n- of 1st 5 rows\n+ of first...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): extend & refactor spreadsheet DSL builtins
1
feat
examples
679,913
13.09.2019 00:37:45
-3,600
de726bc846e3f39292f18e4735602810589e7a9f
docs(rstream-graph): add spreadsheet demo links
[ { "change_type": "MODIFY", "diff": "@@ -43,6 +43,9 @@ yarn add @thi.ng/rstream-graph\nSmall(ish), fully commented projects can be found in the `/examples` folder:\n+- **Spreadsheet w/ Lisp-style DSL** -\n+ [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-spreadsheet),\n+ [Live versi...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(rstream-graph): add spreadsheet demo links
1
docs
rstream-graph
151,430
13.09.2019 00:40:32
25,200
97c3af0169c9552976334ac614cce5aaff62b159
docs: add utilities to docs site
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,6 @@ import {\n} from '../utils'\nimport { SidebarNav, colors, headerHeight } from 'gatsby-theme-base'\n-const headerPadding = 4\nconst ContentHeader = styled.h4({\ncolor: colors.primary,\nbackgroundColor: 'rgba(255, 255, 255, 0.85)',\n@@ -17,23 +16,6 @@ const ...
JavaScript
MIT License
davidwells/analytics
docs: add utilities to docs site
1
docs
null
151,430
13.09.2019 00:41:56
25,200
75e1173e778e0c378ef0e2d3b8d86340051c908e
refactor: update storage utils globalThis
[ { "change_type": "MODIFY", "diff": "*\n* @returns {Boolean}\n*/\n-function hasLocalStorage() {\n+export default function hasLocalStorage() {\nif (!process.browser) return false\ntry {\nif (typeof localStorage === 'undefined' || typeof JSON === 'undefined') {\nreturn false\n}\n// test for safari private\n- l...
JavaScript
MIT License
davidwells/analytics
refactor: update storage utils globalThis
1
refactor
null
151,430
13.09.2019 00:46:04
25,200
e2890dfbbf40788f035d7a2bcea1171f62b532c1
feat(tab-events): return unsubscribe function from tab visiblity listener
[ { "change_type": "MODIFY", "diff": "# Analytics Tab Events Plugin\n-> Fire events on tab visibility changes\n+This [analytics](https://www.npmjs.com/package/analytics) plugin fire events on tab visibility changes. When visitors switch between browser tabs callbacks are fired.\n-## Usage\n+Tab visibility cha...
JavaScript
MIT License
davidwells/analytics
feat(tab-events): return unsubscribe function from tab visiblity listener
1
feat
tab-events
151,430
13.09.2019 00:46:23
25,200
941e21edbac548040ec1462389cf2599ac3564b6
docs: update simple analytic docs & types
[ { "change_type": "MODIFY", "diff": "/* global sa */\n-const config = {}\n-\n-/* Export the integration */\n-\n-export default function simpleAnalyticsPlugin(userConfig) {\n+/**\n+ * Simple Analytics plugin\n+ * @link https://simpleanalytics.com/\n+ * @return {object} Analytics plugin\n+ * @example\n+ *\n+ *...
JavaScript
MIT License
davidwells/analytics
docs: update simple analytic docs & types
1
docs
null
151,430
13.09.2019 00:46:58
25,200
9f86edaca1bdf5e89159128718cebb7e4250cd5d
refactor: update crazy egg config
[ { "change_type": "MODIFY", "diff": "/* global CE2 */\n-export const config = {\n- /* Crazy egg account number */\n- accountNumber: null,\n-}\n-\n/**\n* Crazy egg plugin\n* @link https://help.crazyegg.com/article/43-crazy-egg-manual-installation\n@@ -17,11 +12,11 @@ export const config = {\n* accountNumber: ...
JavaScript
MIT License
davidwells/analytics
refactor: update crazy egg config
1
refactor
null
749,516
13.09.2019 07:54:33
25,200
80b60dc020741cbc898fd80f1cf59e6d97055c77
feat(tooltips): deprecate TooltipContainer and migrate to useTooltip
[ { "change_type": "MODIFY", "diff": "\"access\": \"public\"\n},\n\"zendeskgarden:library\": \"GardenAutocomplete\",\n- \"zendeskgarden:max_size\": \"55 kB\",\n+ \"zendeskgarden:max_size\": \"56 kB\",\n\"zendeskgarden:src\": \"src/index.js\"\n}\n", "new_path": "packages/autocomplete/package.json", "ol...
TypeScript
Apache License 2.0
zendeskgarden/react-components
feat(tooltips): deprecate TooltipContainer and migrate to useTooltip (#451)
1
feat
tooltips
866,415
13.09.2019 09:33:55
14,400
5417134fbb16f3e9fac7caa34da2c647e59a6202
feat(leadspace): separated stories to make it easier to view
[ { "change_type": "MODIFY", "diff": "@@ -53,6 +53,7 @@ const LeadSpace = ({ variation, title, copy, buttons, image }) => (\n[`${prefix}--leadspace--productive`]: variation === 'productive',\n})}>\n<div className={`${prefix}--leadspace__container`}>\n+ {image && (\n<picture>\n<source media=\"(min-width: 1056p...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(leadspace): separated stories to make it easier to view
1
feat
leadspace
749,516
13.09.2019 09:35:03
25,200
c4cbe0d3ddc4f31d3ec8d38c483a84685c77d453
feat(pagination): deprecate PaginationContainer and migrate to container-pagination
[ { "change_type": "MODIFY", "diff": "},\n\"types\": \"dist/typings/index.d.ts\",\n\"dependencies\": {\n- \"@zendeskgarden/container-utilities\": \"^0.1.0\",\n+ \"@zendeskgarden/container-utilities\": \"^0.1.2\",\n\"classnames\": \"^2.2.5\",\n\"date-fns\": \"^2.0.0-beta.2\",\n\"polished\": \"^3.4.1\",\n", ...
TypeScript
Apache License 2.0
zendeskgarden/react-components
feat(pagination): deprecate PaginationContainer and migrate to container-pagination (#453)
1
feat
pagination
104,827
13.09.2019 09:49:13
18,000
0aa6581b2ac9369a9bfb73e9fbd2f7773d193178
fix(imagecard): make non-icon hotspots transparent
[ { "change_type": "MODIFY", "diff": "@@ -318,10 +318,30 @@ const originalCards = [\n},\nvalues: {\nhotspots: [\n- { x: 35, y: 65, content: <span style={{ padding: '10px' }}>Elevators</span> },\n- { x: 45, y: 25, content: <span style={{ padding: '10px' }}>Stairs</span> },\n- { x: 45, y: 50, content: <span sty...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(imagecard): make non-icon hotspots transparent
1
fix
imagecard
866,415
13.09.2019 09:51:15
14,400
6a49690a2ed871d20086d5295bbf75131c7f31ad
feat(leadspace): utilizing carbon mixins for the spacing
[ { "change_type": "MODIFY", "diff": "PATTERNS_STORYBOOK_SOURCEMAPS=<Boolean to turn on/off sourcemaps in storybook>\n#Feature Flags\n+LEADSPACE=<Boolean flag to turn on/off the lead space pattern>\n", "new_path": "packages/patterns-react/.env.example", "old_path": "packages/patterns-react/.env.exampl...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(leadspace): utilizing carbon mixins for the spacing
1
feat
leadspace
866,415
13.09.2019 10:26:23
14,400
170518e6c5dc59cde9f3589ca8876914f1e61984
feat(leadspace): readmes and importing global styling to index file
[ { "change_type": "MODIFY", "diff": "@@ -13,8 +13,8 @@ Import the package css into the top of your main CSS file.\nUse these modifiers with `.bx--leadspace` class.\n| Class | Description |\n-| --------------------- | ------------------------------------------------------------- |\n-| `.bx--hr--productive` | ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(leadspace): readmes and importing global styling to index file
1
feat
leadspace
104,857
13.09.2019 11:00:38
10,800
0c10d8b7adfe1c5f614d70284ac46fc95fee7190
fix(i18n): correct translation when setting locale in timeseries card
[ { "change_type": "MODIFY", "diff": "import React, { useRef, useMemo } from 'react';\n-import moment from 'moment';\n+import moment from 'moment/min/moment-with-locales.min';\nimport { LineChart } from '@carbon/charts-react';\nimport '@carbon/charts/style.css';\nimport isEmpty from 'lodash/isEmpty';\n@@ -222...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(i18n): correct translation when setting locale in timeseries card
1
fix
i18n
942,615
13.09.2019 11:47:50
25,200
b3527c9b63178b62e0636b24e7611fd05560d3dd
fix(button): Use correct variable name after rebase error
[ { "change_type": "MODIFY", "diff": "@@ -435,7 +435,7 @@ function getButtonStateStyle(variant: AllButtonVariants): CSSObject {\n},\n'&:active': {\nborderColor: buttonColors.activeBorder,\n- ...getButtonFocusRing(buttonType),\n+ ...getButtonFocusRing(variant),\n},\n},\n};\n", "new_path": "modules/button/r...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(button): Use correct variable name after rebase error
1
fix
button
531,793
13.09.2019 12:35:11
-3,600
465373ab2d6318e41e825bffc30631b28a1f635e
fix(ci): force default font for percy
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ import { FatalError } from \"./FatalError\";\nimport { UpgradeNeeded } from \"./UpgradeNeeded\";\nimport { AlertGrid } from \"./AlertGrid\";\n-import \"App.scss\";\n+import \"Percy.scss\";\nconst MockGroup = (groupName, alertCount, active, suppressed, un...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): force default font for percy
1
fix
ci
791,723
13.09.2019 12:46:38
25,200
174fff78d838b4080a6960c37c47c4cedfded1d3
tests: simplify serving of zone.js
[ { "change_type": "MODIFY", "diff": "@@ -418,12 +418,14 @@ if (location.search === '') {\n}\n</script>\n-<!-- PASS: not in header, so it does not block rendering. zone.js is loaded\n- by the static-server and provides a polyfill for Promise. -->\n-<script src=\"/zone.js\"></script>\n+<!-- Including this scri...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: simplify serving of zone.js (#9672)
1
tests
null
266,135
13.09.2019 13:05:40
25,200
c54775996853e9627ed6f516dba9f39debff844a
feat: adds infrastructure for Cron Bots
[ { "change_type": "MODIFY", "diff": "@@ -51,6 +51,12 @@ Environment variables set, run:\n1. `cd packages/your-bot`.\n1. `npm start`.\n+### Running bots on a Cron\n+\n+To run a bot on a schedule include a file in your bot's folder named `cron` whose\n+content is valid [unix -cron format](http://man7.org/linux...
TypeScript
Apache License 2.0
googleapis/repo-automation-bots
feat: adds infrastructure for Cron Bots (#67)
1
feat
null
273,683
13.09.2019 13:23:48
-7,200
63da3dddcf7d8e61d943807f94ade121e3e04df2
fix(graphql): require resolve for custom resolvers
[ { "change_type": "MODIFY", "diff": "@@ -359,22 +359,25 @@ function addResolvers (schemaComposer, resolvers = {}) {\n? { resolve: fields[fieldName] }\n: fields[fieldName]\n+ if (typeof fieldOptions.resolve !== 'function') {\n+ throw new Error(`Resolver for ${typeName}.${fieldName} must have a \"resolve\" fun...
JavaScript
MIT License
gridsome/gridsome
fix(graphql): require resolve for custom resolvers
1
fix
graphql
273,683
13.09.2019 13:35:45
-7,200
11416acf06ea6f7d8668949170dac33b42ed88e0
fix(graphql): process object types only once
[ { "change_type": "MODIFY", "diff": "@@ -238,16 +238,16 @@ function mergeTypes (schemaComposer, typeA, typeB) {\n}\nfunction processTypes (schemaComposer, extensions) {\n- for (const [typeComposer] of schemaComposer.entries()) {\n+ for (const typeComposer of schemaComposer.values()) {\nswitch (typeComposer.c...
JavaScript
MIT License
gridsome/gridsome
fix(graphql): process object types only once
1
fix
graphql
679,913
13.09.2019 14:06:47
-3,600
ce5f1c18c722adb1a37fd2e3e772da057bd25763
docs(examples): add spreadsheet comments
[ { "change_type": "MODIFY", "diff": "@@ -13,9 +13,9 @@ export const RE_CELL_RANGE = /^([A-Z])(\\d+):([A-Z])(\\d+)$/i;\nexport interface Cell {\nformula: string;\nvalue: string | number;\n+ error: string | null;\nbackup: string;\nfocus: boolean;\n- error: string | null;\n}\nexport interface UICell extends ILi...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): add spreadsheet comments
1
docs
examples
679,913
13.09.2019 14:17:57
-3,600
d7abea672177c598ec9b0619657c8f806715cadc
refactor(bitfield): re-use B32 from strings pkg
[ { "change_type": "MODIFY", "diff": "import { align } from \"@thi.ng/binary\";\n-import { radix } from \"@thi.ng/strings\";\n-\n-const B32 = radix(2, 32);\n+import { B32 } from \"@thi.ng/strings\";\nexport class BitField {\ndata: Uint32Array;\n", "new_path": "packages/bitfield/src/bitfield.ts", "old_...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(bitfield): re-use B32 from strings pkg
1
refactor
bitfield
504,026
13.09.2019 14:33:44
14,400
af30360ce267ed500c72fb1d4a87de967454d5c2
chore(charts): add stacked area chart example Fixes
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ propComponents: ['Chart', 'ChartBar', 'ChartStack']\nimport { Chart, ChartBar, ChartStack, ChartThemeColor, ChartTooltip } from '@patternfly/react-charts';\nimport './chart-stack.scss';\n-## Simple stack chart with right aligned legend\n+## Simple stacked ...
TypeScript
MIT License
patternfly/patternfly-react
chore(charts): add stacked area chart example (#2891) Fixes https://github.com/patternfly/patternfly-react/issues/2853
1
chore
charts
679,913
13.09.2019 14:42:20
-3,600
0fd8620b69032f84e2547f955be5ad0726030a5f
feat(bitfield): update BitMatrix to support non-squared sizes, update docstrings
[ { "change_type": "MODIFY", "diff": "import { align } from \"@thi.ng/binary\";\nimport { B32 } from \"@thi.ng/strings\";\n+/**\n+ * 1D bit field, backed by a Uint32Array. Size is always a multiple of\n+ * 32.\n+ */\nexport class BitField {\ndata: Uint32Array;\nn: number;\n@@ -11,7 +15,8 @@ export class BitFi...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(bitfield): update BitMatrix to support non-squared sizes, update docstrings
1
feat
bitfield
679,913
13.09.2019 14:54:10
-3,600
bd1c36bb91c802081b9bca62eee396f1766d0e73
docs(bitfield): update readme, add code examples
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,8 @@ This project is part of the\n## About\n-Typed array backed 1D / 2D bit field implementations.\n+Typed array backed 1D / 2D bit field / bit matrix implementations. Due\n+to `Uint32Array` backing, width is always a multiple of 32.\n## Installation\n@@ -37,...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(bitfield): update readme, add code examples
1
docs
bitfield
866,392
13.09.2019 15:28:22
18,000
8f32af2897ee32c82f5f2e14e24b1d312f121665
chore(react): updated utilities to alpha
[ { "change_type": "MODIFY", "diff": "@@ -1299,7 +1299,7 @@ Array [\n]\n`;\n-exports[`Storyshots Footer Default / Tall 1`] = `\n+exports[`Storyshots Footer Default 1`] = `\nArray [\n<div\ndata-floating-menu-container=\"\"\n@@ -1952,132 +1952,6 @@ Array [\n]\n`;\n-exports[`Storyshots Footer Short 1`] = `\n-Arr...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(react): updated utilities to alpha
1
chore
react
304,907
13.09.2019 15:30:12
-7,200
6830c8ee4ea85671d1a48605874dd1d0e319dbcf
fix(Makefile): make fmt runs cargo fmt on rust dirs
[ { "change_type": "MODIFY", "diff": "@@ -45,6 +45,9 @@ bin/$(GOOS)/cmpgen: ./ast/asttest/cmpgen/main.go\nfmt: $(SOURCES_NO_VENDOR)\ngo fmt ./...\n+ cd internal/rust/ast; cargo fmt\n+ cd internal/rust/parser; cargo fmt\n+ cd internal/rust/scanner; cargo fmt\ncheckfmt:\n./etc/checkfmt.sh\n", "new_path": "M...
Go
MIT License
influxdata/flux
fix(Makefile): make fmt runs cargo fmt on rust dirs (#1858)
1
fix
Makefile
942,615
13.09.2019 15:32:01
25,200
a19b0780eee3ff64d7cc10395babe716a575398b
fix: Update snapshots and fix popup stories after rebase
[ { "change_type": "MODIFY", "diff": "@@ -811,9 +811,9 @@ Array [\n}\n.emotion-1:not([disabled]):focus {\n- -webkit-animation: animation-os2b9x 100ms;\n- animation: animation-os2b9x 100ms;\n- box-shadow: 0 0 0 0px #ffffff,0 0 0 2px #0875e1;\n+ -webkit-animation: animation-1h1pob6 100ms;\n+ animation: animatio...
TypeScript
Apache License 2.0
workday/canvas-kit
fix: Update snapshots and fix popup stories after rebase
1
fix
null
866,392
13.09.2019 15:41:05
18,000
6fee088f03a75e9d0ba7af1669027f0e9ba788cc
chore(yarn): updating lock and offline files
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.yarn/offline-mirror/@carbon-ibmdotcom-utilities-0.5.0-alpha.331.tgz differ\n", "new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-0.5.0-alpha.331.tgz", "old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-0.5.0-alpha....
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(yarn): updating lock and offline files
1
chore
yarn
791,834
13.09.2019 15:46:26
14,400
3c7b7f2ed07d4f45871bf06b46655d438dc143ec
deps: update transitive deps
[ { "change_type": "MODIFY", "diff": "@@ -4150,7 +4150,7 @@ is-plain-obj@^1.0.0:\nresolved \"https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e\"\nintegrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=\n-is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-obj...
JavaScript
Apache License 2.0
googlechrome/lighthouse
deps: update transitive deps (#9670)
1
deps
null
306,444
13.09.2019 16:02:31
-7,200
fb25057964568bafc3b7fd42e323a0a480b3eae4
fix(field): change FocusEvent to regular Event to support IE11
[ { "change_type": "MODIFY", "diff": "@@ -82,14 +82,14 @@ export const FocusMixin = dedupeMixin(\n// focus\nthis.__redispatchFocus = ev => {\nev.stopPropagation();\n- this.dispatchEvent(new FocusEvent('focus'));\n+ this.dispatchEvent(new Event('focus'));\n};\nthis.inputElement.addEventListener('focus', this._...
JavaScript
MIT License
ing-bank/lion
fix(field): change FocusEvent to regular Event to support IE11
1
fix
field
71,177
13.09.2019 16:09:33
-36,000
f63bf6faf9b691fc1e5a1efea22affc96f3af8d3
feat(codebuild): add support of Amazon Linux 2 image
[ { "change_type": "MODIFY", "diff": "@@ -1103,6 +1103,7 @@ interface LinuxBuildImageProps {\nexport class LinuxBuildImage implements IBuildImage {\npublic static readonly STANDARD_1_0 = LinuxBuildImage.codeBuildImage('aws/codebuild/standard:1.0');\npublic static readonly STANDARD_2_0 = LinuxBuildImage.codeBu...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(codebuild): add support of Amazon Linux 2 image (#4052) (#4055)
1
feat
codebuild
866,395
13.09.2019 16:11:54
14,400
60223fb06c71c5a8dcaff3c3c8cd469e70d41894
feat(masthead): adds masthead types with translation API
[ { "change_type": "MODIFY", "diff": "@@ -15,22 +15,12 @@ import {\nHeaderContainer,\nHeaderMenuButton,\nHeaderGlobalBar,\n- HeaderGlobalAction,\n- HeaderName,\n- HeaderNavigation,\n- HeaderMenu,\n- HeaderMenuItem,\n- HeaderSideNavItems,\nSkipToContent,\n- SideNav,\n- SideNavItems,\n- SideNavLink,\n- SideNavM...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(masthead): adds masthead types with translation API
1
feat
masthead
266,135
13.09.2019 16:46:06
25,200
05ffbf3bc33fd08e63b0367b3e8d7e2c207bf545
fix(serverless-scheduler-proxy): fix sign header Fixes headers that the proxy passes to the bots. Uses correct headers and adds the "delivery" header, which is a UUID
[ { "change_type": "MODIFY", "diff": "@@ -4,5 +4,6 @@ go 1.12\nrequire (\ncloud.google.com/go v0.45.1\n+ github.com/google/uuid v1.1.1\ngoogle.golang.org/genproto v0.0.0-20190905072037-92dd089d5514\n)\n", "new_path": "serverless-scheduler-proxy/go.mod", "old_path": "serverless-scheduler-proxy/go.mod" ...
TypeScript
Apache License 2.0
googleapis/repo-automation-bots
fix(serverless-scheduler-proxy): fix sign header (#71) Fixes headers that the proxy passes to the bots. Uses correct headers and adds the "delivery" header, which is a UUID
1
fix
serverless-scheduler-proxy
266,135
13.09.2019 16:46:27
25,200
2894844131d9cc646a5f04dc39fc3658c76e7137
fix: fixed args in proxy builder
[ { "change_type": "MODIFY", "diff": "@@ -21,8 +21,9 @@ steps:\n\"build\",\n\"-t\",\n\"gcr.io/$PROJECT_ID/serverless-scheduler-proxy\",\n- \"-f serverless-scheduler-proxy/Dockerfile\",\n- \"./serverless-scheduler-proxy\",\n+ \"-f\",\n+ \"serverless-scheduler-proxy/Dockerfile\",\n+ \"serverless-scheduler-proxy...
TypeScript
Apache License 2.0
googleapis/repo-automation-bots
fix: fixed args in proxy builder (#70)
1
fix
null
71,499
13.09.2019 17:09:57
-3,600
43dc7d0a0e7362ce598fc840a5c4912a87163a6f
chore: Update entries in CODEOWNERS for components recently owned by nija-at@
[ { "change_type": "MODIFY", "diff": "/packages/@aws-cdk/aws-config @aws/aws-cdk-team @eladb\n/packages/@aws-cdk/aws-opsworks @aws/aws-cdk-team @eladb\n/packages/@aws-cdk/aws-opsworkscm @aws/aws-cdk-team @eladb\n-/packages/@aws-cdk/aws-sam @aws/aws-cdk-team @eladb\n+/packages/@aws-cdk/aws-sam @aws/aws-cdk-tea...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: Update entries in CODEOWNERS for components recently owned by nija-at@ (#4065)
1
chore
null
791,704
13.09.2019 17:20:09
25,200
1a45e86c1cfaa8893bd49c74c44d52d4a524b681
report: unknown details type
[ { "change_type": "MODIFY", "diff": "@@ -63,9 +63,9 @@ class DetailsRenderer {\nreturn null;\ndefault: {\n- // @ts-ignore tsc thinks this unreachable, but ts-ignore for error message just in case.\n- const detailsType = details.type;\n- throw new Error(`Unknown type: ${detailsType}`);\n+ // @ts-ignore tsc th...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: unknown details type (#9557)
1
report
null
104,857
13.09.2019 17:52:56
10,800
dd215e0dffd89da93bfe84fd595124652830e820
chore(snapshots): snapshots
[ { "change_type": "MODIFY", "diff": "@@ -175464,7 +175464,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots Table Custom too\nonClick={[Function]}\nonKeyDown={[Function]}\nrole=\"listbox\"\n- tabIndex={null}\n+ tabIndex={0}\n>\n<div\naria-expanded={false}\n@@ -247931,7 +247931,7 @@ exports...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(snapshots): snapshots
1
chore
snapshots
104,857
13.09.2019 18:01:32
10,800
520d327469389d762b18eedb896c5d59c910a141
fix(snapshots): snapshots and code update
[ { "change_type": "MODIFY", "diff": "@@ -321,6 +321,7 @@ const Card = ({\nsmall\nrenderIcon={Popup20}\niconDescription={strings.expandLabel}\n+ title={strings.expandLabel}\nonClick={() => {\nonCardAction(id, 'OPEN_EXPANDED_CARD');\n}}\n", "new_path": "src/components/Card/Card.jsx", "old_path": "src/c...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(snapshots): snapshots and code update
1
fix
snapshots
679,913
13.09.2019 18:03:47
-3,600
7c840e103314c19961da1a151b45a044c3af18aa
feat(sexpr): update SyntaxOpts, runtime, update scope parsing, types update SyntaxOpts scope delimiter spec update parse() to check for matching scope types update error messages rename node types add/update docs add tests
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ The following default syntax rules are used:\n- numbers: any float notation valid in JS, hex ints prefixed w/ `0x`\n- string delimiters: `\"`\n-Everything else parsed as is...\n+Everything else is parsed as is, i.e. as symbol.\n## Status\n@@ -96,17 +96,1...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(sexpr): update SyntaxOpts, runtime, update scope parsing, types - update SyntaxOpts scope delimiter spec - update parse() to check for matching scope types - update error messages - rename node types - add/update docs - add tests
1
feat
sexpr
679,913
13.09.2019 18:04:48
-3,600
f993b6e51460704ec21c1865ff7249b1ae701708
refactor(examples): update spreadsheet DSL to reflect sexpr updates
[ { "change_type": "MODIFY", "diff": "@@ -11,10 +11,11 @@ import {\nNodeSpec\n} from \"@thi.ng/rstream-graph\";\nimport {\n- Node,\n+ ASTNode,\n+ Implementations,\nparse,\nruntime,\n- StringNode,\n+ Str,\nSym,\ntokenize\n} from \"@thi.ng/sexpr\";\n@@ -52,17 +53,20 @@ interface Env {\n}\n// dynamic-dispatch fu...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update spreadsheet DSL to reflect sexpr updates
1
refactor
examples
447,440
13.09.2019 18:28:01
18,000
281566536760cd9e9dd8ae8eeb0ca07656ffd5b1
fix: getting started ttypo
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ export default function FeatureList(props) {\nclassName=\"react-rainbow-feature-list_item\"\nimage={<Components />}\ntitle=\"60+ components\"\n- description=\"More than 60 components build on top of React.\"\n+ description=\"More than 60 components built...
JavaScript
MIT License
nexxtway/react-rainbow
fix: getting started ttypo (#931)
1
fix
null
447,440
14.09.2019 01:55:29
18,000
b05a523b51dafaeb21ca087205afd105b3796f97
fix: design classname
[ { "change_type": "MODIFY", "diff": "margin: 24px 0 20px 0;\n}\n-.react-rainbow-design-detail_count {\n+.react-rainbow-design-detail_count-details {\nfont-family: Lato;\nfont-size: 14px;\ncolor: #a4a7b5;\n", "new_path": "library/pages/components/DesignDetails/styles.css", "old_path": "library/pages/c...
JavaScript
MIT License
nexxtway/react-rainbow
fix: design classname (#933)
1
fix
null
679,913
14.09.2019 02:21:38
-3,600
2071133313ab584cfc7eaeae53fe0673b9e0a301
feat(webgl-shadertoy): update multipass uniform handling
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,8 @@ import {\nShaderSpec,\nShaderUniformSpecs,\ntexture,\n- TextureOpts\n+ TextureOpts,\n+ UniformValues\n} from \"@thi.ng/webgl\";\nimport { ShaderToy } from \"./api\";\n@@ -39,6 +40,7 @@ export interface ShaderPipelinePassOpts {\ninputs: string[];\noutputs...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl-shadertoy): update multipass uniform handling
1
feat
webgl-shadertoy
217,922
14.09.2019 11:40:55
-7,200
191812b4027442b8bbc963b4cea1a1e771c13ee5
feat(list): added closest aetheryte to alarm button's tooltip
[ { "change_type": "MODIFY", "diff": "<div *ngFor=\"let alarm of alarms; trackBy: trackByAlarm\">\n<nz-button-group *ngIf=\"alarm | alarmDisplay | async as display\">\n<button nz-button [nzSize]=\"'small'\" [nzType]=\"display.spawned?'primary':'default'\"\n- nz-tooltip [nzTitle]=\"display.alarm.zoneId | place...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list): added closest aetheryte to alarm button's tooltip
1
feat
list
76,605
14.09.2019 12:26:57
-7,200
a41f27c2d70e0b0ff7efa95023896344b92b2a3e
fix: Fix duckling get culture
[ { "change_type": "MODIFY", "diff": "@@ -43,8 +43,8 @@ class NerDuckling {\n}\ngetLocale(language) {\n- const culture = NlpUtil.getCulture(language);\n- return `${culture.slice(0, 2)}-${culture.slice(3, 5).toUpperCase()}`;\n+ const culture = language === 'no' ? 'nb_NO' : NlpUtil.getCulture(language);\n+ retu...
JavaScript
MIT License
axa-group/nlp.js
fix: Fix duckling get culture
1
fix
null
76,605
14.09.2019 12:29:05
-7,200
6775e2f57f12e2376ab2178cece81f482f6e94db
fix: Update tests of get culture
[ { "change_type": "MODIFY", "diff": "@@ -117,10 +117,16 @@ describe('Duckling Integration', () => {\ndescribe('Get locale', () => {\ntest('It should return the culture locale from a 2 char locale', () => {\nconst ner = new NerDuckling({ ducklingUrl: 'https://something.com' });\n- const expected = 'es-ES';\n+...
JavaScript
MIT License
axa-group/nlp.js
fix: Update tests of get culture
1
fix
null
531,793
14.09.2019 12:34:52
-3,600
c7593b002849724ad57b0c4a409a1ce774e37876
fix(backend): migrate to Masterminds/semver v3
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ import (\n\"testing\"\n\"time\"\n- \"github.com/Masterminds/semver\"\n+ \"github.com/Masterminds/semver/v3\"\n\"github.com/google/go-cmp/cmp\"\n\"github.com/prymitive/karma/internal/config\"\n", "new_path": "cmd/karma/api_test.go", "old_path": "cmd...
TypeScript
Apache License 2.0
prymitive/karma
fix(backend): migrate to Masterminds/semver v3
1
fix
backend
401,147
14.09.2019 16:38:26
-19,080
6b52caa08cfa5c189d436b2457f864979045733c
feat(loader): add XXS size affects:
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import ConcentricCircleLoader from './loaders/ConcentricCircleLoader';\nimport DotsBouncingLoader from './loaders/DotsBouncingLoader';\nimport DotsLoader from './loaders/DotsLoader';\n-const size: LoaderSizes[] = ['XS', 'S', 'M', 'L', 'XL'];\n+const size: ...
TypeScript
MIT License
medly/medly-components
feat(loader): add XXS size affects: @medly-components/loaders, @medly-components/theme
1
feat
loader
838,025
14.09.2019 18:36:36
-10,800
917a4f101c6f64e8e3cf510e7bce35a1ebb38d4a
test: update golangci
[ { "change_type": "MODIFY", "diff": "@@ -6,3 +6,4 @@ linters:\n- gocyclo\n- scopelint\n- depguard\n+ - funlen\n\\ No newline at end of file\n", "new_path": ".golangci.yml", "old_path": ".golangci.yml" }, { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ go:\n- 1.12\nbefore_script:\n- - ...
Go
MIT License
severecloud/vksdk
test: update golangci
1
test
null
838,025
14.09.2019 18:43:27
-10,800
735c9c8779ef440b7452dd6cfbfc2907713edc5c
test: update golang 1.x
[ { "change_type": "MODIFY", "diff": "@@ -6,10 +6,10 @@ cache:\n- $HOME/gopath/pkg/mod\ngo:\n- - 1.12\n+ - 1.x\nbefore_script:\n- - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.18\n+ - curl -sfL https://install.goreleaser.com/github.com/go...
Go
MIT License
severecloud/vksdk
test: update golang 1.x
1
test
null
838,025
14.09.2019 19:02:49
-10,800
4398844a71c6d3a36f6727dce19b2189e989be6c
fix: StorageGet only keys param
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ func (vk *VK) StorageGet(params map[string]string) (response StorageGetResponse,\n_, prs := params[\"keys\"]\nif !prs {\nparams[\"keys\"] = params[\"key\"]\n+ params[\"key\"] = \"\"\n}\nerr = vk.RequestUnmarshal(\"storage.get\", params, &response)\nretur...
Go
MIT License
severecloud/vksdk
fix: StorageGet only keys param
1
fix
null
447,460
14.09.2019 21:29:37
14,400
0f2e190c7d599e99d5a44eb22b96006ea80a5cf9
feat: make controllable the selected options in the Lookup component
[ { "change_type": "MODIFY", "diff": "@@ -354,4 +354,27 @@ describe('<Lookup />', () => {\ncomponent.find('input').simulate('blur');\nexpect(onBlurMockFn).toHaveBeenCalledWith(null);\n});\n+\n+ it('should set the initial visual-focus to the option that is passed as preferredSelectedOption', () => {\n+ const o...
JavaScript
MIT License
nexxtway/react-rainbow
feat: make controllable the selected options in the Lookup component (#930)
1
feat
null
217,922
14.09.2019 22:21:10
-7,200
37fd80880829fbcbbc0526ef08f740a3d2c77a50
feat(market): re-enabled marketboard-related features using universalis
[ { "change_type": "ADD", "diff": "+import { Injectable } from '@angular/core';\n+import { HttpClient } from '@angular/common/http';\n+import { MarketboardItem } from '@xivapi/angular-client/src/model/schema/market/marketboard-item';\n+import { Observable } from 'rxjs';\n+import { map } from 'rxjs/operators';...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(market): re-enabled marketboard-related features using universalis
1
feat
market
711,580
15.09.2019 10:02:38
-7,200
82653593b6e99c82dcbb5a4d90b2bef538b19999
fix(admin-ui): Fix customField product error: handle undef. case
[ { "change_type": "MODIFY", "diff": "@@ -399,15 +399,13 @@ export class ProductDetailComponent extends BaseDetailComponent<ProductWithVaria\nif (this.customFields.length) {\nconst customFieldsGroup = this.detailForm.get(['product', 'customFields']) as FormGroup;\n+ const cfCurrentTranslation =\n+ (currentTra...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Fix customField product error: handle undef. case
1
fix
admin-ui
273,683
15.09.2019 13:36:51
-7,200
fff7a8f39afafbecf457caa055381ddf7bb42a20
fix(api): use express app in configureServer
[ { "change_type": "MODIFY", "diff": "@@ -22,8 +22,6 @@ module.exports = async (context, args) => {\nconst urls = prepareUrls(hostname, port)\nconst server = new Server(app, urls)\n- await app.plugins.configureServer(server)\n-\nawait fs.emptyDir(app.config.cacheDir)\nconst webpackConfig = await createWebpack...
JavaScript
MIT License
gridsome/gridsome
fix(api): use express app in configureServer (#668)
1
fix
api
838,025
15.09.2019 14:21:38
-10,800
12ef497cbfdd17aa68c6025623e3ff104db53eb3
feat: UploadPollsPhoto This closes
[ { "change_type": "MODIFY", "diff": "@@ -710,3 +710,53 @@ func (vk *VK) UploadStoriesVideo(params map[string]string, file io.Reader) (resp\nreturn\n}\n+\n+// uploadPollsPhoto uploading a Poll Photo\n+//\n+// Supported formats: JPG, PNG, GIF.\n+//\n+// Limits: minimum photo size 795x200px, width+height not mo...
Go
MIT License
severecloud/vksdk
feat: UploadPollsPhoto This closes #50
1
feat
null
838,025
15.09.2019 14:47:26
-10,800
32b3dfc51f98cd08d2c67006d113eeb86fc94f89
feat: UploadPrettyCardsPhoto This closes
[ { "change_type": "MODIFY", "diff": "@@ -70,13 +70,10 @@ func (vk *VK) PrettyCardsGetByID(params map[string]string) (response PrettyCards\nreturn\n}\n-// PrettyCardsGetUploadURLResponse struct\n-type PrettyCardsGetUploadURLResponse string // Upload URL\n-\n// PrettyCardsGetUploadURL method\n//\n// https://vk...
Go
MIT License
severecloud/vksdk
feat: UploadPrettyCardsPhoto This closes #51
1
feat
null
838,025
15.09.2019 14:54:39
-10,800
a54bb991dbe14db741fb26b53f0e5cb9bb5c10af
feat: UploadLeadFormsPhoto This closes
[ { "change_type": "MODIFY", "diff": "@@ -473,8 +473,8 @@ func TestVK_UploadOwnerPollsPhoto(t *testing.T) {\n}\nfunc TestVK_UploadPrettyCardsPhoto(t *testing.T) {\n- if vkUser.AccessToken == \"\" && vkGroupID == 0 {\n- t.Skip(\"USER_TOKEN or GROUP_ID empty\")\n+ if vkUser.AccessToken == \"\" {\n+ t.Skip(\"USE...
Go
MIT License
severecloud/vksdk
feat: UploadLeadFormsPhoto This closes #52
1
feat
null
273,683
15.09.2019 15:35:57
-7,200
44d13bca481d43904be62e2b051ef6eaed526897
fix(api): allow arrow function as default export
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,6 @@ class Plugins {\n: null\nif (typeof Plugin !== 'function') continue\n- if (!Plugin.prototype) continue\nconst defaults = typeof Plugin.defaultOptions === 'function'\n? Plugin.defaultOptions()\n@@ -58,7 +57,9 @@ class Plugins {\nentry.options = defaultsDe...
JavaScript
MIT License
gridsome/gridsome
fix(api): allow arrow function as default export
1
fix
api
471,536
15.09.2019 16:41:39
-10,800
f2eea9d09a98ce16d827dbe22673cecd05c78df7
fix(semantic-dom-diff): strip empty class attrs when diffing
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,13 @@ const VOID_ELEMENTS = [\n'wbr',\n];\n+/**\n+ * Reverses the sense of a predicate\n+ * @param {(x: any) => Boolean} p predicate\n+ * @return {(x: any) => Boolean}\n+ */\n+const not = p => (...args) => !p(...args);\n+\n/**\n* @typedef IgnoreAttributesForT...
JavaScript
MIT License
open-wc/open-wc
fix(semantic-dom-diff): strip empty class attrs when diffing (#799)
1
fix
semantic-dom-diff
273,683
15.09.2019 16:51:02
-7,200
699b027e5b92109b9dc02c9b6b52b01246844e75
fix(build): use pretty path in render queue
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ test('create render queue for basic project', async () => {\nconst app = await createApp(context, undefined, BOOTSTRAP_PAGES)\nconst renderQueue = createRenderQueue(app)\n- const renderPaths = renderQueue.map(entry => entry.path).sort()\n+ const renderPath...
JavaScript
MIT License
gridsome/gridsome
fix(build): use pretty path in render queue
1
fix
build
273,683
15.09.2019 16:52:31
-7,200
3af5443208712f81f0b638a8da47591940175f16
fix(critical): ignore trailing slash in patterns
[ { "change_type": "MODIFY", "diff": "const micromatch = require('micromatch')\nconst Worker = require('jest-worker').default\n+const normalize = p => p.replace(/\\/+$/, '') || '/'\n+\nmodule.exports = function (api, options) {\napi.afterBuild(async ({ queue, config }) => {\nconst { outDir: base, pathPrefix, ...
JavaScript
MIT License
gridsome/gridsome
fix(critical): ignore trailing slash in patterns
1
fix
critical
273,683
15.09.2019 17:38:06
-7,200
7b0abd55a0eac51e8fe589f8490117ee3ba3e884
fix(sitemap): ignore trailing slash in patterns
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,9 @@ module.exports = function (api, options) {\nconst path = require('path')\nconst fs = require('fs-extra')\nconst micromatch = require('micromatch')\n- const exclude = options.exclude.slice()\n+\n+ const normalize = p => p.replace(/\\/+$/, '') || '/'\n+ cons...
JavaScript
MIT License
gridsome/gridsome
fix(sitemap): ignore trailing slash in patterns
1
fix
sitemap
447,460
15.09.2019 18:26:53
14,400
6c2a5a0a2e30ea069f04ed6e5324d9923d69c9d2
feat: add copy to clipboard functionality when focused
[ { "change_type": "MODIFY", "diff": "\"autosize\": \"^4.0.2\",\n\"chart.js\": \"^2.7.3\",\n\"classnames\": \"^2.2.5\",\n+ \"clipboard-copy\": \"^2.0.0\",\n\"prop-types\": \"^15.6.2\",\n\"react\": \"^16.8.6\",\n\"react-async-script-loader\": \"^0.3.0\",\n\"babel-plugin-transform-object-rest-spread\": \"6.26.0...
JavaScript
MIT License
nexxtway/react-rainbow
feat: add copy to clipboard functionality when focused (#935)
1
feat
null
603,467
15.09.2019 18:43:15
-7,200
e1c47a925d75f9d2f1be640cb860c4a33214fa03
chore(deps): Updated axios
[ { "change_type": "MODIFY", "diff": "\"@types/express\": \"4.16.0\",\n\"@types/hapi\": \"17.6.3\",\n\"@types/restify\": \"7.2.6\",\n- \"axios\": \"^0.18.0\",\n+ \"axios\": \"^0.19.0\",\n\"express\": \"4.16.4\",\n\"hapi\": \"17.7.0\",\n\"koa\": \"2.6.2\",\n", "new_path": "packages/local-server/package.jso...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(deps): Updated axios
1
chore
deps
76,605
15.09.2019 21:23:02
-7,200
f8eec21c4eda3056bb49a756a598230fd054bcfe
docs: Update docs with duckling integration
[ { "change_type": "MODIFY", "diff": "@@ -65,6 +65,7 @@ The version 3 comes with some important changes, mainly focused on improve perfo\n- [Regular Expression Named Entities](docs/ner-manager.md#regular-expression-named-entities)\n- [Trim Named Entities](docs/ner-manager.md#trim-named-entities)\n- [Utterance...
JavaScript
MIT License
axa-group/nlp.js
docs: Update docs with duckling integration
1
docs
null
76,605
15.09.2019 21:24:15
-7,200
372d3ceeafd71546eb9aa3752337b4bd26e404e8
feat: use duckling if URL is defined
[ { "change_type": "MODIFY", "diff": "@@ -55,7 +55,10 @@ class NerManager {\n}\nbuildRecognizer() {\n- if (this.settings.useDuckling) {\n+ if (\n+ this.settings.useDuckling ||\n+ (this.settings.useDuckling === undefined && this.settings.ducklingUrl)\n+ ) {\nthis.nerRecognizer = new NerDuckling(this.settings);...
JavaScript
MIT License
axa-group/nlp.js
feat: use duckling if URL is defined
1
feat
null
273,683
15.09.2019 21:54:44
-7,200
b23df81baacf1ba2be472283e8f535188096a354
fix(graphql): proxy invalid reference field names
[ { "change_type": "MODIFY", "diff": "@@ -353,6 +353,27 @@ test('create references with collection.addReference()', async () => {\nexpect(data.post.authors).toHaveLength(1)\n})\n+test('proxy invalid field names in collection.addReference()', async () => {\n+ const authors = api.store.addCollection('Author')\n...
JavaScript
MIT License
gridsome/gridsome
fix(graphql): proxy invalid reference field names
1
fix
graphql
76,605
15.09.2019 21:59:11
-7,200
125eb7957bfe5033a7af27765e865c18a9ef2818
docs: update duckling docs
[ { "change_type": "MODIFY", "diff": "Instead of using the existing builtin entity extraction, you can integrate with duckling.\n+* [Language support](#language-support)\n+* [How to integrate with duckling](#how-to-integrate-with-duckling)\n+* [Email Extraction](#email-extraction)\n+\n## Language support\nTho...
JavaScript
MIT License
axa-group/nlp.js
docs: update duckling docs
1
docs
null
76,605
15.09.2019 22:31:01
-7,200
cee44c41cd33173ad4f51c7d1c458d6417ed7f99
build: Version 3.9.0
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"node-nlp\",\n- \"version\": \"3.8.0\",\n+ \"version\": \"3.9.0\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n", "new_path": "package-lock.json", "old_path": "package-lock.json" }, { "change_type": "MODIFY", "diff...
JavaScript
MIT License
axa-group/nlp.js
build: Version 3.9.0
1
build
null
447,440
15.09.2019 23:29:29
18,000
9a22a0c6a495e8af8fee9c8a925bc6282886115d
fix: marker styles
[ { "change_type": "MODIFY", "diff": "outline: none;\nbackground-color: #f4f6f9; }\n.rainbow-google-map-marker_button[aria-pressed=\"true\"] {\n- background-color: #e3e5ed; }\n+ background-color: #f4f6f9; }\n.rainbow-google-map-marker_button * {\npointer-events: none; }\n", "new_path": "src/components/Map...
JavaScript
MIT License
nexxtway/react-rainbow
fix: marker styles (#937)
1
fix
null
447,451
16.09.2019 04:17:25
14,400
b70e3444ace94f3d6d52c3553e2f062aa517a7b6
fix: i19n typo
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ export default function FeatureList(props) {\nclassName=\"react-rainbow-feature-list_item\"\nimage={<Internationalization />}\ntitle=\"Internationalization\"\n- description=\"We designed each component with i19n in mind. Any new component or feature we m...
JavaScript
MIT License
nexxtway/react-rainbow
fix: i19n typo
1
fix
null
71,577
16.09.2019 07:01:11
18,000
9945d9e83c8c0b74cdc1cca44d547ec8016b19c4
feat(iam): support NotPrincipal in policy statements * feat(iam): add support for notprincipal policy statement element Added support for NotPrincipal IAM Policy statement elements. * add exclusivity check to addPrincipal, refactor tests to check for both exclusive errors
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ export class PolicyStatement {\nprivate readonly action = new Array<any>();\nprivate readonly notAction = new Array<any>();\nprivate readonly principal: { [key: string]: any[] } = {};\n+ private readonly notPrincipal: { [key: string]: any[] } = {};\npriv...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(iam): support NotPrincipal in policy statements (#4077) * feat(iam): add support for notprincipal policy statement element Added support for NotPrincipal IAM Policy statement elements. * add exclusivity check to addPrincipal, refactor tests to check for both exclusive errors
1
feat
iam
866,395
16.09.2019 10:19:12
14,400
9e0e93793677e57b518bd235225c69d1ee8019f6
chore(js): fixes code review comments; remove yarn test precommit
[ { "change_type": "MODIFY", "diff": "@@ -60,14 +60,14 @@ const MastheadTopNav = ({ navigation, ...topNavprops }) => {\nreturn (\n<>\n- {topNavprops.platform ? (\n+ {topNavprops.platform && (\n<HeaderName\nprefix=\"\"\nhref={topNavprops.platform.url}\ndata-autoid=\"masthead__platform-name\">\n{topNavprops.pla...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(js): fixes code review comments; remove yarn test precommit
1
chore
js
902,122
16.09.2019 10:23:53
0
80dacabf598bad498255e171766adbb7586c8a44
chore(release): v5.12.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.12.0](https://github.com/kikobeats/browserless/compare/v5.11.13...v5.12.0) (2019-09-16)\n+\n+\n+### Features\n+\...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.12.0
1
chore
release
866,395
16.09.2019 10:46:41
14,400
2f131e8181eb1caf97861b5d40cea532727478c3
chore(prettier): removes comment blocks for prettier validation
[ { "change_type": "MODIFY", "diff": "\"**/*.js\": [\n\"prettier --write\",\n\"eslint packages\",\n- \"yarn test\",\n\"git add\"\n],\n\"packages/components/**/*.scss\": [\n", "new_path": ".lintstagedrc", "old_path": ".lintstagedrc" }, { "change_type": "MODIFY", "diff": "@@ -211,18 +211,11 ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(prettier): removes comment blocks for prettier validation
1
chore
prettier
866,415
16.09.2019 11:38:13
14,400
0fdd10f64a6af4415861dfd6bb979f02e161241f
feat(leadspace): merge and add utilities dependency
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.yarn/offline-mirror/@carbon-ibmdotcom-utilities-0.5.0-alpha.331.tgz differ\n", "new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-0.5.0-alpha.331.tgz", "old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-0.5.0-alpha....
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(leadspace): merge and add utilities dependency
1
feat
leadspace
104,857
16.09.2019 11:42:42
10,800
9673eb84a92c1236ceda6cc129a55e705a9becb1
fix(snapshots): empty state snapshots
[ { "change_type": "MODIFY", "diff": "@@ -162,7 +162,6 @@ const propTypes = {\n/** empty state */\nemptyMessage: PropTypes.string,\nemptyMessageWithFilters: PropTypes.string,\n- emptyButtonLabel: PropTypes.string,\nemptyButtonLabelWithFilters: PropTypes.string,\ninProgressText: PropTypes.string,\nactionFailed...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(snapshots): empty state snapshots
1
fix
snapshots
104,827
16.09.2019 11:49:57
18,000
b00c1412caf910b550d6cd614e8237563b514b71
fix(card): min-width not required, causes overlap at margins
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,6 @@ const OptimizedSkeletonText = pure(SkeletonText);\nconst CardWrapper = styled.div`\nbackground: white;\nheight: ${props => props.dimensions.y}px;\n- min-width: ${props => props.dimensions.x}px;\n${props => (props.isExpanded ? 'height: 100%; width: 100%;'...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(card): min-width not required, causes overlap at margins
1
fix
card
866,415
16.09.2019 11:56:24
14,400
66cb724c3e4abbbccdc4d88706af70f2578198f7
feat(leadspace): wrap leadspace with featureflag utility
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,8 @@ import classnames from 'classnames';\nimport { ArrowRight20 } from '@carbon/icons-react';\nimport { settings } from 'carbon-components';\nimport { Button } from 'carbon-components-react';\n+import { featureFlag } from '@carbon/ibmdotcom-utilities';\n+imp...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(leadspace): wrap leadspace with featureflag utility
1
feat
leadspace
866,395
16.09.2019 11:57:15
14,400
039a17e8af0b7a745ae382acec5efcefca473578
feat(masthead): adds sticky masthead to dotcom shell
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ import React from 'react';\nimport PropTypes from 'prop-types';\nimport { settings } from 'carbon-components';\nimport { Content } from 'carbon-components-react';\n-import { Masthead, Footer } from '@carbon/ibmdotcom-react';\n+import { Masthead, MastheadL1...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(masthead): adds sticky masthead to dotcom shell
1
feat
masthead
273,683
16.09.2019 12:01:45
-7,200
d35ec39ba8fab826e4ecfeae2ea3bfe8926e6e62
fix(build): support symlinks in static folder
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,9 @@ module.exports = async (context, args) => {\n// copy static files\nif (fs.existsSync(config.staticDir)) {\n- await fs.copy(config.staticDir, config.outDir)\n+ await fs.copy(config.staticDir, config.outDir, {\n+ dereference: true\n+ })\n}\nawait app.plugi...
JavaScript
MIT License
gridsome/gridsome
fix(build): support symlinks in static folder (#671)
1
fix
build
711,597
16.09.2019 12:39:40
-7,200
0e624f4e0326e6063c0620f135df5e43dee18bfc
feat(admin-ui): Enable drag-drop reordering of assets Closes
[ { "change_type": "MODIFY", "diff": "@@ -158,6 +158,7 @@ export class CollectionDetailComponent extends BaseDetailComponent<Collection.Fr\nthis.notificationService.success(_('common.notify-create-success'), {\nentity: 'Collection',\n});\n+ this.assetChanges = {};\nthis.detailForm.markAsPristine();\nthis.chan...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Enable drag-drop reordering of assets Closes #156
1
feat
admin-ui
67,494
16.09.2019 12:56:07
-7,200
2a617614f0f2b73101019d47f562e04e063067e5
refactor(router): improve component resolve
[ { "change_type": "MODIFY", "diff": "@@ -96,9 +96,9 @@ export class ViewportInstruction {\n}\nif (this.componentName !== null && typeof this.componentName === 'string') {\nconst container = context.get(IContainer);\n- if (container) {\n+ if (container !== null && container.has<IRouteableComponentType>(Custom...
TypeScript
MIT License
aurelia/aurelia
refactor(router): improve component resolve
1
refactor
router
67,494
16.09.2019 12:57:23
-7,200
7a1b212dd3e90aef71a7fe0285cdff8bbc76df8d
refactor(router): optionally clone viewport instances
[ { "change_type": "MODIFY", "diff": "@@ -155,16 +155,16 @@ export class InstructionResolver {\nreturn flat;\n}\n- public cloneViewportInstructions(instructions: ViewportInstruction[]): ViewportInstruction[] {\n+ public cloneViewportInstructions(instructions: ViewportInstruction[], viewportInstances: boolean ...
TypeScript
MIT License
aurelia/aurelia
refactor(router): optionally clone viewport instances
1
refactor
router
67,494
16.09.2019 13:00:24
-7,200
762a608478f71bfdad7137be00aac09836999db0
refactor(router): find already found viewports first
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ export class Scope {\n{});\n}\n- public findViewports(instructions: ViewportInstruction[], alreadyFound: ViewportInstruction[], withoutViewports: boolean = false): IFindViewportsResult {\n+ public findViewports(instructions: ViewportInstruction[], alread...
TypeScript
MIT License
aurelia/aurelia
refactor(router): find already found viewports first
1
refactor
router
104,857
16.09.2019 13:01:31
10,800
77413220950007f8537764d40744babc618fec4c
fix(prop): corrrect prop type
[ { "change_type": "MODIFY", "diff": "@@ -143,8 +143,8 @@ const propTypes = {\nitemsPerPage: PropTypes.string,\nitemsRange: PropTypes.string,\ncurrentPage: PropTypes.string,\n- itemsRangeWithTotal: PropTypes.string,\n- pageRange: PropTypes.string,\n+ itemsRangeWithTotal: PropTypes.func,\n+ pageRange: PropType...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(prop): corrrect prop type
1
fix
prop
67,494
16.09.2019 13:02:50
-7,200
53caa0b7a36d4112c24f69751116cd09982b702a
refactor(router): add from history
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ export class ViewportContent {\npublic contentStatus: ContentStatus = ContentStatus.none;\npublic entered: boolean = false;\npublic fromCache: boolean = false;\n+ public fromHistory: boolean = false;\npublic reentry: boolean = false;\nprivate taggedNodes...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add from history
1
refactor
router