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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
151,430 | 25.07.2021 22:32:47 | 25,200 | 2ddce89ada6ef5dd804b22ff2aed3d93dbff7d06 | chore: update dev mode | [
{
"change_type": "MODIFY",
"diff": "\"copy\": \"watchlist example -- npm run sync\",\n\"sync\": \"cp example/index.html dist\",\n\"watch\": \"microbundle watch\",\n- \"watch:dev\": \"microbundle watch --external none --no-compress\",\n+ \"watch:dev\": \"microbundle watch --external none -f iife,umd -o dist/... | JavaScript | MIT License | davidwells/analytics | chore: update dev mode
Signed-off-by: David Wells <> | 1 | chore | null |
494,286 | 25.07.2021 22:37:22 | -7,200 | 45c28d99064baf8051521a1078ac2b59bb3206ec | fix: register argon2 CLI commands properly | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,8 @@ func NewRootCmd() *cobra.Command {\n}\nfunc RegisterCommandRecursive(parent *cobra.Command) {\n- parent.AddCommand(NewRootCmd())\n+ rootCmd := NewRootCmd()\n+ parent.AddCommand(rootCmd)\n- argon2.RegisterCommandRecursive(NewRootCmd())\n+ argon2.RegisterC... | Go | Apache License 2.0 | ory/kratos | fix: register argon2 CLI commands properly (#1592) | 1 | fix | null |
679,913 | 25.07.2021 22:51:52 | -7,200 | a9dcd47c5932842f2cfe76e3de7d424f87630921 | fix(date): minor update EN_LONG locale | [
{
"change_type": "MODIFY",
"diff": "@@ -79,7 +79,7 @@ export const EN_LONG: LocaleSpec = {\ns: { s: \"second\", p: \"seconds\" },\nt: { s: \"millisecond\", p: \"milliseconds\" },\n},\n- less: \"less than a\",\n+ less: \"less than\",\npast: \"%s ago\",\nnow: \"just now\",\nfuture: \"in %s\",\n",
"new_pat... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(date): minor update EN_LONG locale | 1 | fix | date |
151,430 | 25.07.2021 22:54:40 | 25,200 | 6ac9346f61e9123bfe9472f5cf12ce10b5e8f515 | feat: add `once` function export | [
{
"change_type": "MODIFY",
"diff": "@@ -139,3 +139,23 @@ reAttachListener()\n```\nSee [removeEventListener docs](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/removeEventListener) for options\n+\n+\n+## `once`\n+\n+Utility function to fire function exactly once.\n+\n+```js\n+import { once } f... | JavaScript | MIT License | davidwells/analytics | feat: add `once` function export
Signed-off-by: David Wells <> | 1 | feat | null |
151,430 | 25.07.2021 23:43:21 | 25,200 | c83c376f406d98b558e064cbd4f9d5f7eee8fe6d | feat: add isBrowser | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,18 @@ npm install @analytics/types-utils\nBelow is the api for `@analytics/types-utils`.\n+## `isBrowser`\n+\n+Check if currently in browser context\n+\n+```js\n+import { isBrowser } from '@analytics/types-utils'\n+\n+if (isBrowser) {\n+ console.log('do thing... | JavaScript | MIT License | davidwells/analytics | feat: add isBrowser
Signed-off-by: David Wells <> | 1 | feat | null |
551,634 | 26.07.2021 00:03:16 | -3,600 | 2d8bc4cf7c63f1f446e4d13d34c7114ededbb517 | fix(rest): fix writer left locked after csv upload | [
{
"change_type": "MODIFY",
"diff": "@@ -456,6 +456,7 @@ public class HttpConnectionContext implements IOContext, Locality, Mutable, Retr\nprivate void failProcessor(HttpRequestProcessor processor, HttpException e, int reason) {\npendingRetry = false;\n+ boolean canClear = true;\ntry {\nLOG.info()\n.$(\"fail... | Java | Apache License 2.0 | questdb/questdb | fix(rest): fix writer left locked after csv upload (#1218) | 1 | fix | rest |
151,430 | 26.07.2021 00:05:58 | 25,200 | cd641def5a70cdd38426cc031ea4c6fc348d0202 | chore: mark pkgs are sideEffect free | [
{
"change_type": "MODIFY",
"diff": "@@ -705,7 +705,7 @@ The `analytics` has a robust plugin system. Here is a list of currently availabl\n- [@analytics/original-source-plugin](https://github.com/DavidWells/analytics/tree/master/packages/analytics-plugin-original-source) Save original referral source of visi... | JavaScript | MIT License | davidwells/analytics | chore: mark pkgs are sideEffect free
Signed-off-by: David Wells <> | 1 | chore | null |
151,430 | 26.07.2021 00:11:04 | 25,200 | ad6edaca76479994558acf2145eda96efb67b1da | docs: add types util to docs site | [
{
"change_type": "MODIFY",
"diff": "@@ -60,6 +60,7 @@ module.exports = {\n'utils/cookies',\n'utils/localstorage',\n'utils/remote-storage',\n+ 'utils/types',\n],\nTutorials: [\n'tutorials/getting-started',\n",
"new_path": "site/main/gatsby-config.js",
"old_path": "site/main/gatsby-config.js"
},
{... | JavaScript | MIT License | davidwells/analytics | docs: add types util to docs site
Signed-off-by: David Wells <> | 1 | docs | null |
151,430 | 26.07.2021 00:18:25 | 25,200 | f4ca65daad600c9507d1aa9fe845029c304d9668 | chore: mark sideEffect free in package.json | [
{
"change_type": "MODIFY",
"diff": "\"./lib/analytics-plugin-aws-pinpoint.cjs.js\": \"./lib/analytics-plugin-aws-pinpoint.browser.cjs.js\",\n\"./lib/analytics-plugin-aws-pinpoint.es.js\": \"./lib/analytics-plugin-aws-pinpoint.browser.es.js\"\n},\n+ \"sideEffects\": false,\n\"files\": [\n\"dist\",\n\"lib\",\... | JavaScript | MIT License | davidwells/analytics | chore: mark sideEffect free in package.json
Signed-off-by: David Wells <> | 1 | chore | null |
869,317 | 26.07.2021 08:42:40 | -7,200 | 0f7e5abeee9d9ec4543164518a200fec2a9cb8b4 | fix: fix parseToFloat for zeroes
The parseToFloat function incorrectly parsed
'0' as undefined because the parsed check
was not strict enough. | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,7 @@ const throttleFlatMap = async (list, callback, limit) => {\nconst parseToFloat = (number, modifier) => {\nconst parsed = parseFloat(number);\n- if (!parsed) return undefined;\n+ if (Number.isNaN(parsed)) return undefined;\nif (modifier) return modifier(p... | JavaScript | MIT License | coinranking/exchanges | fix: fix parseToFloat for zeroes
The parseToFloat function incorrectly parsed
'0' as undefined because the parsed check
was not strict enough. | 1 | fix | null |
551,634 | 26.07.2021 08:59:23 | -3,600 | 29f2f4526e817382eb2f9c0abc10289acfdbf7d2 | fix(sql): make SQL functions case insensitive | [
{
"change_type": "MODIFY",
"diff": "@@ -118,7 +118,7 @@ public final class ColumnType {\npublic static int overloadDistance(int from, int to) {\n// Functions cannot accept UNDEFINED type (signature is not supported)\n// this check is just in case\n- assert to >= 0;\n+ assert to >= 0 : \"Undefined not suppor... | Java | Apache License 2.0 | questdb/questdb | fix(sql): make SQL functions case insensitive (#1219) | 1 | fix | sql |
127,946 | 26.07.2021 09:27:08 | -10,800 | fe054a849d2cc6fbb7b987c9424c70a88696fe9a | feat: Dogecoin icon | [
{
"change_type": "ADD",
"diff": "+<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2000 2000\" width=\"2500\" height=\"2500\"><g fill=\"#c2a633\"><path d=\"M1024 659H881.12v281.69h224.79v117.94H881.12v281.67H1031c38.51 0 316.16 4.35 315.73-327.72S1077.44 659 1024 659z\"/><path d=\"M1000 0C447.71 0 0 ... | TypeScript | MIT License | coingaming/moon-design | feat: Dogecoin icon (#1260) | 1 | feat | null |
127,957 | 26.07.2021 09:27:33 | -10,800 | f80d39cfd6463009b1059693b149d13d7c25e430 | feat: add expandedByDefault prop | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ import {\nuseExpanded,\nuseBlockLayout,\nuseFlexLayout,\n+ TableInstance,\n} from 'react-table';\nimport { useSticky } from 'react-table-sticky';\nimport { rem, themed } from '@heathmont/moon-utils';\n@@ -294,6 +295,7 @@ type Props = {\nevenRowBackgroundCo... | TypeScript | MIT License | coingaming/moon-design | feat: add expandedByDefault prop (#1259) | 1 | feat | null |
679,913 | 26.07.2021 09:33:46 | -7,200 | 71c334bfc5715e58296750e9d118927dce53406a | feat(rdom): relax return types for $switch()
update return types for $switch/$refresh component factories (any)
add/update docs | [
{
"change_type": "MODIFY",
"diff": "import { assert, Fn, NumOrString } from \"@thi.ng/api\";\nimport type { ISubscribable } from \"@thi.ng/rstream\";\n-import type {\n- ComponentLike,\n- IComponent,\n- IMountWithState,\n- NumOrElement,\n-} from \"./api\";\n+import type { IComponent, IMountWithState, NumOrEl... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rdom): relax return types for $switch()
- update return types for $switch/$refresh component factories (any)
- add/update docs | 1 | feat | rdom |
889,620 | 26.07.2021 09:42:01 | -28,800 | ca054f642f6119552234656aaf3a7ede7bd8d655 | fix(webui): clearer error message on login error | [
{
"change_type": "MODIFY",
"diff": "@@ -29,8 +29,10 @@ export default class KomgaUsersService {\nmsg = 'Invalid authentication'\n}\n}\n- if (e.response.data.message) {\n+ if (e.response?.data?.message) {\nmsg += `: ${e.response.data.message}`\n+ } else {\n+ msg += `: ${e.message}`\n}\nthrow new Error(msg)\n... | Kotlin | MIT License | gotson/komga | fix(webui): clearer error message on login error | 1 | fix | webui |
127,946 | 26.07.2021 09:54:19 | -10,800 | d93d7d4e8b590deda8af3b7449e47ff7de3f173e | feat: doge to groupIcons | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import {\nIconChilieanPeso,\nIconChineseYuan,\nIconDanishKrone,\n+ IconDogecoin,\nIconEthereum,\nIconEuro,\nIconGbPoundSterling,\n@@ -75,6 +76,7 @@ const currencyIcons = {\nBTC: IconBitcoin,\nCAD: IconCanadianDollar,\nCNY: IconChineseYuan,\n+ DOGE: IconDog... | TypeScript | MIT License | coingaming/moon-design | feat: doge to groupIcons (#1262) | 1 | feat | null |
889,620 | 26.07.2021 09:56:01 | -28,800 | 44bd09ac0b2d8420b25d84f355860046cc978188 | fix(webui): incorrect data reload on received events | [
{
"change_type": "MODIFY",
"diff": "@@ -484,7 +484,7 @@ export default Vue.extend({\n})\n},\nreloadPage: throttle(function (this: any) {\n- this.loadPage(this.libraryId, this.page, this.sortActive)\n+ this.loadPage(this.libraryId, this.page, this.sortActive, this.searchRegex)\n}, 1000),\nasync loadPage(libr... | Kotlin | MIT License | gotson/komga | fix(webui): incorrect data reload on received events | 1 | fix | webui |
306,444 | 26.07.2021 10:04:29 | -7,200 | 77567efcd18d04bf93a3890f10516ba183ca85cf | chore: allow overriding filter fn imperatively | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import { InteractionStateMixin } from '../InteractionStateMixin.js';\n* @typedef {import('../../types/choice-group/ChoiceGroupMixinTypes').ChoiceGroupMixin} ChoiceGroupMixin\n* @typedef {import('../../types/FormControlMixinTypes').FormControlHost} FormCont... | JavaScript | MIT License | ing-bank/lion | chore: allow overriding filter fn imperatively | 1 | chore | null |
889,620 | 26.07.2021 10:09:06 | -28,800 | 30c349afaffdcd307a422653895e4fe91dc47f29 | fix(api): accent insensitive search | [
{
"change_type": "MODIFY",
"diff": "package org.gotson.komga.infrastructure.datasource\nimport mu.KotlinLogging\n+import org.gotson.komga.infrastructure.language.stripAccents\nimport org.springframework.jdbc.datasource.SimpleDriverDataSource\nimport org.sqlite.Function\nimport org.sqlite.SQLiteConnection\n@... | Kotlin | MIT License | gotson/komga | fix(api): accent insensitive search | 1 | fix | api |
791,370 | 26.07.2021 10:20:23 | 21,600 | a7e28f2557469562ae57e5174b41bdf8fce62b63 | feat(internal/carver): add tooling to help carve out sub-modules | [
{
"change_type": "ADD",
"diff": "+# carver\n+\n+This is a tool used to carve out new modules in cloud.google.com/go.\n+\n+## Usage\n+\n+```bash\n+go run cmd/main.go \\\n+ -parent=/path/to/google-cloud-go \\\n+ -child=asset \\\n+ -repo-metadata=/path/to/google-cloud-go/internal/.repo-metadata-full.json\n+```... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(internal/carver): add tooling to help carve out sub-modules (#4417) | 1 | feat | internal/carver |
306,444 | 26.07.2021 10:21:10 | -7,200 | 79392d8e62c09f40d327b9832479dc97bcb02677 | feat(input-datepicker): export calendar overlay frame | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/input-datepicker': patch\n+---\n+\n+Export LionCalendarOverlayFrame as a good starter frame for subclassers.\n",
"new_path": ".changeset/odd-fans-clap.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "export { LionInputDatepicker ... | JavaScript | MIT License | ing-bank/lion | feat(input-datepicker): export calendar overlay frame | 1 | feat | input-datepicker |
889,620 | 26.07.2021 10:25:16 | -28,800 | af837c68130b40872b04b75f7ed7c74729369706 | fix(api): accent insensitive sort
uses stripAccent for now, while waiting for
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ class BookDtoDao(\nprivate val bt = Tables.BOOK_METADATA_TAG\nprivate val sorts = mapOf(\n- \"name\" to lower(b.NAME),\n+ \"name\" to lower(b.NAME.udfStripAccents()),\n\"created\" to b.CREATED_DATE,\n\"createdDate\" to b.CREATED_DATE,\n\"lastModified\" t... | Kotlin | MIT License | gotson/komga | fix(api): accent insensitive sort
uses stripAccent for now, while waiting for https://github.com/xerial/sqlite-jdbc/pull/627
closes #500 | 1 | fix | api |
711,597 | 26.07.2021 10:25:16 | -7,200 | 02f99955639a76ce4b1c958a616929ff1688e088 | fix(admin-ui): Fix case sensitivity in product variant filter | [
{
"change_type": "MODIFY",
"diff": "@@ -149,8 +149,8 @@ export class ProductDetailComponent\n? variants.filter(v => {\nconst lcTerm = term.toLocaleLowerCase();\nreturn (\n- v.name.toLocaleLowerCase().includes(term) ||\n- v.sku.toLocaleLowerCase().includes(term)\n+ v.name.toLocaleLowerCase().includes(lcTerm)... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Fix case sensitivity in product variant filter | 1 | fix | admin-ui |
865,916 | 26.07.2021 10:44:27 | -7,200 | ff14d9615b8fb78ea1e41b17a24cf7a330f24840 | feat(client): show new engine profile in BPMN editor | [
{
"change_type": "MODIFY",
"diff": "@@ -63,6 +63,8 @@ import Metadata from '../../../util/Metadata';\nimport { DEFAULT_LAYOUT as propertiesPanelDefaultLayout } from '../PropertiesContainer';\n+import { EngineProfile } from '../EngineProfile';\n+\nconst NAMESPACE_URL_ACTIVITI = 'http://activiti.org/bpmn';\nc... | JavaScript | MIT License | camunda/camunda-modeler | feat(client): show new engine profile in BPMN editor | 1 | feat | client |
865,916 | 26.07.2021 10:44:36 | -7,200 | bb141aa37fd739d9825f85ab1049c8965b43c900 | feat(client): show new engine profile in cloud BPMN editor | [
{
"change_type": "MODIFY",
"diff": "@@ -54,6 +54,8 @@ import Metadata from '../../../util/Metadata';\nimport { DEFAULT_LAYOUT as propertiesPanelDefaultLayout } from '../PropertiesContainer';\n+import { EngineProfile } from '../EngineProfile';\n+\nconst EXPORT_AS = [ 'png', 'jpeg', 'svg' ];\nconst COLORS = [... | JavaScript | MIT License | camunda/camunda-modeler | feat(client): show new engine profile in cloud BPMN editor | 1 | feat | client |
865,916 | 26.07.2021 10:44:42 | -7,200 | 57aed850a9c483aba54f5feba4be53529ab73369 | feat(client): show new engine profile in DMN editor
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -70,6 +70,8 @@ import { DEFAULT_LAYOUT as propertiesPanelDefaultLayout } from '../PropertiesCon\nimport { DEFAULT_LAYOUT as overviewDefaultLayout } from './OverviewContainer';\n+import { EngineProfile } from '../EngineProfile';\n+\nconst EXPORT_AS = [ 'png', 'jpeg', 's... | JavaScript | MIT License | camunda/camunda-modeler | feat(client): show new engine profile in DMN editor
Closes #2324 | 1 | feat | client |
127,953 | 26.07.2021 10:50:54 | -10,800 | 1edfd3f17e6c0337ac59fa7dba4d4a58f523e02f | feat: snackbar custom background color | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\n-import { rem, mq } from '@heathmont/moon-utils';\n+import { rem, mq, themed } from '@heathmont/moon-utils';\nimport styled from 'styled-components';\nimport IconError from '../private/icons/IconError';\n@@ -12,6 +12,7 @@ type SnackbarWrapperPr... | TypeScript | MIT License | coingaming/moon-design | feat: snackbar custom background color (#1264) | 1 | feat | null |
276,937 | 26.07.2021 10:57:35 | 10,800 | 0531f6a783ddd9faf14763064468ec5ea7b1e211 | fix: fixing chips margin right | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ const Wrapper = styled.View`\nalign-items: center;\njustify-content: flex-start;\n- margin-right: ${theme.spacing.small}px;\n+ margin-right: ${theme.spacing.xxsmall}px;\npadding: ${theme.spacing.xxsmall}px;\nborder-style: solid;\n",
"new_path": "pack... | JavaScript | MIT License | gympass/yoga | fix: fixing chips margin right | 1 | fix | null |
386,595 | 26.07.2021 11:20:15 | -7,200 | 22b6abeb16e700ca647a1896fffc70c8fab62507 | chore: Add deepsource config. | [
{
"change_type": "ADD",
"diff": "+version = 1\n+module_system = \"es-modules\"\n+\n+[[analyzers]]\n+name = \"secrets\"\n+enabled = true\n+\n+[[analyzers]]\n+name = \"javascript\"\n+enabled = true\n+\n+ [analyzers.meta]\n+ plugins = [\"react\"]\n+\n+[[analyzers]]\n+name = \"test-coverage\"\n+enabled = true\n... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Add deepsource config. | 1 | chore | null |
679,913 | 26.07.2021 11:25:30 | -7,200 | f4abad3b83fbfb34424eac1d5253e1640069fc05 | build(simd): update assemblyscript | [
{
"change_type": "MODIFY",
"diff": "\"pub\": \"yarn build:release && yarn publish --access public\"\n},\n\"devDependencies\": {\n- \"assemblyscript\": \"0.19.5\"\n+ \"assemblyscript\": \"0.19.8\"\n},\n\"dependencies\": {\n\"@thi.ng/transducers-binary\": \"^0.6.21\"\n",
"new_path": "packages/simd/package... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(simd): update assemblyscript | 1 | build | simd |
679,913 | 26.07.2021 11:26:32 | -7,200 | db0ae1d74a14a2752a0e0f9ae400159e6f4f6bbc | test(paths): minor update tests | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ describe(\"paths\", () => {\n});\nit(\"setIn (len = 1)\", () => {\n- assert.deepStrictEqual(setIn({ a: 23 }, [\"a\"], 24), {\n+ assert.deepStrictEqual(setIn({ a: 23 }, <const>[\"a\"], 24), {\na: 24,\n});\nassert.deepStrictEqual(\n@@ -49,7 +49,7 @@ descri... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(paths): minor update tests | 1 | test | paths |
679,913 | 26.07.2021 11:27:13 | -7,200 | bcdfae0f667857aa128a7225eff80adfaaabd796 | docs(transducers): fix slidingWindow() docs | [
{
"change_type": "MODIFY",
"diff": "@@ -16,10 +16,10 @@ import { $iter } from \"../iterator\";\n*\n* @example\n* ```ts\n- * [...window(3, range(5))]\n+ * [...slidingWindow(3, range(5))]\n* // [ [ 0 ], [ 0, 1 ], [ 0, 1, 2 ], [ 1, 2, 3 ], [ 2, 3, 4 ] ]\n*\n- * [...window(3, false, range(5))]\n+ * [...slidingW... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(transducers): fix slidingWindow() docs | 1 | docs | transducers |
777,369 | 26.07.2021 11:27:50 | 21,600 | 81258edb0bc4d95d30c8ed22cbe1c7573347e04b | chore: fix release note lint | [
{
"change_type": "MODIFY",
"diff": "**New Features**\n-- Allow command-line config overrides in experiment creation, e.g.\n- ``det e create const.yaml . --config name=test``.\n+- Allow command-line config overrides in experiment creation, e.g. ``det e create const.yaml .\n+ --config name=test``.\n",
"ne... | Python | Apache License 2.0 | determined-ai/determined | chore: fix release note lint (#2788) | 1 | chore | null |
386,595 | 26.07.2021 11:31:31 | -7,200 | e12afb743df4ab63aa351bc9a8b0f14c33fc781e | chore: Update deepsource.toml | [
{
"change_type": "MODIFY",
"diff": "version = 1\n-module_system = \"es-modules\"\n+\n+test_patterns = [\"**.test.js\"]\n+\n+exclude_patterns = [\n+ \"packages/docs/**\",\n+ \"**/public/**\",\n+ \"**/dist/**\"\n+]\n[[analyzers]]\nname = \"secrets\"\nenabled = true\n[[analyzers]]\n-name = \"javascript\"\n+nam... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Update deepsource.toml | 1 | chore | null |
277,007 | 26.07.2021 11:41:22 | 10,800 | f365d1495e98e6253994e8e9f7174e1893f366d5 | refactor(snackbar): change prop name from autoClose to duration | [
{
"change_type": "MODIFY",
"diff": "@@ -108,9 +108,9 @@ render(() => {\n});\n```\n-#### Auto close\n+#### Close automaticaly\n-The `Snackbar` has the ability to close itself automaticaly. To do it, you must provide `onClose` and `autoClose` props.\n+The `Snackbar` has the ability to close itself automatical... | JavaScript | MIT License | gympass/yoga | refactor(snackbar): change prop name from autoClose to duration | 1 | refactor | snackbar |
711,597 | 26.07.2021 11:52:15 | -7,200 | d25ea265581d4b919829bd40c0e18fe309b5d0e9 | fix(core): Import localeString custom fields from csv
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,7 @@ Object {\n\"stretching\",\n\"watercolor\",\n],\n+ \"localName\": \"localPPS\",\n\"owner\": Object {\n\"id\": \"T_1\",\n},\n@@ -120,6 +121,7 @@ Object {\n\"assets\": Array [],\n\"customFields\": Object {\n\"keywords\": Array [],\n+ \"localName\": \"localM... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Import localeString custom fields from csv
Fixes #1001 | 1 | fix | core |
902,122 | 26.07.2021 12:19:40 | -7,200 | d122b4715fdfb1f679735451a92d1837ba5069e3 | docs(fix): close navbar | [
{
"change_type": "MODIFY",
"diff": "@@ -206,8 +206,11 @@ main {\nbackground: hsla(0, 0%, 53%, 0.1);\n}\n+body.close .sidebar {\n+ transform: translateX(-300px);\n+}\n+\n.sidebar-toggle {\n- background-color: transparent;\nbackground-color: var(--bg-color);\nborder: 0;\noutline: none;\n@@ -217,9 +220,9 @@ ma... | JavaScript | MIT License | microlinkhq/browserless | docs(fix): close navbar | 1 | docs | fix |
942,581 | 26.07.2021 13:08:06 | 21,600 | 39dffc104b2f12a8f25e66c312e0dce4ea6cbc82 | fix(popup): Fix RTL rendering for popups
Fixes
Add `dir` to `usePopupStack` to automatically set direction for portalled popups | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport {PopupStack} from '@workday/canvas-kit-popup-stack';\n+import {useIsRTL} from '@workday/canvas-kit-react-common';\n/**\n* This hook should not be used directly. Use the `Popper` component instead.\n@@ -45,6 +46,7 @@ export const usePopup... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(popup): Fix RTL rendering for popups (#1183)
Fixes #1158
- Add `dir` to `usePopupStack` to automatically set direction for portalled popups | 1 | fix | popup |
104,826 | 26.07.2021 13:12:07 | 10,800 | 9ae005f481473b32a01c9da34db312ca52320fa7 | fix(suiteheader): Minor documentation changes in `SuiteHeader.mdx` to mention support for `idleTimeoutData`. | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,7 @@ const SuiteHeaderWithDataFetchingExample = () => {\napplications: null,\ni18n: null,\nsurveyData: null,\n+ idleTimeoutData: null,\n});\nuseEffect(() => {\nfetch('http://localhost:3001/internal/uiresources?id=masthead&lang=en&surveyId=test', {\n@@ -55,6 +... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(suiteheader): Minor documentation changes in `SuiteHeader.mdx` to mention support for `idleTimeoutData`. | 1 | fix | suiteheader |
730,536 | 26.07.2021 13:43:59 | 18,000 | cbbc1f7252156321f9fc811b9a45b32349725ba9 | feat(meetings): added delete Media Request function
Also added DELETE to the HTTP_VERBS constants | [
{
"change_type": "MODIFY",
"diff": "@@ -565,7 +565,8 @@ export const HTTP_VERBS = {\nPUT: 'PUT',\nPOST: 'POST',\nGET: 'GET',\n- PATCH: 'PATCH'\n+ PATCH: 'PATCH',\n+ DELETE: 'DELETE'\n};\n// https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/iceGatheringState\n",
"new_path": "packages/nod... | JavaScript | MIT License | webex/webex-js-sdk | feat(meetings): added delete Media Request function
Also added DELETE to the HTTP_VERBS constants | 1 | feat | meetings |
401,133 | 26.07.2021 13:47:15 | 14,400 | 9633bc23dd50097d38191121b6baaaeaca1036fa | refactor: attempting to bugfix
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -41,12 +41,15 @@ export const SearchIconWrapper = styled.span<Props & { areOptionsVisible?: boole\nexport const ExpandIconWrapper = styled.span<Props & { isTyping?: boolean }>`\n${getIconWrapperStyle}\n${SvgIcon} {\n- padding: ${({ theme, size }) => theme.searchBox.exp... | TypeScript | MIT License | medly/medly-components | refactor: attempting to bugfix
affects: @medly-components/core | 1 | refactor | null |
730,536 | 26.07.2021 13:49:12 | 18,000 | 3590aaa728d6ec579a11cd5cdd306c8979c9b140 | feat(meetings): added fix for addMedia issue pre media request | [
{
"change_type": "MODIFY",
"diff": "@@ -3286,9 +3286,7 @@ export default class Meeting extends StatelessWebexPlugin {\nreturn MeetingUtil.validateOptions(options)\n.then(() => {\n- if (!this.mediaProperties.peerConnection) {\nthis.mediaProperties.setMediaPeerConnection(MediaUtil.createPeerConnection());\n- ... | JavaScript | MIT License | webex/webex-js-sdk | feat(meetings): added fix for addMedia issue pre media request | 1 | feat | meetings |
126,276 | 26.07.2021 14:18:45 | 10,800 | 3c797e11c09adf9a3e224c77afec6db7dadba29b | fix(embedded/tbtree): garbage-less nodes log | [
{
"change_type": "MODIFY",
"diff": "@@ -415,7 +415,7 @@ func OpenWith(path string, nLog, hLog, cLog appendable.Appendable, opts *Options\nnLog: nLog,\nhLog: hLog,\ncLog: cLog,\n- committedNLogSize: 0,\n+ committedNLogSize: 0, // If garbage is accepted then t.committedNLogSize should be set to its size durin... | Go | Apache License 2.0 | codenotary/immudb | fix(embedded/tbtree): garbage-less nodes log
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | embedded/tbtree |
711,597 | 26.07.2021 14:24:47 | -7,200 | fc6b89093733f103b86c4c7ad76f03836bdbbc6f | feat(core): Allow cookie & bearer session tokens at the same time
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -212,7 +212,10 @@ export class AdminUiPlugin implements NestModule {\nadminApiPath: propOrDefault('adminApiPath', this.configService.apiOptions.adminApiPath),\napiHost: propOrDefault('apiHost', 'auto'),\napiPort: propOrDefault('apiPort', 'auto'),\n- tokenMethod: propOr... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Allow cookie & bearer session tokens at the same time
Closes #960 | 1 | feat | core |
777,369 | 26.07.2021 14:30:06 | 21,600 | 673cf1dfb74247412ab932f57bfba5d8a8211477 | fix: prevent log html injection via unicode | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Bug Fixes**\n+\n+- WebUI: Fix issue of logs potentially introducing harmful HTML/JS injections via unicode.\n",
"new_path": "docs/release-notes/2789-fix-log-unicode-injection.txt",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@... | Python | Apache License 2.0 | determined-ai/determined | fix: prevent log html injection via unicode [DET-5826] (#2789) | 1 | fix | null |
877,015 | 26.07.2021 14:30:16 | -7,200 | d8d48d6c1383a275395d96aa109e3d99e66d624c | docs(@vtmn/react): rename icon component to vtmn icon in documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ export interface VtmnIconProps extends React.HTMLAttributes<HTMLElement> {\nvalue: VitamixId;\n}\n-export const Icon: React.FC<VtmnIconProps> = ({\n+export const VtmnIcon: React.FC<VtmnIconProps> = ({\nsize = 24,\ncolor = 'black',\nvalue,\n@@ -33,4 +33,4... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | docs(@vtmn/react): rename icon component to vtmn icon in documentation (#466) | 1 | docs | @vtmn/react |
711,597 | 26.07.2021 14:30:49 | -7,200 | cd8f3d4b1ae0025b55e6698ad2ef6938b56ebf37 | feat(core): Export I18nModule as part of PluginCommonModule
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ import { CacheModule } from '../cache/cache.module';\nimport { ConfigModule } from '../config/config.module';\nimport { EventBusModule } from '../event-bus/event-bus.module';\nimport { HealthCheckModule } from '../health-check/health-check.module';\n+impor... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Export I18nModule as part of PluginCommonModule
Closes #966 | 1 | feat | core |
711,597 | 26.07.2021 14:37:00 | -7,200 | 73e859baf8dcc7ae86e23686cc19f4beed9e73ed | fix(core): Correct typings for VendureConfig.catalogOptions | [
{
"change_type": "MODIFY",
"diff": "@@ -565,7 +565,7 @@ export interface CatalogOptions {\n*\n* @default defaultCollectionFilters\n*/\n- collectionFilters: Array<CollectionFilter<any>>;\n+ collectionFilters?: Array<CollectionFilter<any>>;\n/**\n* @description\n* Defines the strategy used for calculating the... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Correct typings for VendureConfig.catalogOptions | 1 | fix | core |
730,496 | 26.07.2021 14:48:48 | -3,600 | ccc2ce689b797dddb6abc9d5c05c1db8df6bc2b1 | test(meetings): fix intermittent failure of 'bob joins the meeting' integration test
fixes #SPARK-239986 | [
{
"change_type": "MODIFY",
"diff": "@@ -211,13 +211,12 @@ skipInNode(describe)('plugin-meetings', () => {\nit('bob joins the meeting', () => {\nbob.meeting.acknowledge('INCOMING');\n- return bob.meeting.join()\n- .then(() => testUtils.waitForEvents([{scope: alice.meeting.members, event: 'members:update', us... | JavaScript | MIT License | webex/webex-js-sdk | test(meetings): fix intermittent failure of 'bob joins the meeting' integration test
fixes #SPARK-239986 | 1 | test | meetings |
777,407 | 26.07.2021 14:50:43 | 25,200 | f10108fa5c84493d1bde3298892c7300d0d28d06 | docs: add git-secrets docs | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,9 @@ We welcome outside contributions. If you'd like to make a contribution, please:\nWe'd hate for you to duplicate effort is already in-flight.\n1. Apply the linter with `make fmt` and test locally with `make test` before\n- submitting your code.\n+ submitt... | Python | Apache License 2.0 | determined-ai/determined | docs: add git-secrets docs [DET-5830] (#2790) | 1 | docs | null |
889,620 | 26.07.2021 14:58:20 | -28,800 | 8e94b8e4448b7600433ceb6850b02d97afb4414a | feat: add library option to choose series cover
closes | [
{
"change_type": "ADD",
"diff": "+alter table library\n+ add column SERIES_COVER varchar NOT NULL DEFAULT 'FIRST';\n",
"new_path": "komga/src/flyway/resources/db/migration/sqlite/V20210726140759__cover_preference.sql",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,... | Kotlin | MIT License | gotson/komga | feat: add library option to choose series cover
closes #312 | 1 | feat | null |
889,620 | 26.07.2021 15:10:06 | -28,800 | f4527ec1fa9c4436d19178245b6f7566f19308be | feat(webui): add recently read books section on dashboard | [
{
"change_type": "MODIFY",
"diff": "\"on_deck\": \"On Deck\",\n\"recently_added_books\": \"Recently Added Books\",\n\"recently_added_series\": \"Recently Added Series\",\n+ \"recently_read_books\": \"Recently Read Books\",\n\"recently_released_books\": \"Recently Released Books\",\n\"recently_updated_series... | Kotlin | MIT License | gotson/komga | feat(webui): add recently read books section on dashboard | 1 | feat | webui |
401,133 | 26.07.2021 15:41:04 | 14,400 | 894aee886b2f2e7728f999a2cb9078da16f935c4 | test: fixing broken tests
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -97,6 +97,7 @@ describe('SearchBox', () => {\ndescribe('expand icon', () => {\nconst props = {\n+ placeholder: 'search',\nshowExpandIcon: true\n};\n",
"new_path": "packages/core/src/components/SearchBox/SearchBox.test.tsx",
"old_path": "packages/core/src/compon... | TypeScript | MIT License | medly/medly-components | test: fixing broken tests
affects: @medly-components/core, @medly-components/layout | 1 | test | null |
401,133 | 26.07.2021 15:44:49 | 14,400 | ee558bff600b975224b7bac96216076b04bbc845 | refactor: removing console.log
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -41,10 +41,7 @@ export const SearchIconWrapper = styled.span<Props & { areOptionsVisible?: boole\nexport const ExpandIconWrapper = styled.span<Props & { isTyping?: boolean }>`\n${getIconWrapperStyle}\n${SvgIcon} {\n- padding: ${({ theme, size }) => {\n- console.log('se... | TypeScript | MIT License | medly/medly-components | refactor: removing console.log
affects: @medly-components/core | 1 | refactor | null |
126,276 | 26.07.2021 16:13:39 | 10,800 | e6acdacc221df718218c1530ba4e5d0da5a56567 | chore(embedded/ahtree): auto-truncate partially written commit log | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,6 @@ import (\nvar ErrIllegalArguments = errors.New(\"illegal arguments\")\nvar ErrorPathIsNotADirectory = errors.New(\"path is not a directory\")\n-var ErrCorruptedCLog = errors.New(\"commit log is corrupted\")\nvar ErrorCorruptedData = errors.New(\"data log... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/ahtree): auto-truncate partially written commit log
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/ahtree |
71,739 | 26.07.2021 16:27:38 | 14,400 | 6f2384ddc180e944c9564a543351b8df2f75c1a7 | fix(stepfunctions-tasks): instance type cannot be provided to SageMakerCreateTransformJob as input path
as referred in in SageMakerCreateTransformJob has the same kind of issue.
similar solution can be found at
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 li... | [
{
"change_type": "MODIFY",
"diff": "@@ -227,7 +227,8 @@ export class SageMakerCreateTransformJob extends sfn.TaskStateBase {\nreturn {\nTransformResources: {\nInstanceCount: resources.instanceCount,\n- InstanceType: 'ml.' + resources.instanceType,\n+ InstanceType: sfn.JsonPath.isEncodedJsonPath(resources.in... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(stepfunctions-tasks): instance type cannot be provided to SageMakerCreateTransformJob as input path (#15726)
as referred in https://github.com/aws/aws-cdk/issues/11605 in SageMakerCreateTransformJob has the same kind of issue.
similar solution can be found at https://github.com/aws/aws-cdk/pull/11749
----
... | 1 | fix | stepfunctions-tasks |
877,015 | 26.07.2021 16:30:04 | -7,200 | c19a86aa5c91fa0137f2fd08d329f69f69f8825a | feat(@vtmn/web-components): add badge component | [
{
"change_type": "ADD",
"diff": "+import React from 'react';\n+import { VtmnBadge } from '@vtmn/react';\n+import { Meta, Story } from '@storybook/react';\n+import {\n+ argTypes,\n+ parameters,\n+} from '@vtmn/showcase-core/csf/components/VtmnBadge.csf';\n+\n+export default {\n+ title: 'Components/VtmnBadge'... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | feat(@vtmn/web-components): add badge component (#465) | 1 | feat | @vtmn/web-components |
756,029 | 26.07.2021 17:22:05 | 25,200 | 7e79e5e37f2ae0955e6a205c744bff44cd0bbe57 | fix(assert): Use module extension for types.js | [
{
"change_type": "MODIFY",
"diff": "-import './src/types';\n+import './src/types.js';\n",
"new_path": "packages/assert/exported.js",
"old_path": "packages/assert/exported.js"
},
{
"change_type": "MODIFY",
"diff": "// is a record of a failed attempt to remove '.types'.\n// To satisfy CI, ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(assert): Use module extension for types.js | 1 | fix | assert |
866,394 | 26.07.2021 17:25:46 | 14,400 | 67b6132865c05d8f40c267ceeb5ded11435ba2d3 | fix(rtl): fix to not have rtlcss styles get parsed out
### Related Ticket(s)
Refs
### Description
This adds some updates to change the declaration for rtl in scss files so they don't get parsed out.
### Changelog
**Changed**
Various RTL style declaration changes | [
{
"change_type": "MODIFY",
"diff": "top: 0;\nright: 0;\n- /* rtl:raw:\n+ /* stylelint-disable-next-line comment-whitespace-inside */\n+ /*!rtl:raw:\nleft: 0;\n*/\n",
"new_path": "packages/styles/scss/components/masthead/_masthead-search.scss",
"old_path": "packages/styles/scss/components/masthead/_m... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(rtl): fix to not have rtlcss styles get parsed out (#6729)
### Related Ticket(s)
Refs #6697
### Description
This adds some updates to change the declaration for rtl in scss files so they don't get parsed out.
### Changelog
**Changed**
- Various RTL style declaration changes | 1 | fix | rtl |
791,474 | 26.07.2021 17:29:17 | 25,200 | 543e5f5756177cef9324906ad1f0f8079cdaf039 | test(bigtable): add retries for integration test setup, also logging | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,8 @@ import (\nv1 \"google.golang.org/genproto/googleapis/iam/v1\"\nlongrunning \"google.golang.org/genproto/googleapis/longrunning\"\ngrpc \"google.golang.org/grpc\"\n+ \"google.golang.org/grpc/codes\"\n+ \"google.golang.org/grpc/status\"\n\"google.golang.or... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(bigtable): add retries for integration test setup, also logging (#4500) | 1 | test | bigtable |
277,002 | 26.07.2021 17:49:11 | 10,800 | 28337f09993e0e99dcd7570f1dbee49393aa9b54 | feat: adjustment in result component | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ Object.entries(Pages).forEach(([name, Page]) => {\n});\nconst Drawer = createDrawerNavigator(drawerOptions, {\n- initialRouteName: '', // add your working component here\n+ initialRouteName: 'SearchList', // add your working component here\ncontentOption... | JavaScript | MIT License | gympass/yoga | feat: adjustment in result component | 1 | feat | null |
756,029 | 26.07.2021 17:56:22 | 25,200 | fd5bfe3c6ccaa098d82835309b813977ee251151 | refactor(notifier): Convert RESM to NESM | [
{
"change_type": "MODIFY",
"diff": "\"name\": \"@agoric/notifier\",\n\"version\": \"0.3.22\",\n\"description\": \"Notifier allows services to update clients about state changes using a stream of promises\",\n- \"parsers\": {\n- \"js\": \"mjs\"\n- },\n+ \"type\": \"module\",\n\"main\": \"src/index.js\",\n\"e... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(notifier): Convert RESM to NESM | 1 | refactor | notifier |
756,029 | 26.07.2021 18:11:32 | 25,200 | 8d80a357fd6463ad5ab1e404141b995f45f81a38 | test(notifier): Add coverate script | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"build\": \"exit 0\",\n\"test\": \"ava\",\n+ \"test:c8\": \"c8 $C8_OPTIONS ava --config=ava-nesm.config.js\",\n\"test:xs\": \"exit 0\",\n\"lint-fix\": \"yarn lint:eslint --fix && yarn lint:types\",\n\"lint-check\": \"yarn lint\",\n\"@agoric/swingset-vat\"... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(notifier): Add coverate script | 1 | test | notifier |
711,602 | 26.07.2021 18:13:56 | -10,800 | 7ae0e7ec1b1fb7e969bdfc677a95951436377d7a | docs: Fix typo in managing-sessions.md
Update managing-sessions.md | [
{
"change_type": "MODIFY",
"diff": "@@ -38,7 +38,7 @@ Using bearer tokens involes a bit more work on your part: you'll need to manuall\nThe workflow would be as follows:\n-1. Certain mutations and queries initiate a session (e.g. logging in, adding and item to an order etc.). When this happens, the response... | TypeScript | MIT License | vendure-ecommerce/vendure | docs: Fix typo in managing-sessions.md (#1007)
Update managing-sessions.md | 1 | docs | null |
217,922 | 26.07.2021 18:18:13 | -7,200 | d68f637106786e0726c1d72ca67b8cf4bb555505 | fix(metrics): fixed gil detection from retainers | [
{
"change_type": "MODIFY",
"diff": "@@ -208,6 +208,8 @@ export class UserInventory extends DataModel {\nmoved: true\n} : null;\ncase 'split':\n+ case 'transferGil':\n+ case 'transferCrystal':\nfromItem.quantity -= packet.splitCount;\nconst newStack: InventoryItem = {\nquantity: packet.splitCount,\n@@ -222,6... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(metrics): fixed gil detection from retainers | 1 | fix | metrics |
126,276 | 26.07.2021 18:22:20 | 10,800 | 2d92da5dc94d2e70d2ef665febff2a4eaa018d80 | chore(embedded/store): auto-truncate partially written commit log | [
{
"change_type": "MODIFY",
"diff": "@@ -279,8 +279,13 @@ func OpenWith(path string, vLogs []appendable.Appendable, txLog, cLog appendable\nreturn nil, err\n}\n- if cLogSize%cLogEntrySize > 0 {\n- return nil, ErrCorruptedCLog\n+ rem := cLogSize % cLogEntrySize\n+ if rem > 0 {\n+ cLogSize -= rem\n+ err = cLog... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): auto-truncate partially written commit log
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
151,430 | 26.07.2021 18:45:48 | 25,200 | 9b9ab0f9ced8fd95339cd30eb24099c885941a07 | refactor: use global storage util | [
{
"change_type": "MODIFY",
"diff": "*/\nimport { PREFIX } from './utils/internalConstants'\n-\n/**\n* Anonymous visitor Id localstorage key\n* @typedef {String} ANON_ID\n",
"new_path": "packages/analytics-core/src/constants.js",
"old_path": "packages/analytics-core/src/constants.js"
},
{
"ch... | JavaScript | MIT License | davidwells/analytics | refactor: use global storage util
Signed-off-by: David Wells <> | 1 | refactor | null |
126,276 | 26.07.2021 18:46:39 | 10,800 | 78c34c4c115dc7ba3bbd4a0758f0050407fe0ac0 | chore(embedded/tbtree): auto-truncate partially written commit log | [
{
"change_type": "MODIFY",
"diff": "@@ -103,6 +103,7 @@ type TBtree struct {\nlastSnapRoot node\nlastSnapRootAt time.Time\n+ committedLogSize int64\ncommittedNLogSize int64\ncommittedHLogSize int64\n@@ -395,8 +396,13 @@ func OpenWith(path string, nLog, hLog, cLog appendable.Appendable, opts *Options\nreturn... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/tbtree): auto-truncate partially written commit log
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/tbtree |
151,430 | 26.07.2021 18:46:44 | 25,200 | 2a5095a7f553a5a01cf380c52c1fcd766047ac97 | refactor: use type util lib | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ const traitRegex = /^an_trait_/\n// Middleware runs during EVENTS.initialize\nexport default function initializeMiddleware(instance) {\n- const { setItem, getItem } = instance.storage\n+ const { setItem } = instance.storage\nreturn store => next => action ... | JavaScript | MIT License | davidwells/analytics | refactor: use type util lib
Signed-off-by: David Wells <> | 1 | refactor | null |
151,430 | 26.07.2021 18:47:30 | 25,200 | cd756a3772f06b054aa244efb168480817a8a4ed | docs: add doc pointer | [
{
"change_type": "MODIFY",
"diff": "import analytics, { EVENTS, CONSTANTS } from '@analytics/core'\nimport storage from '@analytics/storage-utils'\n+// See ../packages/analytics-core for source code\nexport default function analyticsLib(opts = {}) {\nconst defaultSettings = { storage }\nreturn analytics({\n... | JavaScript | MIT License | davidwells/analytics | docs: add doc pointer
Signed-off-by: David Wells <> | 1 | docs | null |
151,430 | 26.07.2021 18:47:52 | 25,200 | 95c2189841601af0adbcfc5e3dc4fa6b728bfd5e | refactor: add type-utils & global-storage-utils | [
{
"change_type": "MODIFY",
"diff": "],\n\"typings\": \"lib/types.d.ts\",\n\"dependencies\": {\n+ \"@analytics/global-storage-utils\": \"^0.1.1\",\n+ \"@analytics/type-utils\": \"^0.1.0\",\n\"analytics-utils\": \"^0.4.7\"\n},\n\"ava\": {\n",
"new_path": "packages/analytics-core/package.json",
"old_pa... | JavaScript | MIT License | davidwells/analytics | refactor: add type-utils & global-storage-utils
Signed-off-by: David Wells <> | 1 | refactor | null |
151,430 | 26.07.2021 18:48:32 | 25,200 | 9566b843047501e408b346ec1cf989338b59e503 | refactor: clean up entry & use types + globalstorage utils | [
{
"change_type": "MODIFY",
"diff": "-import {\n- uuid,\n- paramsParse,\n- dotProp,\n- isFunction,\n- isObject,\n- isString,\n- inBrowser,\n- globalContext\n-} from 'analytics-utils'\n+import { uuid, paramsParse, dotProp } from 'analytics-utils'\n+import { get, set, remove } from '@analytics/global-storage-u... | JavaScript | MIT License | davidwells/analytics | refactor: clean up entry & use types + globalstorage utils
Signed-off-by: David Wells <> | 1 | refactor | null |
151,430 | 26.07.2021 18:50:22 | 25,200 | 7325e7cb9ce4154ad8ab2caf53821e717cba6f8d | chore: tell bundlephobia lib is treeshakable | [
{
"change_type": "MODIFY",
"diff": "\"./lib/analytics.cjs.js\": \"./lib/analytics.browser.cjs.js\",\n\"./lib/analytics.es.js\": \"./lib/analytics.browser.es.js\"\n},\n+ \"sideEffects\": false,\n\"scripts\": {\n\"test\": \"ava -v\",\n\"test:watch\": \"ava -v --watch\",\n",
"new_path": "packages/analytics... | JavaScript | MIT License | davidwells/analytics | chore: tell bundlephobia lib is treeshakable
Signed-off-by: David Wells <> | 1 | chore | null |
401,147 | 26.07.2021 19:00:50 | -19,080 | c1051e4515852f03572b6bbb0ae9651dfc541681 | feat: add custom hooks to use axios and swr
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -50,6 +50,14 @@ module.exports = {\n'^@test-utils': '<rootDir>/packages/utils/src/test-utils'\n},\ntestMatch: ['<rootDir>/packages/forms/src/**/*.(spec|test).(ts|tsx)']\n+ },\n+ {\n+ displayName: 'utils',\n+ setupFilesAfterEnv: ['<rootDir>/jest.setupAfterEnv.js'],\n+ m... | TypeScript | MIT License | medly/medly-components | feat: add custom hooks to use axios and swr
affects: @medly-components/utils | 1 | feat | null |
401,147 | 26.07.2021 19:10:52 | -19,080 | e26b06f7758280ff03873d398e79612e6827cf45 | docs: update documentation of useAxios & useSWRAxios
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -5,10 +5,10 @@ import { Preview, Meta, Props } from '@storybook/addon-docs/blocks';\n# useAxios\n-This react hook can be used to call the api in any react component.\n+This react hook can be used to call the api in any react component which exposed `isLoading`, `data` ... | TypeScript | MIT License | medly/medly-components | docs: update documentation of useAxios & useSWRAxios
affects: @medly-components/utils | 1 | docs | null |
401,147 | 26.07.2021 19:22:01 | -19,080 | 30732a75aeb55678d256de3c178f37feea25fc8b | fix: sonar issues in useAxios hook
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -14,16 +14,16 @@ export const useAxios = <Data = any, Error = { message: string; variant: 'error'\nmethod: 'get',\n...config\n})\n- .then(response => {\n- setData(response.data);\n- setResponse(response);\n- onSuccess && onSuccess(response);\n- return { response };\n+ ... | TypeScript | MIT License | medly/medly-components | fix: sonar issues in useAxios hook
affects: @medly-components/utils | 1 | fix | null |
151,430 | 26.07.2021 19:23:52 | 25,200 | 6cdac4e08f1d52d413de13be8e39a0c22d13ec79 | refactor: update getCallback util | [
{
"change_type": "MODIFY",
"diff": "@@ -894,6 +894,8 @@ function analytics(config = {}) {\n)\n)\n)\n+\n+ /* Supe up dispatch with callback promise resolver. Happens in enrichMeta */\nfunction enhanceDispatch(fn) {\nreturn function (event, resolver, callbacks) {\n// console.log('original event', event)\n@@ -... | JavaScript | MIT License | davidwells/analytics | refactor: update getCallback util
Signed-off-by: David Wells <> | 1 | refactor | null |
151,430 | 26.07.2021 19:30:34 | 25,200 | a9e83a90d16be379c276df84104a00f731d81177 | docs: update bundle link | [
{
"change_type": "MODIFY",
"diff": "# Analytics Core\n-  \n+![npm]... | JavaScript | MIT License | davidwells/analytics | docs: update bundle link
Signed-off-by: David Wells <> | 1 | docs | null |
791,474 | 26.07.2021 19:59:35 | 25,200 | 361235a06b74ec3cc1039c7a166895da5810445b | chore(bigtable): update codeowners for bigtable
api-bigtable should be an owner for all bigtable areas. | [
{
"change_type": "MODIFY",
"diff": "# Default owner for all directories not owned by others\n* @googleapis/yoshi-go-admins\n-/bigtable/ @crwilcox @tritone @kolea2 @googleapis/yoshi-go-admins\n-/bigtable/cmd/cbt @garye @igorbernstein2 @googleapis/yoshi-go-admins\n-/bigtable/cmd/emulator @garye @igorbernstein... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(bigtable): update codeowners for bigtable (#4504)
api-bigtable should be an owner for all bigtable areas. | 1 | chore | bigtable |
730,474 | 26.07.2021 21:34:56 | -3,600 | 2a48cb8e60344c885c0189c851e6951ccebaf22c | feat(dial-in): add ability to provision and remove dial in devices | [
{
"change_type": "MODIFY",
"diff": "@@ -70,5 +70,10 @@ export const hydraTypes = {\nTEAM: 'TEAM'\n};\n+export const deviceType = {\n+ PROVISIONAL: 'PROVISIONAL',\n+ WEB: 'WEB'\n+};\n+\nexport const INTERNAL_US_CLUSTER_NAME = 'urn:TEAM:us-east-2_a';\nexport const INTERNAL_US_INTEGRATION_CLUSTER_NAME = 'urn:T... | JavaScript | MIT License | webex/webex-js-sdk | feat(dial-in): add ability to provision and remove dial in devices | 1 | feat | dial-in |
777,374 | 26.07.2021 21:42:03 | -25,200 | 18a7f5cf1e51e6425d94b5cddd7556b9d44f57eb | chore: remove stale install extras from harness python package. | [
{
"change_type": "MODIFY",
"diff": "@@ -58,16 +58,6 @@ setup(\n# so we expose that requirement here.\n\"websocket-client<1\",\n],\n- extras_require={\n- \"tf-115-cuda102\": [\"tensorflow-gpu==1.15.5\"],\n- \"tf-115-cpu\": [\"tensorflow==1.15.5\"],\n- \"tf-240-cuda102\": [\"tensorflow-gpu==2.4.1\"],\n- \"tf-... | Python | Apache License 2.0 | determined-ai/determined | chore: remove stale install extras from harness python package. (#2767) | 1 | chore | null |
447,446 | 26.07.2021 22:09:55 | 14,400 | 844c59a6a509afeb82e42075876020dcf4bcc93d | fix: add `aria-controls` to PrimitiveMenu trigger | [
{
"change_type": "MODIFY",
"diff": "import React, { useRef, useImperativeHandle, useCallback } from 'react';\nimport PropTypes from 'prop-types';\n-import { useDisclosure, useOutsideClick, useWindowResize } from '../../libs/hooks';\n+import {\n+ useDisclosure,\n+ useOutsideClick,\n+ useWindowResize,\n+ useU... | JavaScript | MIT License | nexxtway/react-rainbow | fix: add `aria-controls` to PrimitiveMenu trigger (#2266) | 1 | fix | null |
679,913 | 26.07.2021 22:16:27 | -7,200 | ca364d968b4aa767d4d9b27bd352326c9cc8cae4 | docs(rdom): add doc strings | [
{
"change_type": "MODIFY",
"diff": "@@ -107,6 +107,19 @@ export type NumOrElement = number | Element;\n* {@link RAFScheduler}.\n*/\nexport interface IScheduler {\n+ /**\n+ * Registers a new task for processing. The `scope` arg is used to uniquely\n+ * associate the task with a given component.\n+ *\n+ * @pa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(rdom): add doc strings | 1 | docs | rdom |
679,913 | 26.07.2021 22:16:50 | -7,200 | 2f8116fd6962d71196832870cd3a911d6899f8a4 | docs(rdom): update/extend readme | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,9 @@ This project is part of the\n[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.\n- [About](#about)\n+ - [From hdom to rdom: Reactive UIs without virtual DOMs](#from-hdom-to-rdom-reactive-uis-without-virtual-doms)\n+ - [Targetted, isolated ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(rdom): update/extend readme | 1 | docs | rdom |
756,029 | 26.07.2021 23:14:41 | 25,200 | fbfa616a35564bca10407e776830821188b0c748 | refactor(same-structure): Convert RESM to NESM | [
{
"change_type": "MODIFY",
"diff": "\"name\": \"@agoric/same-structure\",\n\"version\": \"0.1.20\",\n\"description\": \"Deep equals\",\n- \"parsers\": {\n- \"js\": \"mjs\"\n- },\n+ \"type\": \"module\",\n\"main\": \"index.js\",\n\"engines\": {\n\"node\": \">=11.0\"\n\"@agoric/marshal\": \"^0.4.19\"\n},\n\"d... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(same-structure): Convert RESM to NESM | 1 | refactor | same-structure |
756,059 | 27.07.2021 00:01:08 | 25,200 | fe777e4dde970fdfeb0189e2fbf12db68c160046 | fix: various tweaks and cleanup in response to review comments | [
{
"change_type": "MODIFY",
"diff": "@@ -102,14 +102,14 @@ function build(\nconst importedDevices = new Set(); // device nodes\nconst deadSet = new Set(); // vrefs that are finalized but not yet reported\n- function retainExportedRemotable(vref) {\n+ function retainExportedVref(vref) {\n// if the vref corres... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: various tweaks and cleanup in response to review comments | 1 | fix | null |
185,950 | 27.07.2021 00:03:29 | -7,200 | 93501c136f31ad32ca6557658b9bfc6a2ebc4842 | fix: handle missing local version binaries | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ import {\nCheckbox,\nFormGroup,\nHTMLTable,\n- IButtonProps,\n+ ButtonProps,\nIcon,\nIconName,\nTooltip,\n@@ -310,7 +310,8 @@ export class ElectronSettings extends React.Component<\n* @returns {JSX.Element}\n*/\nprivate renderHumanState(item: RunnableVersi... | TypeScript | MIT License | electron/fiddle | fix: handle missing local version binaries (#807) | 1 | fix | null |
426,652 | 27.07.2021 03:21:23 | 14,400 | 702fe382577d1d9cf4e172fc46bde1a051f2c815 | docs: fix typo in CSS guide
s/inheritted/inherited/ | [
{
"change_type": "MODIFY",
"diff": "@@ -89,7 +89,7 @@ Isolating a portion of a document within a shadow root allows designers to write\n### Inherited Values\n-Shadow roots prevent their internal styles from \"leaking out\" to affect the rest of the document, but they do not prevent document styles from \"re... | TypeScript | MIT License | modernweb-dev/web | docs: fix typo in CSS guide (#1524)
s/inheritted/inherited/ | 1 | docs | null |
277,277 | 27.07.2021 04:12:15 | -7,200 | ad5692fcfe89df072e355ba39378ebc679102d08 | docs: Remove 'Edit this page' links for generated content | [
{
"change_type": "MODIFY",
"diff": "@@ -44,6 +44,7 @@ class Example:\ntitle: {self.title}\nkeywords:\n{tags_meta}\n+custom_edit_url: null\n---\nimport useBaseUrl from '@docusaurus/useBaseUrl';\n@@ -57,6 +58,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';\nelse:\nheader = f\"\"\"---\ntitle: {self.title... | Python | Apache License 2.0 | h2oai/wave | docs: Remove 'Edit this page' links for generated content #928 (#935) | 1 | docs | null |
426,706 | 27.07.2021 04:28:11 | 10,800 | 09939d5d33196b42e2b5b58fd34a55a95a770fc3 | docs: fix typo in web dev server config file name | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ Install the package:\nnpm i --save-dev @web/dev-server-import-maps\n```\n-Add the plugin to your `web-dev-server-config.mjs` or `web-test-runner.config.js`:\n+Add the plugin to your `web-dev-server.config.mjs` or `web-test-runner.config.js`:\n```js\nimpo... | TypeScript | MIT License | modernweb-dev/web | docs: fix typo in web dev server config file name (#1538) | 1 | docs | null |
277,288 | 27.07.2021 07:38:02 | -19,080 | bdf56d777c6cbd5bbd976e35ec1c2c5641980600 | docs: Add WaveML Algo example | [
{
"change_type": "ADD",
"diff": "+# WaveML / H2O-3 / Algo\n+# Configure a specific algo for Wave Models built using H2O-3 AutoML.\n+# ---\n+from h2o_wave import main, app, Q, ui, copy_expando\n+from h2o_wave_ml import build_model, ModelType\n+\n+from sklearn.datasets import load_wine\n+from sklearn.model_se... | Python | Apache License 2.0 | h2oai/wave | docs: Add WaveML H2O-3 Algo example (#871) | 1 | docs | null |
126,276 | 27.07.2021 08:28:47 | 10,800 | 42a4180e3177b4ce7123e68ff071687b532919ac | chore(embedded/ahtree): minor changes towards code redabilitiy | [
{
"change_type": "MODIFY",
"diff": "@@ -165,7 +165,7 @@ func OpenWith(pLog, dLog, cLog appendable.Appendable, opts *Options) (*AHtree, e\ndLog: dLog,\ncLog: cLog,\npLogSize: 0,\n- dLogSize: int64(nodesUpto(uint64(cLogSize/cLogEntrySize)) * sha256.Size),\n+ dLogSize: 0,\ncLogSize: cLogSize,\npCache: pCache,\... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/ahtree): minor changes towards code redabilitiy
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/ahtree |
71,094 | 27.07.2021 09:25:55 | -3,600 | 9451b33a65f4d83b5bb706ac03a89386e061d2d9 | chore(s3): additional documentation for addToResourcePolicy.
This is to clarify that in some cases the policy will not be added and the result should be checked.
Closes and
*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": "@@ -92,13 +92,36 @@ A bucket policy will be automatically created for the bucket upon the first call\n```ts\nconst bucket = new Bucket(this, 'MyBucket');\n-bucket.addToResourcePolicy(new iam.PolicyStatement({\n+const result = bucket.addToResourcePolicy(new iam.PolicyState... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(s3): additional documentation for addToResourcePolicy. (#15761)
This is to clarify that in some cases the policy will not be added and the result should be checked.
Closes #6548 and #7370.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 li... | 1 | chore | s3 |
504,034 | 27.07.2021 10:21:18 | 14,400 | 905ce7805ff3254bd597bec46009e6af12c65799 | fix(NotifcationDrawr): show close button | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ export const NotificationDrawerHeader: React.FunctionComponent<NotificationDrawe\n{(customText !== undefined || count !== undefined) && (\n<span className={css(styles.notificationDrawerHeaderStatus)}>{customText || `${count} ${unreadText}`}</span>\n)}\n-... | TypeScript | MIT License | patternfly/patternfly-react | fix(NotifcationDrawr): show close button (#6071) | 1 | fix | NotifcationDrawr |
126,276 | 27.07.2021 10:32:11 | 10,800 | e76a942f90ebb25417f7d0832534c0f3af89fb16 | test(embedded/tbtree): unit testing btree opening with snapshot recovery | [
{
"change_type": "MODIFY",
"diff": "@@ -285,8 +285,13 @@ func Open(path string, opts *Options) (*TBtree, error) {\n// No snapshot present or none was valid, fresh initialization\nopts.log.Infof(\"Staring with an empty index...\")\n+ hsz, err := hLog.Size()\n+ if err != nil {\n+ return nil, err\n+ }\n+\n// R... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/tbtree): unit testing btree opening with snapshot recovery
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/tbtree |
679,913 | 27.07.2021 10:44:33 | -7,200 | 12787145984dce56ace4b83fac88fbc969d1b5f8 | docs: add markdown snippets | [
{
"change_type": "ADD",
"diff": "+{\n+ \"pkglink\": {\n+ \"scope\": \"markdown\",\n+ \"prefix\": \"@thi\",\n+ \"body\": [\n+ \"[@thi.ng/$1](https://github.com/thi-ng/umbrella/tree/develop/packages/$1)\"\n+ ],\n+ \"description\": \"thi.ng umbrella pkg link\"\n+ },\n+ \"doclink\": {\n+ \"scope\": \"markdown\"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: add markdown snippets | 1 | docs | null |
730,451 | 27.07.2021 11:15:43 | 14,400 | b4c3f2219b200fe4394f84c02330d757a46accbc | fix(plugin-meetings): fix media: ready not triggering issue with latest change | [
{
"change_type": "MODIFY",
"diff": "@@ -3299,10 +3299,10 @@ export default class Meeting extends StatelessWebexPlugin {\nremoteQualityLevel: this.mediaProperties.remoteQualityLevel,\nenableRtx: this.config.enableRtx\n})\n- .then(() => this.getDevices().then((devices) => {\n+ .then((peerConnection) => this.g... | JavaScript | MIT License | webex/webex-js-sdk | fix(plugin-meetings): fix media: ready not triggering issue with latest change | 1 | fix | plugin-meetings |
551,634 | 27.07.2021 11:21:49 | -3,600 | ea212baf8cc3545b10f6035476194cb80aa23d31 | fix(cairo): row count on TableWriter is wrong when partition start in lag | [
{
"change_type": "MODIFY",
"diff": "@@ -1078,7 +1078,8 @@ public class TableWriter implements Closeable {\n}\npublic long size() {\n- return txFile.getRowCount();\n+ // This is uncommitted row count\n+ return txFile.getRowCount() + (hasO3() ? getO3RowCount() : 0L);\n}\n@Override\n@@ -3132,6 +3133,9 @@ publi... | Java | Apache License 2.0 | questdb/questdb | fix(cairo): row count on TableWriter is wrong when partition start in lag (#1223) | 1 | fix | cairo |
438,921 | 27.07.2021 11:33:14 | -32,400 | 4eee2d820dcea67c4bcc052f26a2e050b0bb1eb5 | fix(zoom): fix inconsistent zoom on .zoom() -> wheel
Refactor zoom transform and its releated codes.
Fix | [
{
"change_type": "MODIFY",
"diff": "* billboard.js project is licensed under the MIT license\n*/\nimport {zoomIdentity as d3ZoomIdentity, zoomTransform as d3ZoomTransform} from \"d3-zoom\";\n-import CLASS from \"../../config/classes\";\nimport {callFn, extend, getMinMax, isDefined, isObject, parseDate} from... | TypeScript | MIT License | naver/billboard.js | fix(zoom): fix inconsistent zoom on .zoom() -> wheel
Refactor zoom transform and its releated codes.
Fix #2194 | 1 | fix | zoom |
730,536 | 27.07.2021 12:06:44 | 18,000 | 64e9b1bc1501b8d9ec9e2536075ddddf5073fe2a | feat(meetings): cleaned up code and removed logs | [
{
"change_type": "MODIFY",
"diff": "@@ -3363,13 +3363,6 @@ export default class Meeting extends StatelessWebexPlugin {\n}, 1000);\n}))\n.then(() =>\n- // console.warn(\"throwing error: \");\n- // Before Media Request fail check\n- // if (!this.count) {\n- // this.count = true;\n- // throw new Error;\n- // }... | JavaScript | MIT License | webex/webex-js-sdk | feat(meetings): cleaned up code and removed logs | 1 | feat | meetings |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.