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
217,237
23.05.2021 04:06:33
-10,800
c3792e326a2c4985edf9f95fccadddd08d6c83f4
chore(website): add sitemap plugin (fix)
[ { "change_type": "MODIFY", "diff": "@@ -116,6 +116,12 @@ const presets = [\ntheme: {\ncustomCss: require.resolve('./src/app/index.css'),\n},\n+ // https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-sitemap\n+ sitemap: {\n+ changefreq: 'weekly',\n+ priority: 0.5,\n+ trailingSlash: false,\n+ },\n},\n],...
JavaScript
MIT License
feature-sliced/documentation
chore(website): add sitemap plugin (fix)
1
chore
website
217,237
23.05.2021 04:06:53
-10,800
7133cf29ab7be61c06f97b886dfef21780fec70e
chore(website): add lastUpdated label
[ { "change_type": "MODIFY", "diff": "@@ -104,8 +104,12 @@ const presets = [\npath: '../docs',\nsidebarPath: require.resolve('./sidebars.js'),\n// Please change this to your repo.\n- editUrl:\n- `${GITHUB_DOCS}/edit/master/website/`,\n+ editUrl: `${GITHUB_DOCS}/edit/master/website/`,\n+ // // Equivalent to `e...
JavaScript
MIT License
feature-sliced/documentation
chore(website): add lastUpdated label
1
chore
website
217,237
23.05.2021 04:12:20
-10,800
d293279baf868312931d898282761610bd150b3e
refactor(website): add absolute imports
[ { "change_type": "MODIFY", "diff": "@@ -5,8 +5,8 @@ import useDocusaurusContext from '@docusaurus/useDocusaurusContext';\n// NOTE: import from root level, because same image is used at main README.md\nimport imgScheme from \"../../../assets/visual_schema.jpg\";\n-import { Header } from \"../features/header\...
JavaScript
MIT License
feature-sliced/documentation
refactor(website): add absolute imports
1
refactor
website
217,237
23.05.2021 04:50:47
-10,800
ee1ba27dd96f17dbed3abf2c181e6d2d568cad0b
feat(website): add versions select with pge
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,29 @@ const navbar = {\nlabel: 'GitHub',\nposition: 'right',\n},\n+ {\n+ type: 'docsVersionDropdown',\n+ position: 'right',\n+ dropdownActiveClassDisabled: true,\n+ dropdownItemsAfter: [\n+ {\n+ to: 'https://featureslices.dev/v1.0.html',\n+ label: 'v1.0',\n+ ...
JavaScript
MIT License
feature-sliced/documentation
feat(website): add versions select with pge
1
feat
website
217,237
23.05.2021 04:59:59
-10,800
97afe1b9b2024e06c948ad2e6fa71ef977b56596
feat(website): add algolia (while without apiKey)
[ { "change_type": "MODIFY", "diff": "@@ -174,6 +174,15 @@ const plugins = [\n],\n];\n+/** @type {Config[\"themeConfig\"][\"algolia\"]} */\n+const algolia = {\n+ apiKey: 'DUMMY',\n+ indexName: 'feature-sliced',\n+\n+ // Optional: see doc section below\n+ contextualSearch: true,\n+};\n+\n/** @type {Config[\"th...
JavaScript
MIT License
feature-sliced/documentation
feat(website): add algolia (while without apiKey)
1
feat
website
104,823
23.05.2021 11:24:18
-7,200
291eed5440cd1fda6c69a6cffee87a3bd6e93182
chore(codeowners): adding amritha raj to the code owners list
[ { "change_type": "MODIFY", "diff": "# These users own any files in the following directory at the root of\n# the repository and any of its subdirectories.\n-* @bryancboyd @scottdickerson @davidicus @leetosc @cgirani @stuckless @tomklapiscak @JoelArmendariz @jessieyan @blechner @sstone2423\n+* @bryancboyd @s...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(codeowners): adding amritha raj to the code owners list
1
chore
codeowners
217,922
23.05.2021 12:17:52
-7,200
7082299bf1ec8d06357925dcaf2e3543813900eb
fix(alarms): fixed an issue with some fish under specific conditions having wrong timers
[ { "change_type": "MODIFY", "diff": "@@ -375,6 +375,7 @@ export class AlarmsFacade {\n}\nreturn this.findWeatherSpawnCombination(alarm, sortedSpawns, time, this.weatherService.nextWeatherTime(weatherSpawns[0].spawn.getTime()));\n}\n+\n/**\n* Get the amount of minutes before a given hour happens.\n* @param cu...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed an issue with some fish under specific conditions having wrong timers #1483
1
fix
alarms
392,551
23.05.2021 14:17:40
-7,200
ee604a302dbd998f86e1f53f5a62fb20cbc9f143
docs: add viewer method example
[ { "change_type": "MODIFY", "diff": "@@ -16,18 +16,16 @@ slug: /\n| --- | --- |\n| [Initialization](/examples/viewer-initialization) | Initialize the viewer in different ways and check if it is [navigable](/api/classes/viewer.viewer-1#isnavigable) |\n| [Options](/examples/viewer-options) | Configure appearan...
TypeScript
MIT License
mapillary/mapillary-js
docs: add viewer method example
1
docs
null
756,064
23.05.2021 18:58:59
25,200
2a07d8e03a96bb6d370040b39f54e338484efe75
fix(swingset): hold strong reference to all device nodes Don't let them get collected, we don't do GC tracking for them, and there aren't very many of them yet.
[ { "change_type": "MODIFY", "diff": "@@ -97,6 +97,7 @@ function build(\nconst slotToVal = new Map(); // vref -> WeakRef(object)\nconst exportedRemotables = new Set(); // objects\nconst pendingPromises = new Set(); // Promises\n+ const importedDevices = new Set(); // device nodes\nconst safetyPins = new Set()...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(swingset): hold strong reference to all device nodes Don't let them get collected, we don't do GC tracking for them, and there aren't very many of them yet.
1
fix
swingset
401,147
23.05.2021 19:00:25
-19,080
bbca861e4d58ef0368d3f2edce134644120d87f6
docs: add note to run yarn build before running tests in contributing.md file
[ { "change_type": "MODIFY", "diff": "@@ -47,9 +47,9 @@ There are several test commands to help you run the tests:\n- `yarn test:jest` is used to run jest with all the compatible jest CLI commands like `yarn test:jest Modal --watch`\n- `yarn test:watch` to watch all the tests\n-> **Tips:**\n+> **Note:**\n>\n-...
TypeScript
MIT License
medly/medly-components
docs: add note to run yarn build before running tests in contributing.md file
1
docs
null
471,548
23.05.2021 19:08:02
14,400
5b00b7bd96490aa059692591019821e0eafcc35c
chore: remove Morningstar Entry
[ { "change_type": "MODIFY", "diff": "@@ -102,12 +102,6 @@ const componentLibraries = [\ndescription:\n\"Material Design Components from Material Design team themselves. Stay as close as possible to the changing specification with these components from Google's own Material Design team.\",\n},\n- {\n- name: '...
JavaScript
MIT License
open-wc/open-wc
chore: remove Morningstar Entry (#2211)
1
chore
null
551,636
23.05.2021 19:08:05
-3,600
2034d7b38b2b9d31fff01e11b20b4fb48d334aba
chore(ci): added web console compilation
[ { "change_type": "MODIFY", "diff": "@@ -84,7 +84,7 @@ stages:\ninputs:\nmavenPomFile: \"core/pom.xml\"\nmavenOptions: \"-Xmx3072m\"\n- options: \"compile -DskipTests\"\n+ options: \"compile -DskipTests -P build-web-console,use-built-in-nodejs\"\njdkVersionOption: $(jdk)\ncondition: eq(variables['SOURCE_CODE...
Java
Apache License 2.0
questdb/questdb
chore(ci): added web console compilation (#1051)
1
chore
ci
151,430
23.05.2021 19:31:46
25,200
c3d5500c2d6d1867afc357663deced32f5a484a0
feat: add library
[ { "change_type": "ADD", "diff": "+dist\n+lib\n+node_modules\n+\n+*.log\n+\n+# IDE stuff\n+**/.idea\n+\n+# OS stuff\n+.DS_Store\n+.tmp\n", "new_path": "packages/analytics-util-session/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+<!doctype html>\n+<html>\n+ <head>\n+ ...
JavaScript
MIT License
davidwells/analytics
feat: add @analytics/session-utils library Signed-off-by: David Wells <>
1
feat
null
151,430
23.05.2021 19:47:08
25,200
9662ec844b76c430a915ba36dd0458ec0d0b0fc3
refactor: remove once() from return listener
[ { "change_type": "MODIFY", "diff": "\"events\",\n\"listeners\"\n],\n+ \"netlifySiteId\": \"804da5e7-8aa8-4da8-a983-8593754cacb9\",\n+ \"amdName\": \"analyticsUtilListener\",\n\"source\": \"src/index.js\",\n\"main\": \"dist/analytics-util-listener.js\",\n\"exports\": \"./dist/analytics-util-listener.modern.j...
JavaScript
MIT License
davidwells/analytics
refactor: remove once() from return listener Signed-off-by: David Wells <>
1
refactor
null
151,430
23.05.2021 19:54:45
25,200
f27a2531d477060d81b4a102fda717a78f6ec24e
docs: update readme for activity util
[ { "change_type": "MODIFY", "diff": "<!--\n-title: Javascript idle util\n-pageTitle: idle util\n-description: Utility library for firing events on user idle\n+title: User activity util\n+pageTitle: User activity listeners\n+description: Utility library for firing events on user idle & wakeup\n-->\n-# Idle Ut...
JavaScript
MIT License
davidwells/analytics
docs: update readme for activity util Signed-off-by: David Wells <>
1
docs
null
151,430
23.05.2021 19:55:08
25,200
df6c303b04e26277921ad563cde5255ebaebf96a
refactor: return reattach function for tab listener
[ { "change_type": "MODIFY", "diff": "@@ -43,8 +43,12 @@ export function onTabChange(callback) {\nconst prop = getHiddenProp()\nconst event = `${prop.replace(/[H|h]idden/, '')}visibilitychange`\nconst handler = () => callback(Boolean(document[prop]))\n- document.addEventListener(event, handler)\n- return () =...
JavaScript
MIT License
davidwells/analytics
refactor: return reattach function for tab listener Signed-off-by: David Wells <>
1
refactor
null
151,430
23.05.2021 20:09:59
25,200
3bc5a0197477af945663f0b4d4cbb5040f644884
chore: add netlify demos
[ { "change_type": "MODIFY", "diff": "\"listeners\",\n\"idle\"\n],\n- \"netlifySiteId\": \"xyz\",\n+ \"netlifySiteId\": \"8f13fd62-4a2d-42db-a11e-8c5b4c970199\",\n\"amdName\": \"analyticsUtilActivity\",\n\"source\": \"src/index.js\",\n\"main\": \"dist/analytics-util-activity.js\",\n\"release:patch\": \"npm ve...
JavaScript
MIT License
davidwells/analytics
chore: add netlify demos Signed-off-by: David Wells <>
1
chore
null
151,430
23.05.2021 20:11:43
25,200
88a6c5e444bbe9c68a94918e3a4f679255f56bd6
refactor: update missing func
[ { "change_type": "MODIFY", "diff": "@@ -79,7 +79,7 @@ function addElasped(obj) {\nexport function getSession() {\nconst cookieData = getCookie(PREFIX + SESSION)\n- const data = (cookieData) ? JSON.parse(cookieData) : setPersistedSession()\n+ const data = (cookieData) ? JSON.parse(cookieData) : setSession()\...
JavaScript
MIT License
davidwells/analytics
refactor: update missing func Signed-off-by: David Wells <>
1
refactor
null
151,430
23.05.2021 20:19:53
25,200
a4b6345e9a627d9087b2b559147a408783b97cd2
docs: add new utils to docs
[ { "change_type": "MODIFY", "diff": "@@ -683,6 +683,7 @@ Below is a list of the current available events\nThe `analytics` has a robust plugin system. Here is a list of currently available plugins:\n<!-- AUTO-GENERATED-CONTENT:START (PLUGINS) -->\n+- [@analytics/activity-utils](https://github.com/DavidWells/a...
JavaScript
MIT License
davidwells/analytics
docs: add new utils to docs Signed-off-by: David Wells <>
1
docs
null
217,922
23.05.2021 20:22:30
-7,200
85929fe16b63919cf124fbcf2c79e80f3de567fb
fix(alarms): fixed an issue with weather + time coordination in some timers
[ { "change_type": "MODIFY", "diff": "@@ -22,5 +22,6 @@ describe('TimeUtils', () => {\nexpect(TimeUtils.getIntersection([22, 4], [16, 0])).toEqual([22, 0]);\nexpect(TimeUtils.getIntersection([22, 4], [16, 8])).toEqual([22, 4]);\nexpect(TimeUtils.getIntersection([18, 2], [16, 8])).toEqual([18, 2]);\n+ expect(T...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed an issue with weather + time coordination in some timers #1483
1
fix
alarms
551,636
23.05.2021 20:27:23
-3,600
1b6c321d00f20c81e6a8e9f7e417bc759bc8525c
feat(sql): `log` and `sqrt` implementations
[ { "change_type": "ADD", "diff": "+/*******************************************************************************\n+ * ___ _ ____ ____\n+ * / _ \\ _ _ ___ ___| |_| _ \\| __ )\n+ * | | | | | | |/ _ \\/ __| __| | | | _ \\\n+ * | |_| | |_| | __/\\__ \\ |_| |_| | |_) |\n+ * \\__\\_\\\\__,_|\\___||___/\\__|____...
Java
Apache License 2.0
questdb/questdb
feat(sql): `log` and `sqrt` implementations (#1050)
1
feat
sql
756,059
23.05.2021 21:16:07
25,200
e094914ad5ceec3d1131270e5943c6f0df267cac
feat: provide streamStore implementations
[ { "change_type": "MODIFY", "diff": "import fs from 'fs';\nimport os from 'os';\nimport path from 'path';\n+import util from 'util';\nimport Readlines from 'n-readlines';\nimport lmdb from 'node-lmdb';\n-import { assert, details as X } from '@agoric/assert';\n+import { assert, details as X, q } from '@agoric...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: provide streamStore implementations
1
feat
null
756,064
23.05.2021 23:29:15
25,200
8c6a64e39d5ec917ffe305dc065fe83ca0f4cdcb
chore(liveslots): pass gcAndFinalize into liveslots for all workers This will be needed shortly for liveslots to drive GC during each crank.
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,7 @@ import { xsnap, makeSnapstore } from '@agoric/xsnap';\nimport { WeakRef, FinalizationRegistry } from './weakref';\nimport { startSubprocessWorker } from './spawnSubprocessWorker';\nimport { waitUntilQuiescent } from './waitUntilQuiescent';\n+import { gcA...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(liveslots): pass gcAndFinalize into liveslots for all workers This will be needed shortly for liveslots to drive GC during each crank.
1
chore
liveslots
217,922
24.05.2021 00:55:44
-7,200
a6bc6acaa8190ee1905ca9739dbe0d4a489a45d7
chore: better logging for npcap starting process
[ { "change_type": "MODIFY", "diff": "@@ -84,15 +84,14 @@ export class PacketCapture {\n}\nstart(): void {\n- log.info(`Starting PacketCapture with options: ${JSON.stringify(this.options)}`);\ntry {\n- const cmdOutput = execSync('Get-Service -Name Npcap', {'shell': 'powershell.exe', 'timeout': 5000, 'stdio': ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better logging for npcap starting process
1
chore
null
617,455
24.05.2021 09:06:06
-7,200
95fd1cecdfd3924cc214217dca500ee5f5c4ee05
feat(simulator): add CC 573 to retirement notice simulator
[ { "change_type": "RENAME", "diff": "-import { createElement } from \"react\";\n+import React, { createElement } from \"react\";\nimport raw from \"rehype-raw\";\nimport rehype2react from \"rehype-react\";\nimport markdownParser from \"remark-parse\";\nimport remark2rehype from \"remark-rehype\";\nimport uni...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
feat(simulator): add CC 573 to retirement notice simulator (#3500)
1
feat
simulator
104,828
24.05.2021 09:10:28
-7,200
ab16bf8405befbaf20021f7458e96812abdcce22
feat(mapcard): logo and attributions
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,17 @@ import Optionsfield from './Optionsfield';\nmapboxgl.accessToken =\n'pk.eyJ1IjoiZGF2aWRpY3VzIiwiYSI6ImNrbTN4OWpsZTBjYm0ybnBsaWZkemV6MmgifQ.jpqC4rJzYG6CY3IXc9NLuw';\n-const MapBoxStory = ({data, options, isLegendFullWidth, onCardAction, availableActions, i...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(mapcard): logo and attributions
1
feat
mapcard
276,989
24.05.2021 09:24:33
10,800
1beb96319b4ede515addea11b1eec8198743d5d2
test(system): add border width tests
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,7 @@ const theme = {\n},\n};\n+describe('borders', () => {\ndescribe('border', () => {\nit('Should return values for border prop', () => {\nconst expectedZeroStyle = css({ border: 'none' });\n@@ -96,7 +97,9 @@ describe('borderTop', () => {\ndescribe('borderRi...
JavaScript
MIT License
gympass/yoga
test(system): add border width tests
1
test
system
791,282
24.05.2021 10:00:23
25,200
1a3c0160388dbdcadea2f60a531c38b7d7b90aa4
chore(internal/gapicgen): update microgen to v0.20.1
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ RUN GO111MODULE=on go get \\\ngolang.org/x/lint/golint@latest \\\ngolang.org/x/tools/cmd/goimports@latest \\\nhonnef.co/go/tools/cmd/staticcheck@latest \\\n- github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic@v0.20.0\n+ github.com/googleapi...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(internal/gapicgen): update microgen to v0.20.1 (#4154) Co-authored-by: Cody Oss <6331106+codyoss@users.noreply.github.com>
1
chore
internal/gapicgen
777,389
24.05.2021 10:01:39
25,200
98b5a1efa39c80564d0f7dbd65b4447e64ff5a71
chore: table head style update
[ { "change_type": "MODIFY", "diff": "@@ -158,11 +158,11 @@ html {\n.ant-table-thead > tr > th {\nborder-color: var(--theme-colors-monochrome-13);\nborder-style: solid;\n- border-width: var(--theme-sizes-border-width) 0;\n+ border-width: var(--theme-sizes-border-width) var(--theme-sizes-border-width) var(--th...
Python
Apache License 2.0
determined-ai/determined
chore: table head style update (#2419)
1
chore
null
276,989
24.05.2021 10:19:57
10,800
92b09f6d365ec28bec7c1bd7af6b31aba1415ac7
refactor(system): fix typo
[ { "change_type": "MODIFY", "diff": "@@ -213,7 +213,7 @@ The `borders` module has all the listed above\n</td>\n<td>\n<inlineCode>borderTopLeftRadius</inlineCode>,{' '}\n- <inlineCode>btfr</inlineCode>\n+ <inlineCode>btlr</inlineCode>\n</td>\n<td>\n<inlineCode>border-top-left-radius</inlineCode>\n@@ -237,7 +2...
JavaScript
MIT License
gympass/yoga
refactor(system): fix typo
1
refactor
system
104,868
24.05.2021 10:29:51
10,800
5a473310f571712a0241d895f7c149a8e67faa7c
fix(tearsheet): fixes as per feedback
[ { "change_type": "MODIFY", "diff": "@@ -4452,6 +4452,20 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0 - Overview/Get\nListBuilder\n</div>\n</div>\n+ <div\n+ className=\"bx--structured-list-row\"\n+ >\n+ <div\n+ className=\"bx--structured-list-td\"\n+ role=\"cell\"\n+ />\n+ <div\n+ cla...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tearsheet): fixes as per feedback
1
fix
tearsheet
276,989
24.05.2021 10:33:09
10,800
9c7d0df980c60a44e859219dd4f0b2c77c45b2aa
test(system): add border radius tests
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,9 @@ import {\nconst borders = [0, 1, 2];\n[borders.zero, borders.small, borders.medium] = borders;\n+const radii = [0, 4, 8, 9999];\n+[radii.sharp, radii.semiRounded, radii.rounded, radii.circle] = radii;\n+\nconst colors = {\nvibin: '#D8385E',\nhope: '#1D85...
JavaScript
MIT License
gympass/yoga
test(system): add border radius tests
1
test
system
730,461
24.05.2021 10:44:32
0
4069a344461a41f09530025e348bea0ee24049c3
test(webex-core): removed skipEmail from unittest
[ { "change_type": "MODIFY", "diff": "@@ -873,7 +873,7 @@ describe('webex-core', () => {\nit('validates an inactive user', () => {\nconst inactive = 'webex.web.client+nonactivated@gmail.com';\n- return unauthServices.validateUser({email: inactive, skipEmail: true, activationOptions: {suppressEmail: true}})\n+...
JavaScript
MIT License
webex/webex-js-sdk
test(webex-core): removed skipEmail from unittest
1
test
webex-core
777,407
24.05.2021 10:58:00
14,400
077bec893837811a2341624da32e523a6019d831
docs: resource pool fixes Minor docs fixes
[ { "change_type": "MODIFY", "diff": "@@ -21,9 +21,9 @@ resource pool handles scheduling and instance provisioning\nindependently.\nWhen you configure a cluster, you set which pool is the default for CPU\n-tasks and which pool is the default for GPU tasks. CPU-only tasks such a\n-Tensorboards will run on the ...
Python
Apache License 2.0
determined-ai/determined
docs: resource pool fixes (#2408) Minor docs fixes
1
docs
null
730,432
24.05.2021 10:59:44
21,600
c6c3978e5dadf177b597787c58d69c153df84c43
feat: remove phone pluggin
[ { "change_type": "MODIFY", "diff": "\"urlsafe-base64\": \"^1.0.0\"\n}\n},\n- \"@webex/common-evented\": {\n- \"version\": \"1.121.0\",\n- \"resolved\": \"https://registry.npmjs.org/@webex/common-evented/-/common-evented-1.121.0.tgz\",\n- \"integrity\": \"sha512-YGmF0fbs5A2LsQ44MJhqGU9sKauaTU8hNt5rH3bxXvTDOO...
JavaScript
MIT License
webex/react-widgets
feat: remove phone pluggin
1
feat
null
104,868
24.05.2021 11:18:17
10,800
2b41f05c82dcffd3ce80af91cb2f152130031f19
fix(tearsheet): changes as per feedback 2
[ { "change_type": "MODIFY", "diff": "@@ -2,8 +2,11 @@ import React from 'react';\nimport PropTypes from 'prop-types';\nimport { Close16 } from '@carbon/icons-react';\n+import { settings } from '../../constants/Settings';\nimport Button from '../Button';\n+const { iotPrefix } = settings;\n+\nconst propTypes =...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tearsheet): changes as per feedback 2
1
fix
tearsheet
777,407
24.05.2021 11:30:09
14,400
e3f4fb91834cfeccbeda91fa88bb0ef6cd3a9eb9
fix: improve tqdm rendering in the web ui In the WebUI, identify if a line is likely a TQDM line and hide it if so. Previously the line would appear as a large section of buggy-looking whitespace. More detail in
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**Bug Fixes**\n+\n+- Webui: Prevent TQDM logs from generating large quantities of\n+ whitespace when rendering logs.\n", "new_path": "docs/release-notes/2320-webui-tqdm-rendering.txt", "old_path": null }, { "change_type": "MODIFY", "diff": ...
Python
Apache License 2.0
determined-ai/determined
fix: improve tqdm rendering in the web ui (#2320) In the WebUI, identify if a line is likely a TQDM line and hide it if so. Previously the line would appear as a large section of buggy-looking whitespace. More detail in DET-5372
1
fix
null
756,032
24.05.2021 11:36:25
25,200
65f5aa210d977039eac6ca707ad9e1826ee9b495
refactor(zoe): create helper for preventing the UnhandledPromiseRejectionWarning
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ import { makeIssuerStorage } from '../issuerStorage';\nimport { makeIssuerRecord } from '../issuerRecord';\nimport { createSeatManager } from './zcfSeat';\nimport { makeInstanceRecordStorage } from '../instanceRecordStorage';\n+import { handlePWarning, h...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(zoe): create helper for preventing the UnhandledPromiseRejectionWarning (#3125)
1
refactor
zoe
777,401
24.05.2021 11:37:35
14,400
e938ad19554734ed4652256c090e706eba7de12e
chore: terminate /api/v1/trials/:id/avialable_series on trial termination
[ { "change_type": "MODIFY", "diff": "@@ -486,7 +486,7 @@ func (a *apiServer) GetTrialProfilerAvailableSeries(\napi.BatchRequest{Follow: true},\nfetch,\nonBatch,\n- nil,\n+ a.isTrialTerminalFunc(int(req.TrialId), 10),\nTrialAvailableSeriesBatchWaitTime,\n).Run(resp.Context())\n}\n", "new_path": "master/in...
Python
Apache License 2.0
determined-ai/determined
chore: terminate /api/v1/trials/:id/avialable_series on trial termination (#2418) [DET-5499]
1
chore
null
104,868
24.05.2021 11:49:04
10,800
7e37193a03e74f190c3027baaaef0f08ed2c5abc
fix(tearsheet): className prefix and width fixes
[ { "change_type": "MODIFY", "diff": "@@ -70,12 +70,12 @@ const TearSheet = ({\n};\nreturn (\n<div\n- data-testid={`${iotPrefix}-tear-sheet-${idx}`}\n- className={`${iotPrefix}-tear-sheet ${className || ''}`}\n+ data-testid={`${iotPrefix}--tear-sheet-${idx}`}\n+ className={`${iotPrefix}--tear-sheet ${classNam...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tearsheet): className prefix and width fixes
1
fix
tearsheet
531,793
24.05.2021 12:33:12
-3,600
da9d9085cc40437251f88dccabd97d685db865c3
fix(ui): remove excludes from tsconfig
[ { "change_type": "MODIFY", "diff": "-import React from \"react\";\n-\nimport { storiesOf } from \"@storybook/react\";\nimport fetchMock from \"fetch-mock\";\n", "new_path": "ui/src/Components/MainModal/index.stories.tsx", "old_path": "ui/src/Components/MainModal/index.stories.tsx" }, { "chan...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): remove excludes from tsconfig
1
fix
ui
366,946
24.05.2021 12:37:27
-32,400
94a9effa05a4ee9687cb49587581ca4724768882
fix: modify to be expected width when set percentage width
[ { "change_type": "MODIFY", "diff": "@@ -167,6 +167,7 @@ export const SingleComboBox: VFC<Props> = ({\n<Container\nref={outerRef}\nclassName={`${disabled ? 'disabled' : ''} ${className}`}\n+ $width={width}\nrole=\"combobox\"\naria-haspopup=\"listbox\"\naria-controls={aria.listBoxId}\n@@ -178,7 +179,6 @@ expo...
TypeScript
MIT License
kufu/smarthr-ui
fix: modify to be expected width when set percentage width (#1585)
1
fix
null
366,930
24.05.2021 12:47:37
-32,400
8edb9e0cd4dd305e84d812f79941ac7a294fbc80
fix: Disable selected items when MultiComboBox is disabled * fix: if MultiComboBox is disabled, the selected items should be disabled * fix: set CircleIcon color to inherit fix: set CircleIcon color to inherit
[ { "change_type": "MODIFY", "diff": "@@ -175,6 +175,10 @@ Creatable.parameters = {\n}\nexport const Disabled: Story = () => {\n+ const [multiItems, setMultiItems] = useState(defaultItems)\n+ const [multiSelected, setMultiSelected] = useState<Item[]>([])\n+ const [seq, setSeq] = useState(0)\n+\nreturn (\n<Lis...
TypeScript
MIT License
kufu/smarthr-ui
fix: Disable selected items when MultiComboBox is disabled (#1544) * fix: if MultiComboBox is disabled, the selected items should be disabled * fix: set CircleIcon color to inherit fix: set CircleIcon color to inherit
1
fix
null
667,712
24.05.2021 12:57:12
-28,800
08598d2a60d301259c733c0c0f961f0ed89f4918
feat(android): support renderToHardwareTextureAndroid
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,7 @@ import com.tencent.mtt.hippy.modules.Promise;\nimport com.tencent.mtt.hippy.utils.LogUtils;\nimport com.tencent.mtt.hippy.utils.PixelUtil;\nimport com.tencent.mtt.hippy.views.common.CommonBorder;\n+import com.tencent.mtt.hippy.views.view.HippyViewGroup;\...
C++
Apache License 2.0
tencent/hippy
feat(android): support renderToHardwareTextureAndroid https://reactnative.dev/docs/performance#moving-a-view-on-the-screen-scrolling-translating-rotating-drops-ui-thread-fps
1
feat
android
791,474
24.05.2021 13:16:13
25,200
e4fcc83c88211cfca8ded1decf5d847b553cf846
test(bigtable): refactor bigtable integration tests Refactors bigtable integration tests to operate correctly against production. Also made more flags optional to simplify execution.
[ { "change_type": "ADD", "diff": "+# Bigtable client contribution guide\n+\n+For a complete guide to contributing to Google Cloud Go client libraries, view\n+the [top-level contributing guide](../CONTRIBUTING.md).\n+\n+## Running Integration Tests\n+The Bigtable integration tests will target the emulator by ...
Go
Apache License 2.0
googleapis/google-cloud-go
test(bigtable): refactor bigtable integration tests (#4148) Refactors bigtable integration tests to operate correctly against production. Also made more flags optional to simplify execution.
1
test
bigtable
688,457
24.05.2021 13:18:10
-10,800
32311c56f634569c10556a8adb3f327803a6a9af
chore(FileInput): update examples
[ { "change_type": "MODIFY", "diff": "@@ -6,24 +6,21 @@ const Example = () => {\n{\nuploading: false,\nprogress: 0,\n- name: 'File 1'\n+ name: 'File 1',\n+ file: new File(['resume.pdf'], 'resume.pdf')\n},\n{\nuploading: true,\nprogress: 30,\n- name: 'File under upload'\n+ name: 'File under upload',\n+ file: n...
TypeScript
MIT License
toptal/picasso
chore(FileInput): update examples
1
chore
FileInput
777,396
24.05.2021 13:26:53
21,600
4f7acabde55e1b5a4364514c731dc7017e645e95
fix: merge logic for union-type configs Previously, schemas.Merge() would happily merge a shared_fs checkpoint storage and an s3 checkpoint storage into one, totally invalid, frankenstorage. The problem was also present on other union types.
[ { "change_type": "MODIFY", "diff": "Binary files a/master/pkg/schemas/expconf/data_layer_config.go and b/master/pkg/schemas/expconf/data_layer_config.go differ\n", "new_path": "master/pkg/schemas/expconf/data_layer_config.go", "old_path": "master/pkg/schemas/expconf/data_layer_config.go" }, { ...
Python
Apache License 2.0
determined-ai/determined
fix: merge logic for union-type configs [DET-5486] (#2410) Previously, schemas.Merge() would happily merge a shared_fs checkpoint storage and an s3 checkpoint storage into one, totally invalid, frankenstorage. The problem was also present on other union types.
1
fix
null
269,654
24.05.2021 13:30:31
14,400
d521343b0610c139d0e5540d3806e622b8633d68
feat: Scoop pipe - Write the manifest before skips, like Brew pipe. * feat: Scoop pipe - Write the manifest before skips, like Brew pipe. feat: Scoop pipe - Added tests and fixed the write path of the manifest. * Update scoop.go
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,8 @@ import (\n\"bytes\"\n\"encoding/json\"\n\"errors\"\n+ \"fmt\"\n+ \"os\"\n\"path/filepath\"\n\"strings\"\n@@ -106,12 +108,18 @@ func doRun(ctx *context.Context, cl client.Client) error {\nreturn err\n}\n- if ctx.SkipPublish {\n- return pipe.ErrSkipPublishEn...
Go
MIT License
goreleaser/goreleaser
feat: Scoop pipe - Write the manifest before skips, like Brew pipe. (#2241) * feat: Scoop pipe - Write the manifest before skips, like Brew pipe. feat: Scoop pipe - Added tests and fixed the write path of the manifest. * Update scoop.go Co-authored-by: eolder <eolder@rajant.com> Co-authored-by: kodiakhq[bot] <49736...
1
feat
null
756,064
24.05.2021 14:08:33
25,200
ce0daddb08ba669372ea46dfa3a30dce1800b2fd
chore(swingset): remove console noise from test-promises
[ { "change_type": "MODIFY", "diff": "@@ -58,9 +58,7 @@ export function buildRootObject(vatPowers, vatParameters) {\n},\n});\nconst { promise: p1, resolve: r1 } = makePromiseKit();\n- console.log(`here1`, Object.isFrozen(p1));\nconst p2 = E(vats.left).takePromise(p1);\n- console.log(`here2`);\np2.then(x => lo...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(swingset): remove console noise from test-promises
1
chore
swingset
551,634
24.05.2021 14:25:12
-3,600
74aaa99b4c188607dbe3972a8dfd5138e08b2c7b
fix(sql): make table column names case insensitive in where
[ { "change_type": "MODIFY", "diff": "@@ -26,12 +26,12 @@ package io.questdb.cairo;\nimport io.questdb.cairo.sql.RecordMetadata;\n-import io.questdb.std.CharSequenceIntHashMap;\n+import io.questdb.std.LowerCaseCharSequenceIntHashMap;\nimport io.questdb.std.ObjList;\npublic abstract class BaseRecordMetadata im...
Java
Apache License 2.0
questdb/questdb
fix(sql): make table column names case insensitive in where (#1045)
1
fix
sql
126,276
24.05.2021 14:28:40
10,800
3e81f936e10cc9646345f9fc7e576d9740d02742
test(embedded/sql): unit testing joint row reader
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,7 @@ type jointRowReader struct {\n}\nfunc (e *Engine) newJointRowReader(db *Database, snap *store.Snapshot, params map[string]interface{}, rowReader RowReader, joins []*JoinSpec) (*jointRowReader, error) {\n- if snap == nil || len(joins) == 0 {\n+ if db == n...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): unit testing joint row reader Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
730,496
24.05.2021 14:52:14
-3,600
f56fa1a5672b0a8568312984394750e62f1cc3db
fix(meetings): browser detection not working in integration tests
[ { "change_type": "MODIFY", "diff": "/* globals navigator */\nimport {assert} from '@webex/test-helper-chai';\nimport {skipInNode} from '@webex/test-helper-mocha';\n-import bowser from 'bowser';\n+import BrowserDetection from '@webex/plugin-meetings/src/common/browser-detection';\nimport sinon from 'sinon';\...
JavaScript
MIT License
webex/webex-js-sdk
fix(meetings): browser detection not working in integration tests
1
fix
meetings
531,793
24.05.2021 14:55:40
-3,600
9726f4850aaaa4163750586e1836df74089f2977
fix(ci): use alertmanager v0.22.0 instead of rc
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 make -C /src VERSION=\"${VERSION:-dev}\" karma\nFROM alpine:3.13\nCOPY --from=ghcr.io/prymitive/kthxbye:v0.11 /kthxbye /kthxbye\n-COPY --from=prom/alertmanager:v0.22.0-rc.1 /bin/alertmanager /alertmanager\n+COPY --from=prom/alertmanager...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): use alertmanager v0.22.0 instead of rc
1
fix
ci
777,374
24.05.2021 15:01:35
25,200
c055571e328c1ec2761585bd74c5669f29ca14be
docs: using `det shell` as a remote shell in IDEs.
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**Improvements**\n+\n+- Add support and documentation for using Determined shell as a remote\n+ host inside VS Code or PyCharm IDEs.\n", "new_path": "docs/release-notes/2428-ide-integration.txt", "old_path": null }, { "change_type": "MODIFY", ...
Python
Apache License 2.0
determined-ai/determined
docs: using `det shell` as a remote shell in IDEs. (#2428)
1
docs
null
756,032
24.05.2021 15:06:44
25,200
e360281afe37e762060013386f2c3387b9b7ebe8
refactor: add a later instantiation step to issuerStorage and instanceRecordStorage
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,9 @@ export function buildRootObject(powers, _params, testJigSetter = undefined) {\ngetAssetKindByBrand,\ngetBrandForIssuer,\ngetIssuerForBrand,\n- } = makeIssuerStorage(issuerStorageFromZoe);\n+ instantiate: instantiateIssuerStorage,\n+ } = makeIssuerStorage...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor: add a later instantiation step to issuerStorage and instanceRecordStorage (#3124)
1
refactor
null
749,536
24.05.2021 15:17:45
25,200
be81b9787ef277c05c6705059a865f0edfdd7938
fix(chrome): recalculate height of subnavs when children change
[ { "change_type": "MODIFY", "diff": "{\n\"index.cjs.js\": {\n- \"bundled\": 58058,\n- \"minified\": 44720,\n+ \"bundled\": 58068,\n+ \"minified\": 44722,\n\"gzipped\": 8636\n},\n\"index.esm.js\": {\n- \"bundled\": 53463,\n- \"minified\": 40765,\n+ \"bundled\": 53473,\n+ \"minified\": 40767,\n\"gzipped\": 833...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(chrome): recalculate height of subnavs when children change (#1117)
1
fix
chrome
104,819
24.05.2021 15:36:31
18,000
a0b423155008a92be43db64e7800b30bfdb5235e
fix(tablecard): remove unused argument
[ { "change_type": "MODIFY", "diff": "@@ -291,7 +291,7 @@ const TableCard = ({\n// If a column has a linkTemplate, format the column to render a link,\n// we need a special case here because this is the only card where we examine the actual data to replace variables in each\n- const columnsWithFormattedLinks ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tablecard): remove unused argument
1
fix
tablecard
127,979
24.05.2021 15:39:13
-10,800
5a9aa3b5d4a2bced995c17f9c4252184893ec1ad
feat: add empire themes
[ { "change_type": "MODIFY", "diff": "@@ -93,6 +93,7 @@ export const Logo = () => {\n{brand === 'Moneyball' && <LogoMoneyball />}\n{brand === 'Comms' && <LogoCommsFull />}\n{brand === 'ShangriLa.io' && 'ShangriLa.io'}\n+ {brand === 'Empire.io' && 'Empire.io'}\n<IconChevronDown aria-hidden=\"true\" />\n@@ -110...
TypeScript
MIT License
coingaming/moon-design
feat: add empire themes (#1203)
1
feat
null
392,551
24.05.2021 16:04:51
-7,200
a87427ade525e46975671183d7440979495ec3e3
docs: add event example
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ slug: /\n| [Initialization](/examples/viewer-initialization) | Initialize the viewer in different ways and check if it is [navigable](/api/classes/viewer.viewer-1#isnavigable) |\n| [Options](/examples/viewer-options) | Configure appearance and behavior t...
TypeScript
MIT License
mapillary/mapillary-js
docs: add event example
1
docs
null
304,908
24.05.2021 16:09:48
-3,600
e29506facf1e3700b892c156cb1c886e0a65b1e4
fix: odd behaviour when going over the Go Rust boundary multiple times using JSON serialization
[ { "change_type": "MODIFY", "diff": "@@ -736,9 +736,9 @@ func (s *TestStatement) Copy() Node {\n// TestCaseStatement declares a Flux test case\ntype TestCaseStatement struct {\nBaseNode\n- ID *Identifier\n- Extends *StringLiteral `json:\",omitempty\"`\n- Block *Block\n+ ID *Identifier `json:\"id\"`\n+ Extend...
Go
MIT License
influxdata/flux
fix: odd behaviour when going over the Go Rust boundary multiple times using JSON serialization (#3729)
1
fix
null
889,620
24.05.2021 16:13:54
-28,800
8de01a6fd760a8bd80aa75ff2055a3138f3476bf
perf: page streaming performance cache the zip or pdf document to avoid recreating it at every page access
[ { "change_type": "MODIFY", "diff": "package org.gotson.komga.infrastructure.mediacontainer\n+import com.github.benmanes.caffeine.cache.Caffeine\nimport mu.KotlinLogging\nimport org.apache.pdfbox.pdmodel.PDDocument\nimport org.apache.pdfbox.pdmodel.PDPage\n@@ -11,6 +12,7 @@ import org.gotson.komga.infrastruc...
Kotlin
MIT License
gotson/komga
perf: page streaming performance cache the zip or pdf document to avoid recreating it at every page access
1
perf
null
104,826
24.05.2021 16:17:33
10,800
9063fb72721b60bd94a43facd8d11f66d12608e1
fix(suiteheader): Using the `@deprecated` annotation in a deprecated hook.
[ { "change_type": "MODIFY", "diff": "-// This custom hook is deprecated, use useUiResources instead\n-\nimport { useState, useEffect, useCallback } from 'react';\n// eslint-disable-next-line import/extensions\n@@ -10,6 +8,9 @@ import getSuiteHeaderData, {\ndefaultFetchApi,\n} from '../util/suiteHeaderData';\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(suiteheader): Using the `@deprecated` annotation in a deprecated hook.
1
fix
suiteheader
815,577
24.05.2021 16:22:21
-28,800
b6e2afcbee3d177756ec17891f2804340d4bbd12
fix: fix cycles set wrong
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,6 @@ proptest = \"0.9\"\nckb-db = { path = \"../db\", version = \"= 0.43.0-pre\" }\nckb-store = { path = \"../store\", version = \"= 0.43.0-pre\" }\nckb-test-chain-utils = { path = \"../util/test-chain-utils\", version = \"= 0.43.0-pre\" }\n-tiny-keccak = \"2...
Rust
MIT License
nervosnetwork/ckb
fix: fix cycles set wrong
1
fix
null
151,430
24.05.2021 16:34:47
25,200
008f459f7a2ccc1fe4cd103a17cc3765aa6b93d3
feat: add removeSession
[ { "change_type": "MODIFY", "diff": "<h3>Persisted session</h3>\n<button id=\"get-persisted\">Get Persisted Session</button>\n<button id=\"set-persisted\">Update Persisted Session</button>\n+ <button id=\"remove-persisted\">Clear Persisted Session</button>\n<pre id=\"data-persisted\"></pre>\n<hr/>\n<h3>Tab s...
JavaScript
MIT License
davidwells/analytics
feat: add removeSession Signed-off-by: David Wells <>
1
feat
null
126,276
24.05.2021 16:41:09
10,800
e239a740946806013c0a0a747f51e43c01d7af8c
test(embedded/sql): unit testing grouped row reader
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,10 @@ type groupedRowReader struct {\n}\nfunc (e *Engine) newGroupedRowReader(rowReader RowReader, selectors []Selector, groupBy []*ColSelector) (*groupedRowReader, error) {\n+ if rowReader == nil || len(selectors) == 0 {\n+ return nil, ErrIllegalArguments\n+...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): unit testing grouped row reader Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
277,273
24.05.2021 16:42:31
25,200
9e15e1eddc8a1976b61ea0f8b48cf27bb0603270
docs: Add waveml logo (placeholder)
[ { "change_type": "MODIFY", "diff": "id=\"svg8\"\ninkscape:version=\"1.0.2 (e86c870879, 2021-01-15, custom)\"\nsodipodi:docname=\"wave.svg\"\n- inkscape:export-filename=\"/home/elp/Desktop/wave-logo/wave-logo-plain.png\"\n- inkscape:export-xdpi=\"922.42694\"\n- inkscape:export-ydpi=\"922.42694\">\n+ inkscape...
Python
Apache License 2.0
h2oai/wave
docs: Add waveml logo (placeholder)
1
docs
null
277,273
24.05.2021 16:47:31
25,200
fdcd53039048d31e986d45cf44b728cdc95f6c17
docs: Add placeholder thumbnails for waveml examples
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/website/docs/examples/assets/ml-h2o-categorical.png differ\n", "new_path": "website/docs/examples/assets/ml-h2o-categorical.png", "old_path": "website/docs/examples/assets/ml-h2o-categorical.png" }, { "change_type": "ADD", "di...
Python
Apache License 2.0
h2oai/wave
docs: Add placeholder thumbnails for waveml examples
1
docs
null
667,713
24.05.2021 16:48:25
-28,800
c6062d2b6fc01bcd8e9cb1a9db3626efd541b7f5
fix(android): recyclerview pullheader without collapsePullHeader
[ { "change_type": "MODIFY", "diff": "# org.gradle.parallel=true\n#Thu Dec 31 23:32:11 CST 2020\n-#android.enableD8=true\n-#android.enableR8=false\n+android.enableD8=true\n+android.enableR8=false\n#android base config\nCOMPILE_SDK_VERSION=29\n", "new_path": "android/sdk/gradle.properties", "old_path":...
C++
Apache License 2.0
tencent/hippy
fix(android): recyclerview pullheader without collapsePullHeader
1
fix
android
126,276
24.05.2021 16:52:37
10,800
3023b36f04ff357d65144bc815c9c3d677b18d62
test(embedded/sql): unit testing closed sql engine
[ { "change_type": "MODIFY", "diff": "@@ -98,6 +98,10 @@ type Engine struct {\n}\nfunc NewEngine(catalogStore, dataStore *store.ImmuStore, prefix []byte) (*Engine, error) {\n+ if catalogStore == nil || dataStore == nil {\n+ return nil, ErrIllegalArguments\n+ }\n+\ne := &Engine{\ncatalogStore: catalogStore,\nd...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): unit testing closed sql engine Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
277,262
24.05.2021 17:33:32
-7,200
8d13f16b26963eca8b87f27db645fc24b1b4f301
fix: Preserve location hashes in docs website
[ { "change_type": "MODIFY", "diff": "// https://github.com/h2oai/wave/issues/778#issuecomment-831188177\nif (window && window.location && window.location.pathname.endsWith('/') && window.location.pathname !== '/') {\n- window.history.replaceState('', '', window.location.pathname.substr(0, window.location.pat...
Python
Apache License 2.0
h2oai/wave
fix: Preserve location hashes in docs website #783 (#833)
1
fix
null
756,059
24.05.2021 17:36:19
25,200
e67c4ef37d2a0d9361612401b43c2b81a4ebc66d
feat: greater paranoia about concurrent access
[ { "change_type": "MODIFY", "diff": "@@ -171,6 +171,9 @@ function makeSwingStore(dirPath, forceReset = false) {\nconst streamFds = new Map();\n/** @type {Map<string, string>} */\nconst streamStatus = new Map();\n+ let statusCounter = 0;\n+\n+ const STREAM_START = harden({ offset: 0, itemCount: 0 });\nfunctio...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: greater paranoia about concurrent access
1
feat
null
277,273
24.05.2021 17:48:16
25,200
082ab5c859243aff9510a7996c18df755024eba1
chore: Publish h2o-wave 0.2.0 NPM package
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"h2o-wave\",\n- \"version\": \"0.1.0\",\n+ \"version\": \"0.2.0\",\n\"lockfileVersion\": 2,\n\"requires\": true,\n\"packages\": {\n\"\": {\n\"name\": \"h2o-wave\",\n- \"version\": \"0.1.0\",\n+ \"version\": \"0.2.0\",\n\"license\": \"Apache-2.0\",\n\"devDepe...
Python
Apache License 2.0
h2oai/wave
chore: Publish h2o-wave 0.2.0 NPM package
1
chore
null
277,273
24.05.2021 17:48:32
25,200
51f2eab32c893a1c3d76802574c47a72ba5897b8
chore: Upgrade h2o-wave to 0.2.0
[ { "change_type": "MODIFY", "diff": "\"eslint-plugin-wave\": \"file:eslint\",\n\"file-loader\": \"4.3.0\",\n\"fs-extra\": \"^8.1.0\",\n- \"h2o-wave\": \"^0.1.0\",\n+ \"h2o-wave\": \"^0.2.0\",\n\"handlebars\": \"^4.7.6\",\n\"html-webpack-plugin\": \"4.0.0-beta.11\",\n\"http-proxy-middleware\": \"^1.0.3\",\n}\...
Python
Apache License 2.0
h2oai/wave
chore: Upgrade h2o-wave to 0.2.0
1
chore
null
780,866
24.05.2021 17:53:28
10,800
2a231a11a8708ce213d6c33a4e8049258d901cd7
fix(cms): rollback to netlify cms v2.10.117 newer versions seems to break preview (duplicate events)
[ { "change_type": "MODIFY", "diff": "<% if (!_.settings.repository || !_.settings.repository.startsWith('ecomplus-stores/')) { %>\n<script src=\"https://identity.netlify.com/v1/netlify-identity-widget.js\"></script>\n<% } %>\n- <script src=\"https://unpkg.com/netlify-cms@2/dist/netlify-cms.js\"></script>\n+ ...
JavaScript
MIT License
ecomplus/storefront
fix(cms): rollback to netlify cms v2.10.117 newer versions seems to break preview (duplicate events)
1
fix
cms
126,311
24.05.2021 17:53:37
-10,800
dc07948e3f747119ce79db55f68bd8a60f08ebef
fix(pkg/server): always create system db (even when auth is off)
[ { "change_type": "MODIFY", "diff": "@@ -50,6 +50,7 @@ func dirSize(dir string) (int64, error) {\nfunc (s *ImmuServer) metricFuncComputeDBSizes() (dbSizes map[string]float64) {\ndbSizes = make(map[string]float64)\n+ if s.dbList != nil {\nfor i := 0; i < s.dbList.Length(); i++ {\ndb := s.dbList.GetByIndex(int...
Go
Apache License 2.0
codenotary/immudb
fix(pkg/server): always create system db (even when auth is off) Signed-off-by: Valentin Padurean (Ogg) <912518+padurean@users.noreply.github.com>
1
fix
pkg/server
780,866
24.05.2021 17:54:35
10,800
df4e096c5a512bcdbe2ec810e75e8035200571f8
fix(template/product-block): fix spacing for short description paragraph
[ { "change_type": "MODIFY", "diff": "</div>\n<% if (_.state.short_description) { %>\n- <p class=\"product__info lead\">\n+ <p class=\"product__info mt-3 lead\">\n<%= _.state.short_description %>\n</p>\n<% } %>\n", "new_path": "@ecomplus/storefront-template/template/pages/@/sections/product-block.ejs", ...
JavaScript
MIT License
ecomplus/storefront
fix(template/product-block): fix spacing for short description paragraph
1
fix
template/product-block
104,826
24.05.2021 18:07:11
10,800
5d3ed776352cfdf045a7488c098166597a5708bc
fix(suiteheader): forgot to add README.md for SutieHeader
[ { "change_type": "ADD", "diff": "+# `SuiteHeader` component\n+\n+## Examples of usage\n+\n+### Using native `fetch` to retrieve data\n+\n+```\n+import { SuiteHeader } from 'carbon-addons-iot-react';\n+\n+const SuiteHeaderWithDataFetchingExample = () => {\n+ const [data, setData] = useState({\n+ username: nu...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(suiteheader): forgot to add README.md for SutieHeader
1
fix
suiteheader
471,205
24.05.2021 18:22:15
-7,200
a9686466181a0983cf85a152bf12fff951a6f6c4
fix(opentelemetry-sdk-node): move nock to dev dependencies
[ { "change_type": "MODIFY", "diff": "\"@opentelemetry/resource-detector-aws\": \"0.19.0\",\n\"@opentelemetry/resource-detector-gcp\": \"0.19.0\",\n\"@opentelemetry/resources\": \"0.19.0\",\n- \"@opentelemetry/tracing\": \"0.19.0\",\n- \"nock\": \"12.0.3\"\n+ \"@opentelemetry/tracing\": \"0.19.0\"\n},\n\"peer...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
fix(opentelemetry-sdk-node): move nock to dev dependencies (#2219) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
fix
opentelemetry-sdk-node
71,499
24.05.2021 18:50:56
-3,600
8b293b058594317bf4b77234ba00d2deb7afd5d9
chore(prlint): switch to typescript Switch package to typescript so we get type safety and all the typescript goodness.
[ { "change_type": "MODIFY", "diff": "@@ -23,8 +23,8 @@ jobs:\n- name: Checkout\nuses: actions/checkout@v2\n- - name: Install packages\n- run: cd tools/prlint && npm ci\n+ - name: Install & Build prlint\n+ run: cd tools/prlint && npm ci && npm run build+test\n- name: Validate\nuses: ./tools/prlint\n", "ne...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(prlint): switch to typescript (#14848) Switch package to typescript so we get type safety and all the typescript goodness.
1
chore
prlint
392,551
24.05.2021 19:07:15
-7,200
34a539fa874db6e210a45a5e51b996df4481b250
docs: add viewer filter example
[ { "change_type": "MODIFY", "diff": "# MapillaryJS\n-MapillaryJS is an interactive street imagery and semantic mapping visualization platform on the web. It takes spatial, semantic, and texture data and renders it using JavaScript and WebGL. It can be augmented and extended with custom rendering, animation, ...
TypeScript
MIT License
mapillary/mapillary-js
docs: add viewer filter example
1
docs
null
104,828
24.05.2021 19:08:32
-7,200
0786bddd8e6e9b1cbc4b62bf1a7f4d887396e375
feat(mapcard): added scrollable controls
[ { "change_type": "MODIFY", "diff": "import React, { useRef, useEffect, useState } from 'react';\n-import { Events32, SkillLevelAdvanced32 } from '@carbon/icons-react';\n+import {\n+ Events32,\n+ Cloud32,\n+ Cloudy32,\n+ Fog32,\n+ Hail32,\n+ PartlyCloudy32,\n+ Rain32,\n+ Sun32,\n+} from '@carbon/icons-react'...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(mapcard): added scrollable controls
1
feat
mapcard
217,922
24.05.2021 19:31:13
-7,200
1b36ffabe87192d510c3aa3732d57eeeb7a026dd
fix(alarms): fixed some timers skipping a day and jumping from "spawn" to "tomorrow" after that
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,7 @@ import { ProgressPopupService } from '../../../modules/progress-popup/progress-p\nimport { environment } from 'apps/client/src/environments/environment';\nimport { Actions } from '@ngrx/effects';\nimport { TimeUtils } from '../time.utils';\n+import { for...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed some timers skipping a day and jumping from "spawn" to "tomorrow" after that
1
fix
alarms
151,430
24.05.2021 20:42:57
25,200
9f6db10f3c36f66351228454fb3cc2b0511ecc47
refactor: add refreshSession to util
[ { "change_type": "MODIFY", "diff": "<h3>Persisted session</h3>\n<button id=\"get-persisted\">Get Persisted Session</button>\n<button id=\"set-persisted\">Update Persisted Session</button>\n+ <button id=\"extend-persisted\">Extend Persisted Session</button>\n<button id=\"remove-persisted\">Clear Persisted Se...
JavaScript
MIT License
davidwells/analytics
refactor: add refreshSession to util Signed-off-by: David Wells <>
1
refactor
null
780,866
24.05.2021 21:21:21
10,800
33577ec905a6be5630b875db77eab4b3ae2e9b57
fix(template/cms): base preview match sections entry by index and type to check changes fixes maybe related to
[ { "change_type": "MODIFY", "diff": "@@ -137,8 +137,8 @@ export default class BasePreview extends React.Component {\nfor (let i = 0; i < entries.length; i++) {\nconst entry = entries[i]\n- const oldEntry = oldEntrys.find(old => old.type === entry.type)\n- if (oldEntry) {\n+ const oldEntry = oldEntrys[i]\n+ i...
JavaScript
MIT License
ecomplus/storefront
fix(template/cms): base preview match sections entry by index and type to check changes (#486) fixes https://github.com/ecomplus/storefront/issues/468 maybe related to https://github.com/ecomplus/storefront/issues/380
1
fix
template/cms
71,431
24.05.2021 21:50:55
-43,200
4439763a0574d2007b1ef64779ecfdcf1e01c9fd
docs(apigatewayv2): fix incorrect response type enum I think this is the proper type here? *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": "@@ -178,7 +178,7 @@ const authHandler = new Function(this, 'auth-function', {\n});\nconst authorizer = new HttpLambdaAuthorizer({\n- responseTypes: [HttpLambdaAuthorizerType.SIMPLE] // Define if returns simple and/or iam response\n+ responseTypes: [HttpLambdaResponseType....
TypeScript
Apache License 2.0
aws/aws-cdk
docs(apigatewayv2): fix incorrect response type enum (#14840) @iRoachie I think this is the proper type here? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
apigatewayv2
217,922
24.05.2021 22:00:44
-7,200
00ea82f2e0ee7c583d7e0bb2b23e9ab141e40634
fix(alarms): better days computing system
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,6 @@ import { ProgressPopupService } from '../../../modules/progress-popup/progress-p\nimport { environment } from 'apps/client/src/environments/environment';\nimport { Actions } from '@ngrx/effects';\nimport { TimeUtils } from '../time.utils';\n-import { for...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): better days computing system
1
fix
alarms
392,551
24.05.2021 22:27:27
-7,200
891e18bcefae125f7a4314913d26c300ddd9a5f3
docs: add point and field of view example
[ { "change_type": "MODIFY", "diff": "@@ -18,14 +18,8 @@ slug: /\n| [Options](/examples/viewer-options) | Configure appearance and behavior through [viewer](/api/interfaces/viewer.vieweroptions) and [component](/api/interfaces/viewer.componentoptions) options |\n| [Methods](/examples/viewer-methods) | Configu...
TypeScript
MIT License
mapillary/mapillary-js
docs: add point and field of view example
1
docs
null
897,061
25.05.2021 02:55:02
0
bc7e59994935dc22648d2986e1c28e1eaff1d6fc
test(data-loader): fix flaky test by extending timeout
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,10 @@ const mainFilePath = path.resolve(\npackageJson.bin[\"kintone-data-loader\"]\n);\n+beforeEach(() => {\n+ jest.setTimeout(10000);\n+});\n+\nconst checkRejectArg = ({\narg,\nerrorMessage,\n", "new_path": "packages/data-loader/src/__tests__/main.test.t...
TypeScript
MIT License
kintone/js-sdk
test(data-loader): fix flaky test by extending timeout (#882)
1
test
data-loader
269,464
25.05.2021 03:21:09
0
a5ae82ae9541704ed2903050bc565d109b27d300
chore(ci): enable announcing to twitter
[ { "change_type": "MODIFY", "diff": "@@ -156,3 +156,7 @@ snapcrafts:\npublish: true\nrelease:\ndiscussion_category_name: \"New Releases\"\n+announce:\n+ twitter:\n+ enabled: true\n+ message_template: 'GoReleaser {{ .Tag }} was just released! Get it while its fresh: https://github.com/goreleaser/goreleaser/re...
Go
MIT License
goreleaser/goreleaser
chore(ci): enable announcing to twitter Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
chore
ci
815,598
25.05.2021 03:29:59
0
9c5a8671cc8adcbada647a6db364e2a066e85568
chore: Lock ckb-vm to 0.19.3 in script/Cargo.toml
[ { "change_type": "MODIFY", "diff": "@@ -21,14 +21,14 @@ ckb-traits = { path = \"../traits\", version = \"= 0.42.0\" }\nbyteorder = \"1.3.1\"\nckb-types = {path = \"../util/types\", version = \"= 0.42.0\"}\nckb-hash = {path = \"../util/hash\", version = \"= 0.42.0\"}\n-ckb-vm = { version = \"0.19.3\", defaul...
Rust
MIT License
nervosnetwork/ckb
chore: Lock ckb-vm to 0.19.3 in script/Cargo.toml
1
chore
null
269,464
25.05.2021 04:09:58
0
70f18f20e81c874eb8e325098d5d71a2d1d6b49a
fix(ci): twitter env
[ { "change_type": "MODIFY", "diff": "@@ -90,6 +90,10 @@ jobs:\nname: GoReleaser\nenv:\nGITHUB_TOKEN: ${{ secrets.GH_PAT }}\n+ TWITTER_CONSUMER_KEY: ${{ secrets.TWITTER_CONSUMER_KEY }}\n+ TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }}\n+ TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN ...
Go
MIT License
goreleaser/goreleaser
fix(ci): twitter env Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
fix
ci
269,464
25.05.2021 04:10:14
0
25816eefe91bdc6171933977b4dd3b865b693e4c
docs: fix msg template
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ announce:\n# Message template to use while publishing.\n# Defaults to `{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .GitURL }}/releases/tag/{{ .Tag }}`\n- message_template:\n+ message_template: 'Awesome project {{.Tag}} is out!'\n```\n!!! tip...
Go
MIT License
goreleaser/goreleaser
docs: fix msg template Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
docs
null
791,331
25.05.2021 07:49:38
-7,200
8bd87cbfee00ee2c0509db6a0e0f8665d29b8902
test(spanner): fix test case using reflection The refactoring of the generated gapic client had broken a test case that used reflection to get an internal value. This fixes the test by first getting the (new) internalClient, and then getting the value from the internal client. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -1978,7 +1978,8 @@ func getSessionsPerChannel(sp *sessionPool) map[string]int {\n// Get the pointer to the actual underlying gRPC ClientConn and use\n// that as the key in the map.\nval := reflect.ValueOf(s.client).Elem()\n- connPool := val.FieldByName(\"connPool\").El...
Go
Apache License 2.0
googleapis/google-cloud-go
test(spanner): fix test case using reflection (#4169) The refactoring of the generated gapic client had broken a test case that used reflection to get an internal value. This fixes the test by first getting the (new) internalClient, and then getting the value from the internal client. Fixes #4156
1
test
spanner
866,394
25.05.2021 08:11:07
14,400
bc7e3b7ad0d41c8c80e634d4638d1533b73a7ab3
feat(image): adding `loading="lazy"` to images in web-components ### Related Ticket(s) Refs ### Description This is a feature that would include native lazy loading of imagery. While it isn't supported across all browsers, it will work in prevelent browsers like Chrome. ### Changelog **Changed** added `loading="lazy"` ...
[ { "change_type": "MODIFY", "diff": "dds-video-player-container, dds-callout-with-media-video {\ndisplay: none !important;\n}\n+\n+ .dds-ce-demo-devenv--ui-shell-content {\n+ display: none !important;\n+ }\n}\n</style>\n", "new_path": "packages/web-components/.storybook/preview-head.html", "old_path"...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(image): adding `loading="lazy"` to images in web-components (#6164) ### Related Ticket(s) Refs https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/5678 ### Description This is a feature that would include native lazy loading of imagery. While it isn't supported across all browsers, it w...
1
feat
image
104,868
25.05.2021 08:20:40
10,800
48c58d8a5a1078ec6376b6e619696924021400a7
fix(tearsheet): classnames added to TearSheet and TearSheetWrapper
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport { Close16 } from '@carbon/icons-react';\n+import classnames from 'classnames';\nimport { settings } from '../../constants/Settings';\nimport Button from '../Button';\n@@ -71,12 +72,12 @@ const TearShe...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tearsheet): classnames added to TearSheet and TearSheetWrapper
1
fix
tearsheet
777,419
25.05.2021 08:25:42
-7,200
d272e891ef87b30f54261f8c8c0ee11ec5de4544
fix: observability webui widen dropdowns so the entire string is readable
[ { "change_type": "MODIFY", "diff": "@@ -70,7 +70,7 @@ const SystemMetricFilter: React.FC<Props> = ({ onChange, trial, value }: Props)\nenableSearchFilter={false}\nlabel='Metric Name'\nshowSearch={false}\n- style={{ width: 150 }}\n+ style={{ width: 220 }}\nvalue={value.name}\nonChange={handleChangeName}\n>\n...
Python
Apache License 2.0
determined-ai/determined
fix: observability webui widen dropdowns so the entire string is readable [DET-5503] (#2425)
1
fix
null
777,369
25.05.2021 08:36:05
21,600
c7dcd41451027120881a2c0b3c1e4c2ef2c2c751
chore: more eslint rules
[ { "change_type": "MODIFY", "diff": "@@ -45,9 +45,11 @@ module.exports = {\n'@typescript-eslint/no-unused-vars': 'error',\n'array-bracket-spacing': [ 'error', 'always' ],\n'array-element-newline': [ 'error', 'consistent' ],\n+ 'arrow-spacing': [ 'error', { after: true, before: true } ],\n'block-spacing': [ '...
Python
Apache License 2.0
determined-ai/determined
chore: more eslint rules [DET-5513] (#2426)
1
chore
null
419,525
25.05.2021 09:09:02
-7,200
3281f13d2f6c03b86eeea6941c3fe5b3801b9440
build: use node 16.1 becase 16.2 breaks sqlite tests
[ { "change_type": "MODIFY", "diff": "@@ -81,7 +81,7 @@ jobs:\nstrategy:\nfail-fast: false\nmatrix:\n- node-version: [ 12, 14, 15, 16 ]\n+ node-version: [ 12, 14, 15, 16.1 ]\nsteps:\n- name: Checkout Source code\nuses: actions/checkout@v2\n", "new_path": ".github/workflows/tests.yml", "old_path": ".gi...
TypeScript
MIT License
mikro-orm/mikro-orm
build: use node 16.1 becase 16.2 breaks sqlite tests (#1855)
1
build
null
419,525
25.05.2021 09:49:01
-7,200
360d4f7b4efb13f08762775a54913ab7a5079234
refactor(seeder): seed manager generate and seedString
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,6 @@ export class DatabaseSeedCommand<T> implements CommandModule<T, { class: string\nalias: 'class',\ntype: 'string',\ndesc: 'Seeder class to run',\n- default: '',\n});\nreturn args as Argv<{ class: string }>;\n};\n", "new_path": "packages/cli/src/comman...
TypeScript
MIT License
mikro-orm/mikro-orm
refactor(seeder): seed manager generate and seedString (#1856)
1
refactor
seeder
756,038
25.05.2021 10:02:13
25,200
179d4a901e37ef443128986a8f2a14dce9a19ee2
docs: Add readme for x/vpurse module, including testing notes.
[ { "change_type": "ADD", "diff": "+# Virtual Purses\n+\n+Virtual purses connect Cosmos-level bank module accounts with Agoric-level ERTP purses and payments. A \"virtual\" purse is created at the ERTP level which be observed and manipulated as other purses, but modification to it are sent over the bridge to ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs: Add readme for x/vpurse module, including testing notes.
1
docs
null