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
780,866
15.10.2021 17:48:49
10,800
76352690b00c4f95dd83f7f9ab9129b7947e6208
fix(template/meta-og-image): prevent undefined `ogImage` error
[ { "change_type": "MODIFY", "diff": "@@ -53,8 +53,10 @@ if (pathname) {\nconst picture = _.ecomUtils.img(_.state, null, 'zoom')\nogImage = picture && picture.url\n}\n- if (!ogImage && social.og_image) {\n+ if (!ogImage) {\n+ if (social.og_image) {\nogImage = social.og_image.charAt(0) === '/' ? `https://${dom...
JavaScript
MIT License
ecomplus/storefront
fix(template/meta-og-image): prevent undefined `ogImage` error
1
fix
template/meta-og-image
530,318
15.10.2021 18:18:36
21,600
e4e55b3abc279d6444af3e93a8976601f7d099d2
fix: make release workflow path separators platform-invariant Fixes By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
[ { "change_type": "MODIFY", "diff": "-import { join } from 'path';\n+import * as path from 'path';\nimport { Component } from '../component';\nimport { GitHub, TaskWorkflow } from '../github';\nimport { Job, JobPermission, JobStep } from '../github/workflows-model';\n@@ -256,9 +256,9 @@ export class Release ...
TypeScript
Apache License 2.0
projen/projen
fix: make release workflow path separators platform-invariant (#1139) Fixes #1138 --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1
fix
null
103,628
15.10.2021 21:22:15
-7,200
6ae6fb4bb350d7653b480f2a9fa818a7b6284ba1
chore: upgrade react-theme-provider
[ { "change_type": "MODIFY", "diff": "\"registry\": \"https://registry.npmjs.org/\"\n},\n\"dependencies\": {\n- \"@callstack/react-theme-provider\": \"^3.0.6\",\n+ \"@callstack/react-theme-provider\": \"^3.0.7\",\n\"color\": \"^3.1.2\",\n\"react-native-iphone-x-helper\": \"^1.3.1\"\n},\n", "new_path": "pa...
TypeScript
MIT License
callstack/react-native-paper
chore: upgrade react-theme-provider (#2930)
1
chore
null
679,913
16.10.2021 00:11:17
-7,200
d74cfb4fd35e2a1f441d8c1bb93190a447a7b281
docs(text-format): update readme
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,15 @@ This project is part of the\n[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.\n- [About](#about)\n+ - [Format identifiers](#format-identifiers)\n+ - [Colors](#colors)\n+ - [Stylistic variations](#stylistic-variations)\n+ - [Combined for...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(text-format): update readme
1
docs
text-format
679,913
16.10.2021 00:11:38
-7,200
3af6d63b26448b65a3e50c06276d767bd8e9a129
docs(text-canvas): update/fix readme
[ { "change_type": "MODIFY", "diff": "@@ -22,9 +22,6 @@ This project is part of the\n- [Variations](#variations)\n- [Combined formats](#combined-formats)\n- [String conversion format presets](#string-conversion-format-presets)\n- - [256 color ANSI format](#256-color-ansi-format)\n- - [16bit color ANSI & HTML ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(text-canvas): update/fix readme
1
docs
text-canvas
679,913
16.10.2021 00:12:15
-7,200
88ce49ab4125dad6b9ac230bd7b6a57ef2defa9e
build: switch all pkgs to ES2020 target syntax
[ { "change_type": "MODIFY", "diff": "{\n\"compilerOptions\": {\n\"module\": \"es2020\",\n- \"target\": \"esnext\",\n+ \"target\": \"es2020\",\n\"declaration\": true,\n\"declarationMap\": true,\n\"esModuleInterop\": true,\n", "new_path": "tsconfig.json", "old_path": "tsconfig.json" } ]
TypeScript
Apache License 2.0
thi-ng/umbrella
build: switch all pkgs to ES2020 target syntax
1
build
null
679,913
16.10.2021 00:12:35
-7,200
243d01bba24ab4398f2bfe055015d1c300755589
minor(examples): update deps
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@thi.ng/dsp\": \"latest\",\n\"@thi.ng/geom\": \"latest\",\n- \"@thi.ng/hiccup-svg\": \"latest\",\n\"@thi.ng/rstream\": \"latest\",\n\"@thi.ng/transducers\": \"latest\",\n\"@thi.ng/transducers-hdom\": \"latest\"\n", "new_path": "examples/poly-spl...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(examples): update deps
1
minor
examples
471,527
16.10.2021 01:51:07
-7,200
db055fb4191e674ad9aabccb5412747dae0b9eab
chore: add bio for thomas allmer
[ { "change_type": "MODIFY", "diff": "@@ -5,12 +5,16 @@ members:\n- name: Thomas Allmer\ngithub: daKmoR\ntwitter: daKmoR\n- bio:\n+ bio: >-\n+ Senior front-end developer at ING, leading the [Lion Web Components](https://github.com/ing-bank/lion) project.\n+ Believes strongly in the web and open source. Has a ...
JavaScript
MIT License
open-wc/open-wc
chore: add bio for thomas allmer
1
chore
null
317,840
16.10.2021 02:14:34
-7,200
da1bb46a9460e2d0552441094050b283e507e9f4
fix(path): correctly handle replaced paths for letter style
[ { "change_type": "MODIFY", "diff": "@@ -155,12 +155,20 @@ func (pt *path) getLetterPath() string {\nif len(folder) == 0 {\ncontinue\n}\n- var letter string\n- if strings.HasPrefix(folder, \".\") && len(folder) > 1 {\n- letter = folder[0:2]\n- } else {\n- letter = folder[0:1]\n+\n+ // check if there is at le...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(path): correctly handle replaced paths for letter style
1
fix
path
889,620
16.10.2021 11:09:58
-28,800
df2d32f5e0288357077b52ff2548933b3020c8d7
refactor: remove unused configuration key
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,6 @@ COPY ${DEPENDENCY}/dependencies/ ./\nCOPY ${DEPENDENCY}/spring-boot-loader/ ./\nCOPY ${DEPENDENCY}/snapshot-dependencies/ ./\nCOPY ${DEPENDENCY}/application/ ./\n-ENV KOMGA_DATABASE_BACKUP_PATH=\"/config/database-backup.zip\"\nENV KOMGA_DATABASE_FILE=\"/co...
Kotlin
MIT License
gotson/komga
refactor: remove unused configuration key
1
refactor
null
756,013
16.10.2021 11:20:14
21,600
11708793b1fe174a4411c0b7f72f439e751421b6
fix(deployment): work around bundling divergence in Dockerfile.sdk
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ ARG XSNAP_NATIVE_URL\nWORKDIR /usr/src/agoric-sdk\nCOPY . .\n-RUN yarn install --frozen-lockfile --ignore-scripts --network-timeout 100000\n+RUN yarn install --network-timeout 100000\n# Need to build the Node.js node extension that uses our above Golang ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(deployment): work around bundling divergence in Dockerfile.sdk
1
fix
deployment
756,013
16.10.2021 11:21:31
21,600
0d6d197c36a27f969cdf6d35afcd526e12256541
build: update package.jsons
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@agoric/sdk\",\n- \"version\": \"10.0.1\",\n+ \"version\": \"10.0.2\",\n\"private\": true,\n\"useWorkspaces\": true,\n\"workspaces\": [\n", "new_path": "package.json", "old_path": "package.json" }, { "change_type": "MODIFY", "diff": "\"l...
JavaScript
Apache License 2.0
agoric/agoric-sdk
build: update package.jsons
1
build
null
471,527
16.10.2021 13:57:31
-7,200
1649ba4639560e15eea5d1f383a664553b6b45eb
fix: bump versions to be able to publish to npm
[ { "change_type": "ADD", "diff": "+---\n+'@open-wc/building-rollup': patch\n+'@open-wc/scoped-elements': patch\n+'@open-wc/testing': patch\n+'@open-wc/testing-helpers': patch\n+---\n+\n+Release bump version as major versions have already been used and unpublished in an accidental publish about a year ago.\n"...
JavaScript
MIT License
open-wc/open-wc
fix: bump versions to be able to publish to npm
1
fix
null
160,177
16.10.2021 14:34:03
-28,800
86e464b11d1891f64f0db6a45cd6aefadfd9729c
feat(mvp): change font size
[ { "change_type": "MODIFY", "diff": "// import { RectResize } from '@logicflow/extension'\n-import { getShapeStyleFuction } from './getShapeStyleUtil'\n+import { getShapeStyleFuction, getTextStyleFunction } from './getShapeStyleUtil'\nconst RectResize = window.RectResize\n/**\n@@ -12,6 +12,12 @@ class RectNe...
TypeScript
Apache License 2.0
didi/logicflow
feat(mvp): change font size
1
feat
mvp
160,177
16.10.2021 14:59:38
-28,800
dd1a89fbb84bfc74e9bf7db251b546a03b783838
feat: add text background
[ { "change_type": "ADD", "diff": "+{\"nodes\":[{\"id\":\"cbaad213-4a09-4236-a90e-f466797828c0\",\"type\":\"pro-rect\",\"x\":197,\"y\":99,\"properties\":{}}],\"edges\":[]}\n\\ No newline at end of file\n", "new_path": "site/mvp/src/assets/data/mvp.json", "old_path": null }, { "change_type": "M...
TypeScript
Apache License 2.0
didi/logicflow
feat: add text background
1
feat
null
160,177
16.10.2021 15:03:12
-28,800
146f68a611c9934e1807812415c9054864ea24e8
feat: add hide border
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,9 @@ export const getShapeStyleFuction = (style, properties) => {\nif (properties.borderStyle === 'dotted') {\nstyle.strokeDasharray = '1 1'\n}\n+ if (properties.borderStyle === 'hidden') {\n+ style.stroke = style.fill\n+ }\n}\nreturn style\n}\n", "new_pa...
TypeScript
Apache License 2.0
didi/logicflow
feat: add hide border
1
feat
null
599,909
16.10.2021 15:15:50
-14,400
d0ac74ea4bbfcf3d25d30cbd422d9df1c1259a18
fix(scripts): update migration scripts [skip ci]
[ { "change_type": "MODIFY", "diff": "\"lint\": \"eslint \\\"./server/**/*.{ts,tsx}\\\" \\\"./src/**/*.{ts,tsx}\\\"\",\n\"start\": \"NODE_ENV=production node dist/index.js\",\n\"i18n:extract\": \"extract-messages -l=en -o src/i18n/locale -d en --flat true --overwriteDefault true \\\"./src/**/!(*.test).{ts,tsx...
TypeScript
MIT License
sct/overseerr
fix(scripts): update migration scripts (#2208) [skip ci]
1
fix
scripts
160,177
16.10.2021 15:49:18
-28,800
cb7905489ee097bf2b157d3202527f7e5a6f39c9
feat: save data include zIndex in increase mode
[ { "change_type": "MODIFY", "diff": "@@ -77,7 +77,7 @@ export enum SegmentDirection {\nVERTICAL = 'vertical',\n}\n-export const ElementMaxzIndex = 999;\n+export const ElementMaxzIndex = 9999;\nexport enum OverlapMode {\nDEFAULT = 0,\n", "new_path": "packages/core/src/constant/constant.ts", "old_path"...
TypeScript
Apache License 2.0
didi/logicflow
feat: save data include zIndex in increase mode
1
feat
null
317,863
16.10.2021 16:16:51
-7,200
8a2eb7937bcfd83e4209788d13110dfc37ae64fb
docs(dotnet): add fsharp to supported languages Looking at the source file `src/segment_dotnet.go` it seems like the F# file extensions are supported as well.
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,6 @@ Display the currently active .NET SDK version.\n- missing_command_text: `string` - text to display when the command is missing - defaults to empty\n- display_mode: `string` - determines when the segment is displayed\n- `always`: the segment is always dis...
Go
MIT License
jandedobbeleer/oh-my-posh
docs(dotnet): add fsharp to supported languages Looking at the source file `src/segment_dotnet.go` it seems like the F# file extensions are supported as well.
1
docs
dotnet
160,177
16.10.2021 17:58:54
-28,800
f1db31d5c95c339493090907af517481cefba987
fix: drag line not toFront
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { createDrag } from '../util/drag';\nimport { formateAnchorConnectValidateData, targetNodeInfo, distance } from '../util/node';\nimport Circle from './basic-shape/Circle';\nimport Line from './basic-shape/Line';\n-import { ElementState, EventType } ...
TypeScript
Apache License 2.0
didi/logicflow
fix: drag line not toFront
1
fix
null
103,580
16.10.2021 18:36:35
-7,200
d2f61fbee9bd9bd11daa206313d8069876fbccd5
fix: correct toggling rtl in example app
[ { "change_type": "MODIFY", "diff": "import * as React from 'react';\n-import { View, StyleSheet } from 'react-native';\n+import { View, StyleSheet, I18nManager } from 'react-native';\nimport { DrawerContentScrollView } from '@react-navigation/drawer';\nimport {\nBadge,\n@@ -47,6 +47,7 @@ const DrawerItems =...
TypeScript
MIT License
callstack/react-native-paper
fix: correct toggling rtl in example app (#2934)
1
fix
null
151,430
16.10.2021 19:07:38
25,200
170836931d1e5296307c3cc45c19ee072ce60a18
fix: change temp key to value cookie value Fix
[ { "change_type": "MODIFY", "diff": "import { get, set, remove, undef } from '@analytics/global-storage-utils'\n+const tmp = '__x'\nlet isSupported = hasCookies()\n/**\n@@ -35,10 +36,10 @@ function hasCookies() {\n}\ntry {\n// Try to set cookie\n- cookie(undef, '1')\n- isSupported = document.cookie.indexOf(u...
JavaScript
MIT License
davidwells/analytics
fix: change temp key to value cookie value Fix #223 Signed-off-by: David Wells <>
1
fix
null
151,430
16.10.2021 19:08:01
25,200
5d4708986606f9be8c351e8f96c2b963755aac77
feat: add truthy check
[ { "change_type": "MODIFY", "diff": "@@ -136,6 +136,26 @@ console.log(isNoOp(isNoOp))\n// true\n```\n+## `isTruthy`\n+\n+Check if value is truthy.\n+\n+```js\n+import { isTruthy } from '@analytics/types-utils'\n+\n+console.log(isTruthy('')) // false\n+console.log(isTruthy('false')) // false\n+console.log(isT...
JavaScript
MIT License
davidwells/analytics
feat: add truthy check Signed-off-by: David Wells <>
1
feat
null
151,430
16.10.2021 19:08:23
25,200
0930b1464bb1e8a3e20d468796e0dbf48d0aaf68
docs: update scroll demo
[ { "change_type": "MODIFY", "diff": "<!doctype html>\n-<html>\n+<html lang=\"en\">\n<head>\n- <title>Scroll utils</title>\n+ <title>DOM scroll utilities lib</title>\n<script type=\"text/javascript\" src=\"./browser/scroll-utils.js\" charset=\"utf-8\"></script>\n<style media=\"screen\">\nhtml {\n</p>\n</div>\...
JavaScript
MIT License
davidwells/analytics
docs: update scroll demo Signed-off-by: David Wells <>
1
docs
null
151,430
16.10.2021 19:09:05
25,200
ddb3858e3fe274880ed5c51ace0ba40f58c6aa17
refactor: use type utils
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ export function onChange(formElement, options = {}, callback) {\nif (!isBrowser) return\nconst type = 'change'\nconst [settings, forms] = args(formElement, options, callback, type)\n+\n// Attach Listeners\nconst listeners = forms.map((form) => {\nconst h...
JavaScript
MIT License
davidwells/analytics
refactor: use type utils Signed-off-by: David Wells <>
1
refactor
null
599,909
16.10.2021 19:27:03
-14,400
739f667b54d8dec258b74d0cd8fd8b3b88dcf8d5
feat(servarr): auto fill base url when testing service if missing * feat(servarr): auto fill base url when testing service if missing This will fill the base URL of the *arr service only if it's missing and the base URL hasn't been provided beforehand * fix(servarr): replace redundant check * fix(servarr): suggested ch...
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,35 @@ import cacheManager, { AvailableCacheIds } from '../../lib/cache';\nimport { DVRSettings } from '../../lib/settings';\nimport ExternalAPI from '../externalapi';\n+export interface SystemStatus {\n+ version: string;\n+ buildTime: Date;\n+ isDebug: boolean;...
TypeScript
MIT License
sct/overseerr
feat(servarr): auto fill base url when testing service if missing (#1995) * feat(servarr): auto fill base url when testing service if missing This will fill the base URL of the *arr service only if it's missing and the base URL hasn't been provided beforehand * fix(servarr): replace redundant check * fix(ser...
1
feat
servarr
151,430
16.10.2021 19:32:35
25,200
8c8f9d210510c6e746c428c085ff279d03cfdcb8
refactor: use type utils for browser check
[ { "change_type": "MODIFY", "diff": "\"@analytics/localstorage-utils\": \"^0.1.5\",\n\"@analytics/queue-utils\": \"^0.1.1\",\n\"@analytics/session-utils\": \"^0.1.10\",\n+ \"@analytics/type-utils\": \"^0.3.1\",\n\"@aws-sdk/client-pinpoint\": \"^3.31.0\",\n\"analytics-plugin-tab-events\": \"^0.2.0\",\n\"analy...
JavaScript
MIT License
davidwells/analytics
refactor: use type utils for browser check Signed-off-by: David Wells <>
1
refactor
null
151,430
16.10.2021 19:32:59
25,200
2f86df33beaf2d6a6f575bf7f9dc45751c4e0298
refactor: treeshake node deps in browser build
[ { "change_type": "MODIFY", "diff": "-import inBrowser from '../../utils/in-browser'\nimport { AwsClient } from 'aws4fetch'\n+\n+let AWS\n+if (!process.browser) {\n// TODO: Using import causes build to fail\n-const AWS = require('@aws-sdk/client-pinpoint')\n+ AWS = require('@aws-sdk/client-pinpoint')\n+}\nco...
JavaScript
MIT License
davidwells/analytics
refactor: treeshake node deps in browser build Signed-off-by: David Wells <>
1
refactor
null
151,430
16.10.2021 19:35:13
25,200
993c497799fc9b29b4cc1399e252e2acdd18f30d
refactor: update pkg name
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import {\ngetPageSession,\nsetPageSession,\n} from '@analytics/session-utils'\n-import { isBrowser } from '@analytics/types-utils'\n+import { isBrowser } from '@analytics/type-utils'\nimport getClientInfo from '../../utils/client-info'\nimport getEventName...
JavaScript
MIT License
davidwells/analytics
refactor: update pkg name Signed-off-by: David Wells <>
1
refactor
null
151,430
16.10.2021 19:57:36
25,200
8288a43522b8f2c79494c127fb4e03bb5e3a8fa3
refactor: update circular refs
[ { "change_type": "MODIFY", "diff": "-import { initialize, getStorageKey } from './pinpoint'\n+import { initialize } from './pinpoint'\n+import { getStorageKey } from './pinpoint/helpers/getStorageKey'\nimport { CHANNEL_TYPES } from './pinpoint/helpers/constants'\nimport * as PINPOINT_EVENTS from './pinpoint...
JavaScript
MIT License
davidwells/analytics
refactor: update circular refs Signed-off-by: David Wells <>
1
refactor
null
151,430
16.10.2021 19:57:57
25,200
a391b9daf4fc2c712e0c280c52245babe957df7a
refactor: import mergeEndpointData
[ { "change_type": "MODIFY", "diff": "@@ -2,9 +2,10 @@ import { uuid } from 'analytics-utils'\nimport callAws from './call-aws'\nimport { CHANNEL_TYPES } from './constants'\nimport getClientInfo from '../../utils/client-info'\n-import { getStorageKey } from '..'\n+import { getStorageKey } from './getStorageKe...
JavaScript
MIT License
davidwells/analytics
refactor: import mergeEndpointData Signed-off-by: David Wells <>
1
refactor
null
317,737
16.10.2021 20:26:17
14,400
bccf642131732c84ff3da3a385ac6be982fa5ec5
chore(docs): use cross-env so build works on Windows
[ { "change_type": "MODIFY", "diff": "\"classnames\": \"^2.3.1\",\n\"react\": \"^17.0.2\",\n\"react-dom\": \"^17.0.2\"\n+ },\n+ \"devDependencies\": {\n+ \"cross-env\": \"^7.0.3\"\n}\n},\n\"node_modules/@algolia/autocomplete-core\": {\n\"node\": \">=10\"\n}\n},\n+ \"node_modules/cross-env\": {\n+ \"version\":...
Go
MIT License
jandedobbeleer/oh-my-posh
chore(docs): use cross-env so build works on Windows
1
chore
docs
151,430
16.10.2021 21:11:48
25,200
c0b2aea5a0f475d62ce8042de31370c9804ebb0c
refactor: update export
[ { "change_type": "MODIFY", "diff": "@@ -29,12 +29,12 @@ const config = {\n* @return {object} Analytics plugin\n* @example\n*\n- * awsPinpointNode({\n+ * awsPinpointPlugin({\n* pinpointAppId: '938bebb1ae954e123133213160f2b3be4',\n* getCredentials: () => Auth.currentCredentials(),\n* })\n*/\n-function awsPinp...
JavaScript
MIT License
davidwells/analytics
refactor: update export Signed-off-by: David Wells <>
1
refactor
null
306,663
16.10.2021 22:48:46
-7,200
76b4e093901862220387bb00ab20feb18570a447
docs: prevent shifting icon in Collapsible
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ export const all = () => {\n<div className=\"d-flex\">\n<Collapsible expanded={expanded} hoverable={hoverable} height=\"100vh\" onToggle={setExpanded}>\n<div className=\"d-flex pt-4\">\n- <Icon name=\"events\" className=\"d-flex align-items-center px-5\"...
TypeScript
MIT License
innovaccer/design-system
docs: prevent shifting icon in Collapsible
1
docs
null
151,430
16.10.2021 22:52:23
25,200
16e81fd83254562f19b76d41156669a74e60a7fc
refactor: bootstrap func
[ { "change_type": "MODIFY", "diff": "@@ -93,7 +93,7 @@ function awsPinpointPlugin(pluginConfig = {}) {\n...config,\n...pluginConfig,\n},\n- bootstrap: bootstrap(pluginConfig),\n+ bootstrap: bootstrap,\ninitialize: ({ config, instance }) => {\nconst { disableAnonymousTraffic, debug } = config\nconst logger = ...
JavaScript
MIT License
davidwells/analytics
refactor: bootstrap func Signed-off-by: David Wells <>
1
refactor
null
151,430
16.10.2021 22:52:48
25,200
df14aa3af9a8ed9d6b82c6c68c1f0ba894267e5b
refactor: remove null values
[ { "change_type": "MODIFY", "diff": "@@ -114,7 +114,7 @@ export async function formatEvent(eventName, data = {}, config = {}) {\n/* The title of the app that's recording the event. */\nAppTitle: appTitle,\n/* The version number of the app that's recording the event. Maps to application.version_code in kinesi...
JavaScript
MIT License
davidwells/analytics
refactor: remove null values Signed-off-by: David Wells <>
1
refactor
null
151,430
16.10.2021 23:12:27
25,200
5554a74e28f2c27f9ffb982ca3a83a377f77a65a
docs: add persist example docs
[ { "change_type": "ADD", "diff": "+---\n+title: \"Persisting page views\"\n+description: Example of how to persist user page views between sessions on the client\n+pageTitle: Persisting page views\n+subTitle: How to persist user page views between sessions on the client\n+---\n+\n+Below is an example on how ...
JavaScript
MIT License
davidwells/analytics
docs: add persist example docs Signed-off-by: David Wells <>
1
docs
null
317,842
17.10.2021 07:49:43
-7,200
06e5a24a0b416097eacfdfa6ff665804bec5a519
chore(schema): languages segment updated with enable_hyperlink enable_hyperlink added to segments that support it. java segment title fixe.
[ { "change_type": "MODIFY", "diff": "},\n\"missing_command_text\": {\n\"$ref\": \"#/definitions/missing_command_text\"\n+ },\n+ \"enable_hyperlink\": {\n+ \"$ref\": \"#/definitions/enable_hyperlink\"\n}\n}\n}\n},\n\"missing_command_text\": {\n\"$ref\": \"#/definitions/missing_command_text\"\n+ },\n+ \"enable...
Go
MIT License
jandedobbeleer/oh-my-posh
chore(schema): languages segment updated with enable_hyperlink enable_hyperlink added to segments that support it. java segment title fixe.
1
chore
schema
317,842
17.10.2021 07:56:15
-7,200
b516fe471a548ed6f4eba7282c9c26723c2a58ac
docs(dotnet): fix line length issue
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,7 @@ Display the currently active .NET SDK version.\n- missing_command_text: `string` - text to display when the command is missing - defaults to empty\n- display_mode: `string` - determines when the segment is displayed\n- `always`: the segment is always dis...
Go
MIT License
jandedobbeleer/oh-my-posh
docs(dotnet): fix line length issue
1
docs
dotnet
471,300
17.10.2021 11:25:28
18,000
c160ad8b2a6f88c25c3abbe449c998987964b999
chore: expand pull request template with action items
[ { "change_type": "MODIFY", "diff": "@@ -15,8 +15,29 @@ Before creating a pull request, please make sure:\n## Which problem is this PR solving?\n--\n+Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required f...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
chore: expand pull request template with action items (#2509) Co-authored-by: Rauno Viskus <Rauno56@users.noreply.github.com> Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com> Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
chore
null
306,638
17.10.2021 11:26:41
-19,080
07ed4d01423792a72be0841ecbcc968aad04661f
chore(actions): updates jira create issue action to use issue id from secrets
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,6 @@ jobs:\n${{ github.event.issue.title }}\ndescription: |\n${{ github.event.issue.body }}\n- fields: '{\"labels\":[\"github\"], \"customfield_10018\": \"DS-843\", \"customfield_11120\":\"${{ github.event.issue.html_url }}\", \"customfield_11760\":{\"value\"...
TypeScript
MIT License
innovaccer/design-system
chore(actions): updates jira create issue action to use issue id from secrets
1
chore
actions
386,595
17.10.2021 12:32:29
-7,200
b7608e3a97f5aadcbf5601f49f27e1d84f7190da
chore(blocksAntd): TextArea: add default to showCount.
[ { "change_type": "MODIFY", "diff": "},\n\"showCount\": {\n\"type\": [\"boolean\", \"object\"],\n+ \"default\": false,\n\"description\": \"Show input character count.\"\n},\n\"title\": {\n", "new_path": "packages/blocks/blocksAntd/src/blocks/TextArea/TextArea.json", "old_path": "packages/blocks/block...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(blocksAntd): TextArea: add default to showCount.
1
chore
blocksAntd
386,595
17.10.2021 13:25:11
-7,200
eecc837b6579745e2b15a69a2658941fd189e9c4
feat(blocksAntd): Title: add level 5 and italic properties.
[ { "change_type": "MODIFY", "diff": "properties:\nlevel: 4\ncontent: Lorem ipsum dolor sit amet\n+- id: 'properties.level: 5'\n+ type: Title\n+ properties:\n+ level: 5\n+ content: Lorem ipsum dolor sit amet\n+- id: 'properties.italic: true'\n+ type: Title\n+ properties:\n+ italic: true\n+ content: Lorem ipsu...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Title: add level 5 and italic properties.
1
feat
blocksAntd
386,595
17.10.2021 13:25:24
-7,200
af68201cdc9d2c76d3d768934b4b3192f008d534
feat(blocksAntd): TitleInput: add level 5 and italic properties.
[ { "change_type": "MODIFY", "diff": "- id: default\ntype: TitleInput\n-- id: \"properties. code: true\"\n+- id: 'properties. code: true'\ntype: TitleInput\nproperties:\ncode: true\n-- id: \"properties.color: \"\n+- id: 'properties.color: '\ntype: TitleInput\nproperties:\n- color: \"#009688\"\n-- id: \"proper...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): TitleInput: add level 5 and italic properties.
1
feat
blocksAntd
386,595
17.10.2021 13:37:44
-7,200
9b034b79788fe6553083958490ea5d84e4f796bb
chore(blocksAntd): Fix TextArea.showCount docs definition.
[ { "change_type": "MODIFY", "diff": "\"showCount\": {\n\"type\": [\"boolean\", \"object\"],\n\"default\": false,\n- \"description\": \"Show input character count.\"\n+ \"description\": \"Show input character count.\",\n+ \"docs\": {\n+ \"displayType\": \"boolean\"\n+ }\n},\n\"title\": {\n\"type\": \"string\"...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(blocksAntd): Fix TextArea.showCount docs definition.
1
chore
blocksAntd
386,595
17.10.2021 13:50:55
-7,200
4f4b8bef9f11dd9c1da36440d9be42e5dd94b951
feat(blocksAntd): Menu: add expandIcon property.
[ { "change_type": "MODIFY", "diff": "pageId: page_1_2\nproperties:\ntitle: Menu Item two\n+- id: 'properties.expandIcon: CheckOutlined'\n+ type: Menu\n+ properties:\n+ expandIcon:\n+ name: CheckOutlined\n+ color: '#ff00f0'\n+ links:\n+ - id: menu_group_1\n+ type: MenuGroup\n+ properties:\n+ title: Menu Group...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Menu: add expandIcon property.
1
feat
blocksAntd
847,143
17.10.2021 14:47:27
-28,800
831866a3f56ed065341c13cfb4db9bf21eb5c4e5
fix: make vite optional
[ { "change_type": "MODIFY", "diff": "\"@rollup/plugin-commonjs\": \"21.0.0\",\n\"@rollup/plugin-json\": \"4.1.0\",\n\"@rollup/plugin-node-resolve\": \"13.0.5\",\n- \"@rollup/plugin-typescript\": \"8.2.5\",\n+ \"@rollup/plugin-typescript\": \"8.3.0\",\n\"@textlint-rule/textlint-rule-no-unmatched-pair\": \"1.0...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix: make vite optional
1
fix
null
317,690
17.10.2021 16:55:08
-36,000
5db8f0fbe5d9f929d65a047abd0645539943789c
theme: add hunk
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,7 @@ themeConfigOverrrides.set('craver.omp.json', newThemeConfig(40, 80, 'Nick Craver\nthemeConfigOverrrides.set('darkblood.omp.json', newThemeConfig(40, 40));\nthemeConfigOverrrides.set('honukai.omp.json', newThemeConfig(20));\nthemeConfigOverrrides.set('hot...
Go
MIT License
jandedobbeleer/oh-my-posh
theme: add hunk
1
theme
null
902,122
17.10.2021 22:48:07
-7,200
d7006e46f28de7c0c55ec313aa7c754f1496e774
refactor(goto): wrap & run
[ { "change_type": "MODIFY", "diff": "@@ -29,15 +29,14 @@ const isEmpty = val => val == null || !(Object.keys(val) || val).length\nconst castArray = value => [].concat(value).filter(Boolean)\n-const getInjectKey = (ext, value) =>\n- isUrl(value) ? 'url' : value.endsWith(`.${ext}`) ? 'path' : 'content'\n-\n-co...
JavaScript
MIT License
microlinkhq/browserless
refactor(goto): wrap & run (#318)
1
refactor
goto
902,122
17.10.2021 22:54:39
-7,200
e44bfcf5f5ead8f42ad758c200b8fc5c1be4a761
chore(release): v9.2.19
[ { "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+## [9.2.19](https://github.com/microlinkhq/browserless/compare/v9.2.18...v9.2.19) (2021-10-17)\n+\n+**Note:** Version...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.2.19
1
chore
release
471,139
18.10.2021 00:09:02
-28,800
043067fa3a376bdf5e15adf86f06bb627cceecc8
feat(@opentelemetry/semantic-conventions): change enum to object literals
[ { "change_type": "MODIFY", "diff": "@@ -476,141 +476,145 @@ As an alternative, consider setting `faas.id` as a span attribute instead.\nWEBENGINE_DESCRIPTION: 'webengine.description',\n}\n-// Enum definitions\n-\n-export enum CloudProviderValues {\n+export const CloudProviderValues = {\n/** Alibaba Cloud. *...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
feat(@opentelemetry/semantic-conventions): change enum to object literals (#2532) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
feat
@opentelemetry/semantic-conventions
277,286
18.10.2021 07:59:50
-7,200
6f6602a6eac298fe7d680cfdb12477a8c00480a2
fix(plot): adjust selected rect stroke#1072
[ { "change_type": "MODIFY", "diff": "@@ -713,6 +713,15 @@ const\n}\n}\n}\n+ },\n+ interval: {\n+ rect: {\n+ selected: {\n+ style: {\n+ stroke: cssVar('$text'),\n+ }\n+ }\n+ },\n}\n},\ncomponents: {\n@@ -819,7 +828,8 @@ const\ntop: 0,\nleft: 0,\nright: 0,\n- bottom: 0\n+ bottom: 0,\n+ overflow: 'visible'\n},\...
Python
Apache License 2.0
h2oai/wave
fix(plot): adjust selected rect stroke#1072
1
fix
plot
791,370
18.10.2021 09:01:41
21,600
5ca462d99fe851b7cddfd70108798e2fa959bdfd
fix(storage): upgrade genproto This PR is mostly being made so we have a version of storage that has a hard dependency on a newer version of genproto. This will help alleviate the internal gRPC breaking change that happened in the client last week. Updates:
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ require (\ngolang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1\ngolang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1\ngoogle.golang.org/api v0.58.0\n- google.golang.org/genproto v0.0.0-20211015135405-485ec31e706e\n+ google.golang.org/genproto v0.0....
Go
Apache License 2.0
googleapis/google-cloud-go
fix(storage): upgrade genproto (#4993) This PR is mostly being made so we have a version of storage that has a hard dependency on a newer version of genproto. This will help alleviate the internal gRPC breaking change that happened in the client last week. Updates: #4991
1
fix
storage
447,446
18.10.2021 09:33:02
14,400
289e40512b74ca144c1fb45763ef2943e2104973
fix: set type button to AccordionSection summary
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import { mount } from 'enzyme';\n+import AccordionSection from '..';\n+\n+describe('<AccordionSection/>', () => {\n+ it('should have type button on section summary', () => {\n+ const component = mount(<AccordionSection label=\"Test section\" />)...
JavaScript
MIT License
nexxtway/react-rainbow
fix: set type button to AccordionSection summary (#2301)
1
fix
null
265,955
18.10.2021 09:39:12
25,200
746420ec1a4d0c39a4becddb0d5dba26fe812f8a
refactor: Unify precondition retry logic * refactor: Unify retry logic * refactor: Use `PreconditionOptions` for determining if a request should be retried * refactor: Rename `shouldRetryRequest` to `shouldRetryBasedOnPreconditionAndIdempotencyStrat` * docs: Method should be used for `ifGenerationMatch` We can extend t...
[ { "change_type": "MODIFY", "diff": "@@ -854,6 +854,28 @@ class File extends ServiceObject<File> {\nthis.instancePreconditionOpts = options?.preconditionOpts;\n}\n+ /**\n+ * A helper method for determining if a request should be retried based on preconditions.\n+ * This should only be used for methods where ...
TypeScript
Apache License 2.0
googleapis/nodejs-storage
refactor: Unify precondition retry logic (#1660) * refactor: Unify retry logic * refactor: Use `PreconditionOptions` for determining if a request should be retried * refactor: Rename `shouldRetryRequest` to `shouldRetryBasedOnPreconditionAndIdempotencyStrat` * docs: Method should be used for `ifGenerationMatc...
1
refactor
null
756,038
18.10.2021 09:44:41
25,200
4d44aa40d147389cae6083c1210fe287478257c7
feat: implement staking state query to support voting Remove mention of obsoleted slashing notification.
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ import (\n\"github.com/cosmos/cosmos-sdk/codec\"\nsdk \"github.com/cosmos/cosmos-sdk/types\"\nvestexported \"github.com/cosmos/cosmos-sdk/x/auth/vesting/exported\"\n+ stakingTypes \"github.com/cosmos/cosmos-sdk/x/staking/types\"\n)\ntype Keeper interface {...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: implement staking state query to support voting Remove mention of obsoleted slashing notification.
1
feat
null
306,320
18.10.2021 09:45:35
-3,600
156576430ade011f8e14cd99270d1d881cf53a94
fix: empty line printed during spinner
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,7 @@ func addRunFlags(cmd *cobra.Command) {\nfunc generateUsageFile(cmd *cobra.Command, runCtx *config.RunContext, projectCfg *config.Project, provider schema.Provider) error {\nif projectCfg.UsageFile == \"\" {\n- // This should not happen as we check earile...
Go
Apache License 2.0
infracost/infracost
fix: empty line printed during spinner
1
fix
null
386,584
18.10.2021 09:57:41
-7,200
45fd393c4e605964ec8daeb8c8260945952751ab
feat(build): Build now throws on duplicate ids. Closes
[ { "change_type": "MODIFY", "diff": "*/\nimport { type } from '@lowdefy/helpers';\n+import createCheckDuplicateId from '../utils/createCheckDuplicateId';\nasync function buildConnections({ components }) {\n+ const checkDuplicateConnectionId = createCheckDuplicateId({\n+ message: 'Duplicate connectionId \"{{ ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(build): Build now throws on duplicate ids. Closes #529
1
feat
build
306,900
18.10.2021 10:14:22
-7,200
43f37efd0c4dfe9748d7b12101732d8c47cd672d
feat(elements|ino-datepicker): provide error property
[ { "change_type": "MODIFY", "diff": "@@ -210,13 +210,13 @@ export class InoControlItem {\nimport { Datepicker as IDatepicker } from '@inovex.de/elements/dist/types/components/ino-datepicker/ino-datepicker';\nexport declare interface InoDatepicker extends Components.InoDatepicker {}\n@ProxyCmp({\n- inputs: ['...
TypeScript
MIT License
inovex/elements
feat(elements|ino-datepicker): provide error property (#429) Co-authored-by: Benjamin Pagelsdorf <bpagelsdorf@inovex.de>
1
feat
elements|ino-datepicker
386,581
18.10.2021 10:19:01
-7,200
0f7cc2a7612a5ad9a8164d5a5437dde5c6d7da49
fix: Support .yml in lowdefy.yaml file. Closes
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,10 @@ import { readFile } from '@lowdefy/node-utils';\nimport YAML from 'js-yaml';\nasync function getLowdefyYaml({ baseDirectory, command }) {\n- const lowdefyYaml = await readFile(path.resolve(baseDirectory, 'lowdefy.yaml'));\n+ let lowdefyYaml = await read...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Support .yml in lowdefy.yaml file. Closes #902
1
fix
null
306,885
18.10.2021 10:30:54
-7,200
9853be02631d73d464bd183881ab4ba03459fcdb
chore: publish v5.0.0
[ { "change_type": "MODIFY", "diff": "\"packages/*\",\n\"packages/elements-angular/elements/**\"\n],\n- \"version\": \"4.1.1\",\n+ \"version\": \"5.0.0\",\n\"npmClient\": \"yarn\",\n\"useWorkspaces\": true,\n\"command\": {\n", "new_path": "lerna.json", "old_path": "lerna.json" }, { "change_typ...
TypeScript
MIT License
inovex/elements
chore: publish v5.0.0
1
chore
null
737,359
18.10.2021 10:31:27
-3,600
df9a9010b3ec1be35db24264ca6c63593b945b1d
chore(release): publish 10.0.0-alpha.16
[ { "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+# [10.0.0-alpha.16](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.15...v10.0.0-alpha.16) (2021-10-18)\n+\n+**...
JavaScript
MIT License
wopian/kitsu
chore(release): publish 10.0.0-alpha.16
1
chore
release
306,653
18.10.2021 11:07:34
-19,080
16fe6be61419f3b05d54b0ad44aa1da5a369a734
docs(message): adds story to message component
[ { "change_type": "ADD", "diff": "+import * as React from 'react';\n+import { Message, Row, Column, Text } from '@/index';\n+\n+export const CustomDescription = () => (\n+ <Row>\n+ <Column size=\"4\">\n+ <Message\n+ actions={\n+ <>\n+ <Text className=\"cursor-pointer\" appearance=\"link\">\n+ Try again\n+ </...
TypeScript
MIT License
innovaccer/design-system
docs(message): adds story to message component
1
docs
message
317,842
18.10.2021 11:38:10
0
0bd33c6d21269ce5ce36e0a3c6bade2f13130344
feat: devcontainer config for vscode allows to develop inside a container from vscode persion pinned to bullseye/1.17 pwsh, fish, bash and zsh installed pwsh set as default shell default build task added
[ { "change_type": "ADD", "diff": "+# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.177.0/containers/go/.devcontainer/base.Dockerfile\n+\n+# [Choice] Go version (use -bullseye variants on local arm64/Apple Silicon): 1, 1.16, 1.17, 1-bullseye, 1.16-bullseye, 1.17-bulls...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: devcontainer config for vscode allows to develop inside a container from vscode persion pinned to bullseye/1.17 pwsh, fish, bash and zsh installed pwsh set as default shell default build task added
1
feat
null
317,842
18.10.2021 11:38:27
-7,200
410fb82e130e316b335d49b893b170db1b9fa40b
feat(pwsh): render hyperlink for theme name render hyperlink for theme name and themes location in Get-PoshThemes bold attribute removed since it's not really working in windows terminal(https://github.com/microsoft/terminal/issues/109)
[ { "change_type": "MODIFY", "diff": "@@ -77,6 +77,30 @@ function Set-PoshPrompt {\n(& $poshCommand --init --shell=pwsh --config=\"$config\") | Invoke-Expression\n}\n+<#\n+.SYNOPSIS\n+ Returns an ansi formatted hyperlink\n+ if name not set, uri is used as the name of the hyperlink\n+.EXAMPLE\n+ Get-Hyperlink\...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(pwsh): render hyperlink for theme name render hyperlink for theme name and themes location in Get-PoshThemes bold attribute removed since it's not really working in windows terminal(https://github.com/microsoft/terminal/issues/109)
1
feat
pwsh
815,595
18.10.2021 11:38:54
-28,800
e0a988909a724cbac482042166ff4efcd6209b95
chore: discarding network message should return Status::ignored
[ { "change_type": "MODIFY", "diff": "@@ -145,7 +145,7 @@ impl Relayer {\n// before ckb2021, v2 doesn't work with relay tx\nmatch RelaySwitch::new(&nc, self.v2) {\nRelaySwitch::Ckb2021RelayV1 | RelaySwitch::Ckb2019RelayV2 => {\n- return Status::ok()\n+ return Status::ignored()\n}\nRelaySwitch::Ckb2021RelayV2 ...
Rust
MIT License
nervosnetwork/ckb
chore: discarding network message should return Status::ignored
1
chore
null
306,320
18.10.2021 11:59:30
-3,600
7d98e5325635dcfc6f737d34808508da96dac9ca
fix: spinners overlapping when --sync-usage-file is not used
[ { "change_type": "MODIFY", "diff": "@@ -212,16 +212,6 @@ func runMain(cmd *cobra.Command, runCtx *config.RunContext) error {\nus.MergeResourceUsage(wildCardUsage[prefixName])\n}\n- if !runCtx.Config.IsLogging() {\n- fmt.Fprintln(os.Stderr, \"\")\n- }\n-\n- spinnerOpts := ui.SpinnerOptions{\n- EnableLogging:...
Go
Apache License 2.0
infracost/infracost
fix: spinners overlapping when --sync-usage-file is not used
1
fix
null
386,581
18.10.2021 12:06:18
-7,200
cd82729c5d700c298576aa8fe537b7699067dcf3
feat(blockTools): Update useDynamicScript.
[ { "change_type": "MODIFY", "diff": "import React from 'react';\n-const scripts = new Set();\n+const scripts = {};\nconst useDynamicScript = ({ src }) => {\nconst [ready, setReady] = React.useState(false);\n@@ -25,11 +25,26 @@ const useDynamicScript = ({ src }) => {\nReact.useEffect(() => {\nif (!src) return...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blockTools): Update useDynamicScript.
1
feat
blockTools
401,148
18.10.2021 12:22:08
-19,080
737154f2c087a08f16ae8963ecb79f4a77eafe03
doc: add documentation for debounce in utils package * docs(utils): add docs for debounce affects: ISSUES CLOSED: * test(utils): add unit test for debounce affects: ISSUES CLOSED:
[ { "change_type": "ADD", "diff": "+import { Meta } from '@storybook/addon-docs/blocks';\n+\n+<Meta title=\"Utils/Helpers/debounce\" />\n+\n+# debounce\n+\n+`debounce` is a simple yet really helpful function to implement debouncing.\n+It returns a debounced function that batches a burst of events and invokes ...
TypeScript
MIT License
medly/medly-components
doc: add documentation for debounce in utils package (#487) * docs(utils): add docs for debounce affects: @medly-components/utils ISSUES CLOSED: #446 * test(utils): add unit test for debounce affects: @medly-components/utils ISSUES CLOSED: #446 Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
doc
null
386,584
18.10.2021 12:26:28
-7,200
e4771f9e494b4ef1f313782d7b64a9657b0d6a52
fix(build): Remove nested if statements.
[ { "change_type": "MODIFY", "diff": "@@ -25,10 +25,10 @@ async function buildConnections({ components }) {\n});\nif (type.isArray(components.connections)) {\ncomponents.connections.forEach((connection) => {\n- if (!type.isString(connection.id)) {\nif (type.isUndefined(connection.id)) {\nthrow new Error(`Conn...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(build): Remove nested if statements.
1
fix
build
386,584
18.10.2021 12:27:22
-7,200
ed2f983841be4c6e6211fd8e5e06c9283e4fcbd2
fix(build): Update duplicate id tests.
[ { "change_type": "MODIFY", "diff": "@@ -59,9 +59,9 @@ test('buildConnections', async () => {\n]);\n});\n-test('throw on undefined id', async () => {\n+test('throw on missing id', async () => {\nconst components = {\n- connections: [{ id: undefined }],\n+ connections: [{ type: 'ConnectionType' }],\n};\nawait...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(build): Update duplicate id tests.
1
fix
build
386,584
18.10.2021 12:27:49
-7,200
414eaa15c152a4b1261a5c7a34d3c423279018d3
feat(build): Added createCheckDuplicateId test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(build): Added createCheckDuplicateId test.
1
feat
build
866,400
18.10.2021 13:35:04
14,400
00d912c3588ea0e6ab9489d1ecebef089ea96fb4
fix(ui-shell header): improve header accessibility
[ { "change_type": "MODIFY", "diff": "@@ -118,7 +118,6 @@ class BXHeaderMenu extends HostListenerMixin(FocusMixin(LitElement)) {\nconst { expanded, triggerContent, menuLabel, _handleClick: handleClick, _handleKeydownTrigger: handleKeydownTrigger } = this;\nreturn html`\n<a\n- role=\"menuitem\"\npart=\"trigger...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(ui-shell header): improve header accessibility (#711) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1
fix
ui-shell header
504,057
18.10.2021 13:50:01
14,400
4fcb0bfacf4d0334076ea8138a28103a8fabbb81
fix(LogViewer): fix resizing problem
[ { "change_type": "MODIFY", "diff": "@@ -14,10 +14,10 @@ interface LogViewerProps {\nhasToolbar?: boolean;\n/** Flag to enable or disable line numbers on the log viewer. */\nhasLineNumbers?: boolean;\n- /** Width in pixels of the log viewer. */\n- width?: number;\n- /** Height in pixels of the log viewer. */...
TypeScript
MIT License
patternfly/patternfly-react
fix(LogViewer): fix resizing problem (#6459)
1
fix
LogViewer
401,114
18.10.2021 13:53:14
-28,800
c3fad4e7c4b3a64c14892e724c69a048ab8591ff
docs(utils): add documentation for GetComponentProps utility type
[ { "change_type": "ADD", "diff": "+import { Meta } from '@storybook/addon-docs/blocks';\n+\n+<Meta title=\"Utils/Types/GetComponentProps\" />\n+\n+# GetComponentProps\n+\n+Constructs a type with the props extracted from a React component type.\n+\n+#### Example\n+\n+This utility type can be used as a conveni...
TypeScript
MIT License
medly/medly-components
docs(utils): add documentation for GetComponentProps utility type (#449) (#486)
1
docs
utils
14,244
18.10.2021 13:53:24
-7,200
798547fd8936c8d718f14acdcdee71731ff09713
feat(core): pass down metadata from `autocomplete-js`
[ { "change_type": "MODIFY", "diff": "@@ -7,11 +7,19 @@ import { onInput } from './onInput';\nimport { stateReducer } from './stateReducer';\nimport {\nAutocompleteApi,\n- AutocompleteOptions,\n+ AutocompleteOptions as AutocompleteCoreOptions,\nBaseItem,\nAutocompleteSubscribers,\n} from './types';\n+interfac...
TypeScript
MIT License
algolia/autocomplete
feat(core): pass down metadata from `autocomplete-js` (#770)
1
feat
core
104,825
18.10.2021 13:58:41
14,400
e3896e3c54acf9cf9e0b36621461e6a0194c716b
fix(table): fix tests
[ { "change_type": "MODIFY", "diff": "import { TableItem, TableHeaderItem } from 'carbon-components-angular';\n-import { AITableModel } from './table-model.class';\n+import { AITableHeaderItem, AITableModel } from './table-model.class';\ndescribe('Table', () => {\nit('empty model should have length 0', () => ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): fix tests
1
fix
table
503,965
18.10.2021 14:19:54
14,400
9d7e61064bcdc6d35e00aa134f4b70812f46c5a6
fix(react-tokens): fix some values by reading variables last
[ { "change_type": "MODIFY", "diff": "const glob = require('glob');\n-const { dirname, basename } = require('path');\n+const { dirname, basename, sep } = require('path');\nconst { parse } = require('css');\nconst { readFileSync } = require('fs');\n@@ -75,14 +75,14 @@ const getLocalVarsMap = cssFiles => {\n* }...
TypeScript
MIT License
patternfly/patternfly-react
fix(react-tokens): fix some values by reading variables last (#6418)
1
fix
react-tokens
699,232
18.10.2021 14:23:05
25,200
a060cd6590fab41178e55c674f6c19debb70f4ef
chore(core): update description
[ { "change_type": "MODIFY", "diff": "\"name\": \"@twilio-paste/core\",\n\"version\": \"10.15.0\",\n\"status\": \"production\",\n- \"description\": \"Contains all the core packages from the Paste internal design system.\",\n+ \"description\": \"Core contains all the packages from the Paste design system.\",\n...
TypeScript
MIT License
twilio-labs/paste
chore(core): update description
1
chore
core
791,682
18.10.2021 14:39:07
14,400
bbb2d67d6eff16bf58e076c363e5d1a0a38c356f
report(flow): import lhr strings
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import {FunctionComponent} from 'preact';\nimport {Util} from '../../report/renderer/util';\nimport {FlowStepIcon, FlowStepThumbnail} from './common';\n-import {useUIStrings} from './i18n/i18n';\n+import {useLocalizedStrings} from './i18n/i18n';\nimport {g...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(flow): import lhr strings (#13215)
1
report
flow
104,961
18.10.2021 14:42:22
10,800
8716c3e1a41c2ddb2f46dadfcbfd06ab367bed46
fix: make label on cv-icon-button required
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ export default {\nmixins: [buttonMixin, carbonPrefixMixin],\ncomponents: { CvSvg },\nprops: {\n- label: { type: String, default: undefined },\n+ label: { type: String, required: true },\nselected: Boolean,\ntipPosition: {\ntype: String,\n", "new_path...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
fix: make label on cv-icon-button required (#1258) Co-authored-by: Lee Chase <leechase@live.com>
1
fix
null
317,842
18.10.2021 14:52:37
0
e6cb3a56083c8f7b6e9c9ab1066b2b9ac08bce11
chore: devcontainer cleaning not needed forwarded port removed powershell extensions added to recommended list golang.go instead of golang.go-nightly
[ { "change_type": "MODIFY", "diff": "\"yzhang.markdown-all-in-one\",\n\"bungcip.better-toml\",\n\"redhat.vscode-yaml\",\n- \"golang.go-nightly\"\n+ \"golang.go\",\n+ \"ms-vscode.powershell\"\n],\n// Use 'forwardPorts' to make a list of ports inside the container available locally.\n- \"forwardPorts\": [3000]...
Go
MIT License
jandedobbeleer/oh-my-posh
chore: devcontainer cleaning not needed forwarded port removed powershell extensions added to recommended list golang.go instead of golang.go-nightly
1
chore
null
306,320
18.10.2021 15:01:22
-3,600
af02dd32c0fb7f3845866d2d50310d90bed20ba8
chore: add some initial logs for usage queries
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ import (\n\"context\"\n\"github.com/aws/aws-sdk-go-v2/service/autoscaling\"\n+ log \"github.com/sirupsen/logrus\"\n)\nfunc autoscalingNewClient(ctx context.Context, region string) (*autoscaling.Client, error) {\n@@ -20,6 +21,7 @@ func autoscalingNewClient(...
Go
Apache License 2.0
infracost/infracost
chore: add some initial logs for usage queries (#1056)
1
chore
null
777,399
18.10.2021 15:11:23
25,200
93241551aaf7aabf4e19a55826c3dfd04e309385
docs: add release notes for 0.17.1
[ { "change_type": "MODIFY", "diff": "Version 0.17\n**************\n+Version 0.17.1\n+==============\n+\n+**Release Date:** October 18, 2021\n+\n+**New Features**\n+\n+- WebUI: Add a \"Notes\" tab allowing for the input and viewing of free-form Markdown text on\n+ experiment pages. This works for both single-...
Python
Apache License 2.0
determined-ai/determined
docs: add release notes for 0.17.1 (#3091) (cherry picked from commit 262a4ccc3a72c305764af29f417b8522ddc83079)
1
docs
null
667,680
18.10.2021 15:39:14
-28,800
7d44959f98cb8a633b87bd48bec39c6969f6ac95
chore(android): sdk `v8` build properties can set to be `auto`
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ buildscript {\nmavenCentral()\n}\ndependencies {\n- classpath 'com.android.tools.build:gradle:4.2.1'\n+ classpath 'com.android.tools.build:gradle:4.2.2'\n// NOTE: Do not place your application dependencies here; they belong\n// in the individual module b...
C++
Apache License 2.0
tencent/hippy
chore(android): sdk `v8` build properties can set to be `auto`
1
chore
android
342,861
18.10.2021 16:03:44
-7,200
24fd0f3f6221bbb21d470995a2a8907374bf4bcb
docs(sandbox): add isFullPage to iframe
[ { "change_type": "MODIFY", "diff": "@@ -119,6 +119,7 @@ const Example = ({\npageId={exampleId}\nexampleId={exampleId}\nheight={height}\n+ isFullPage={isFullPage}\nbackground={selectedBackground}\n/>\n</StyledWrapperFrame>\n", "new_path": "docs/src/components/ReactExample/Example.tsx", "old_path": "d...
JavaScript
MIT License
kiwicom/orbit
docs(sandbox): add isFullPage to iframe
1
docs
sandbox
306,320
18.10.2021 16:07:08
-3,600
d73c93978b39bacf743f5724316a36e9a213f536
test: fix golden test usage comments
[ { "change_type": "MODIFY", "diff": "@@ -9,15 +9,15 @@ resource_usage:\n# reserved_instance_type: \"\" # Offering class for Reserved Instances, can be: convertible, standard.\n# reserved_instance_term: \"\" # Term for Reserved Instances, can be: 1_year, 3_year.\n# reserved_instance_payment_option: \"\" # Pay...
Go
Apache License 2.0
infracost/infracost
test: fix golden test usage comments
1
test
null
366,946
18.10.2021 16:07:36
-32,400
748b31f7c767aafa1a8e8114d04090a89012246d
fix: change header height of `ModelessDialog` not to expand by padding
[ { "change_type": "MODIFY", "diff": "@@ -273,14 +273,15 @@ const Header = styled.div<{ themes: Theme }>`\n${({ themes: { border, spacingByChar } }) => css`\ndisplay: flex;\nalign-items: center;\n- padding: ${spacingByChar(1)} ${spacingByChar(1)} ${spacingByChar(1)} ${spacingByChar(1.5)};\n+ padding-left: ${s...
TypeScript
MIT License
kufu/smarthr-ui
fix: change header height of `ModelessDialog` not to expand by padding (#1963)
1
fix
null
777,396
18.10.2021 16:10:22
21,600
403edfa540ec2c44003f24ae10f0ba6079fcc0a5
fix: write cluster_info.json in all non-cmd task types
[ { "change_type": "MODIFY", "diff": "@@ -15,4 +15,6 @@ fi\n\"$DET_PYTHON_EXECUTABLE\" -m pip install -q --user /opt/determined/wheels/determined*.whl\n+\"$DET_PYTHON_EXECUTABLE\" -m determined.exec.prep_container\n+\nexec \"$DET_PYTHON_EXECUTABLE\" -m determined.exec.gc_checkpoints \"$@\"\n", "new_path":...
Python
Apache License 2.0
determined-ai/determined
fix: write cluster_info.json in all non-cmd task types (#3094)
1
fix
null
865,939
18.10.2021 16:13:24
-7,200
bd6d1bbbfc5610243843790f41ddc9d694fd5eb4
feat(overlay): add styles for overlay forms Related to
[ { "change_type": "MODIFY", "diff": "border-top: 1px solid var(--overlay-border-color);\n}\n+ .fieldset {\n+ border: none;\n+ margin: 0;\n+ padding: 0;\n+ }\n+\n+ .fields {\n+ display: grid;\n+ grid-gap: 12px;\n+ }\n+\n+ button[type=\"submit\"] {\n+ width: 100%;\n+ }\n}\n", "new_path": "client/src/shared...
JavaScript
MIT License
camunda/camunda-modeler
feat(overlay): add styles for overlay forms Related to #2489
1
feat
overlay
815,609
18.10.2021 16:40:39
-28,800
95d9587c67ecf8af1fce8a3d617cd5fe199733eb
chore: ignore RUSTSEC-2020-0071 and upgrade two yanked crates
[ { "change_type": "MODIFY", "diff": "@@ -1764,9 +1764,9 @@ checksum = \"524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198\"\n[[package]]\nname = \"digest\"\n-version = \"0.8.0\"\n+version = \"0.8.1\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"05f47366984...
Rust
MIT License
nervosnetwork/ckb
chore: ignore RUSTSEC-2020-0071 and upgrade two yanked crates
1
chore
null
71,410
18.10.2021 16:49:43
25,200
83cf9b8770880ba5ec448bb7389606025543a692
chore: minor GitHub action changes * chore: run issue cleanup action more frequently This changes the issue cleanup action to run 6 times per day (once every four hours) insted of only once per day. * chore: create action documentation Documents each of the GitHub actions in the repo and their owners
[ { "change_type": "ADD", "diff": "+# AWS CDK GitHub Actions\n+\n+These workflows and actions are configured in the AWS CDK GitHub repository.\n+\n+## Pull Request Triggered\n+\n+### Auto Approve\n+[auto-approve.yml](auto-approve.yml): Approves merging PRs with the\n+`pr/auto-approve` label.\n+Owner: Core CDK...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: minor GitHub action changes (#17022) * chore: run issue cleanup action more frequently This changes the issue cleanup action to run 6 times per day (once every four hours) insted of only once per day. * chore: create action documentation Documents each of the GitHub actions in the repo and their owner...
1
chore
null
667,713
18.10.2021 17:27:46
-28,800
c94df18c73f2cb5e5015029f90ea64d8d6437bbf
fix(android): do not use JAVA 8 lambda temporary
[ { "change_type": "MODIFY", "diff": "@@ -149,7 +149,13 @@ public class HippyHorizontalScrollView extends HorizontalScrollView implements H\n}\nif(mPagingEnabled) {\n- post(() -> doPageScroll());\n+ post(new Runnable() {\n+ @Override\n+ public void run() {\n+ doPageScroll();\n+ }\n+ }\n+ );\n}\nmDragging = fa...
C++
Apache License 2.0
tencent/hippy
fix(android): do not use JAVA 8 lambda temporary
1
fix
android
915,120
18.10.2021 17:32:30
-3,600
a2bacc88b3b863375d0ac40f48f9963db12cfcc1
docs: typos in docs
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ many reasons to do this:\nweakens or even disables important anti-CSRF measures.\nThese are only a couple of reasons to use OAuth2. You might decide to use OAuth2\n-as your only authorization workflow, thus minimizing maintainance overhead while\n+as you...
Go
Apache License 2.0
ory/hydra
docs: typos in docs (#2808)
1
docs
null
306,309
18.10.2021 17:32:53
-10,800
81791d04dd4ef7620bb13d64a5f08e3255ba95d6
fix: inline the comments so the usage-file generator picks them up
[ { "change_type": "MODIFY", "diff": "@@ -26,9 +26,8 @@ resource_usage:\nreserved_instance_type: standard # Offering class for Reserved Instances, can be: convertible, standard.\nreserved_instance_term: 1_year # Term for Reserved Instances, can be: 1_year, 3_year.\nreserved_instance_payment_option: no_upfront...
Go
Apache License 2.0
infracost/infracost
fix: inline the comments so the usage-file generator picks them up (#1058)
1
fix
null
71,656
18.10.2021 18:25:51
-7,200
30f45847b21e57011f3b1dddd713d16d5f4aad30
docs(pipelines): fix typo in `CdkPipelineProps` Removed duplicate word in documentation. *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ export interface CdkPipelineProps {\n* You can choose to not pass this value, in which case a new CodePipeline is\n* created with default settings.\n*\n- * If you pass an existing CodePipeline, it should should have been created\n+ * If you pass an exist...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(pipelines): fix typo in `CdkPipelineProps` (#16920) Removed duplicate word in documentation. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
pipelines
127,935
18.10.2021 18:46:06
-10,800
97ad77bf8644b14061e264adb50405c95ca4d117
fix: add dialog background color support
[ { "change_type": "MODIFY", "diff": "@@ -300,6 +300,73 @@ const [showDialog, setShowDialog] = React.useState(false);\n);\n};\n+const ExampleWithBackground = () => {\n+ const [showDialog, setShowDialog] = React.useState(false);\n+\n+ return (\n+ <>\n+ <Preview\n+ title=\"Example with background color\"\n+ pre...
TypeScript
MIT License
coingaming/moon-design
fix: add dialog background color support
1
fix
null
877,026
18.10.2021 21:06:08
-7,200
45d96ccf2acbb571ac9de724a12abadea675b626
feat(@vtmn/web-components): refacto link, change css style order
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,12 @@ export const argTypes = {\nhref: {\ntype: { name: 'string', required: true },\ndescription: 'The href of the link.',\n+ table: {\n+ type: {\n+ summary: 'string',\n+ },\n+ defaultValue: { summary: '#' },\n+ },\ndefaultValue: '#',\ncontrol: { type: 'text' }...
JavaScript
Apache License 2.0
decathlon/vitamin-web
feat(@vtmn/web-components): refacto link, change css style order (#682)
1
feat
@vtmn/web-components
877,015
18.10.2021 21:36:01
-7,200
ce4200b5f4bdbc297d7bc462db4520d81fddbe98
chore(@vtmn/svelte): fix package.json format
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@vtmn/css-button\": \"^0.6.8\",\n- \"@vtmn/css-design-tokens: \"^0.8.5\",\n+ \"@vtmn/css-design-tokens\": \"^0.8.5\",\n\"@vtmn/css-link\": \"^0.3.17\",\n\"@vtmn/css-popover\": \"^0.2.12\",\n\"@vtmn/css-text-input\": \"^0.8.10\"\n", "new_path...
JavaScript
Apache License 2.0
decathlon/vitamin-web
chore(@vtmn/svelte): fix package.json format
1
chore
@vtmn/svelte
877,015
18.10.2021 21:36:11
-7,200
26a98477c66cb09fe6f886f22624b1cbee1e612b
docs(@vtmn/svelte): update readme
[ { "change_type": "MODIFY", "diff": "@@ -83,8 +83,8 @@ Example with `VtmnButton` :\n```js\n// App.svelte\n<script>\n- import VtmnButton from '@vtmn/svelte/src/components/VtmnButton.svelte';\n-</script>\n+ import { VtmnButton } from '@vtmn/svelte';\n+<script>\n<VtmnButton>Button</VtmnButton>\n```\n", "new...
JavaScript
Apache License 2.0
decathlon/vitamin-web
docs(@vtmn/svelte): update readme
1
docs
@vtmn/svelte