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
71,242
13.01.2022 02:59:18
28,800
8b5320ac5e5c320db46bc74f33b3841977dd3a5d
feat(aws-neptune): add autoMinorVersionUpgrade to cluster props Fixes
[ { "change_type": "MODIFY", "diff": "@@ -125,3 +125,17 @@ const replica1 = new neptune.DatabaseInstance(this, 'Instance', {\ninstanceType: neptune.InstanceType.R5_LARGE\n});\n```\n+\n+## Automatic minor version upgrades\n+\n+By setting `autoMinorVersionUpgrade` to true, Neptune will automatically update\n+th...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(aws-neptune): add autoMinorVersionUpgrade to cluster props (#18394) Fixes #17545
1
feat
aws-neptune
306,636
13.01.2022 03:31:14
-19,080
1b34151693d890390da2d29de96009247fa5a0d8
fix(verticalnav): fix verticalnav active hover state shadow
[ { "change_type": "MODIFY", "diff": ".MenuItem:hover {\nbackground-color: var(--secondary-light);\n+ box-shadow: var(--shadow-s);\n}\n.MenuItem--active,\n.MenuItem--active:hover {\nbackground: var(--primary-lightest);\n+ box-shadow: none;\n}\n.MenuItem--rounded {\n", "new_path": "css/src/components/verti...
TypeScript
MIT License
innovaccer/design-system
fix(verticalnav): fix verticalnav active hover state shadow
1
fix
verticalnav
841,509
13.01.2022 04:24:55
28,800
8652b2df99c37527fcd973bd8f0cd3c54bfa9485
docs(adr): Configure adr and add `00001-plugin`
[ { "change_type": "ADD", "diff": "+### This adr attempts to describe 10,000ft view for the swc project itself. To be filled gradually.\n\\ No newline at end of file\n", "new_path": "docs/adr/00000-whats-the-big-idea.md", "old_path": null }, { "change_type": "ADD", "diff": "+# Support tran...
Rust
Apache License 2.0
swc-project/swc
docs(adr): Configure adr and add `00001-plugin` (#3249)
1
docs
adr
306,636
13.01.2022 05:00:09
-19,080
554444107fca88be646fa786868d5fa3089ece09
fix(pageheader): fix page header with tabs badge to pills
[ { "change_type": "MODIFY", "diff": "import * as React from 'react';\nimport PageHeader from '../../PageHeader';\n-import { Button, Text, Tab, TabsWrapper, Badge } from '@/index';\n+import { Button, Text, Tab, TabsWrapper, Pills } from '@/index';\nimport { action } from '@storybook/addon-actions';\nimport { ...
TypeScript
MIT License
innovaccer/design-system
fix(pageheader): fix page header with tabs badge to pills
1
fix
pageheader
306,636
13.01.2022 05:04:43
-19,080
fa4ff90403f489235b42fbcee912e98680997302
fix(tabs): fix tabs conflict in selected focused state style
[ { "change_type": "MODIFY", "diff": "outline: none;\nborder-radius: 4px;\n/* Using box shadow instead of border as border shifts the div down which cuts the Icon & Text of label. */\n- box-shadow: color-mod(var(--primary) a(0.2)) 0px 0px 0px var(--spacing-s) inset;\n+ box-shadow: color-mod(var(--primary) a(0...
TypeScript
MIT License
innovaccer/design-system
fix(tabs): fix tabs conflict in selected focused state style
1
fix
tabs
306,636
13.01.2022 05:34:41
-19,080
1cac895d8f32eee1f49da64c3cc67cd35deee52d
fix(toast): add message to discription story
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,9 @@ import * as React from 'react';\nimport { Toast } from '@/index';\n// CSF format story\n-export const toastWithDescription = () => <Toast appearance=\"success\" title=\"Message sent successfully\" />;\n+export const toastWithDescription = () => (\n+ <Toast...
TypeScript
MIT License
innovaccer/design-system
fix(toast): add message to discription story
1
fix
toast
821,230
13.01.2022 09:06:02
25,200
ee6ff99ad5e11cb1abe1de17791a8b987833e381
feat: optionally include tarball path as input
[ { "change_type": "MODIFY", "diff": "@@ -51,6 +51,7 @@ export default class PackDeb extends Command {\nstatic flags = {\nroot: Flags.string({char: 'r', description: 'path to oclif CLI root', default: '.', required: true}),\n+ tarball: Flags.string({ char: 't', description: 'optionally specify a path to a tar...
TypeScript
MIT License
oclif/oclif
feat: optionally include tarball path as input (#764) (#796) Co-authored-by: Lucas Shadler <lshadler13@gmail.com>
1
feat
null
386,596
13.01.2022 09:46:37
0
f8d9f8e149413a31f9f30c5665b570208a4d535b
fix: Refactored connection-redis plugin to have non restrictive schemas.
[ { "change_type": "MODIFY", "diff": "@@ -23,15 +23,16 @@ test('All requests are present', () => {\nexpect(Redis.requests.Redis).toBeDefined();\n});\n-test('valid connection schema, with url', () => {\n+test('valid connection schema, with string', () => {\nconst connection = {\n- url: '/path',\n+ connection: ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Refactored connection-redis plugin to have non restrictive schemas.
1
fix
null
386,596
13.01.2022 09:47:32
0
ee1620bb41d8aa3f32e05e9b7e03c7986365c59f
fix(docs): Added redis connection documentation.
[ { "change_type": "ADD", "diff": "+# Copyright 2020-2021 Lowdefy, Inc\n+\n+# Licensed under the Apache License, Version 2.0 (the \"License\");\n+# you may not use this file except in compliance with the License.\n+# You may obtain a copy of the License at\n+\n+# http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Added redis connection documentation.
1
fix
docs
711,597
13.01.2022 10:26:39
0
2bbb972ce0f9adfc6b88353be0a3abaee3e5f4e6
fix(admin-ui): Fix custom field select input Fixes
[ { "change_type": "MODIFY", "diff": "<select clrSelect [formControl]=\"formControl\" [vdrDisabled]=\"readonly\">\n<option *ngIf=\"config.nullable\" [ngValue]=\"null\"></option>\n- <option *ngFor=\"let option of options\" [value]=\"option.value\">\n+ <option *ngFor=\"let option of options\" [ngValue]=\"option...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Fix custom field select input Fixes #1342
1
fix
admin-ui
277,273
13.01.2022 10:45:58
28,800
24d2a826db725b900044e5214c25078ad0a75ae6
fix: Use base-url instead of "/" for redirects and cookie
[ { "change_type": "MODIFY", "diff": "@@ -80,11 +80,12 @@ type Auth struct {\nconf *AuthConf\noauth *oauth2.Config\nsessions map[string]Session\n+ baseURL string\ninitURL string\nloginURL string\n}\n-func newAuth(conf *AuthConf, initURL, loginURL string) (*Auth, error) {\n+func newAuth(conf *AuthConf, baseURL...
Python
Apache License 2.0
h2oai/wave
fix: Use base-url instead of "/" for redirects and cookie #59
1
fix
null
730,496
13.01.2022 10:56:24
0
9a03f1bf61fc69721693a3c763d1adf5f02c4c5f
fix(plugin-meetings): meeting stuck in error state
[ { "change_type": "MODIFY", "diff": "@@ -852,8 +852,7 @@ export const MEETING_STATE_MACHINE = {\nJOIN: 'join',\nDECLINE: 'decline',\nLEAVE: 'leave',\n- RESET: 'reset',\n- SAFE: 'SAFE'\n+ RESET: 'reset'\n},\nSTATES: {\nERROR: 'ERROR',\n@@ -862,8 +861,7 @@ export const MEETING_STATE_MACHINE = {\nDECLINED: 'DEC...
JavaScript
MIT License
webex/webex-js-sdk
fix(plugin-meetings): meeting stuck in error state
1
fix
plugin-meetings
160,177
13.01.2022 11:19:35
-28,800
2e94d300b15784e6b29fde731c1eb87cacb82869
fix: graphDownload
[ { "change_type": "MODIFY", "diff": "@@ -148,7 +148,7 @@ window.onload = function () {\nwindow.sessionStorage.setItem('lf-data', data);\n});\ndocument.querySelector('#download-img').addEventListener('click', () => {\n- lf.getSnapshot('logic-flow.png');\n+ lf.getSnapshot();\n});\ndocument.querySelector('#uplo...
TypeScript
Apache License 2.0
didi/logicflow
fix: graphDownload
1
fix
null
426,717
13.01.2022 11:20:03
-3,600
33098e4769fbe9acb59fd51d3a6dab38eccf6df9
feat: add constructible stylesheets polyfill to loader
[ { "change_type": "MODIFY", "diff": "@@ -77,6 +77,7 @@ const config = {\ndynamicImport: true,\nwebcomponents: true,\nintersectionObserver: true,\n+ constructibleStylesheets: true,\nresizeObserver: true,\n},\nminify: true,\n@@ -152,6 +153,7 @@ The polyfills config controls which polyills are injected onto the...
TypeScript
MIT License
modernweb-dev/web
feat: add constructible stylesheets polyfill to loader
1
feat
null
791,282
13.01.2022 11:25:13
28,800
0d39414197f6b8eccf051e05cac76c8cc599d999
chore(gapicgen): unfreeze grafeas and containeranalysis stub gen After running regen locally with --forceAll, regen succeeded and go build ./... of go-genproto succeeded. I think it is safe to enable protobuf/gRPC stub generation for grafeas and containeranalysis. Note: This does not enable gapic generation for these APIs per
[ { "change_type": "MODIFY", "diff": "@@ -39,11 +39,6 @@ var denylist = map[string]bool{\n// TODO(codyoss): re-enable after issue is resolve -- https://github.com/googleapis/go-genproto/issues/357\n\"google.golang.org/genproto/googleapis/cloud/recommendationengine/v1beta1\": true,\n- // These two container AP...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(gapicgen): unfreeze grafeas and containeranalysis stub gen (#5366) After running regen locally with --forceAll, regen succeeded and go build ./... of go-genproto succeeded. I think it is safe to enable protobuf/gRPC stub generation for grafeas and containeranalysis. Note: This does not enable gapic generation for these APIs per #2711
1
chore
gapicgen
942,613
13.01.2022 11:26:20
25,200
28cef22032d3c1636dabd91c437eaeeb8151103f
fix(side-panel): Remove console.log Fixes: [category:Components]
[ { "change_type": "MODIFY", "diff": "@@ -220,7 +220,6 @@ const ToggleButton = ({\nconst useRTLOrigin = () => {\nconst isRTL = useIsRTL();\n- console.log('is RTL?', isRTL);\n// if the direction is set to RTl, flip the origin\nif (isRTL) {\nreturn context.origin === 'left' ? 'right' : 'left';\n", "new_path...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(side-panel): Remove console.log (#1417) Fixes: #1416 [category:Components]
1
fix
side-panel
426,717
13.01.2022 11:35:01
-3,600
848798fc1d295965039ebc93e6eed6ec3291b7aa
chore: prettier again
[ { "change_type": "MODIFY", "diff": "@@ -130,8 +130,7 @@ export async function createPolyfillsData(cfg: PolyfillsLoaderConfig): Promise<P\nif (polyfills.intersectionObserver) {\naddPolyfillConfig({\nname: 'intersection-observer',\n- test:\n- \"!('IntersectionObserver' in window && 'IntersectionObserverEntry'...
TypeScript
MIT License
modernweb-dev/web
chore: prettier again
1
chore
null
889,139
13.01.2022 11:44:12
18,000
54fdc3c68e9fa55d8eb5b4b27b62069437051f74
chore: add api_shortname and library_type to repo metadata Update .repo-metadata.json as required by go/library-data-integrity
[ { "change_type": "MODIFY", "diff": "\"product_documentation\": \"https://cloud.google.com/logging/docs\",\n\"name\": \"logging\",\n\"codeowner_team\": \"@googleapis/api-logging\",\n- \"release_level\": \"ga\",\n+ \"release_level\": \"stable\",\n\"language\": \"nodejs\",\n\"api_id\": \"logging.googleapis.com...
TypeScript
Apache License 2.0
googleapis/nodejs-logging
chore: add api_shortname and library_type to repo metadata (#1201) Update .repo-metadata.json as required by go/library-data-integrity
1
chore
null
426,717
13.01.2022 11:47:49
-3,600
fcd4410ae039e9ced0c89c7583655febcc50b8de
refactor: rename correctly
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ export async function createPolyfillsData(cfg: PolyfillsLoaderConfig): Promise<P\nif (polyfills.constructibleStylesheets) {\naddPolyfillConfig({\n- name: 'constructible-style',\n+ name: 'constructible-style-sheets-polyfill',\ntest: '\"adoptedStyleSheets\...
TypeScript
MIT License
modernweb-dev/web
refactor: rename correctly
1
refactor
null
699,207
13.01.2022 11:52:56
28,800
9859d601b6e9a879fb4bc19263f53169196fe0be
chore(website): Update Cypress.io to version 9.2.1
[ { "change_type": "MODIFY", "diff": "describe('Sidebar navigation', () => {\n- it('opens the sidebar disclosures', () => {\n+ beforeEach(() => {\ncy.visit('/');\n- cy.wait(2500);\n+ cy.wait(500);\n+ });\n- cy.get('[data-cy=getting-started-button]').click({force: true}).should('have.attr', 'aria-expanded', 't...
TypeScript
MIT License
twilio-labs/paste
chore(website): Update Cypress.io to version 9.2.1 (#2129)
1
chore
website
711,597
13.01.2022 11:55:44
0
4cf8434df476fc450a4821584cc2dcbbb7c65643
fix(asset-server-plugin): Correctly handle non-latin filenames Fixes
[ { "change_type": "ADD", "diff": "Binary files /dev/null and \"b/packages/asset-server-plugin/e2e/fixtures/assets/\\347\\231\\275\\351\\243\\257.jpg\" differ\n", "new_path": "packages/asset-server-plugin/e2e/fixtures/assets/白飯.jpg", "old_path": "packages/asset-server-plugin/e2e/fixtures/assets/白飯.jpg...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(asset-server-plugin): Correctly handle non-latin filenames Fixes #1343
1
fix
asset-server-plugin
104,828
13.01.2022 12:12:01
-3,600
f96d8099d270c11947e7a57c0fb5f74c5573d963
test(menubutton): fix incorrect test
[ { "change_type": "MODIFY", "diff": "@@ -302,7 +302,7 @@ describe('MenuButton', () => {\nexpect(screen.getByRole('button')).toHaveClass(`${prefix}--btn--ghost`);\n});\n- it('should render ghost kind for single button, split button & icon button', () => {\n+ it('should render ghost kind for single button & ic...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(menubutton): fix incorrect test
1
test
menubutton
791,834
13.01.2022 12:15:36
21,600
82772f93645989c9c250c78a0ad10d55f3372beb
cli(asset-saver): end devtoolsLog with a newline
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,8 @@ const LHError = require('../lib/lh-error.js');\n// TODO(esmodules): Rollup does not support `promisfy` or `stream.pipeline`. Bundled files\n// don't need anything in this file except for `stringifyReplacer`, so a check for\n// truthiness before using is ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
cli(asset-saver): end devtoolsLog with a newline (#13566)
1
cli
asset-saver
699,201
13.01.2022 12:26:27
18,000
59b0d3a024fccf0bf4d433639ee1e744d5e786fa
chore: add dateTimeRange examples to date/time picker pages
[ { "change_type": "MODIFY", "diff": "@@ -221,3 +221,50 @@ const MinAndMaxPicker = (props) => {\n}\nrender(<MinAndMaxPicker />)\n`.trim();\n+\n+export const DateTimeRangePicker = `\n+const DateTimeRangePicker = (props) => {\n+ const [selectedItem, setSelectedItem] = React.useState('')\n+ const uidStartDP = us...
TypeScript
MIT License
twilio-labs/paste
chore: add dateTimeRange examples to date/time picker pages
1
chore
null
841,421
13.01.2022 13:46:11
-32,400
59651a1ff1fb9cf1ff17dc3140d338d5d76d1597
chore: Publish `v1.2.129`
[ { "change_type": "MODIFY", "diff": "@@ -3902,7 +3902,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.128\"\n+version = \"1.2.129\"\ndependencies = [\n\"anyhow\",\n\"console_error_panic_hook\",\n", "new_path": "Cargo.loc...
Rust
Apache License 2.0
swc-project/swc
chore: Publish `v1.2.129`
1
chore
null
866,394
13.01.2022 13:46:49
18,000
772e7c36cea8e87f132791cc6e3c97c42c46994f
chore(github-actions): rename from `staging` to `next` ### Related Ticket(s) No related issue ### Description Rather than calling it `staging`, it makes more sense to name it based on the tag `next`. ### Changelog **Changed** Renamed `deploy-staging` Github workflow to `deploy-next Renamed root folder to `next`
[ { "change_type": "RENAME", "diff": "-name: deploy-staging (Deploy storybook environments to Github Pages)\n+name: deploy-next (Deploy storybook environments to Github Pages)\non:\npush:\n@@ -6,7 +6,7 @@ on:\n- release/*\nconcurrency:\n- group: deploy-staging-${{ github.ref }}\n+ group: deploy-next-${{ githu...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(github-actions): rename from `staging` to `next` (#8022) ### Related Ticket(s) No related issue ### Description Rather than calling it `staging`, it makes more sense to name it based on the tag `next`. ### Changelog **Changed** - Renamed `deploy-staging` Github workflow to `deploy-next - Renamed root folder to `next`
1
chore
github-actions
306,385
13.01.2022 13:47:25
-3,600
5bacca73a557ee9dca619a804e3c7028b82851cb
chore: upgrade custom-elements-manifest/analyzer version
[ { "change_type": "MODIFY", "diff": "\"@babel/core\": \"^7.10.1\",\n\"@bundled-es-modules/fetch-mock\": \"^6.5.2\",\n\"@changesets/cli\": \"^2.9.2\",\n- \"@custom-elements-manifest/analyzer\": \"^0.1.8\",\n+ \"@custom-elements-manifest/analyzer\": \"^0.5.7\",\n\"@open-wc/building-rollup\": \"^1.2.1\",\n\"@op...
JavaScript
MIT License
ing-bank/lion
chore: upgrade custom-elements-manifest/analyzer version
1
chore
null
802,843
13.01.2022 13:56:46
10,800
3bfb5b84e5566e8fa95c9b5cb46b7fd60c2bdca8
fix: adjust version of package.json
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@juntossomosmais/venice-icons\",\n- \"version\": \"0.9.1\",\n+ \"version\": \"0.10.1\",\n\"description\": \"Icons used on Juntos Somos Mais applications\",\n\"homepage\": \"https://github.com/juntossomosmais/venice/tree/master/packages/venice-icons#readme\"...
TypeScript
Apache License 2.0
juntossomosmais/venice
fix: adjust version of package.json
1
fix
null
366,946
13.01.2022 14:04:16
-32,400
82b5c6abe630e63962bc2c89ba3950115f547df2
fix: change layout of Footer to flex box
[ { "change_type": "MODIFY", "diff": "@@ -41,18 +41,18 @@ export const Footer: VFC<ElementProps> = ({ className = '', ...props }) => {\nconst Wrapper = styled.footer<{ themes: Theme }>`\n${({ themes: { color, fontSize, spacingByChar } }) => css`\n- overflow: hidden;\n+ display: flex;\n+ align-items: center;\n...
TypeScript
MIT License
kufu/smarthr-ui
fix: change layout of Footer to flex box (#2181)
1
fix
null
104,857
13.01.2022 14:23:23
10,800
fc2e3bc82fd19f74a40dc50334abf3ea9189ae3d
chore(tests): tests update
[ { "change_type": "MODIFY", "diff": "@@ -7001,7 +7001,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/H\n</div>\n<div\nclassName=\"iot--list-item--content--values--value\"\n- title=\"My Reports--secondary-value\"\n+ title=\"\"\n>\n<div>\nSecondaryValue\n", "new_path": ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(tests): tests update
1
chore
tests
777,353
13.01.2022 14:45:06
21,600
01f7a44cd39ad00e5e5fee1d6e60e1e253cc1d9f
test: Create Avatar component test
[ { "change_type": "ADD", "diff": "+import { fireEvent, render, screen } from '@testing-library/react';\n+import React from 'react';\n+\n+import Avatar from './Avatar';\n+\n+const initName = { initials: 'BB', name: 'Bugs Bunny' };\n+\n+jest.mock('antd', () => {\n+ const antd = jest.requireActual('antd');\n+\n...
Python
Apache License 2.0
determined-ai/determined
test: Create Avatar component test [DET-6404] (#3402)
1
test
null
104,857
13.01.2022 14:46:01
10,800
8a46df5905c91b17eb06a2f3a158b25a273a8254
test(listitem): listitem test fix and update
[ { "change_type": "MODIFY", "diff": "@@ -412,6 +412,16 @@ describe('ListItem', () => {\nexpect(rowActions).toHaveBeenCalled();\n});\n+ it('should render secondaryValue when passed a function with string return', () => {\n+ const secondaryValue = jest.fn().mockReturnValue('Test title item');\n+ render(\n+ <Un...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(listitem): listitem test fix and update
1
test
listitem
777,369
13.01.2022 15:10:41
25,200
52f9d03e13d1325f066d90822a6dcc352f9091b4
fix: update timeago casing for taskcards on dashboard
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ import { canBeOpened, isExperimentTask } from 'utils/task';\nimport { openCommand } from 'wait';\nimport css from './TaskCard.module.scss';\n-import TimeAgo from './TimeAgo';\n+import TimeAgo, { TimeAgoCase } from './TimeAgo';\ntype Props = AnyTask & Rec...
Python
Apache License 2.0
determined-ai/determined
fix: update timeago casing for taskcards on dashboard (#3434)
1
fix
null
777,389
13.01.2022 15:17:40
28,800
3c8476abb4bc1ab6bc4bf20532e06a0599b4d9d7
chore: update tasklist comparator reuse the same logic for ordering tasks by time as it's used in the priority scheduler.
[ { "change_type": "MODIFY", "diff": "@@ -271,7 +271,7 @@ func sortTasksByPriorityAndTimestamp(\n} {\nfor _, tasks := range tasksMap {\nsort.Slice(tasks, func(i, j int) bool {\n- return compareByRegisteredTime(tasks, i, j)\n+ return aReqComparator(tasks[i], tasks[j]) < 0\n})\n}\n}\n@@ -343,23 +343,6 @@ func t...
Python
Apache License 2.0
determined-ai/determined
chore: update tasklist comparator (#3440) reuse the same logic for ordering tasks by time as it's used in the priority scheduler.
1
chore
null
104,825
13.01.2022 15:21:40
18,000
d527325df9b91ce027589644723ad7620b3e5fee
fix(table model): allow TableHeaderItems to be passed in
[ { "change_type": "MODIFY", "diff": "@@ -204,15 +204,24 @@ export class AITableModel implements PaginationModel {\n*\n* Make sure all rows are the same length to keep the column count accurate.\n*/\n- setHeader(newHeader: AITableHeaderItem[][] | AITableHeaderItem[]) {\n+ setHeader(\n+ newHeader: TableHeaderI...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table model): allow TableHeaderItems to be passed in
1
fix
table model
866,394
13.01.2022 15:41:22
18,000
b3481822c88db91f5d317af09e6fc6e17e7bb860
chore(browserstack): add browserstack automate nightly runs ### Related Ticket(s) No related issue ### Description This moves the browserstack automated tests to Github Actions. ### Changelog **New** Introduce browserstack automate canary and next nightly testing
[ { "change_type": "ADD", "diff": "+name: e2e-tests-browserstack-canary (run nightly tests on Browserstack Automate)\n+\n+on:\n+ schedule:\n+ - cron: '0 20 * * 1-5'\n+\n+concurrency:\n+ group: e2e-tests-browserstack-canary-${{ github.ref }}\n+ cancel-in-progress: true\n+\n+jobs:\n+ react:\n+ if: github.reposi...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(browserstack): add browserstack automate nightly runs (#8023) ### Related Ticket(s) No related issue ### Description This moves the browserstack automated tests to Github Actions. ### Changelog **New** - Introduce browserstack automate canary and next nightly testing
1
chore
browserstack
699,228
13.01.2022 15:48:24
25,200
7df7e17e03b60821525afffeb3181409f0ee1eac
docs(token list): updating background color token descriptions
[ { "change_type": "MODIFY", "diff": "@@ -8,159 +8,159 @@ props:\n# base background\ncolor-background:\nvalue: \"{!palette-gray-10}\"\n- comment: Default background color for any container\n+ comment: Background color used for containers.\ncolor-background-strong:\nvalue: \"{!palette-gray-20}\"\n- comment: St...
TypeScript
MIT License
twilio-labs/paste
docs(token list): updating background color token descriptions
1
docs
token list
756,013
13.01.2022 15:50:01
21,600
5c0ec8cc0f02048651ecb8a69b7334843894f585
docs(SwingSet): update description of ACK handling to match reality
[ { "change_type": "MODIFY", "diff": "@@ -86,9 +86,7 @@ Once you have a `Connection` object, you send data by calling its `send` method:\nconnection.send('data');\n```\n-`send` actually returns a Promise (for more `Bytes`), which contains the ACK data for this message. For IBC, if anything but an empty `''` A...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs(SwingSet): update description of ACK handling to match reality
1
docs
SwingSet
160,177
13.01.2022 15:54:10
-28,800
c7314e841efd0d200850cbe97764546d8c9d52ac
docs: add 1.0 article
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/docs/assets/images/LogicFlow-1.0-4.png differ\n", "new_path": "docs/assets/images/LogicFlow-1.0-4.png", "old_path": "docs/assets/images/LogicFlow-1.0-4.png" }, { "change_type": "ADD", "diff": "Binary files /dev/null and b/docs...
TypeScript
Apache License 2.0
didi/logicflow
docs: add 1.0 article
1
docs
null
438,921
13.01.2022 15:55:00
-32,400
f49ed8338291aafdc1beacf071fe2d92236bd3d0
fix(api): Ensure svg nodes to be removed from memory Instead of resetting by innerHTML, remove nodes to make sure nodes to be removed from DOM tree. Also, add unbind all attached events. Fix
[ { "change_type": "MODIFY", "diff": "@@ -106,12 +106,18 @@ export default {\n$$.callPluginHook(\"$willDestroy\");\n$$.charts.splice($$.charts.indexOf(this), 1);\n+ // detach events\n+ $$.unbindAllEvents();\n+\n// clear timers && pending transition\nsvg.select(\"*\").interrupt();\n$$.resizeFunction.clear();\n...
TypeScript
MIT License
naver/billboard.js
fix(api): Ensure svg nodes to be removed from memory Instead of resetting by innerHTML, remove nodes to make sure nodes to be removed from DOM tree. Also, add unbind all attached events. Fix #2489
1
fix
api
889,620
13.01.2022 16:04:21
-28,800
c643d55ee84bd901da59ee0aa804203b3d501b95
feat: configurable config directory
[ { "change_type": "MODIFY", "diff": "@@ -6,10 +6,7 @@ COPY ${DEPENDENCY}/dependencies/ ./\nCOPY ${DEPENDENCY}/spring-boot-loader/ ./\nCOPY ${DEPENDENCY}/snapshot-dependencies/ ./\nCOPY ${DEPENDENCY}/application/ ./\n-ENV KOMGA_DATABASE_FILE=\"/config/database.sqlite\"\n-ENV KOMGA_LUCENE_DATA_DIRECTORY=\"/con...
Kotlin
MIT License
gotson/komga
feat: configurable config directory
1
feat
null
777,389
13.01.2022 16:11:54
28,800
ec0f1172cccaaca2a7efb72abf54319a9bc3749e
test: await focusing username element
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,8 @@ CLEAR = \"\\033[39m\"\nBLUE = \"\\033[94m\"\nLOG_COLOR = BLUE\n+gauge_cmd = [\"npx\", \"gauge\"]\n+\ndef run(cmd: List[str], config) -> None:\nlogger.info(f\"+ {' '.join(cmd)}\")\n@@ -110,10 +112,9 @@ def run_e2e_tests(config):\n\"\"\" depends on:\n1. a ...
Python
Apache License 2.0
determined-ai/determined
test: await focusing username element (#3438)
1
test
null
942,581
13.01.2022 16:12:44
25,200
dd74d1e43bdc61ce89df9885c88c4c3ea80eb0ae
fix(popup): Fix body scrolling using useInitialFocus Fixes: [category:Components]
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,9 @@ export const useInitialFocus = (model: PopupModel, elemProps = {}) => {\n'No focusable element was found. Please ensure popup has at least one focusable element'\n);\n+ requestAnimationFrame(() => {\nchangeFocus(element);\n+ });\n}\n}, [model.state.initi...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(popup): Fix body scrolling using useInitialFocus (#1415) Fixes: #1414 [category:Components]
1
fix
popup
342,861
13.01.2022 16:14:21
-3,600
9341f18fccece2b7cf26e00450eb501e00891bda
feat(Illustration): add new illustrations
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,7 @@ Table below contains all types of the props available in Illustration component.\n| `\"Error\"` |\n| `\"Error404\"` |\n| `\"FastTrack\"` |\n+| `\"FastTrackMan\"` |\n| `\"Feedback\"` |\n| `\"Help\"` |\n| `\"Improve\"` |\n@@ -85,6 +86,7 @@ Table below cont...
JavaScript
MIT License
kiwicom/orbit
feat(Illustration): add new illustrations (#3234)
1
feat
Illustration
749,530
13.01.2022 16:31:09
18,000
bc99fcd8818f8637fd72ec4d76103a4623a9c96f
chore(changelog): add v8.47.2 [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,29 @@ _Note: Gaps between patch versions are faulty, broken or test releases._\n<!-- DO NOT MODIFY BELOW THIS COMMENT -->\n<!-- insert-new-changelog-here -->\n+## v8.47.2 (2022-01-13)\n+\n+#### :memo: Documentation\n+* `grid`\n+ * [#1266](https://github.com/z...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(changelog): add v8.47.2 [skip ci]
1
chore
changelog
791,284
13.01.2022 17:06:45
21,600
4b41a6f3b0e014221ff06595fd24fd7efb7d765a
test(storage): use unique name for bucket insertion to avoid collisions
[ { "change_type": "MODIFY", "diff": "@@ -109,7 +109,8 @@ var methods = map[string][]retryFunc{\n},\n\"storage.buckets.insert\": {\nfunc(ctx context.Context, c *Client, fs *resources, _ bool) error {\n- return c.Bucket(\"bucket\").Create(ctx, projectID, nil)\n+ b := bucketIDs.New()\n+ return c.Bucket(b).Creat...
Go
Apache License 2.0
googleapis/google-cloud-go
test(storage): use unique name for bucket insertion to avoid collisions (#5367)
1
test
storage
276,982
13.01.2022 17:20:05
10,800
cee58e5ae02bcff7a18b0c6d781cd06a2252f010
refactor(input): change color of label and border
[ { "change_type": "MODIFY", "diff": "@@ -176,6 +176,7 @@ exports[`<AutoComplete /> Snapshots should match with a full width component 1`]\n<fieldset\nclass=\"c2\"\nlabel=\"Label\"\n+ value=\"\"\n>\n<input\naria-autocomplete=\"list\"\n@@ -382,6 +383,7 @@ exports[`<AutoComplete /> Snapshots should match with d...
JavaScript
MIT License
gympass/yoga
refactor(input): change color of label and border
1
refactor
input
777,369
13.01.2022 18:00:06
25,200
50e4d4a2962191f9ef3158c448094ad222f609fd
fix: check that login input is visible before logging in
[ { "change_type": "MODIFY", "diff": "@@ -149,14 +149,20 @@ export default class StepImplementation {\n@Step('Sign in as <username> with <password>')\npublic async signInWithPassword(username: string, password: string) {\nawait goto(`${BASE_URL}/login`);\n- const loginSelector = t.$('#login_username');\n- awa...
Python
Apache License 2.0
determined-ai/determined
fix: check that login input is visible before logging in (#3450)
1
fix
null
185,950
13.01.2022 18:17:59
-3,600
1ede592ae5a572f37776aeab2a14409c32833719
chore: update master -> main
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ async function main () {\nowner,\nrepo,\ntitle: 'build: update Electron releases JSON',\n- base: 'master',\n+ base: 'main',\nhead: 'update-releases',\nbody: 'Auto-update from GitHub Actions.',\nmaintainer_can_modify: true\n", "new_path": ".github/act...
TypeScript
MIT License
electron/fiddle
chore: update master -> main (#744) Co-authored-by: Charles Kerr <charles@charleskerr.com>
1
chore
null
841,421
13.01.2022 18:41:34
-32,400
0843f742c5db3e0a8dc2fc2767b96fe0fad76bd1
fix(swc): Remove `wrong-target` swc: - Remove the cargo feature `wrong-target`. (Closes
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ crate-type = [\"cdylib\"]\n[features]\ndefault = [\"swc_v1\", \"plugin\"]\nplugin = [\"swc/plugin\"]\n-swc_v1 = [\"swc_node_bundler/swc_v1\", \"swc/wrong-target\"]\n+swc_v1 = [\"swc_node_bundler/swc_v1\"]\nswc_v2 = [\"swc_node_bundler/swc_v2\"]\n[build-d...
Rust
Apache License 2.0
swc-project/swc
fix(swc): Remove `wrong-target` (#3251) swc: - Remove the cargo feature `wrong-target`. (Closes #1108)
1
fix
swc
551,645
13.01.2022 18:47:06
-7,200
e4d820e9e27b169a05478b9fc0b8234b469a6430
fix(griffin): remove variable-length columns address/size adjustment
[ { "change_type": "MODIFY", "diff": "@@ -681,7 +681,7 @@ class CompiledFilterRecordCursor implements RecordCursor {\n}\n}\n- private static class PageAddressCache implements Mutable {\n+ public static class PageAddressCache implements Mutable {\nprivate final int cacheSizeThreshold;\nprivate int columnCount;...
Java
Apache License 2.0
questdb/questdb
fix(griffin): remove variable-length columns address/size adjustment (#1782)
1
fix
griffin
306,650
13.01.2022 18:59:40
-19,080
4fb4110e97f275a00369f2cecb21c586f5b69c93
fix(popover): transition refinements
[ { "change_type": "MODIFY", "diff": "@@ -111,7 +111,6 @@ export class PopperWrapper extends React.Component<PopperWrapperProps, PopperWra\n_timer?: number;\n_throttleWait?: boolean;\noffsetMapping: Record<Offset, string>;\n- positionOffset: Record<PositionType, string>;\nstatic defaultProps = {\non: 'click',...
TypeScript
MIT License
innovaccer/design-system
fix(popover): transition refinements
1
fix
popover
688,524
13.01.2022 20:00:26
-3,600
3141521ba1bd5eb6aaee9ae2749eb490959e6e7b
fix: use latest version of `picasso-provider`
[ { "change_type": "ADD", "diff": "+---\n+'@toptal/picasso': patch\n+'@toptal/picasso-lab': patch\n+'@toptal/picasso-shared': patch\n+---\n+\n+Update `picasso-provider` to the latest version\n", "new_path": ".changeset/gold-monkeys-glow.md", "old_path": null }, { "change_type": "MODIFY", "...
TypeScript
MIT License
toptal/picasso
fix: use latest version of `picasso-provider` (#2383)
1
fix
null
317,646
13.01.2022 20:06:18
-3,600
f37a36aad133628e0871cfdb0eb12cc1061befdc
chore: build with 1.17.6
[ { "change_type": "MODIFY", "diff": "@@ -15,5 +15,5 @@ runs:\nshell: pwsh\nrun: |\nNew-Item -Path ./bin -ItemType Directory\n- Invoke-WebRequest 'https://github.com/jandedobbeleer/go/releases/download/1.17.5/go' -OutFile \"$env:GOROOT/bin/go\"\n+ Invoke-WebRequest 'https://github.com/jandedobbeleer/go/releas...
Go
MIT License
jandedobbeleer/oh-my-posh
chore: build with 1.17.6
1
chore
null
160,177
13.01.2022 20:10:32
-28,800
4116e5dd0c0861a497fa3496485f302e0c94a3a2
docs: move extension order
[ { "change_type": "MODIFY", "diff": "@@ -29,16 +29,16 @@ const guide = [\ncollapsable: true,\nchildren: [\n'extension/component-menu',\n+ 'extension/component-dnd-panel',\n+ 'extension/component-control',\n+ 'extension/component-minimap',\n+ 'extension/component-selection',\n'extension/snapshot',\n- 'extensi...
TypeScript
Apache License 2.0
didi/logicflow
docs: move extension order
1
docs
null
317,646
13.01.2022 20:25:24
-3,600
b1c427abaa953db4fa6b01030717fe68a912be08
fix(az): use platform specific folder resolves
[ { "change_type": "MODIFY", "diff": "@@ -96,20 +96,24 @@ func (a *az) init(props Properties, env Environment) {\na.env = env\n}\n+func (a *az) enabled() bool {\n+ return a.getAzureProfile() || a.getAzureRmContext()\n+}\n+\nfunc (a *az) getFileContentWithoutBom(file string) string {\n- const ByteOrderMark = \...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(az): use platform specific folder resolves #1567
1
fix
az
317,646
13.01.2022 20:29:03
-3,600
d45c51cccccd203bde64d0d7d9f28c83e3186e50
feat(az): display info origin resolves
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ type az struct {\nenv Environment\nAzureSubscription\n+ Origin string\n}\ntype AzureConfig struct {\n@@ -123,6 +124,7 @@ func (a *az) getAzureProfile() bool {\nfor _, subscription := range config.Subscriptions {\nif subscription.IsDefault {\na.AzureSubsc...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(az): display info origin resolves #1562
1
feat
az
551,645
13.01.2022 21:28:15
-7,200
c7e5798f02b5f324916455c476bbd2b78289145b
fix(core): fixed windows dependency on mingw
[ { "change_type": "MODIFY", "diff": "#define QUESTDB_JIT_COMMON_H\n#include <asmjit/asmjit.h>\n-#include <cstdint>\n-#include <stack>\n-#include <iostream>\n-#include <cassert>\n-#include <utility>\n-#include <variant>\nenum class data_type_t : uint8_t {\ni8,\n", "new_path": "core/src/main/c/share/jit/co...
Java
Apache License 2.0
questdb/questdb
fix(core): fixed windows dependency on mingw
1
fix
core
104,828
13.01.2022 21:48:14
-3,600
981fdd70260c22c2f67fa99fcf44cdd5641adf6b
fix(menubutton): remove menu and divider padding
[ { "change_type": "MODIFY", "diff": "}\n}\n+.#{$iot-prefix}--menu-button__menu {\n+ padding: 0;\n+ .#{$prefix}--menu-divider {\n+ margin: 0;\n+ }\n+}\n+\n.#{$prefix}--menu.#{$prefix}--menu--open.#{$prefix}--menu--root {\nopacity: var(--iot-menu-button-menu-opacity);\n}\n", "new_path": "packages/react/src...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(menubutton): remove menu and divider padding #3044
1
fix
menubutton
404,827
13.01.2022 22:06:49
-3,600
f92c430ae08c4f09f53485cb1cc988127780a920
feat: add `apple` preset + Via
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/packages/app/public/preview/apple.png differ\n", "new_path": "packages/app/public/preview/apple.png", "old_path": "packages/app/public/preview/apple.png" }, { "change_type": "ADD", "diff": "+/* eslint-disable no-use-before-def...
JavaScript
MIT License
microlinkhq/cards
feat: add `apple` preset + Via #228
1
feat
null
317,646
13.01.2022 22:35:58
-3,600
4542e92940a5647bf173c8adbd7a1693675f7faf
fix(az): proper path fix
[ { "change_type": "MODIFY", "diff": "@@ -102,11 +102,6 @@ func (a *az) enabled() bool {\n}\nfunc (a *az) getFileContentWithoutBom(file string) string {\n- azFolder := \".azure\"\n- if a.env.getRuntimeGOOS() == linuxPlatform {\n- azFolder = \".Azure\"\n- }\n- file = filepath.Join(a.env.homeDir(), azFolder, fi...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(az): proper path fix
1
fix
az
841,528
13.01.2022 22:36:54
-28,800
214427157ddf155da14b2bede3b315d3f6ce1e77
build(node): Fix glibc issue on linux gnu arm
[ { "change_type": "MODIFY", "diff": "@@ -44,9 +44,6 @@ jobs:\nyarn build --target i686-pc-windows-msvc\nyarn test\ntarget: i686-pc-windows-msvc\n- setup: |\n- choco install nodejs-lts --x86 -y --force\n- echo \"C:\\Program Files (x86)\\nodejs\" >> $GITHUB_PATH\n- host: ubuntu-latest\ntarget: x86_64-unknown-l...
Rust
Apache License 2.0
swc-project/swc
build(node): Fix glibc issue on linux gnu arm (#3255)
1
build
node
404,827
14.01.2022 00:38:52
-3,600
77dc97854436e90bf49f9cd19ca4ea1e327a0547
feat: add `thebootstrappedfounder` preset + Via
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/packages/app/public/preview/thebootstrappedfounder.png differ\n", "new_path": "packages/app/public/preview/thebootstrappedfounder.png", "old_path": "packages/app/public/preview/thebootstrappedfounder.png" }, { "change_type": "MODI...
JavaScript
MIT License
microlinkhq/cards
feat: add `thebootstrappedfounder` preset + Via #228
1
feat
null
404,827
14.01.2022 00:48:22
-3,600
7f61291752a113b24540b079422f70420fac5adb
fix: `thebootstrappedfounder` font & styles
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ const code = (\n<Inline>\n<>\n<Link\n- href='https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400,900&family=Noto+Serif:wght@400&display=block'\n+ href='https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&family=Noto+Serif:wght...
JavaScript
MIT License
microlinkhq/cards
fix: `thebootstrappedfounder` font & styles
1
fix
null
667,636
14.01.2022 01:27:39
-28,800
abd1915ba39f8009ed48ad37abbd3ab167ca06aa
feat(react,vue): perf startBatch
[ { "change_type": "MODIFY", "diff": "@@ -389,6 +389,9 @@ declare namespace HippyTypes {\ndeclare type Diff<T extends keyof any, U extends keyof any> =\n({ [P in T]: P } & { [P in U]: never } & { [x: string]: never })[T];\ndeclare type Overwrite<T, U> = Pick<T, Diff<keyof T, keyof U>> & U;\n+\n+declare const ...
C++
Apache License 2.0
tencent/hippy
feat(react,vue): perf startBatch
1
feat
react,vue
471,383
14.01.2022 01:38:20
28,800
88db0a4ea134593ba5bf2c7209f94eae466519bd
fix: allow mysql streamable query with values array
[ { "change_type": "MODIFY", "diff": "@@ -279,7 +279,11 @@ export class MySQLInstrumentation extends InstrumentationBase<\ngetDbStatement(query, format, values)\n);\n- if (arguments.length === 1) {\n+ const cbIndex = Array.from(arguments).findIndex(\n+ arg => typeof arg === 'function'\n+ );\n+\n+ if (cbIndex ...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
fix: allow mysql streamable query with values array (#790) Co-authored-by: Rauno Viskus <Rauno56@users.noreply.github.com>
1
fix
null
841,505
14.01.2022 02:33:38
-10,800
69978518c9f6be3797f401dcaf9a429de88e8ce1
fix(es/ast): Update `EsVersion::latest()`
[ { "change_type": "MODIFY", "diff": "@@ -118,10 +118,10 @@ pub enum EsVersion {\n}\nimpl EsVersion {\n- /// Get the latest version. This is `es2021` for now, but it will be changed\n+ /// Get the latest version. This is `es2022` for now, but it will be changed\n/// if a new version of specification is releas...
Rust
Apache License 2.0
swc-project/swc
fix(es/ast): Update `EsVersion::latest()` (#3261)
1
fix
es/ast
841,385
14.01.2022 02:59:52
-10,800
ade8ab8c35b9d1c61d740f42672fb4d27977346d
fix(css/lexer): Resolve a `TODO`
[ { "change_type": "MODIFY", "diff": "@@ -116,7 +116,6 @@ where\nfn read_token(&mut self) -> LexResult<Token> {\nself.read_comments()?;\n- // TODO: refactor me\nself.start_pos = self.input.cur_pos();\nself.consume();\n@@ -526,8 +525,9 @@ where\nif is_whitespace(c)\n&& (self.next_next() == Some('\"') || self.n...
Rust
Apache License 2.0
swc-project/swc
fix(css/lexer): Resolve a `TODO` (#3260)
1
fix
css/lexer
815,601
14.01.2022 04:08:22
-28,800
612c58dd885a6fb4dbf2de372272465b80b879de
fix: resume program load cycles
[ { "change_type": "MODIFY", "diff": "@@ -1132,6 +1132,7 @@ dependencies = [\n\"faster-hex\",\n\"goblin 0.2.3\",\n\"proptest\",\n+ \"rand 0.8.4\",\n\"serde\",\n\"tempfile\",\n\"tiny-keccak\",\n", "new_path": "Cargo.lock", "old_path": "Cargo.lock" }, { "change_type": "MODIFY", "diff": "@@ -...
Rust
MIT License
nervosnetwork/ckb
fix: resume program load cycles
1
fix
null
71,077
14.01.2022 04:47:45
-32,400
c7c51debabeb3ec1de4f4c2dc986dfdfac27756b
chore(rds): add Aurora Mysql Engine version 2.09.3 Adding version 2.09.3 for Aurora MySQL *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": "@@ -334,6 +334,8 @@ export class AuroraMysqlEngineVersion {\npublic static readonly VER_2_09_1 = AuroraMysqlEngineVersion.builtIn_5_7('2.09.1');\n/** Version \"5.7.mysql_aurora.2.09.2\". */\npublic static readonly VER_2_09_2 = AuroraMysqlEngineVersion.builtIn_5_7('2.09.2'...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(rds): add Aurora Mysql Engine version 2.09.3 (#18400) Adding version 2.09.3 for Aurora MySQL ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
rds
317,646
14.01.2022 08:39:08
-3,600
f1e21949bc5e2309abe68bd0ff2cefd6111f0cd7
fix(cygwin): do not clean config path
[ { "change_type": "MODIFY", "diff": "@@ -180,6 +180,11 @@ func (env *environment) resolveConfigPath() {\nif env.args == nil || env.args.Config == nil || len(*env.args.Config) == 0 {\nreturn\n}\n+ // Cygwin path always needs the full path as we're on Windows but not really.\n+ // Doing filepath actions will c...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(cygwin): do not clean config path
1
fix
cygwin
317,646
14.01.2022 08:46:02
-3,600
5c586696ac294924a3412da5dc8b6058cd89efe4
docs(az): add .Origin info relates to
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,7 @@ properties below - defaults to `{{.Name}}`\n- `.State`: `string` - the account state\n- `.TenantID`: `string` - the tenant id\n- `.User.Name`: `string` - the user name\n+- `.Origin`: `string` - where we received the information from, can be `CLI` or `PWS...
Go
MIT License
jandedobbeleer/oh-my-posh
docs(az): add .Origin info relates to #1562
1
docs
az
317,646
14.01.2022 08:48:21
-3,600
2ea2e633b8caf55015ce3eea4426e323748216ec
fix(az): map User to UserName avoid collision with default .User in template
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ properties below - defaults to `{{.Name}}`\n- `.Name`: `string` - the account name\n- `.State`: `string` - the account state\n- `.TenantID`: `string` - the tenant id\n-- `.User.Name`: `string` - the user name\n+- `.UserName`: `string` - the user name\n- ...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(az): map User to UserName avoid collision with default .User in template
1
fix
az
277,277
14.01.2022 09:07:50
-3,600
0dfe518b398685eb0d8e5745969435be5b0d898b
fix: Prevent race condition during wave run / showcase by retrying
[ { "change_type": "MODIFY", "diff": "# See the License for the specific language governing permissions and\n# limitations under the License.\n+import time\nimport sys\nimport socket\nfrom contextlib import closing\n@@ -80,14 +81,28 @@ def run(app: str, no_reload: bool):\napp = app_path.replace(os.path.sep, '...
Python
Apache License 2.0
h2oai/wave
fix: Prevent race condition during wave run / showcase by retrying (#1180)
1
fix
null
503,970
14.01.2022 09:08:26
18,000
f2deab9b0c98dcdb3029ef328cbeec02702ac8b0
fix(Table): narrow logic for preventing event default onKeyDown
[ { "change_type": "MODIFY", "diff": "@@ -57,21 +57,27 @@ class ContextBody extends React.Component<TableBodyProps, {}> {\nrow,\nrowProps: extendedRowProps,\nonClick: (event: React.MouseEvent) => {\n+ const tagName = (event.target as HTMLElement).tagName;\nconst computedData = {\n- isInput: (event.target as H...
TypeScript
MIT License
patternfly/patternfly-react
fix(Table): narrow logic for preventing event default onKeyDown (#6744)
1
fix
Table
104,857
14.01.2022 09:37:46
10,800
8bae147fa35ece4deec67f41386a9c65e0e54e41
fix(mdx): fix in list.mdx extra column
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ const yankees = {\n## Props\n| Name | Type | Default | Description |\n-| :------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------- | :...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(mdx): fix in list.mdx extra column
1
fix
mdx
730,445
14.01.2022 10:09:22
28,800
a6ea11080afa241792379668360e8b34915914a9
docs(plugin-meeting): update samples meetings management
[ { "change_type": "MODIFY", "diff": "@@ -138,41 +138,72 @@ function unregister() {\n}\n// Meetings Management Section --------------------------------------------------\n-\n+const joinMeetingForm = document.querySelector('#meetings-join');\n+const createMeetingForm = document.querySelector('#meetings-create'...
JavaScript
MIT License
webex/webex-js-sdk
docs(plugin-meeting): update samples meetings management
1
docs
plugin-meeting
711,597
14.01.2022 10:31:28
0
6b3c3fee9995679227e58e3b2f080668ce9c9355
fix(core): Demote 404 errors to Verbose log level Relates to In production, bots & exploit scanners typically produce hundreds of 404s on any public server. This is just useless noise and in any case better analyzed in the gateway server (nginx/apache) logs which contain IP address etc.
[ { "change_type": "MODIFY", "diff": "@@ -43,12 +43,11 @@ export class ExceptionLoggerFilter implements ExceptionFilter {\n// Handle other Nestjs errors\nstatusCode = exception.getStatus();\nmessage = exception.message;\n- let stack = exception.stack;\nif (statusCode === 404) {\n- message = exception.message;...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Demote 404 errors to Verbose log level Relates to #1335. In production, bots & exploit scanners typically produce hundreds of 404s on any public server. This is just useless noise and in any case better analyzed in the gateway server (nginx/apache) logs which contain IP address etc.
1
fix
core
777,353
14.01.2022 10:50:15
21,600
f637264493acc14f12e66550cb51c520b5d27f6c
fix: revert to prior slot utilization logic for static agents
[ { "change_type": "MODIFY", "diff": "@@ -104,7 +104,7 @@ const NavigationSideBar: React.FC = () => {\nconst totalSlots = resourcePools.reduce((totalSlots, currentPool) => {\nreturn totalSlots + currentPool.maxAgents * (currentPool.slotsPerAgent ?? 0);\n}, 0);\n- if (totalSlots === 0) return undefined;\n+ if ...
Python
Apache License 2.0
determined-ai/determined
fix: revert to prior slot utilization logic for static agents (#3451)
1
fix
null
791,284
14.01.2022 11:02:02
21,600
678d9db5e8c72eb7ce1b199b6e1c0c77cdcd9098
test(storage): interleave buckets in test (rate limit issue)
[ { "change_type": "MODIFY", "diff": "@@ -2894,6 +2894,11 @@ func TestIntegration_RequesterPays(t *testing.T) {\nif test.userProject != nil {\nbucket = bucket.UserProject(*test.userProject)\n}\n+ // Create another bucket to avoid the per bucket update rate limit\n+ bucket2 := test.client.Bucket(bucketName2)\n...
Go
Apache License 2.0
googleapis/google-cloud-go
test(storage): interleave buckets in test (rate limit issue) (#5368)
1
test
storage
667,636
14.01.2022 11:04:26
-28,800
9d21e57860f0b9bdadd006d5bd9fbd2fb7d987fe
fix(ci): add packages npm install
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ jobs:\nruns-on: ubuntu-latest\nstrategy:\nmatrix:\n- node: [ 10.x, 14.x ]\n+ node: [ 14.x ]\nsteps:\n- uses: actions/checkout@v2\n- name: setup-node\n@@ -42,7 +42,7 @@ jobs:\nnode-version: ${{ matrix.node }}\nregistry-url: https://npm.pkg.github.com\n- n...
C++
Apache License 2.0
tencent/hippy
fix(ci): add packages npm install
1
fix
ci
386,584
14.01.2022 11:15:14
-7,200
37ba69dd60301cbdbbba88bbab2f0b9573c77608
fix(blocks-basic): Refactored tests to use new Block config.
[ { "change_type": "MODIFY", "diff": "import { runBlockSchemaTests, runRenderTests } from '@lowdefy/block-dev';\nimport Block from './Anchor.js';\n-import block from './index.js';\nimport examples from './examples.yaml';\nimport schema from './schema.json';\n-const { meta, tests } = block;\n+const testConfig ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocks-basic): Refactored tests to use new Block config.
1
fix
blocks-basic
648,078
14.01.2022 11:25:30
-3,600
a4d2c1cca0abe2f6ecb1aa1e83d4a41bf2964a79
fix: order of mutation roll back is now correct
[ { "change_type": "MODIFY", "diff": "@@ -152,16 +152,16 @@ namespace Stryker.Core.Compiling\nprivate void ScanAllMutationsIfsAndIds(SyntaxNode node, IList<(SyntaxNode, int)> scan)\n{\n+ foreach (var childNode in node.ChildNodes())\n+ {\n+ ScanAllMutationsIfsAndIds(childNode, scan);\n+ }\nvar id = ExtractMuta...
C#
Apache License 2.0
stryker-mutator/stryker-net
fix: order of mutation roll back is now correct
1
fix
null
648,078
14.01.2022 11:26:20
-3,600
fe9ca1395ff95c5d773567c1211a13e23bd83a76
fix: block mutator no longer mutates case section
[ { "change_type": "MODIFY", "diff": "@@ -278,7 +278,7 @@ private bool Out(int test, Func<int, bool>lambda )\nstring expected = @\"void TestMethod()\n{if(StrykerNamespace.MutantControl.IsActive(0)){}else{\nint i = 0;\n- var result = (StrykerNamespace.MutantControl.IsActive(1)?!(Out(i, (x) => { int.TryParse(\"...
C#
Apache License 2.0
stryker-mutator/stryker-net
fix: block mutator no longer mutates case section
1
fix
null
386,584
14.01.2022 11:29:17
-7,200
bd389752dccb8030ad80da0f717e8ecaba71c7fd
fix(blocks-color-selectors): Refactored tests to use new Block config.
[ { "change_type": "MODIFY", "diff": "import 'jest-canvas-mock';\nimport { runMockRenderTests } from '@lowdefy/block-dev';\n-import block from './index.js';\n+import Block from './ChromeColorSelector.js';\nimport examples from './examples.yaml';\nimport schema from './schema.json';\n-const { meta, tests } = b...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocks-color-selectors): Refactored tests to use new Block config.
1
fix
blocks-color-selectors
386,584
14.01.2022 11:31:52
-7,200
d17e34ebf82a40f7f8fc28e97917e1f2f971e733
fix(blocks-echarts): Refactored tests to use new Block config.
[ { "change_type": "MODIFY", "diff": "import { runMockRenderTests } from '@lowdefy/block-dev';\n-import block from './index.js';\n+import Block from './EChart.js';\nimport examples from './examples.yaml';\nimport schema from './schema.json';\n-const { meta, tests } = block;\n+const testConfig = {\n+ validatio...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocks-echarts): Refactored tests to use new Block config.
1
fix
blocks-echarts
386,584
14.01.2022 11:36:43
-7,200
e4f45908e934c0f4929288db7204fba1dc66fb1e
fix(blocks-loaders): Refactored tests to use new Block config.
[ { "change_type": "MODIFY", "diff": "@@ -18,9 +18,13 @@ import { runBlockSchemaTests, runRenderTests } from '@lowdefy/block-dev';\nimport Block from './IconSpinner.js';\nimport examples from './examples.yaml';\n-import block from './index.js';\nimport schema from './schema.json';\n-const { meta, tests } = bl...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocks-loaders): Refactored tests to use new Block config.
1
fix
blocks-loaders
386,584
14.01.2022 11:43:51
-7,200
b96394456f972386fe3395331ac0c1fb82c3ac07
fix(blocks-markdown): Refactored tests to use new Block config.
[ { "change_type": "MODIFY", "diff": "import { runMockRenderTests } from '@lowdefy/block-dev';\n-import block from './index.js';\n+import Block from './DangerousMarkdown.js';\nimport examples from './examples.yaml';\nimport schema from './schema.json';\n-const { meta, tests } = block;\n+const testConfig = {\n...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocks-markdown): Refactored tests to use new Block config.
1
fix
blocks-markdown
386,595
14.01.2022 11:46:01
-7,200
9db225060ae3e8222839a359484d46c4a2e016e6
chore(blocks-antd): Fix rc-animate import for modules.
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ import React from 'react';\nimport { blockDefaultProps, renderHtml } from '@lowdefy/block-utils';\nimport { Col, Row } from 'antd';\nimport classNames from 'classnames';\n-import CSSMotion from 'rc-animate/lib/CSSMotion.js';\n+import CSSMotion from 'rc-a...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(blocks-antd): Fix rc-animate import for modules.
1
chore
blocks-antd
877,015
14.01.2022 11:48:19
-3,600
7a137fd106c4ea127110dc23b2583531571fc25e
docs(@vtmn/css-design-tokens): reorder imports
[ { "change_type": "MODIFY", "diff": "-@import './animations';\n+/* Colors */\n@import './base-colors';\n-@import './breakpoints';\n@import './legacy-colors';\n-@import './opacities';\n-@import './shadows';\n-@import './spacings';\n@import './themes/default';\n@import './themes/core-light';\n@import './themes...
JavaScript
Apache License 2.0
decathlon/vitamin-web
docs(@vtmn/css-design-tokens): reorder imports
1
docs
@vtmn/css-design-tokens
688,413
14.01.2022 12:03:28
-7,200
d6c7a06c7d5c5d9917ac4000d23f4dd4fc395ef7
chore: fix typings after upgrading
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,10 @@ const transform: Transform = (file, api) => {\nattributeName: string,\nmapper: { [key: string]: string }\n) => {\n+ if (!attributes) {\n+ return\n+ }\n+\nconst attributeIndex = attributes.findIndex(\nnode =>\nnode.type === 'JSXAttribute' && node.name.na...
TypeScript
MIT License
toptal/picasso
chore: fix typings after upgrading @types/react (#2384)
1
chore
null
342,861
14.01.2022 12:36:35
-3,600
29b3a57ca7248d3649ec2c43323e0ff2226ac2db
fix(Toast): fix message type
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ interface Options {\ndeclare const ToastRoot: React.FunctionComponent<Props>;\ndeclare function createToast(\n- message: string,\n+ message: React.ReactNode,\noptions?: { readonly icon?: React.ReactElement<unknown> },\n): void;\n", "new_path": "packa...
JavaScript
MIT License
kiwicom/orbit
fix(Toast): fix message type (#3235)
1
fix
Toast
71,094
14.01.2022 12:51:53
0
c31f9b44165f872f8dd51605e00f4801ed611d4d
fix(apigateway): `enabled` property of `ApiKeyProps` is ignored Using nullish coalescing so that it defaults to `true` only if `enabled` is `null` or `undefined`. 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": "@@ -165,7 +165,7 @@ export class ApiKey extends ApiKeyBase {\nconst resource = new CfnApiKey(this, 'Resource', {\ncustomerId: props.customerId,\ndescription: props.description,\n- enabled: props.enabled || true,\n+ enabled: props.enabled ?? true,\ngenerateDistinctId: prop...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(apigateway): `enabled` property of `ApiKeyProps` is ignored (#18407) Using nullish coalescing so that it defaults to `true` only if `enabled` is `null` or `undefined`. Fixes https://github.com/aws/aws-cdk/issues/18402. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
apigateway
711,597
14.01.2022 13:20:25
0
53babf654176d5d88cd7c1c7f88be98f8dd31a57
fix(core): Fix filtering by facet value uuid in DefaultSearchPlugin Fixes
[ { "change_type": "ADD", "diff": "+/* tslint:disable:no-non-null-assertion */\n+import { DefaultJobQueuePlugin, DefaultSearchPlugin, mergeConfig, UuidIdStrategy } from '@vendure/core';\n+import { createTestEnvironment, registerInitializer, SqljsInitializer } from '@vendure/testing';\n+import path from 'path'...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix filtering by facet value uuid in DefaultSearchPlugin Fixes #1341
1
fix
core
667,680
14.01.2022 13:55:01
-28,800
a91de7918a19b60975261a8e1af0512e8364f407
fix(android): fix lint warnings & errors
[ { "change_type": "MODIFY", "diff": "-#include <__bit_reference>\n/*\n*\n* Tencent is pleased to support the open source community by making\n", "new_path": "android/sdk/src/main/jni/src/bridge/entry.cc", "old_path": "android/sdk/src/main/jni/src/bridge/entry.cc" }, { "change_type": "MODIFY",...
C++
Apache License 2.0
tencent/hippy
fix(android): fix lint warnings & errors
1
fix
android
667,680
14.01.2022 13:56:28
-28,800
8c413b773925e1d6218c50dfc708d5e2eb914480
fix(android): remove useless `V8` command-line flag
[ { "change_type": "MODIFY", "diff": "@@ -250,8 +250,6 @@ V8VM::V8VM(const std::shared_ptr<V8VMInitParam>& param): VM(param) {\nTDF_BASE_DLOG(INFO) << \"NewDefaultPlatform\";\nplatform_ = v8::platform::NewDefaultPlatform();\n- v8::V8::SetFlagsFromString(\"--wasm-disable-structured-cloning\",\n- strlen(\"--was...
C++
Apache License 2.0
tencent/hippy
fix(android): remove useless `V8` command-line flag
1
fix
android
667,680
14.01.2022 13:58:06
-28,800
32767ad27125e092c158995deac9c8bb8a5a49ae
chore(android): optimize build scripts
[ { "change_type": "MODIFY", "diff": "+/*\n+ *\n+ * Tencent is pleased to support the open source community by making\n+ * Hippy available.\n+ *\n+ * Copyright (C) 2022 THL A29 Limited, a Tencent company.\n+ * All rights reserved.\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\");\n+ ...
C++
Apache License 2.0
tencent/hippy
chore(android): optimize build scripts
1
chore
android
386,581
14.01.2022 13:59:14
-7,200
b610a63a522afebe66dee8481cf8caf029334201
feat(server-dev): Add the abilty to restart the dev server.
[ { "change_type": "MODIFY", "diff": "@@ -132,7 +132,6 @@ test('BatchChanges calls function again if it receives new change while executin\nexpect(fn).toHaveBeenCalledTimes(1);\nawait wait(50);\nexpect(fn).toHaveBeenCalledTimes(2);\n- await wait(50);\n});\ntest('BatchChanges provides arguments to the called f...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(server-dev): Add the abilty to restart the dev server.
1
feat
server-dev
71,488
14.01.2022 14:13:16
18,000
a5a9cbd92431befae06289bcf547a335ea9ebadf
docs(contributing): drop extra "the"s Removes two duplicate "the" instances in the `CONTRIBUTING.md` doc. *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": "@@ -69,7 +69,7 @@ $ yarn install\n```\nWe recommend that you use [Visual Studio Code](https://code.visualstudio.com/) to work on the CDK.\n-We use `eslint` to keep our code consistent in terms of style and reducing defects. We recommend installing the\n+We use `eslint` to...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(contributing): drop extra "the"s (#18435) Removes two duplicate "the" instances in the `CONTRIBUTING.md` doc. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
contributing
815,601
14.01.2022 14:14:37
-28,800
07d4db9e5ad4a9f0df079bf26e8aebd1c8e9b478
chore: tweak default max_ancestors_count limit
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ use crate::component::{\nentry::TxEntry,\n};\n-const DEFAULT_MAX_ANCESTORS_SIZE: usize = 25;\n+const DEFAULT_MAX_ANCESTORS_COUNT: usize = 125;\n#[test]\nfn test_min_fee_and_vbytes() {\n@@ -98,7 +98,7 @@ fn test_ancestors_sorted_key_order() {\n#[test]\nfn...
Rust
MIT License
nervosnetwork/ckb
chore: tweak default max_ancestors_count limit
1
chore
null