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
317,646
08.06.2021 19:29:09
-7,200
3bc9448be287910d68101ca23627e8515796aa73
refactor: do not render empty string
[ { "change_type": "MODIFY", "diff": "@@ -108,6 +108,9 @@ func (a *AnsiColor) writeAndRemoveText(background, foreground, text, textToRemov\n}\nfunc (a *AnsiColor) write(background, foreground, text string) {\n+ if len(text) == 0 {\n+ return\n+ }\ntext = a.ansi.escapeText(text)\ntext = a.ansi.formatText(text)\...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor: do not render empty string
1
refactor
null
126,276
08.06.2021 19:43:01
10,800
badb664571713c96a6c9560d8e51e782e1801243
chore(pkg/database): support the case where database tx is not the initial one due to migration
[ { "change_type": "MODIFY", "diff": "@@ -71,46 +71,37 @@ func TestImmuClient_ExportAndReplicateTx(t *testing.T) {\ntxmd, err := client.Set(ctx, []byte(\"key1\"), []byte(\"value1\"))\nrequire.NoError(t, err)\n- exportTxStream, err := client.ExportTx(ctx, &schema.TxRequest{Tx: 1})\n- require.NoError(t, err)\n+...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): support the case where database tx is not the initial one due to migration Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
847,143
08.06.2021 19:53:22
-28,800
60c9e488d0baede2344c2d0157f45097102ff766
feat: update feed plugin
[ { "change_type": "MODIFY", "diff": "@@ -14,11 +14,11 @@ export default defineComponent({\nsetup() {\nconst routeLocale = useRouteLocale();\nconst page = usePageData<{\n- git: { createTimeStamp: number | undefined };\n+ git?: { createTimeStamp?: number };\n}>();\nconst date = computed(() => {\n- const { crea...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat: update feed plugin
1
feat
null
756,051
08.06.2021 19:58:58
18,000
53ca6f3b4f2c2aff416d39dc57f1d0e75414aa41
test(snapstore): gzip test was sensitive to platform test that gzip round-trips correctly rather than testing exact results of gzip compression.
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ import { spawn } from 'child_process';\nimport { type as osType } from 'os';\nimport fs from 'fs';\nimport path from 'path';\n+import zlib from 'zlib';\n// eslint-disable-next-line import/no-extraneous-dependencies\nimport test from 'ava';\n@@ -68,9 +69,10...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(snapstore): gzip test was sensitive to platform test that gzip round-trips correctly rather than testing exact results of gzip compression.
1
test
snapstore
317,646
08.06.2021 20:28:56
-7,200
f6a675e8c49e794a0140b9b30f48576ebab9b2e8
fix(schema): remove invalid character
[ { "change_type": "MODIFY", "diff": "@@ -37,5 +37,3 @@ require (\n)\nreplace github.com/distatus/battery v0.10.0 => github.com/JanDeDobbeleer/battery v0.10.0-2\n-\n-replace github.com/gookit/color v1.4.2 => github.com/JanDeDobbeleer/color v1.4.2-2\n", "new_path": "src/go.mod", "old_path": "src/go.mod...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(schema): remove invalid character
1
fix
schema
847,143
08.06.2021 20:39:23
-28,800
f28f844f7e662b820794d14c12d28dd16dc01779
feat(components): add default title for BreadCrumb
[ { "change_type": "MODIFY", "diff": "@@ -111,7 +111,7 @@ export default defineComponent({\n})\n: null,\n// text\n- h(\"span\", { property: \"name\" }, item.title),\n+ h(\"span\", { property: \"name\" }, item.title || \"Unknown\"),\n// meta\nh(\"meta\", { property: \"position\", content: index + 1 }),\n]\n", ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(components): add default title for BreadCrumb
1
feat
components
730,428
08.06.2021 20:57:56
0
7f497ade9d2ce3122ed3fce339b126c4af92c18e
chore(release): 0.12.0 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+## [0.12.0](https://github.com/webex/react-widgets/compare/v0.11.0...v0.12.0) (2021-06-08)\n+\n...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.12.0 [skip ci]
1
chore
release
777,389
08.06.2021 20:59:24
18,000
48ceaf2a86c2acb2a06162e4c482518a898c352d
fix: fix hparam string representation failure
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**Bug Fixes**\n+\n+- WebUI: Fix an issue with representing some hyperparameter values as\n+ text.\n", "new_path": "docs/release-notes/2539-fix-null-hparam-value-repr.txt", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -37,8 +37...
Python
Apache License 2.0
determined-ai/determined
fix: fix hparam string representation failure [DET-5616] (#2539)
1
fix
null
777,374
08.06.2021 21:25:13
25,200
c7ac21d6bbb5938f346ba526db9ab2fd6b0228dc
fix: password handling in python sdk. fix password parameter handling in Determined object auth. also, add some unit tests for multimaster setup and its migrations.
[ { "change_type": "MODIFY", "diff": "@@ -75,16 +75,16 @@ class Authentication:\nif token is None and not try_reauth:\nraise api.errors.UnauthenticatedException(username=session_user)\n- password = None\n- if session_user == constants.DEFAULT_DETERMINED_USER:\n+ if password is None and session_user == constan...
Python
Apache License 2.0
determined-ai/determined
fix: password handling in python sdk. (#2543) - fix password parameter handling in Determined object auth. - also, add some unit tests for multimaster setup and its migrations.
1
fix
null
847,143
08.06.2021 21:31:56
-28,800
ee1a022e0930ba705c48bad13550f76f10f0c726
fix: remove deprecated time
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ import { computed, defineComponent, h } from \"vue\";\nimport { CalendarIcon } from \"./icons\";\nimport { commentOptions, pageInfoI18n } from \"../define\";\n+import type { GitData } from \"@vuepress/plugin-git\";\nimport type { VNode } from \"vue\";\nexp...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix: remove deprecated time
1
fix
null
504,026
08.06.2021 21:47:35
14,400
89e45d36c557d6a795ea83f9b63c0733835c0348
feat(charts): Add left and right triangle legend symbols
[ { "change_type": "MODIFY", "diff": "@@ -87,6 +87,8 @@ export interface ChartPointProps {\n| 'square'\n| 'star'\n| 'triangleDown'\n+ | 'triangleLeft'\n+ | 'triangleRight'\n| 'triangleUp'\n| 'dash'\n| 'threshold'\n@@ -121,6 +123,8 @@ const getPath = (props: ChartPointProps) => {\ndiamond: PathHelpers.diamond,...
TypeScript
MIT License
patternfly/patternfly-react
feat(charts): Add left and right triangle legend symbols (#5869) https://github.com/patternfly/patternfly-react/issues/5867
1
feat
charts
847,143
08.06.2021 22:49:50
-28,800
e9ca65d961a9d19071d2b783a88a74057b6ccc98
feat: rebuild logger
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ const copyCodePlugin: Plugin<CopyCodeOptions> = (options, app) => {\nclientAppSetupFiles: path.resolve(__dirname, \"../client/appSetup.js\"),\n- plugins: [[\"@mr-hope/palette\"]],\n+ plugins: [\"@mr-hope/palette\"],\n};\n};\n", "new_path": "packages/...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat: rebuild logger
1
feat
null
777,396
08.06.2021 22:58:19
21,600
1e945afbee6cd136db939b9d457b79f5f7a4de8d
feat: expose a default Determined in det.experimental.client Expose symbols previously found in det.experimental.determined, det.experimental.experiment, etc, all inside of det.experimental.client. Then introduce a det.experimental.client.login(), and det.experimental.client.create_experiment(), etc.
[ { "change_type": "ADD", "diff": "+import functools\n+import pathlib\n+from typing import Any, Callable, Dict, List, Optional, Union\n+\n+from determined.common.experimental.checkpoint import Checkpoint\n+from determined.common.experimental.determined import Determined\n+from determined.common.experimental.e...
Python
Apache License 2.0
determined-ai/determined
feat: expose a default Determined in det.experimental.client (#2532) Expose symbols previously found in det.experimental.determined, det.experimental.experiment, etc, all inside of det.experimental.client. Then introduce a det.experimental.client.login(), and det.experimental.client.create_experiment(), etc.
1
feat
null
847,143
08.06.2021 23:08:36
-28,800
c588c8577a77446140e85ad899a21dd7f4115889
chore(release): publish v2.0.0-alpha.0
[ { "change_type": "ADD", "diff": "+# Change Log\n+\n+All notable changes to this project will be documented in this file.\n+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+\n+# 2.0.0-alpha.0 (2021-06-08)\n+\n+### Bug Fixes\n+\n+- fix seo plugin ([b681fa0](https://github.c...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore(release): publish v2.0.0-alpha.0
1
chore
release
688,448
08.06.2021 23:12:36
-10,800
ff90e4a5ce3f743c32fac5a9a4b6846b49a0510e
fix(Drawer): fix incorrect z-index of the Drawer
[ { "change_type": "ADD", "diff": "+import React, { useState } from 'react'\n+import Drawer from '@toptal/picasso-lab/Drawer'\n+import { mount } from '@cypress/react'\n+import { TestingPicasso } from '@toptal/picasso/test-utils'\n+import { Button, Modal } from '@toptal/picasso'\n+import { useModal } from '@to...
TypeScript
MIT License
toptal/picasso
fix(Drawer): fix incorrect z-index of the Drawer (#2093)
1
fix
Drawer
151,430
08.06.2021 23:25:49
25,200
63444e8d83ef5aa15e3d60deab231ca113bf54bc
refactor: make enrichEventAttributes & enrichEventMetrics optional
[ { "change_type": "MODIFY", "diff": "@@ -45,8 +45,6 @@ export function initialize(config = {}) {\n// @TODO clean up\nconst configuration = {\ngetContext: config.getContext || noOp,\n- enrichEventAttributes: config.enrichEventAttributes || noOp,\n- enrichEventMetrics: config.enrichEventMetrics || noOp,\ncrede...
JavaScript
MIT License
davidwells/analytics
refactor: make enrichEventAttributes & enrichEventMetrics optional Signed-off-by: David Wells <>
1
refactor
null
603,467
08.06.2021 23:31:31
-3,600
f20f41b6ffcf59338f3c35dbbe3e5ca9328740d2
style(eslint): applied recommendations from eslint-plugin-unicorn
[ { "change_type": "MODIFY", "diff": "@@ -122,7 +122,7 @@ function isAPromise<T>(v: Answerable<T>): v is Promise<T> {\n* @param {Answerable<any>} v\n*/\nfunction isANamedFunction(v: any): v is { name: string } {\n- return {}.toString.call(v) === '[object Function]' && (v as any).name !== '';\n+ return Object....
TypeScript
Apache License 2.0
serenity-js/serenity-js
style(eslint): applied recommendations from eslint-plugin-unicorn
1
style
eslint
603,467
08.06.2021 23:41:54
-3,600
973157782cbdbc286f25241f754cf46747a15d39
chore(deps): update dependency to ^4.17.12
[ { "change_type": "MODIFY", "diff": "},\n\"devDependencies\": {\n\"@types/body-parser\": \"^1.19.0\",\n- \"@types/express\": \"^4.17.11\",\n+ \"@types/express\": \"^4.17.12\",\n\"@types/mocha\": \"^8.2.1\",\n\"cross-env\": \"^7.0.3\",\n\"mocha\": \"^8.3.0\",\n", "new_path": "examples/calculator-app/packa...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(deps): update dependency @types/express to ^4.17.12
1
chore
deps
756,038
09.06.2021 00:24:29
25,200
88a5f27ad7f03421ce2b03179d5fac7ba317d453
test: add tests for vpurse event handling
[ { "change_type": "MODIFY", "diff": "@@ -11,11 +11,23 @@ import (\n\"github.com/Agoric/agoric-sdk/golang/cosmos/x/vpurse/types\"\nstoretypes \"github.com/cosmos/cosmos-sdk/store/types\"\nsdk \"github.com/cosmos/cosmos-sdk/types\"\n+ abci \"github.com/tendermint/tendermint/abci/types\"\n\"github.com/tendermin...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test: add tests for vpurse event handling
1
test
null
380,712
09.06.2021 00:41:13
-7,200
d46169598e4b43c5fb5cb686f9b1e8811292e9c6
fix: remoteLoader should return an object instead of export
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ export type CreateCompileCatalogOptions = {\nnamespace?: CompiledCatalogNamespace\npseudoLocale?: string\ncompilerBabelOptions?: GeneratorOptions\n+ pure?: boolean\n}\nexport function createCompiledCatalog(\n@@ -23,7 +24,7 @@ export function createCompil...
TypeScript
MIT License
lingui/js-lingui
fix: remoteLoader should return an object instead of export
1
fix
null
71,352
09.06.2021 02:27:56
-3,600
c432fb40e793bac27fdf9197bb2ef7b0765c5daa
feat(ecs-patterns): Add Load Balancer name to ApplicationLoadBalancedFargateService props This PR allows the loadbalancer name to be passed to the ApplicationLoadBalancedFargateService. This PR just exposes a prop from the ApplicationLoadBalancer construct. *By submitting this pull request, I confirm that my contributi...
[ { "change_type": "MODIFY", "diff": "@@ -523,3 +523,21 @@ new QueueProcessingFargateService(stack, 'QueueProcessingService', {\nimage: new ecs.AssetImage(path.join(__dirname, '..', 'sqs-reader')),\n});\n```\n+\n+### Select specific load balancer name ApplicationLoadBalancedFargateService\n+\n+```ts\n+const l...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(ecs-patterns): Add Load Balancer name to ApplicationLoadBalancedFargateService props (#14831) This PR allows the loadbalancer name to be passed to the ApplicationLoadBalancedFargateService. This PR just exposes a prop from the ApplicationLoadBalancer construct. ---- *By submitting this pull request, I confi...
1
feat
ecs-patterns
311,024
09.06.2021 07:17:51
25,200
e13a4c5ebccc79a85334968854688df9ada4b150
fix: numeric app names dont crash adding capacitor
[ { "change_type": "MODIFY", "diff": "@@ -72,7 +72,7 @@ export class Integration extends BaseIntegration<ProjectIntegration> {\nif (details.enableArgs && details.enableArgs.length > 0) {\nconst parsedArgs = parseArgs(details.enableArgs);\n- name = parsedArgs._[0] || name;\n+ name = String(parsedArgs._[0]) || ...
TypeScript
MIT License
ionic-team/ionic-cli
fix: numeric app names dont crash adding capacitor (#4709)
1
fix
null
426,643
09.06.2021 07:36:22
14,400
a9d67c4d2bbaa7b7a0dac0bf056364fcf6a2cc6f
fix: allow stripXMLInvalidChars when replace it not available
[ { "change_type": "MODIFY", "diff": "@@ -125,7 +125,8 @@ const INVALID_CHARACTERS_REGEX =\n// eslint-disable-next-line no-control-regex\n/[\\u0000-\\u0008\\u000B\\u000C\\u000E-\\u001F\\u007f-\\u0084\\u0086-\\u009f\\uD800-\\uDFFF\\uFDD0-\\uFDFF\\uFFFF\\uC008]/g;\n-const stripXMLInvalidChars = (x: string): str...
TypeScript
MIT License
modernweb-dev/web
fix: allow stripXMLInvalidChars when replace it not available
1
fix
null
777,389
09.06.2021 07:39:53
18,000
fe05b0b04596f957431dd841a5a0b99bd19ecc0c
chore: avoid defaulting to filter by current user
[ { "change_type": "MODIFY", "diff": "@@ -43,12 +43,9 @@ const countActiveCommand = (commands: CommandTask[]): number => {\n};\nconst Dashboard: React.FC = () => {\n- const { auth, cluster: overview, users } = useStore();\n+ const { cluster: overview, users } = useStore();\nconst storage = useStorage(STORAGE_...
Python
Apache License 2.0
determined-ai/determined
chore: avoid defaulting to filter by current user [DET-5602] (#2540)
1
chore
null
777,396
09.06.2021 07:44:55
21,600
03b28bef05afe0da261072ec8d0184628e9f0e1a
chore: fix client for new password handling A rebase issue cause post-merge CI to fail. Also add a note about password hygiene.
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,10 @@ from typing import Any, Callable, Dict, List, Optional, Union\nfrom determined.common.experimental.checkpoint import Checkpoint\nfrom determined.common.experimental.determined import Determined\n-from determined.common.experimental.experiment import Exper...
Python
Apache License 2.0
determined-ai/determined
chore: fix client for new password handling (#2546) A rebase issue cause post-merge CI to fail. Also add a note about password hygiene.
1
chore
null
756,038
09.06.2021 08:40:18
25,200
f00ea60f08cc04b22520c3e73327933ec583c143
test: add workflow for golang tests
[ { "change_type": "ADD", "diff": "+name: Test Golang\n+\n+# run CI on pushes to master, and on all PRs (even the ones that target other\n+# branches)\n+\n+on:\n+ push:\n+ branches: [master]\n+ pull_request:\n+\n+# set ESM_DISABLE_CACHE=true (will be JSON parsed)\n+jobs:\n+ gotest:\n+ runs-on: ubuntu-latest\n...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test: add workflow for golang tests
1
test
null
791,370
09.06.2021 08:56:34
21,600
1c3e9689d78670a231a3660db00fd4fd8f5c6345
feat(gkeconnect/gateway): start generating apiv1beta1
[ { "change_type": "ADD", "diff": "+// Copyright 2021 Google LLC\n+//\n+// Licensed under the Apache License, Version 2.0 (the \"License\");\n+// you may not use this file except in compliance with the License.\n+// You may obtain a copy of the License at\n+//\n+// https://www.apache.org/licenses/LICENSE-2.0\...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(gkeconnect/gateway): start generating apiv1beta1 (#4235)
1
feat
gkeconnect/gateway
141,508
09.06.2021 09:37:33
-36,000
ce5bb3e413285da25966265f4d60f7b92a54f7c5
fix: Update Collapsible colours to be more Heart compatible
[ { "change_type": "MODIFY", "diff": "@import \"~@kaizen/component-library/styles/border\";\n@import \"~@kaizen/component-library/styles/animation\";\n-$heading-active-color: $kz-var-color-wisteria-100;\n+$heading-active-color: rgba($kz-var-color-slate-rgb-params, 0.05);\n+$border-color: rgba($kz-var-color-sl...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Update Collapsible colours to be more Heart compatible (#1694)
1
fix
null
847,143
09.06.2021 09:52:06
-28,800
fca1211602f4b40e05e3bd6b453982bb6fc99f2f
fix(photo-swipe): fix photo swipe not working on default theme
[ { "change_type": "MODIFY", "diff": "@@ -111,7 +111,7 @@ export default defineComponent({\n]).then(([photoSwipe, photoSwipeUIDefault]) => {\nvoid getImages(imageSelector).then((images) => {\nimages.elements.forEach((image, index) => {\n- image.onclick = (): void => {\n+ image.addEventListener(\"click\", (): ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(photo-swipe): fix photo swipe not working on default theme
1
fix
photo-swipe
847,143
09.06.2021 09:56:38
-28,800
4013840bd8009e8b594b60901ed83b7c4f33a551
feat(photo-swipe): add delay options
[ { "change_type": "MODIFY", "diff": "\"dev:rollup\": \"rollup -c -w\"\n},\n\"dependencies\": {\n- \"@mr-hope/vuepress-plugin-palette\": \"2.0.0-alpha.0\",\n\"@mr-hope/vuepress-shared\": \"2.0.0-alpha.0\",\n\"@types/photoswipe\": \"^4.1.1\",\n\"photoswipe\": \"^4.1.3\"\n", "new_path": "packages/photo-swip...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(photo-swipe): add delay options
1
feat
photo-swipe
386,581
09.06.2021 10:03:07
-7,200
f154137ecd54ef978cf1288f0dde1fe2970ddffe
chore: Upgrade action runners to node 14
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ jobs:\n- name: Setup Node\nuses: actions/setup-node@v2\nwith:\n- node-version: '12.x'\n+ node-version: '14.x'\n- uses: actions/checkout@v2\n- name: Check yarn cache integrity\nrun: yarn install --immutable --immutable-cache --check-cache\n", "new_pat...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Upgrade action runners to node 14
1
chore
null
386,581
09.06.2021 10:03:53
-7,200
e5d8d9da4d7d5f4979d036c2207741da4e0f034b
fix: Remove yarn cache clean from docker builds.
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,6 @@ RUN yarn build:lowdefy-default\n# clean all depencies\nRUN rm -rf node_modules\n-RUN yarn cache clean\n# install production dependencies only\nRUN yarn install --production\n", "new_path": "packages/servers/serverAwsLambda/Dockerfile", "old_path"...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Remove yarn cache clean from docker builds.
1
fix
null
386,581
09.06.2021 10:14:53
-7,200
acd2c5d07811e54f2006c5ca8a820705fbaeded2
feat: Update release action to publish to npm and docker.
[ { "change_type": "DELETE", "diff": "-name: Publish Blocks\n-\n-on:\n- # pull_request:\n- # branches: [ develop ]\n- release:\n- types:\n- - published\n-\n-jobs:\n- build:\n- runs-on: ubuntu-latest\n- steps:\n- - name: Setup Node\n- uses: actions/setup-node@v2\n- with:\n- node-version: '12.x'\n- - uses: acti...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Update release action to publish to npm and docker.
1
feat
null
104,819
09.06.2021 10:18:15
18,000
a24e4041f3bd17d4438287e3ba08720adbdecbed
fix(tableviewdropdown): view all should not be overwritten
[ { "change_type": "MODIFY", "diff": "@@ -434,16 +434,12 @@ const Table = (props) => {\nconst initialRendering = useRef(true);\n- console.log(view.toolbar.search.defaultValue);\n-\n// The save/load view functionality needs access to the latest view configuration\n// and also needs to know when the configurati...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tableviewdropdown): view all should not be overwritten
1
fix
tableviewdropdown
104,853
09.06.2021 10:23:20
14,400
df9072eb9188b0f15a0342438f90c7c338f149f6
feat(side-panel): initial
[ { "change_type": "ADD", "diff": "+export { SidePanel } from './side-panel.component';\n+export { SidePanelTitleDirective } from './side-panel-title.directive';\n+export { SidePanelModule } from './side-panel.module';\n", "new_path": "packages/angular/src/side-panel/index.ts", "old_path": null }, ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(side-panel): initial
1
feat
side-panel
866,420
09.06.2021 10:24:02
25,200
78cc89b47ad22d0229d909d25e7ff4ba8466a8d0
fix(select): show proper attributes in readme
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ The select component allows users to choose one option from a list. It is used i\nNote: For `boolean` attributes, `true` means simply setting the attribute (e.g. `<bx-select autofocus>`) and `false` means not setting the attribute (e.g. `<bx-select>` wit...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(select): show proper attributes in readme (#650) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1
fix
select
699,194
09.06.2021 10:32:29
21,600
e553e6b5cfc42c30a1a945019912354ce4fe0165
fix(website): correct alert storybook url
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,7 @@ export const pageQuery = graphql`\nname={props.pageContext.frontmatter.title}\ncategoryRoute={SidebarCategoryRoutes.COMPONENTS}\ngithubUrl=\"https://github.com/twilio-labs/paste/tree/main/packages/paste-core/components/alert\"\n- storybookUrl=\"/?path=/s...
TypeScript
MIT License
twilio-labs/paste
fix(website): correct alert storybook url (#1528)
1
fix
website
104,819
09.06.2021 10:34:50
18,000
8d81a72e1242a730974ead2be8f55485a3323846
test(tableviewdropdown): update for view all cases
[ { "change_type": "MODIFY", "diff": "@@ -106,11 +106,13 @@ const TableViewDropdown = ({\n// 'View all' is equivalent to a \"default view\", which would not be able to get resaved. The user should supply\n// their own default views that can be changed if they would like that functionality\nconst dialogItems =...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(tableviewdropdown): update for view all cases
1
test
tableviewdropdown
386,581
09.06.2021 11:09:13
-7,200
24cc1196c704e2f408bdbe2c8d7e37ce7ff5b87f
fix: Fix npm publish comand in publish action.
[ { "change_type": "MODIFY", "diff": "@@ -21,11 +21,6 @@ jobs:\n- name: yarn build\nrun: yarn build\n- - name: publish to npm\n- run: yarn lerna:publish --ignore-scripts\n- env:\n- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}\n-\n- name: Upload blocks-cdn.lowdefy.com/renderer\nrun: |\naws --region eu-west-1 s3 sync pa...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Fix npm publish comand in publish action.
1
fix
null
380,751
09.06.2021 11:10:56
25,200
68d32d63899c9a0b2c66891070831c6488a7d013
fix: add string return type to i18n._
[ { "change_type": "MODIFY", "diff": "@@ -193,7 +193,7 @@ export class I18n extends EventEmitter<Events> {\n// hack for parsing unicode values inside a string to get parsed in react native environments\n- if (isString(translation) && /\\\\u[a-fA-F0-9]{4}/g.test(translation)) return JSON.parse(`\"${translation...
TypeScript
MIT License
lingui/js-lingui
fix: add string return type to i18n._ (#1081) Co-authored-by: Tanner Lyons <tanner.lyons@smartsheet.com>
1
fix
null
276,987
09.06.2021 11:46:01
10,800
c1a392b2b3af94c3e206a77ea66d49c6eeccf456
docs(codeblock): fix import of styled elements
[ { "change_type": "MODIFY", "diff": "@@ -12,9 +12,11 @@ import {\nconst buildImportString = (code, modules) => {\nconst findComponents = /(?:<|{)(\\w*)(?=\\s*?\\/?>*)/gm;\n+ const findStyledComponents = /styled\\(\\w*/gm;\nconst sortModules = /(@gympass\\/yoga*)/gm;\nconst imports = [];\nconst foundComponent...
JavaScript
MIT License
gympass/yoga
docs(codeblock): fix import of styled elements
1
docs
codeblock
104,819
09.06.2021 11:46:56
18,000
91c13511c015709842bbe7842944b00aaf8adcdc
fix(tableviewdropdown): correct story name
[ { "change_type": "MODIFY", "diff": "@@ -255,7 +255,7 @@ export const _CustomViewSelected = () => {\n};\n_CustomViewSelected.story = {\n- name: 'Custom view selected - edited',\n+ name: 'Custom view selected',\ndecorators: [createElement],\nparameters: {\ninfo: {\n", "new_path": "packages/react/src/compo...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tableviewdropdown): correct story name
1
fix
tableviewdropdown
777,374
09.06.2021 11:53:21
25,200
b3542ad08480564c115b2159f52b171a3057d943
fix: add bumpenvs for tf-2.5 images. add missing bumpenvs setup for tf25_gpu images, and bump them to the proper version. remote outdated tf2_gpu entries.
[ { "change_type": "MODIFY", "diff": "@@ -1952,7 +1952,7 @@ workflows:\nslack-mentions: [\"${SLACK_USER_ID}\"]\nenvironment-image:\n- determinedai/environments:cuda-11.0-pytorch-1.7-lightning-1.2-tf-2.4-gpu-0.16.0\n- - determinedai/environments:cuda-11.2-pytorch-1.7-lightning-1.2-tf-2.5-gpu-0.15.0\n+ - determ...
Python
Apache License 2.0
determined-ai/determined
fix: add bumpenvs for tf-2.5 images. (#2552) - add missing bumpenvs setup for tf25_gpu images, and bump them to the proper version. - remote outdated tf2_gpu entries.
1
fix
null
551,634
09.06.2021 11:54:01
-3,600
b8ea9205f610f8efda83a24b6cae9bdf4dbfe502
chore(ilp): fix ILP flapping test, restore PR code coverage report
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,8 @@ else\nIS_FORK=$(curl https://api.github.com/repos/questdb/questdb/pulls/$1/files -s | grep -e \"\\\"fork\\\": true\")\nif [ -z \"$IS_FORK\" ]\nthen\n+ echo \"##vso[task.setvariable variable=IF_FORK;]NO\"\n+ else\necho \"##vso[task.setvariable variable=IF...
Java
Apache License 2.0
questdb/questdb
chore(ilp): fix ILP flapping test, restore PR code coverage report (#1106)
1
chore
ilp
126,276
09.06.2021 12:02:49
10,800
58404e98cac87153f9800196040de4384ec69a4b
chore(pkg/database): sql operations after catalog is created
[ { "change_type": "MODIFY", "diff": "@@ -90,6 +90,7 @@ type db struct {\nst *store.ImmuStore\nsqlEngine *sql.Engine\n+ dbSelected bool\ntx1, tx2 *store.Tx\nmutex sync.RWMutex\n@@ -135,6 +136,8 @@ func OpenDb(op *DbOptions, systemDB DB, log logger.Logger) (DB, error) {\nreturn nil, logErr(dbi.Logger, \"Unable...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): sql operations after catalog is created Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
756,013
09.06.2021 12:14:20
21,600
835e9e9e88aa9f9e95106d307295dc7ca7fb0c41
chore: fix inconsistent capitalisation
[ { "change_type": "MODIFY", "diff": "@@ -167,8 +167,8 @@ type GaiaApp struct { // nolint: golint\nappCodec codec.Codec\ninterfaceRegistry types.InterfaceRegistry\n- ibcPort int\nvbankPort int\n+ vibcPort int\ninvCheckPeriod uint\n@@ -378,7 +378,7 @@ func NewAgoricApp(\n)\nvibcModule := vibc.NewAppModule(app....
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: fix inconsistent capitalisation
1
chore
null
447,460
09.06.2021 12:16:00
14,400
5c4d6199bd9bc5fa288da95337d509a5a73977f5
fix: fix tree label to accept jsx
[ { "change_type": "MODIFY", "diff": "@@ -6,12 +6,13 @@ export default function buildPlainListFromTree(tree, parentName, parentPath) {\nconst nodeName = getNodeName({ parentName, index });\nconst level = getNodeLevel({ name: nodeName });\nconst nodePath = parentPath ? [...parentPath, index] : [index];\n+ cons...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix tree label to accept jsx (#2248)
1
fix
null
386,581
09.06.2021 12:22:32
-7,200
92f4b88e2f860e3d500367c825bfe22f689f1f60
fix: Test npm lerna publish
[ { "change_type": "ADD", "diff": "+name: Test NPM Publish\n+\n+on:\n+ pull_request:\n+\n+jobs:\n+ publish:\n+ runs-on: ubuntu-latest\n+ environment: publish\n+ steps:\n+ - name: Setup Node\n+ uses: actions/setup-node@v2\n+ with:\n+ node-version: '14.x'\n+ registry-url: https://registry.npmjs.org/\n+ - uses: ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Test npm lerna publish
1
fix
null
386,581
09.06.2021 12:34:02
-7,200
9469148d094470d0f9d62d16ec2fc36075d83020
fix: Fix lerna npm publish on release action.
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ jobs:\nuses: actions/setup-node@v2\nwith:\nnode-version: '14.x'\n+ registry-url: https://registry.npmjs.org/\n- uses: actions/checkout@v2\n- name: yarn install\n@@ -58,10 +59,13 @@ jobs:\nAWS_ACCESS_KEY_ID: ${{ secrets.AWS_S3_BLOCKS_CDN_ACCESS_KEY_ID }}\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Fix lerna npm publish on release action.
1
fix
null
386,581
09.06.2021 12:42:29
-7,200
ce1aac0ff428db74b1d00499100acfbfa47f9e52
fix(docs): Restore docs to previous stable version
[ { "change_type": "MODIFY", "diff": "@@ -54,7 +54,7 @@ _ref:\n```yaml\n# lowdefy.yaml\nname: intercom-example\n- lowdefy: '3.17.0-alpha.0'\n+ lowdefy: '3.16.5'\napp:\nhtml:\nappendBody: |\n@@ -125,7 +125,7 @@ _ref:\n```yaml\n# file: lowdefy.yaml\nname: text-highlight-example\n- lowdefy: '3.17.0-alpha.0'\n+ l...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Restore docs to previous stable version
1
fix
docs
386,581
09.06.2021 12:42:50
-7,200
106aef7a9eab9c53af8a77ac5f2f3523eba679cb
fix: Do not tag prereleases with latest tag on npm
[ { "change_type": "MODIFY", "diff": "@@ -62,8 +62,9 @@ jobs:\n# --no-verify-access to use automation tokens https://github.com/lerna/lerna/issues/2788\n# --ignore-scripts to aovoid scripts that could read npm token\n# --yes to autoconfirm in ci\n+ # --pre-dist-tag do not tag prereleases as latest\n- name: pu...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Do not tag prereleases with latest tag on npm
1
fix
null
127,946
09.06.2021 12:43:09
-10,800
d7f274254f1d9c0444196a757edb93aa5352e557
fix: table colours
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ type ThemePropsTableProps = {\n};\nconst ThemePropsTable: React.FC<ThemePropsTableProps> = ({ options }) => (\n- <Table>\n+ <Table className=\"text-bulma\">\n<thead>\n<tr>\n<th>Property</th>\n", "new_path": "docs/src/components/docs/theme-table.tsx",...
TypeScript
MIT License
coingaming/moon-design
fix: table colours (#1226)
1
fix
null
777,409
09.06.2021 12:50:26
25,200
ed7301b9b2764729bb82f5af4d25c128466801be
fix: Incorrect help link when profiles aren't enabled for a trial.
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ const ProfilesNotEnabled: React.FC = () => {\nLearn about&nbsp;\n<Link\nexternal\n- path={paths.docs('/reference/experiment-config.html#searcher')} // todo: change me\n+ path={paths.docs('/reference/experiment-config.html#profiling')}\npopout>how to enab...
Python
Apache License 2.0
determined-ai/determined
fix: Incorrect help link when profiles aren't enabled for a trial. [DET-5621] (#2549)
1
fix
null
756,051
09.06.2021 13:21:39
18,000
4ea2be98016593f94e716f4ef1385af60206b9ac
feat(swingset): vatKeeper.getOptions() avoids loading source fixes
[ { "change_type": "MODIFY", "diff": "@@ -91,6 +91,11 @@ export function makeVatKeeper(\nreturn harden({ source, options });\n}\n+ function getOptions() {\n+ const options = JSON.parse(kvStore.get(`${vatID}.options`));\n+ return harden(options);\n+ }\n+\nfunction nextDeliveryNum() {\nconst num = Nat(BigInt(kv...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(swingset): vatKeeper.getOptions() avoids loading source fixes #3280
1
feat
swingset
551,634
09.06.2021 13:27:08
-3,600
aee6cefd87b6553474345d1ed9d702b6b9c4fa79
chore(ci): fix github PR endpoint URL
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ else\necho \"##vso[task.setvariable variable=COVERAGE_DIFF;]+:*.$COV_CLASSES\"\necho \"##vso[task.setvariable variable=CODE_COVERAGE_TOOL_OPTION;]JaCoCo\"\n- IS_FORK=$(curl https://api.github.com/repos/questdb/questdb/pulls/$1/files -s | grep -e \"\\\"fo...
Java
Apache License 2.0
questdb/questdb
chore(ci): fix github PR endpoint URL (#1107)
1
chore
ci
438,921
09.06.2021 14:31:16
-32,400
31fc98187989aee9eb0f4f4a22f70222636a668a
fix(gauge): Fix incorrect rendering when gauge.min is given Fix calculating the gauge representation when gauge.min is given. Fix
[ { "change_type": "MODIFY", "diff": "@@ -147,9 +147,12 @@ export default {\nconst radius = config.gauge_fullCircle ? $$.getArcLength() : gStart * -2;\nif (d.data && $$.isGaugeType(d.data) && !$$.hasMultiArcGauge()) {\n+ const {gauge_min: min, gauge_max: max} = config;\n+\n// to prevent excluding total data s...
TypeScript
MIT License
naver/billboard.js
fix(gauge): Fix incorrect rendering when gauge.min is given Fix calculating the gauge representation when gauge.min is given. Fix #2123
1
fix
gauge
705,211
09.06.2021 14:40:48
14,400
5c535b1106d9759a0d0cf0feae84ffa8a6835cc1
fix(Ripple): Ripple should animate every time on WASM and not only the first time. Adjusted previous workaround (PR in order to use PointerPoint.FrameId instead of creating and using a ripple handled property in addition to the PointerReleaseEvent that is not reliable in this case.
[ { "change_type": "MODIFY", "diff": "@@ -73,16 +73,15 @@ namespace Uno.Material.Controls\nbase.OnApplyTemplate();\n}\n- // Workaround #373 WASM nested Ripple control\n+ // Workaround for themes#373 WASM nested Ripple control\n#if NETSTANDARD2_0\nprivate UIElement _touchTarget;\n+ private static uint _lastHan...
C#
Apache License 2.0
unoplatform/uno.themes
fix(Ripple): Ripple should animate every time on WASM and not only the first time. Adjusted previous workaround (PR #443) in order to use PointerPoint.FrameId instead of creating and using a ripple handled property in addition to the PointerReleaseEvent that is not reliable in this case.
1
fix
Ripple
104,828
09.06.2021 14:43:31
-7,200
9ce503243830cbbfdd21604ecbd97a8dcb4722a5
fix(hotspoteditormodal): fixed broken stories
[ { "change_type": "MODIFY", "diff": "@@ -81,6 +81,7 @@ describe('HotspotEditorDataSourceTab', () => {\ncardConfig={cardConfigWithPresets}\ndataItems={dataItems}\nonChange={onChange}\n+ translateWithId={() => {}}\n/>\n);\nuserEvent.click(screen.getAllByRole('button')[0]);\n@@ -108,6 +109,7 @@ describe('Hotspo...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(hotspoteditormodal): fixed broken stories
1
fix
hotspoteditormodal
276,989
09.06.2021 14:45:28
10,800
4f5f10de01519b67990721b43f537b0e7d68ac33
refactor(system): make generator more readable
[ { "change_type": "MODIFY", "diff": "@@ -31,38 +31,49 @@ const getLineHeight = props => getFromTheme(props)('lineHeights');\nconst getElevation = props => getFromTheme(props)('elevations');\nconst generator = ({\n- props,\n+ props: componentProps,\nprop,\ncssProperty,\ngetter,\ntransform = value => value,\n}...
JavaScript
MIT License
gympass/yoga
refactor(system): make generator more readable
1
refactor
system
756,059
09.06.2021 14:49:15
25,200
d0388ff0650e79824cfe0a2f7ad37971a8647c37
feat: drive loopbox from config instead of command line
[ { "change_type": "DELETE", "diff": "---loopbox\n", "new_path": null, "old_path": "packages/swingset-runner/demo/encouragementBotComms/runnerArgs" }, { "change_type": "MODIFY", "diff": "@@ -77,7 +77,6 @@ FLAGS may be:\n--globalmetering - install metering on global objects\n--meter - run m...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: drive loopbox from config instead of command line
1
feat
null
756,059
09.06.2021 14:49:53
25,200
bf5f46b7f8bd38600254bb3b019a1563665123c0
fix: checkpoint db after swingset init
[ { "change_type": "MODIFY", "diff": "@@ -413,8 +413,8 @@ export async function main() {\nhostStorage,\nruntimeOptions,\n);\n- if (initOnly) {\nswingStore.commit();\n+ if (initOnly) {\nswingStore.close();\nreturn;\n}\n", "new_path": "packages/swingset-runner/src/main.js", "old_path": "packages/swingse...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: checkpoint db after swingset init
1
fix
null
438,921
09.06.2021 14:50:39
-32,400
e30d5708f6568c22cc359c60ef27f28e7f3f280b
chore(deps-dev): udpate dependency Update dependencies to the latest Fix possible security vulnerability
[ { "change_type": "MODIFY", "diff": "\"license\": \"MIT\",\n\"readmeFilename\": \"README.md\",\n\"dependencies\": {\n- \"d3-axis\": \"^2.0.0\",\n+ \"d3-axis\": \"^3.0.0\",\n\"d3-brush\": \"^2.1.0\",\n\"d3-color\": \"^3.0.1\",\n\"d3-drag\": \"^2.0.0\",\n\"d3-ease\": \"^3.0.1\",\n\"d3-interpolate\": \"^3.0.1\"...
TypeScript
MIT License
naver/billboard.js
chore(deps-dev): udpate dependency (#2130) - Update dependencies to the latest - Fix possible security vulnerability
1
chore
deps-dev
777,407
09.06.2021 14:58:36
14,400
f8a0d10790bf36c8c0b02205070b77c0c296e0a9
chore: rename profiler tab in webui Rename the tab from Profiles to Profiler in the Trial Detail page
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ enum TabType {\nHyperparameters = 'hyperparameters',\nLogs = 'logs',\nOverview = 'overview',\n- Profiles = 'profiles',\n+ Profiler = 'profiler',\nWorkloads = 'workloads',\n}\n@@ -284,7 +284,7 @@ const TrialDetailsComp: React.FC = () => {\n<TabPane key={T...
Python
Apache License 2.0
determined-ai/determined
chore: rename profiler tab in webui (#2551) Rename the tab from Profiles to Profiler in the Trial Detail page
1
chore
null
777,422
09.06.2021 15:36:36
25,200
80dd1a220cecf881d0f6fb9374136467d472fc46
fix: use model instead of schema struct for de-duping
[ { "change_type": "MODIFY", "diff": "@@ -177,7 +177,7 @@ func (t *tensorboardManager) newTensorBoard(\n),\n}\n- uniqMounts := map[expconf.BindMount]bool{}\n+ uniqMounts := map[string]model.BindMount{}\nuniqEnvVars := map[string]string{}\ntaskID := sproto.NewTaskID()\n@@ -200,7 +200,7 @@ func (t *tensorboardM...
Python
Apache License 2.0
determined-ai/determined
fix: use model instead of schema struct for de-duping (#2545)
1
fix
null
104,853
09.06.2021 15:54:43
14,400
2a739440a02866dc1c422ac8ad7020c50f93f3e7
feat(side-panel): add custom icon support
[ { "change_type": "MODIFY", "diff": "@@ -47,22 +47,22 @@ import { IconService } from 'carbon-components-angular';\n<svg *ngIf=\"showClose && !shouldShowDrawer\" ibmIcon=\"close\" size=\"16\"></svg>\n<svg\n*ngIf=\"shouldShowDrawer && active && side === 'left'\"\n- ibmIcon=\"chevron--left\"\n+ [ibmIcon]=\"clos...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(side-panel): add custom icon support
1
feat
side-panel
865,917
09.06.2021 15:55:08
-7,200
f42151d0850005688ed8c9735c9aaf68283db432
fix(bpmn-editor): handle template errors as warnings Closes
[ { "change_type": "MODIFY", "diff": "@@ -1091,7 +1091,7 @@ export class App extends PureComponent {\n/**\n* Propagates warnings to parent.\n- * @param {Error} error\n+ * @param {Error|{ message: string }} warning\n* @param {Tab|string} [categoryOrTab]\n*/\nhandleWarning(warning, categoryOrTab) {\n", "new...
JavaScript
MIT License
camunda/camunda-modeler
fix(bpmn-editor): handle template errors as warnings Closes #2287
1
fix
bpmn-editor
127,979
09.06.2021 15:58:19
-10,800
3796fb6d5149f15b80c1a6dfcd8b7f7a7bcdaac6
fix: fix pulsating button
[ { "change_type": "MODIFY", "diff": "@@ -86,10 +86,10 @@ const StyledButton = styled.button<ButtonProps>(\n],\n({ pulse, theme: { color } }) =>\npulse && [\n- pulseAnimation,\n{\nboxShadow: `0 0 0 0 ${color.piccolo[100]}`,\n},\n+ pulseAnimation\n],\n({ iconLeft, size }) => [\niconLeft && size === 'xsmall' &&...
TypeScript
MIT License
coingaming/moon-design
fix: fix pulsating button (#1228)
1
fix
null
777,389
09.06.2021 15:58:36
18,000
7939dfbc2464b5f0bc12f72f583a27a6e20d37b9
fix: add checks against now nullable experiment description
[ { "change_type": "MODIFY", "diff": "@@ -90,7 +90,7 @@ const ExperimentDetails: React.FC = () => {\nconst showForkModal = useCallback((): void => {\nif (experiment?.configRaw) {\nconst rawConfig: RawJson = clone(experiment.configRaw);\n- rawConfig.description = `Fork of ${rawConfig.description}`;\n+ if (rawC...
Python
Apache License 2.0
determined-ai/determined
fix: add checks against now nullable experiment description [DET-5622]
1
fix
null
942,581
09.06.2021 15:58:50
21,600
45cb8da223cb8f41786b1c00ee58e5cdccb73486
docs: Update migration and Popup docs
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,28 @@ element receives focus when the modal opens.\n<ExampleCodeBlock code={CustomFocus} />\n-## Specifications\n+## Components\n-<Specifications file=\"Modal.spec.ts\" name=\"Modal\" />\n+### Modal\n+\n+This component is the container component and does not ...
TypeScript
Apache License 2.0
workday/canvas-kit
docs: Update migration and Popup docs (#1095) Co-authored-by: James Fan <james@somewhatstrange.com>
1
docs
null
76,619
09.06.2021 16:03:46
-28,800
be6691e70192b278d695f3daa0b3206f24be0449
fix(nlu): can handle zero-byte string in Nlu#prepare
[ { "change_type": "MODIFY", "diff": "@@ -147,10 +147,17 @@ class Nlu extends Clonable {\n}\nreturn result;\n}\n- const item = settings.fieldNameSrc\n+ let item = settings.fieldNameSrc\n? text[settings.fieldNameSrc]\n- : text.text || text.utterance || text.texts || text.utterances;\n- if (item) {\n+ : text.te...
JavaScript
MIT License
axa-group/nlp.js
fix(nlu): can handle zero-byte string in Nlu#prepare
1
fix
nlu
126,276
09.06.2021 16:03:46
10,800
651767ec5b56727f803e8e5bf39cdd5492db4a07
chore(embedded/sql): dump catalog with a different database name
[ { "change_type": "MODIFY", "diff": "@@ -311,7 +311,7 @@ func (e *Engine) CloseSnapshot() error {\nreturn nil\n}\n-func (e *Engine) DumpCatalogTo(dbName string, targetStore *store.ImmuStore) error {\n+func (e *Engine) DumpCatalogTo(srcName, dstName string, targetStore *store.ImmuStore) error {\ne.mutex.Lock(...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): dump catalog with a different database name Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
126,276
09.06.2021 16:04:21
10,800
f4096acfd789f8828bbf6dab1f669fe09e866671
chore(pkg/database): use fixed database name
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,8 @@ import (\nconst MaxKeyResolutionLimit = 1\nconst MaxKeyScanLimit = 1000\n+const dbInstanceName = \"dbinstance\"\n+\nvar ErrMaxKeyResolutionLimitReached = errors.New(\"max key resolution limit reached. It may be due to cyclic references\")\nvar ErrMaxKeyS...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): use fixed database name Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
942,613
09.06.2021 16:17:42
21,600
7c0f26b69a5a9f7cdd48db4234ef47422cbf4b8a
fix: Update canvas-kit-react package.json
[ { "change_type": "MODIFY", "diff": "\"@workday/canvas-colors-web\": \"^2.0.0\",\n\"@workday/canvas-depth-web\": \"^0.16.4\",\n\"@workday/canvas-kit-popup-stack\": \"^5.0.0-rc.0\",\n+ \"@workday/canvas-kit-labs-react\": \"^5.0.0-rc.0\",\n\"@workday/canvas-kit-preview-react\": \"^5.0.0-rc.0\",\n\"@workday/can...
TypeScript
Apache License 2.0
workday/canvas-kit
fix: Update canvas-kit-react package.json (#1099)
1
fix
null
865,926
09.06.2021 16:20:19
-7,200
7e8feb06dd7f8e587003c805137a908681d4d6b6
feat: display version info button and overlay Related to
[ { "change_type": "MODIFY", "diff": "@@ -569,6 +569,10 @@ class MenuBuilder {\n{\nlabel: 'Version ' + app.version,\nenabled: false\n+ },\n+ {\n+ label: 'What\\'s new',\n+ click: () => app.emit('menu:action', 'emit-event', { type: 'versionInfo.open' })\n}\n];\n", "new_path": "app/lib/menu/menu-builder.js"...
JavaScript
MIT License
camunda/camunda-modeler
feat: display version info button and overlay Related to #2303
1
feat
null
777,401
09.06.2021 16:25:48
14,400
0902fafee60098a780a6a9fb30f683c6e266faf3
chore: rename start_on_batch to begin_on_batch everywhere
[ { "change_type": "MODIFY", "diff": "@@ -1035,7 +1035,7 @@ walkthrough.\nDefines whether profiles should be collected or not. Defaults to\nfalse.\n- ``start_on_batch``\n+ ``begin_on_batch``\nSpecifies the batch on which profiling should begin.\n``end_after_batch``\n", "new_path": "docs/reference/experime...
Python
Apache License 2.0
determined-ai/determined
chore: rename start_on_batch to begin_on_batch everywhere (#2553)
1
chore
null
306,320
09.06.2021 16:44:03
-3,600
0131f24637e4b87f3df85c0c87063f156af3efcf
fix: fix addRun mutation to work with rebased commits
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ import (\n\"github.com/infracost/infracost/internal/config\"\n\"github.com/infracost/infracost/internal/output\"\n+ \"github.com/infracost/infracost/internal/schema\"\n\"github.com/pkg/errors\"\nlog \"github.com/sirupsen/logrus\"\n)\n@@ -21,13 +22,18 @@ ty...
Go
Apache License 2.0
infracost/infracost
fix: fix addRun mutation to work with rebased commits
1
fix
null
386,581
09.06.2021 16:44:38
-7,200
2da64c2d8d0c9d58456c5c8df4a82836e7a623bf
fix(cli): Open docs link in new tab.
[ { "change_type": "MODIFY", "diff": "@@ -58,7 +58,7 @@ pages:\ntype: Link\nparams:\nurl: https://docs.lowdefy.com\n- newWindow: true\n+ newTab: true\nfooter:\nblocks:\n- id: footer\n", "new_path": "packages/cli/src/commands/init/lowdefyFile.js", "old_path": "packages/cli/src/commands/init/lowdefyFile...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(cli): Open docs link in new tab.
1
fix
cli
386,581
09.06.2021 16:45:20
-7,200
994c13f97459c8d9986213b1a73dca6068d5cb48
fix(servers): .babelrc file should not be in .dockerignore
[ { "change_type": "MODIFY", "diff": "-.babelrc\nCHANGELOG.md\njest.config.js\nlowdefy.yaml\n", "new_path": "packages/servers/serverAwsLambda/.dockerignore", "old_path": "packages/servers/serverAwsLambda/.dockerignore" }, { "change_type": "MODIFY", "diff": "}\n}\n]\n- ],\n- \"ignore\": [\"...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(servers): .babelrc file should not be in .dockerignore
1
fix
servers
306,320
09.06.2021 16:50:26
-3,600
01a6eb23c02e44af1250013ac69432beb412f08b
feat: add env flag for enabling dashboard
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,8 @@ import (\ntype DashboardAPIClient struct {\nAPIClient\n- selfHostedReportingDisabled bool\n+ telemetryDisabled bool\n+ dashboardEnabled bool\n}\ntype CreateAPIKeyResponse struct {\n@@ -43,7 +44,8 @@ func NewDashboardAPIClient(ctx *config.RunContext) *Das...
Go
Apache License 2.0
infracost/infracost
feat: add env flag for enabling dashboard
1
feat
null
688,523
09.06.2021 16:57:33
-7,200
f14eca852bbe2765ca899bfa2f81485ff012b9b9
feat: add `final-forms` exports
[ { "change_type": "MODIFY", "diff": "// Final Form exports\n-export { FORM_ERROR, FormApi, MutableState } from 'final-form'\n+export { FORM_ERROR, FormApi, MutableState, AnyObject, FieldValidator, SubmissionErrors } from 'final-form'\nexport { useForm, useField, useFormState, FormSpy, Form as FinalForm, Fiel...
TypeScript
MIT License
toptal/picasso
feat: add `final-forms` exports (#2095)
1
feat
null
777,396
09.06.2021 16:58:31
21,600
0d20616d37bb26a2d57d3716bedf29470055e2e6
chore: also set cli_cert in dtrain worker processes
[ { "change_type": "MODIFY", "diff": "@@ -172,7 +172,7 @@ def main() -> None:\n# TODO: refactor websocket, data_layer, and profiling to to not use the cli_cert.\ncerts.cli_cert = certs.default_load(\n- master_url=\"http{'s' if use_tls else ''}://{master_addr}:{master_port}\"\n+ master_url=f\"http{'s' if use_t...
Python
Apache License 2.0
determined-ai/determined
chore: also set cli_cert in dtrain worker processes (#2555)
1
chore
null
306,320
09.06.2021 16:59:30
-3,600
43f4261708d40e5ffddd5ddfb320035b2c266d49
fix: projectResults should be projects in diff script
[ { "change_type": "MODIFY", "diff": "@@ -295,9 +295,9 @@ echo \"Running infracost output using:\"\necho \" $ $(cat infracost_output_cmd)\"\ndiff_output=$(cat infracost_output_cmd | sh)\n-past_total_monthly_cost=$(jq '[.projectResults[].pastBreakdown.totalMonthlyCost | select (.!=null) | tonumber] | add' infr...
Go
Apache License 2.0
infracost/infracost
fix: projectResults should be projects in diff script
1
fix
null
777,419
09.06.2021 17:37:12
-7,200
068bb33fa7e8e4d672993b5676d22d01784b93b8
fix: prevent zoom reset if chart is already zoomed
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,12 @@ export interface Options extends Omit<uPlot.Options, 'width'> {\nwidth?: number;\n}\n+interface ScaleZoomData {\n+ isZoomed?: boolean;\n+ max?: number;\n+ min?: number;\n+}\n+\ninterface Props {\ndata?: AlignedData;\noptions?: Options;\n@@ -25,6 +31,7 @...
Python
Apache License 2.0
determined-ai/determined
fix: prevent zoom reset if chart is already zoomed [DET-5514] (#2525)
1
fix
null
815,601
09.06.2021 17:42:46
-28,800
8b925145c71023efda68bc2e29a67dd83ebed4bb
fix: migration TableToStruct out of memory
[ { "change_type": "MODIFY", "diff": "@@ -2782,9 +2782,9 @@ checksum = \"7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d\"\n[[package]]\nname = \"indicatif\"\n-version = \"0.15.0\"\n+version = \"0.16.2\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"7baab5...
Rust
MIT License
nervosnetwork/ckb
fix: migration TableToStruct out of memory
1
fix
null
791,723
09.06.2021 17:54:13
25,200
0f669efed07f3cf9d477c5eee14de31e473dd955
tests(renderer): reduce console output about unknown types
[ { "change_type": "MODIFY", "diff": "@@ -202,6 +202,17 @@ describe('DetailsRenderer', () => {\nassert.strictEqual(diagnosticEl, null);\n});\n+ describe('unknown types', () => {\n+ // console.error is set to a no-op, to avoid distracting log spam in the test output.\n+ let consoleError;\n+ beforeEach(() => {\...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(renderer): reduce console output about unknown types (#12644)
1
tests
renderer
126,276
09.06.2021 17:54:26
10,800
ddab1832d6cb1ab62e72f3aeab1cd95670b56d46
chore(pkg/database): sql catalog reloading on replica
[ { "change_type": "MODIFY", "diff": "@@ -128,12 +128,16 @@ func OpenDb(op *DbOptions, systemDB DB, log logger.Logger) (DB, error) {\ndbi.tx1 = dbi.st.NewTx()\ndbi.tx2 = dbi.st.NewTx()\n+ if op.replica {\n+ return dbi, nil\n+ }\n+\nerr = dbi.loadSQLEngine()\n- if err != nil && (err != ErrSQLNotReady || (syste...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): sql catalog reloading on replica Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
777,396
09.06.2021 17:55:59
21,600
251e7093b60a92633b684586ac7a566379442f15
docs: extend docs for the client module
[ { "change_type": "MODIFY", "diff": "@@ -14,8 +14,8 @@ This guide discusses:\n#. Storing additional user-defined metadata in a checkpoint.\n#. Using the Determined CLI to download checkpoints to disk.\n-The Checkpoint Export API is a subset of the features found in\n-:meth:`~determined.experimental.client`.\...
Python
Apache License 2.0
determined-ai/determined
docs: extend docs for the client module (#2556)
1
docs
null
126,276
09.06.2021 18:43:04
10,800
cf83b0c7d25dc7844f066c527d6a5eba85d553cf
chore(pkg/database): migrate systemdb catalog to fixed database naming
[ { "change_type": "MODIFY", "diff": "@@ -92,7 +92,6 @@ type db struct {\nst *store.ImmuStore\nsqlEngine *sql.Engine\n- sqlEngineLoaded bool\ntx1, tx2 *store.Tx\nmutex sync.RWMutex\n@@ -133,20 +132,22 @@ func OpenDb(op *DbOptions, systemDB DB, log logger.Logger) (DB, error) {\n}\nerr = dbi.loadSQLEngine()\n- ...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): migrate systemdb catalog to fixed database naming Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
847,143
09.06.2021 20:18:38
-28,800
8fd68b98ba26ed3a2e0c26bbd86249ded92aa3e6
chore: add vite tests
[ { "change_type": "MODIFY", "diff": "\"ts-jest\": \"27.0.3\",\n\"ts-node\": \"10.0.0\",\n\"typescript\": \"4.3.2\",\n- \"vuepress\": \"2.0.0-beta.17\"\n+ \"vuepress\": \"2.0.0-beta.17\",\n+ \"vuepress-vite\": \"2.0.0-beta.17\"\n},\n\"textlint\": {\n\"rules\": {\n", "new_path": "package.json", "old_pa...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: add vite tests
1
chore
null
847,143
09.06.2021 20:21:07
-28,800
e7f88473f5acb166697c713eb36c88b894e437f0
fix(md-enhance): style fixes
[ { "change_type": "MODIFY", "diff": "// footnote anchor fix\n.footnotes .footnotes-list .footnote-item {\n- margin-top: calc(- var(--navbar-height));\n+ margin-top: calc(0rem - var(--navbar-height));\npadding-top: calc(var(--navbar-height) + 0.5rem);\n& > p {\n.footnote-ref {\nposition: relative;\n- margin-t...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(md-enhance): style fixes
1
fix
md-enhance
392,551
09.06.2021 21:24:52
-7,200
f55d136cc22020f4cf0d5b6a78f81b860f90d86a
docs: add viewer initialization guide
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ In order to accept your pull request, we need you to submit a CLA. You only need\nAfter cloning MapillaryJS, run `yarn install` to fetch its dependencies.\n-If you want to use data from the Mapillary platform during development, you need to [register an ...
TypeScript
MIT License
mapillary/mapillary-js
docs: add viewer initialization guide
1
docs
null
847,143
09.06.2021 21:45:51
-28,800
e7a60139cf55521d8087d6e9522abfff1fb34b75
chore: add typescript support for vue
[ { "change_type": "MODIFY", "diff": "\"@typescript-eslint/parser\": \"4.26.0\",\n\"@vue/eslint-config-prettier\": \"6.0.0\",\n\"@vue/eslint-config-typescript\": \"7.0.0\",\n+ \"@vuedx/typescript-plugin-vue\": \"0.7.1\",\n\"babel-jest\": \"27.0.2\",\n\"concurrently\": \"6.2.0\",\n\"conventional-changelog-cli\...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: add typescript support for vue
1
chore
null
815,601
09.06.2021 22:05:49
-28,800
686c9650ae7c1cecd215128a4591c7217acdd74f
feat: separate store data hash
[ { "change_type": "MODIFY", "diff": "/// Column families alias type\npub type Col = &'static str;\n/// Total column number\n-pub const COLUMNS: u32 = 14;\n+pub const COLUMNS: u32 = 15;\n/// Column store chain index\npub const COLUMN_INDEX: Col = \"0\";\n/// Column store block's header\n@@ -34,6 +34,8 @@ pub ...
Rust
MIT License
nervosnetwork/ckb
feat: separate store data hash
1
feat
null
847,143
09.06.2021 22:16:12
-28,800
df24197b1e0a914983d86b1562d88477be7dc95d
fix(md-enhance): use Vue3 version for code demo
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,26 @@ const config: UserConfig<DefaultThemeOptions> = {\n\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover\",\n},\n],\n+ [\n+ \"script\",\n+ { src: \"https://cdn.jsdelivr.net/npm/react/umd/react.production.min.js...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(md-enhance): use Vue3 version for code demo
1
fix
md-enhance
847,143
09.06.2021 22:31:38
-28,800
ab88c7b0a550c1c445b4fc875556f7eb33a541e1
test(md-enhance): add test for demo
[ { "change_type": "ADD", "diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`footnote Pandoc example 1`] = `\n+\"\n+<div id=\\\\\"code-demo-0fcf9dbc\\\\\" class=\\\\\"code-demo-wrapper\\\\\" data-title=\\\\\"A%20normal%20demo\\\\\" data-code=\\\\\"%7B%22html%22%3A%22%3Ch1%3EMr.Hope%3C%2Fh1%3E%...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
test(md-enhance): add test for demo
1
test
md-enhance
847,143
09.06.2021 22:44:56
-28,800
6ec03c09d65c9edf63c02e90b9a75e1dc9f38852
chore: update plugin names
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ const commentPlugin: Plugin<CommentOptions> = (options, app) => {\n: (themeConfig.comment as CommentOptions) || { type: \"disable\" };\nconst config: PluginObject = {\n- name: \"comment\",\n+ name: \"comment2\",\nalias: {\n\"@Waline\":\n", "new_path"...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: update plugin names
1
chore
null
71,728
09.06.2021 23:19:45
-7,200
765ac432eb00a41444407770d1a9caba3a512de8
chore(init-templates/typescript): exclude node_modules Closes *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": "\"compilerOptions\": {\n\"target\": \"ES2018\",\n\"module\": \"commonjs\",\n- \"lib\": [\"es2018\"],\n+ \"lib\": [\n+ \"es2018\"\n+ ],\n\"declaration\": true,\n\"strict\": true,\n\"noImplicitAny\": true,\n\"inlineSources\": true,\n\"experimentalDecorators\": true,\n\"stri...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(init-templates/typescript): exclude node_modules (#15026) Closes #11902 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
init-templates/typescript
71,348
10.06.2021 00:16:17
-7,200
91e80d7a4b69726a525e4af0e603788343cf1615
fix(codebuild): Secret env variable as token from another account fails on Key decryption fixes *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import * as iam from '@aws-cdk/aws-iam';\nimport * as kms from '@aws-cdk/aws-kms';\nimport * as s3 from '@aws-cdk/aws-s3';\nimport * as secretsmanager from '@aws-cdk/aws-secretsmanager';\n-import { ArnComponents, Aws, Duration, IResource, Lazy, Names, Phys...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(codebuild): Secret env variable as token from another account fails on Key decryption (#14483) fixes #14477 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
codebuild
815,601
10.06.2021 00:26:37
-28,800
2c42fc0b74af13b5eac4227e4013185cba502521
feat: lazy load dep cell
[ { "change_type": "MODIFY", "diff": "@@ -214,12 +214,12 @@ pub(crate) struct DryRunner<'a> {\n}\nimpl<'a> CellProvider for DryRunner<'a> {\n- fn cell(&self, out_point: &packed::OutPoint, with_data: bool) -> CellStatus {\n+ fn cell(&self, out_point: &packed::OutPoint, eager_load: bool) -> CellStatus {\nlet sn...
Rust
MIT License
nervosnetwork/ckb
feat: lazy load dep cell
1
feat
null
599,913
10.06.2021 00:46:21
18,000
5e160ac6c98df76515d91a22b5d76b9574afbd97
build(deps): bump react-spring from 8.0.27 to 9.2.3 Bumps [react-spring](https://github.com/pmndrs/react-spring) from 8.0.27 to 9.2.1. [Release notes](https://github.com/pmndrs/react-spring/releases) [Commits](https://github.com/pmndrs/react-spring/compare/v8.0.27...v9.2.1)
[ { "change_type": "MODIFY", "diff": "\"react-intl\": \"5.19.0\",\n\"react-markdown\": \"^6.0.2\",\n\"react-select\": \"^4.3.1\",\n- \"react-spring\": \"^8.0.27\",\n+ \"react-spring\": \"^9.2.3\",\n\"react-toast-notifications\": \"^2.4.4\",\n\"react-transition-group\": \"^4.4.2\",\n\"react-truncate-markup\": ...
TypeScript
MIT License
sct/overseerr
build(deps): bump react-spring from 8.0.27 to 9.2.3 (#1743) Bumps [react-spring](https://github.com/pmndrs/react-spring) from 8.0.27 to 9.2.1. - [Release notes](https://github.com/pmndrs/react-spring/releases) - [Commits](https://github.com/pmndrs/react-spring/compare/v8.0.27...v9.2.1) Signed-off-by: dependabot[b...
1
build
deps