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
185,944
10.08.2021 09:25:25
18,000
133e546921b5b686b528fa500811f0c70e124a80
test: reduce copy-paste in editor-spec
[ { "change_type": "MODIFY", "diff": "import { shallow } from 'enzyme';\nimport * as React from 'react';\n-import { DefaultEditorId, MAIN_JS } from '../../../src/interfaces';\n+import { EditorId, MAIN_JS } from '../../../src/interfaces';\nimport { Editor } from '../../../src/renderer/components/editor';\nimpo...
TypeScript
MIT License
electron/fiddle
test: reduce copy-paste in editor-spec (#819)
1
test
null
185,944
10.08.2021 09:25:44
18,000
11df0252eb87a2d102c2b040e8e16a361784ba5b
test: reduce copy-paste in get-package
[ { "change_type": "MODIFY", "diff": "import * as semver from 'semver';\n-import { DefaultEditorId } from '../../src/interfaces';\n+import { MAIN_JS } from '../../src/interfaces';\nimport { getForgeVersion, getPackageJson } from '../../src/utils/get-package';\n+import { StateMock } from '../mocks/mocks';\njes...
TypeScript
MIT License
electron/fiddle
test: reduce copy-paste in get-package (#820)
1
test
null
276,941
10.08.2021 09:45:21
10,800
8b79c44fd42d7212f7178514ab87361f8e062c27
docs: improving result documentation
[ { "change_type": "MODIFY", "diff": "---\ntitle: 'Result'\nmetaTitle: 'Result'\n-metaDescription: 'Result Component'\n+metaDescription: 'The Result component default looks and behavior'\n---\n-\nimport Result from './result-native.mdx';\n-\n# Result\n+<TabbedView>\n+ <Tab title=\"Native\">\n<Result />\n-\n-\...
JavaScript
MIT License
gympass/yoga
docs: improving result documentation
1
docs
null
76,611
10.08.2021 10:19:26
-7,200
14edc8b392935d9099f1debac2834cbf146d602e
update: skip comments in scenarios
[ { "change_type": "MODIFY", "diff": "@@ -96,6 +96,7 @@ class TestConnector extends Connector {\nthis.expected = fs\n.readFileSync(fileName, 'utf-8')\n.split(/\\r?\\n/)\n+ .filter(x => !x.startsWith('#'))\n.filter((x) => x);\nthis.messages = [];\nconst userName = this.settings.userName || 'user';\n", "new...
JavaScript
MIT License
axa-group/nlp.js
update: skip comments in scenarios
1
update
null
73,317
10.08.2021 10:41:25
-7,200
c9b0bfb5b75350d41573b35afde926c21259378a
chore: upgrade cattrs dependency to 1.7.1 (py3.7+) Version `1.6.0` has been yanked. By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]:
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ setuptools.setup(\ninstall_requires=[\n\"attrs~=20.1\",\n\"cattrs~=1.0.0 ; python_version < '3.7'\",\n- \"cattrs~=1.6.0 ; python_version >= '3.7'\",\n+ \"cattrs~=1.7.1 ; python_version >= '3.7'\",\n\"importlib_resources ; python_version < '3.7'\",\n\"pyt...
TypeScript
Apache License 2.0
aws/jsii
chore: upgrade cattrs dependency to 1.7.1 (py3.7+) (#2943) Version `1.6.0` has been yanked. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
1
chore
null
306,444
10.08.2021 11:08:56
-7,200
55efd3c64b27244a409bcd2b30129163c35312f8
chore: refactor code a little to use slotmixin
[ { "change_type": "ADD", "diff": "+---\n+'@lion/input-amount': patch\n+---\n+\n+Empty or invalid currency now removes the currency label node, this is restored when the currency is valid again.\n", "new_path": ".changeset/nervous-lions-trade.md", "old_path": null }, { "change_type": "MODIFY",...
JavaScript
MIT License
ing-bank/lion
chore: refactor code a little to use slotmixin
1
chore
null
791,474
10.08.2021 11:19:37
25,200
6d6d6caab012c2eaef6292334b5679d7122156ce
test(bigtable): missing unique string from backup name
[ { "change_type": "MODIFY", "diff": "@@ -2552,7 +2552,7 @@ func TestIntegration_AdminBackup(t *testing.T) {\ndefer dAdminClient.Close()\ndefer deleteTable(ctx, t, dAdminClient, restoreTableName)\n- if err = dAdminClient.RestoreTableFrom(ctx, sourceInstance, restoreTableName, sourceCluster, \"mybackup\"); err...
Go
Apache License 2.0
googleapis/google-cloud-go
test(bigtable): missing unique string from backup name (#4585)
1
test
bigtable
756,059
10.08.2021 11:32:22
25,200
177b3bcf08fee99e9ea92e8164be9b7cf1cb0b29
test: update existing tests for VOM weak key gc changes
[ { "change_type": "MODIFY", "diff": "@@ -944,7 +944,7 @@ test('dropImports', async t => {\nconst { setBuildRootObject, dispatch, deadSet } = ls;\nsetBuildRootObject(build);\nconst allFRs = gcTools.getAllFRs();\n- t.is(allFRs.length, 1);\n+ t.is(allFRs.length, 2);\nconst FR = allFRs[0];\nconst rootA = 'o+0';\...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test: update existing tests for VOM weak key gc changes
1
test
null
306,309
10.08.2021 11:43:00
-3,600
d4a7e429955611cdb7b72dce60102a9ce0043417
fix: IsTruthy was only checking if env is true Checked this to IsEnvPresent
[ { "change_type": "MODIFY", "diff": "@@ -110,11 +110,11 @@ func baseVersion(v string) string {\n}\nfunc ciScript() string {\n- if IsTruthy(os.Getenv(\"INFRACOST_CI_DIFF\")) {\n+ if IsEnvPresent(\"INFRACOST_CI_DIFF\") {\nreturn \"ci-diff\"\n- } else if IsTruthy(os.Getenv(\"INFRACOST_CI_ATLANTIS_DIFF\")) {\n+ ...
Go
Apache License 2.0
infracost/infracost
fix: IsTruthy was only checking if env is true Checked this to IsEnvPresent
1
fix
null
865,922
10.08.2021 11:44:55
-7,200
b0ef5afc6a3e43f3cf1903e6ff141d3ee837854f
feat(cloudDeployment): let user input clusterURL instead of clusterID
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ export const OAUTH_URL = 'OAuth URL';\nexport const AUDIENCE = 'Audience';\nexport const CLIENT_ID = 'Client ID';\nexport const CLIENT_SECRET = 'Client Secret';\n-export const CLUSTER_ID = 'Cluster ID';\n+export const CLUSTER_ID = 'Cluster URL';\nexport ...
JavaScript
MIT License
camunda/camunda-modeler
feat(cloudDeployment): let user input clusterURL instead of clusterID
1
feat
cloudDeployment
730,453
10.08.2021 12:13:00
14,400
54fbfe185e6fd66ff12daf4413817a4de8708e88
feat(meetings): accept asResourceOccupant param
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,7 @@ export default class MeetingRequest extends StatelessWebexPlugin {\n*/\nasync joinMeeting(options) {\nconst {\n- sipUri, deviceUrl, locusUrl, resourceId, correlationId, ensureConversation, moderator, pin, moveToResource, roapMessage, preferTranscoding\n+...
JavaScript
MIT License
webex/webex-js-sdk
feat(meetings): accept asResourceOccupant param
1
feat
meetings
73,317
10.08.2021 12:15:02
-7,200
36d08e36825b9293627d5481022c8f2e74e6425d
chore: upgrade xmldom from 0.6.0 to 0.7.0 This uses a custom resolution to the xmldom GitHub repoisoty, as they are currently unable to publish the fixed version to npmjs.com. See xmldom/xmldom#271 for more information. The custom resolution can be removed once npmjs.com has 0.7.0 or above.
[ { "change_type": "MODIFY", "diff": "\"commonmark\": \"^0.29.3\",\n\"fs-extra\": \"^9.1.0\",\n\"typescript\": \"~3.9.9\",\n- \"xmldom\": \"^0.6.0\",\n+ \"xmldom\": \"github:xmldom/xmldom#0.7.0\",\n\"yargs\": \"^16.2.0\"\n},\n\"license\": \"Apache-2.0\",\n", "new_path": "packages/jsii-rosetta/package.json...
TypeScript
Apache License 2.0
aws/jsii
chore: upgrade xmldom from 0.6.0 to 0.7.0 (#2945) This uses a custom resolution to the xmldom GitHub repoisoty, as they are currently unable to publish the fixed version to npmjs.com. See xmldom/xmldom#271 for more information. The custom resolution can be removed once npmjs.com has 0.7.0 or above. Co-authored-b...
1
chore
null
127,979
10.08.2021 12:37:07
-10,800
ada1d7877ca746123644e0bbfa9dca5e76dbbe40
fix: add livecasino short logo, update full logo
[ { "change_type": "MODIFY", "diff": "@@ -1200,6 +1200,8 @@ export { default as LogoLabFull } from './logos/LogoLabFull';\nexport * from './logos/LogoLabFull';\nexport { default as LogoLivecasinoFull } from './logos/LogoLivecasinoFull';\nexport * from './logos/LogoLivecasinoFull';\n+export { default as LogoLi...
TypeScript
MIT License
coingaming/moon-design
fix: add livecasino short logo, update full logo [B1M2-3102] (#1300)
1
fix
null
791,308
10.08.2021 12:43:34
25,200
0b60ac7b1d702377522e21f5e8ea62387ddaad2a
chore(tests): install google-cloud-sdk-app-engine-go without gcloud
[ { "change_type": "MODIFY", "diff": "@@ -65,7 +65,7 @@ echo $ENVCTL_ID\n# If App Engine, install app-engine-go component\nif [[ $ENVIRONMENT == *\"appengine\"* ]]; then\n- gcloud components install app-engine-go -q\n+ apt-get install google-cloud-sdk-app-engine-go -y | cat\nfi\n# If Kubernetes, install kubec...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(tests): install google-cloud-sdk-app-engine-go without gcloud (#4587)
1
chore
tests
699,207
10.08.2021 13:00:26
25,200
a6df510dffb3706e5132ea04d8f875f313798ee0
chore(style-props): add types for column gap and row gap
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/core': minor\n+'@twilio-paste/style-props': minor\n+---\n+\n+[Style Props] add types for column gap and row gap\n", "new_path": ".changeset/metal-pigs-guess.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 ...
TypeScript
MIT License
twilio-labs/paste
chore(style-props): add types for column gap and row gap
1
chore
style-props
815,601
10.08.2021 13:08:07
-28,800
12eb4032b6e5d22e68f3258a6fb2b331508b4504
fix: callback potentially incorrect trigger on concurrent context
[ { "change_type": "MODIFY", "diff": "@@ -1075,18 +1075,28 @@ fn _submit_entry(\nentry: TxEntry,\ncallbacks: &Callbacks,\n) -> Result<(), Reject> {\n+ let tx_hash = entry.transaction().hash();\nmatch status {\nTxStatus::Fresh => {\n- tx_pool.add_pending(entry.clone());\n+ if tx_pool.add_pending(entry.clone())...
Rust
MIT License
nervosnetwork/ckb
fix: callback potentially incorrect trigger on concurrent context
1
fix
null
815,595
10.08.2021 13:08:18
-28,800
c9e06d54d28128d73e2f6152b3dd812335585e66
feat: reduce cellbase maturity on staging spec
[ { "change_type": "MODIFY", "diff": "@@ -90,7 +90,7 @@ index = 1\n# Spec: ckb_staging\n[ckb_staging]\n-spec_hash = \"0x2d96bd61335be33418befa47f1c5ead53a0546b57a6d79719f0f999fa954dde4\"\n+spec_hash = \"0x42710b7a9387d72ebf918042f497b6c29ce02da9037b5349f3a05c070864611e\"\ngenesis = \"0xbc081e6b2e31149c1dc3900...
Rust
MIT License
nervosnetwork/ckb
feat: reduce cellbase maturity on staging spec
1
feat
null
791,323
10.08.2021 14:08:13
25,200
770eaf2e8c89d79f2cb66be9a36f1a6cfc0d38cf
test(pubsub): increase ordering key test timeout From discussion with increasing the test timeout for this ordering key test should help with flakiness. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -1188,7 +1188,6 @@ func TestIntegration_OrderedKeys_Basic(t *testing.T) {\n}\nfunc TestIntegration_OrderedKeys_JSON(t *testing.T) {\n- t.Skip(\"https://github.com/googleapis/google-cloud-go/issues/3626\")\nctx := context.Background()\nclient := integrationTestClient(ct...
Go
Apache License 2.0
googleapis/google-cloud-go
test(pubsub): increase ordering key test timeout (#4584) From discussion with @kamalaboulhosn, increasing the test timeout for this ordering key test should help with flakiness. Fixes #3626
1
test
pubsub
815,601
10.08.2021 14:09:21
-28,800
fc4ae6f4c67aedce84ebae68efd0fdbe54eecee5
fix: persisted test wait tx-pool ready
[ { "change_type": "MODIFY", "diff": "@@ -72,6 +72,7 @@ The crate `ckb-rpc`'s minimum supported rustc version is 1.51.0.\n* [Method `tx_pool_info`](#method-tx_pool_info)\n* [Method `clear_tx_pool`](#method-clear_tx_pool)\n* [Method `get_raw_tx_pool`](#method-get_raw_tx_pool)\n+ * [Method `tx_pool_ready`](#met...
Rust
MIT License
nervosnetwork/ckb
fix: persisted test wait tx-pool ready
1
fix
null
551,670
10.08.2021 14:23:39
-7,200
c6319785786a3ab7bc4f500aecab421d24197545
feat(sql): improve expression parsing of geohash type constant
[ { "change_type": "MODIFY", "diff": "@@ -339,7 +339,7 @@ public final class ColumnType {\nTYPE_SIZE_POW2[VAR_ARG] = -1;\nTYPE_SIZE_POW2[RECORD] = -1;\nTYPE_SIZE_POW2[NULL] = -1;\n- // GEOHASH: geohash column types has variable storage size, 1-8 bytes depending on type bit lenght\n+ // GEOHASH: geohash column...
Java
Apache License 2.0
questdb/questdb
feat(sql): improve expression parsing of geohash type constant (#1233)
1
feat
sql
67,479
10.08.2021 14:32:30
-36,000
1dfaa13dd14bd361538200c1fb7f8007289673ec
refactor(task-queue): mark private with _, remove tracer on nno-dev
[ { "change_type": "MODIFY", "diff": "@@ -106,25 +106,25 @@ function isPersistent(task: Task): boolean {\nreturn task.persistent;\n}\nexport class TaskQueue {\n- private processing: Task[] = [];\n- private suspenderTask: Task | undefined = void 0;\n- private pendingAsyncCount: number = 0;\n+ /** @internal */ ...
TypeScript
MIT License
aurelia/aurelia
refactor(task-queue): mark private with _, remove tracer on nno-dev
1
refactor
task-queue
756,064
10.08.2021 14:42:45
25,200
bdf8c08ec2643217f507968bc9ae36fa548a8f69
fix(swingset): define 'meterControl' to disable metering The `meterControl` tool will give liveslots a way to temporarily disable metering, so it can perform GC-sensitive operations without affecting the vat's metering results. Each supervisor provides their own version: all are dummy facades except for XS. refs
[ { "change_type": "MODIFY", "diff": "@@ -69,7 +69,7 @@ Some useful things cannot be serialized: they will trigger an error.\nUncertain:\n* Maps: This might actually serialize as pass-by-presence, since it has no non-function properties (in fact it has no own properties at all, they all live on `Map.prototype...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(swingset): define 'meterControl' to disable metering The `meterControl` tool will give liveslots a way to temporarily disable metering, so it can perform GC-sensitive operations without affecting the vat's metering results. Each supervisor provides their own version: all are dummy facades except for XS. refs #34...
1
fix
swingset
104,844
10.08.2021 14:48:43
14,400
9dc701f59e70f511d2cb7d44c166870021338499
fix(card): changes from PR comments
[ { "change_type": "MODIFY", "diff": "@@ -412,7 +412,7 @@ const Card = (props) => {\n`${iotPrefix}--card--title--text__overflow`,\n`${iotPrefix}--card--title--text`,\n{\n- [`${iotPrefix}--card--title--text__wrapped`]:\n+ [`${iotPrefix}--card--title--text--wrapped`]:\nhasTitleWrap && !subtitle,\n}\n)}\n@@ -424...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(card): changes from PR comments
1
fix
card
71,327
10.08.2021 14:56:32
-7,200
04b8d400b2653aff4f48709e8b420c6adb996ef5
feat(pipelines): add `synthCodeBuildDefaults` This change allows specifying the codeBuildDefaults for the synth-action as it is already possible with assets and self-mutation. *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": "@@ -547,7 +547,7 @@ of properties that allow you to customize various aspects of the projects:\n```ts\nnew CodeBuildStep('Synth', {\n- // ...standard RunScript props...\n+ // ...standard ShellStep props...\ncommands: [/* ... */],\nenv: { /* ... */ },\n@@ -582,8 +582,8 @@ ...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(pipelines): add `synthCodeBuildDefaults` (#15627) This change allows specifying the codeBuildDefaults for the synth-action as it is already possible with assets and self-mutation. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
pipelines
306,320
10.08.2021 15:09:21
-3,600
6b0a25fa2bfdeafc2662a651d1793e615b2eafb0
fix(azure): Private endpoint returning multiple products
[ { "change_type": "MODIFY", "diff": "@@ -54,7 +54,7 @@ func privateEndpointCostComponent(region, name, meterName string) *schema.CostCo\nProductFamily: strPtr(\"Networking\"),\nAttributeFilters: []*schema.AttributeFilter{\n{Key: \"productName\", Value: strPtr(\"Virtual Network Private Link\")},\n- {Key: \"me...
Go
Apache License 2.0
infracost/infracost
fix(azure): Private endpoint returning multiple products (#902)
1
fix
azure
104,844
10.08.2021 15:10:25
14,400
0a147a0746bb63f4fe60a0dd1ac4de2846057cad
fix(card): change way we hide timerange label so sizing works
[ { "change_type": "MODIFY", "diff": "@@ -54,11 +54,14 @@ const CardRangePicker = ({\nreturn (\n<div className={`${iotPrefix}--card--toolbar-date-range-wrapper`}>\n<ToolbarItem>\n- {cardWidth > 400 ? (\n- <div id=\"timeRange\" className={`${iotPrefix}--card--toolbar-timerange-label`}>\n+ <div\n+ id=\"timeRang...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(card): change way we hide timerange label so sizing works
1
fix
card
942,566
10.08.2021 15:20:21
21,600
1e158acaad069bf6c3a75b7d25b1be3586d6661e
fix(preview): Update readme to show correct import for menu item
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ See here for\n```tsx\nimport {Combobox} from '@workday/canvas-kit-labs-react/combobox';\n-import {MenuItem} from '@workday/canvas-kit-labs-react/menu';\n+import {MenuItem} from '@workday/canvas-kit-preview-react/menu';\nimport {TextInput} from '@workday/...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(preview): Update readme to show correct import for menu item (#1208)
1
fix
preview
277,286
10.08.2021 15:31:43
-7,200
5097891400ac278baa2348e2e363c2dc94261881
fix: Meta redirect for Firefox. Closes
[ { "change_type": "MODIFY", "diff": "@@ -136,14 +136,16 @@ export const\nif (redirect) {\ntry {\n- const url = new URL(redirect)\n+ const\n+ { location } = window,\n+ url = new URL(`${location.origin}${location.pathname}${redirect}`)\nif (redirect === url.hash) {\n- window.location.hash = redirect\n+ locatio...
Python
Apache License 2.0
h2oai/wave
fix: Meta redirect for Firefox. Closes #950
1
fix
null
304,879
10.08.2021 15:34:23
21,600
948cded34f4b90cf1035d5a48699d09a32a66b24
chore: fix rust 1.54 clippy lints All the lints while crying.
[ { "change_type": "MODIFY", "diff": "@@ -292,7 +292,7 @@ impl<'a> ast::walk::Visitor<'a> for SerializingVisitor<'a> {\nwalk::Node::Block(bl) => {\nlet body = {\nlet stmt_vec = v.create_stmt_vector(bl.body.len());\n- Some(v.builder.create_vector(&stmt_vec.as_slice()))\n+ Some(v.builder.create_vector(stmt_vec....
Go
MIT License
influxdata/flux
chore: fix rust 1.54 clippy lints (#3952) All the lints while crying.
1
chore
null
777,353
10.08.2021 15:38:02
18,000
081b329ccf12fd4df7158607f5c450f4eca58708
fix: size and resize the config monico editor
[ { "change_type": "MODIFY", "diff": "import yaml from 'js-yaml';\n-import React from 'react';\n+import React, { useEffect, useRef } from 'react';\nimport MonacoEditor from 'react-monaco-editor';\nimport Section from 'components/Section';\n+import useResize from 'hooks/useResize';\nimport { ExperimentBase } f...
Python
Apache License 2.0
determined-ai/determined
fix: size and resize the config monico editor [DET-5736] (#2802)
1
fix
null
503,988
10.08.2021 15:41:06
14,400
0b7d72248e3f5ed8135d75d87d39350f6bbd7bd7
feat(HelperText): update default icons for success/error
[ { "change_type": "MODIFY", "diff": "@@ -3,8 +3,8 @@ import styles from '@patternfly/react-styles/css/components/HelperText/helper-te\nimport { css } from '@patternfly/react-styles';\nimport MinusIcon from '@patternfly/react-icons/dist/js/icons/minus-icon';\nimport ExclamationTriangleIcon from '@patternfly/r...
TypeScript
MIT License
patternfly/patternfly-react
feat(HelperText): update default icons for success/error (#6130)
1
feat
HelperText
865,922
10.08.2021 15:55:35
-7,200
8cdeaa0e1dc299e303b93632484c978c62f66a82
feat(zeebe-api): support optional passing of clusterRegion
[ { "change_type": "MODIFY", "diff": "@@ -67,6 +67,7 @@ const BPMN_SUFFIX = '.bpmn';\n* @property {string} clusterId\n* @property {string} clientId\n* @property {string} clientSecret\n+ * @property {string} [clusterRegion] if not provided, zeebe-node will assume 'bru-2'\n*/\n/**\n@@ -290,7 +291,8 @@ class Zee...
JavaScript
MIT License
camunda/camunda-modeler
feat(zeebe-api): support optional passing of clusterRegion
1
feat
zeebe-api
877,015
10.08.2021 15:57:09
-7,200
6a4675cfa336aad8090433502559d4e8bf247af9
refactor(@vtmn/web-components): fix build bug for css packages dependencies
[ { "change_type": "MODIFY", "diff": "\"start\": \"chokidar \\\"src/**\\\" -i \\\"(dist|loader|www)/**\\\" -c \\\"stencil build --docs\\\"\"\n},\n\"dependencies\": {\n- \"@stencil/core\": \"^2.0.1\"\n+ \"@stencil/core\": \"^2.0.1\",\n+ \"@vtmn/css-badge\": \"^0.3.4\",\n+ \"@vtmn/css-button\": \"^0.4.6\",\n+ \...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/web-components): fix build bug for css packages dependencies
1
refactor
@vtmn/web-components
104,844
10.08.2021 15:58:20
14,400
818173339b89118920df619f58d33ad792906af3
chore(cards): update snaps
[ { "change_type": "MODIFY", "diff": "@@ -249,6 +249,12 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/B\n<div\nclassName=\"iot--card--toolbar-date-range-wrapper\"\n>\n+ <div\n+ className=\"iot--card--toolbar-timerange-label\"\n+ id=\"timeRange\"\n+ >\n+ Default\n+ </div>\n<...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(cards): update snaps
1
chore
cards
777,353
10.08.2021 16:05:59
18,000
6615a3fa2da3779efda6d3b55fd8ef78c2ec9718
fix: don't display indefinite spinner if experiment is paused
[ { "change_type": "MODIFY", "diff": "@@ -111,7 +111,7 @@ const ExperimentVisualization: React.FC<Props> = ({\nconst { hasData, hasLoaded, isExperimentTerminal, isSupported } = useMemo(() => {\nreturn {\nhasData: batches && batches.length !== 0 && metrics && metrics.length !== 0,\n- hasLoaded: batches && setM...
Python
Apache License 2.0
determined-ai/determined
fix: don't display indefinite spinner if experiment is paused [DET-5849] (#2813)
1
fix
null
342,861
10.08.2021 16:11:00
-7,200
e963702f44936ca49ec4c3cbe60d3cd808b172d1
feat(Wizard): add lockScrolling prop
[ { "change_type": "MODIFY", "diff": "@@ -23,11 +23,12 @@ Then use `Wizard` as the container for multiple `WizardStep`s:\n## Wizard props\n| Name | Type | Default | Description |\n-| :--------------- | :-------------------------------------------------------- | :------ | :-------------------------------------...
JavaScript
MIT License
kiwicom/orbit
feat(Wizard): add lockScrolling prop (#3070)
1
feat
Wizard
277,286
10.08.2021 16:12:51
-7,200
a7e6c81f88baf494614439d7e3cda0e92ba5b2ea
docs: Add missing screenshots
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/website/docs/examples/assets/form-visibility.png differ\n", "new_path": "website/docs/examples/assets/form-visibility.png", "old_path": "website/docs/examples/assets/form-visibility.png" }, { "change_type": "ADD", "diff": "Bin...
Python
Apache License 2.0
h2oai/wave
docs: Add missing screenshots
1
docs
null
791,418
10.08.2021 16:18:42
14,400
ae8a9a103f380917ab2c8f7ccaddbe5f40670a7a
feat(bigtable/cmd/cbt): Add a timeout option
[ { "change_type": "MODIFY", "diff": "@@ -49,6 +49,7 @@ var (\nconfig *cbtconfig.Config\nclient *bigtable.Client\n+ table tableLike\nadminClient *bigtable.AdminClient\ninstanceAdminClient *bigtable.InstanceAdminClient\n@@ -58,6 +59,10 @@ var (\ncliUserAgent = \"cbt-cli-go/unknown\"\n)\n+type tableLike interfa...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(bigtable/cmd/cbt): Add a timeout option (#4276)
1
feat
bigtable/cmd/cbt
667,713
10.08.2021 16:30:09
-28,800
1ea8fc16527476c59ffd9219af3f1186b821ff97
refactor(android): should take out hippy.jar in release task
[ { "change_type": "MODIFY", "diff": "@@ -232,6 +232,22 @@ task dealAfterAssembleDebug() {\ntask dealAfterAssembleRelease() {\ndoLast {\n+ file(\"$OUTPUT_PATH/release\").deleteDir()\n+\n+ file(OUTPUT_PATH).list().each{fileName ->\n+ if (fileName.contains(\"release.aar\")) {\n+ copy {\n+ from zipTree(\"$OUTPUT...
C++
Apache License 2.0
tencent/hippy
refactor(android): should take out hippy.jar in release task
1
refactor
android
667,713
10.08.2021 16:48:15
-28,800
cfe76c61ff3fd0999a904a905dc2319f6b2a2177
feat(android): add image type to HippyDrawable
[ { "change_type": "MODIFY", "diff": "@@ -435,6 +435,10 @@ public class HippyImageView extends AsyncImageView implements CommonBorder, Hipp\n@Override\nprotected void handleImageRequest(IDrawableTarget target, int sourceType, Object requestInfo) {\n+ if (target != null && !TextUtils.isEmpty(target.getImageTyp...
C++
Apache License 2.0
tencent/hippy
feat(android): add image type to HippyDrawable
1
feat
android
865,922
10.08.2021 16:58:17
-7,200
2454bc9493ca2d2090b77bf00c5883746c0e1c51
feat(cloudDeployment): migrate clusterID to URL if not present closes
[ { "change_type": "MODIFY", "diff": "@@ -310,6 +310,11 @@ export default class DeploymentPlugin extends PureComponent {\nendpoint = previousEndpoints[0];\n}\n+ // #2375 => if we only have a clusterId, transform it to clusterURL for backwards-compatability\n+ if (!endpoint.camundaCloudClusterUrl && endpoint.c...
JavaScript
MIT License
camunda/camunda-modeler
feat(cloudDeployment): migrate clusterID to URL if not present closes #2375
1
feat
cloudDeployment
791,927
10.08.2021 17:00:49
-7,200
36454eeff65f6c451205dc1891b5ab5e62fbb444
core: fix resource size calculation of cached images
[ { "change_type": "MODIFY", "diff": "'use strict';\nconst ByteEfficiencyAudit = require('./byte-efficiency-audit.js');\n+const NetworkRequest = require('../../lib/network-request.js');\nconst Sentry = require('../../lib/sentry.js');\nconst URL = require('../../lib/url-shim.js');\nconst i18n = require('../../...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: fix resource size calculation of cached images (#12612)
1
core
null
877,015
10.08.2021 17:13:09
-7,200
f3fe471549dab0c622ca5bd31b5685539fb3bd6f
refactor(@vtmn/web-components): move to devDependencies components
[ { "change_type": "MODIFY", "diff": "\"start\": \"chokidar \\\"src/**\\\" -i \\\"(dist|loader|www)/**\\\" -c \\\"stencil build --docs\\\"\"\n},\n\"dependencies\": {\n- \"@stencil/core\": \"^2.0.1\",\n+ \"@stencil/core\": \"^2.0.1\"\n+ },\n+ \"devDependencies\": {\n+ \"@stencil/postcss\": \"^2.0.0\",\n\"@vtmn...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/web-components): move to devDependencies components
1
refactor
@vtmn/web-components
688,480
10.08.2021 17:18:37
-10,800
55fe14b434dae611806683589f99bdbfa735f62f
feat(Dropdown): add contentOverflow option
[ { "change_type": "ADD", "diff": "+import React from 'react'\n+import { Dropdown, Menu, Button, Grid } from '@toptal/picasso'\n+import { TestingPicasso } from '@toptal/picasso/test-utils'\n+import { mount } from '@cypress/react'\n+\n+const menuItems = [\n+ 'Add Infraction',\n+ 'Convert to Sourcing Flow',\n+ ...
TypeScript
MIT License
toptal/picasso
feat(Dropdown): add contentOverflow option (#2124)
1
feat
Dropdown
438,921
10.08.2021 17:43:56
-32,400
ec6d120e54b20ec2c1e6356e227b737a8566a6c5
fix(browser): add requestIdleCallback fallback Fallback when window.requestIdleCallback not exists. Fix
[ { "change_type": "MODIFY", "diff": "@@ -18,4 +18,9 @@ const win = (() => {\n})();\n/* eslint-enable no-new-func, no-undef */\n+// fallback for non-supported environments\n+win.requestIdleCallback = win.requestIdleCallback || (cb => setTimeout(cb, 1));\n+win.cancelIdleCallback = win.cancelIdleCallback || (id...
TypeScript
MIT License
naver/billboard.js
fix(browser): add requestIdleCallback fallback Fallback when window.requestIdleCallback not exists. Fix #2247
1
fix
browser
127,946
10.08.2021 17:53:30
-10,800
24d4b9df5e0030e65379c3b6cf37d1d2df92e4a3
fix: search component preview
[ { "change_type": "MODIFY", "diff": "import React from 'react';\n-// import { Search } from '@heathmont/moon-core';\n+import { Search } from '@heathmont/moon-core';\nimport { IconProfile } from '@heathmont/moon-assets';\n-/*\nconst PreviewSearch = () => {\nreturn (\n<div className=\"h-96 bg-white p-4\">\n@@ ...
TypeScript
MIT License
coingaming/moon-design
fix: search component preview
1
fix
null
815,601
10.08.2021 18:22:21
-28,800
626af9b6b13b38bd3627e0870e008c8298218db2
fix(test): make sure testnode graceful shutdown basic sync
[ { "change_type": "MODIFY", "diff": "@@ -538,7 +538,7 @@ dependencies = [\nname = \"ckb-channel\"\nversion = \"0.100.0-pre\"\ndependencies = [\n- \"crossbeam-channel 0.3.9\",\n+ \"crossbeam-channel\",\n]\n[[package]]\n@@ -1511,15 +1511,6 @@ dependencies = [\n\"itertools 0.9.0\",\n]\n-[[package]]\n-name = \"c...
Rust
MIT License
nervosnetwork/ckb
fix(test): make sure testnode graceful shutdown basic sync
1
fix
test
877,015
10.08.2021 18:22:52
-7,200
6c963e99a795a7839763ae837d2dcfd53fbce0a3
docs(@vtmn/css): delete in theming doc
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ _For your information, if you don't set any CSS class for theming, the theme wil\nYou just need to apply one of these classes listed above and your child elements will use the theme you defined automatically.\n-### With specific CSS packages (`@vtmn/css-...
JavaScript
Apache License 2.0
decathlon/vitamin-web
docs(@vtmn/css): delete @vtmn/css-** in theming doc
1
docs
@vtmn/css
815,601
10.08.2021 18:58:45
-28,800
1fda6ad27bd6167766545608acfc28406b49eea8
refactor: enum tuple struct
[ { "change_type": "MODIFY", "diff": "@@ -86,23 +86,23 @@ impl LazyData {\n#[derive(Debug, PartialEq, Eq, Clone)]\nenum Binaries {\n- Unique((Byte32, LazyData)),\n- Duplicate((Byte32, LazyData)),\n+ Unique(Byte32, LazyData),\n+ Duplicate(Byte32, LazyData),\nMultiple,\n}\nimpl Binaries {\nfn new(data_hash: Byt...
Rust
MIT License
nervosnetwork/ckb
refactor: enum tuple struct
1
refactor
null
104,844
10.08.2021 19:01:23
14,400
fefb09feeb6bbda0d646b7c66ec9d0afea0dfd8d
fix(cardrangepicker): clean up test
[ { "change_type": "MODIFY", "diff": "@@ -37,13 +37,14 @@ describe('CardRangePicker', () => {\nlast24HoursLabel,\nthisWeekLabel,\n}}\n+ cardWidth={500}\ntimeRangeOptions={defaultTimeRangeOptions}\nonCardAction={mockOnCardAction}\n/>\n);\nfireEvent.click(screen.getAllByTitle(selectTimeRangeLabel)[0]);\n// Clic...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(cardrangepicker): clean up test
1
fix
cardrangepicker
104,844
10.08.2021 19:03:28
14,400
6e96d761d41ad73f5c034a23c9c96998646974f9
chore(usehasoverflowtext): remove comment
[ { "change_type": "MODIFY", "diff": "import { useEffect, useState } from 'react';\n-/* eslint-disable no-else-return, no-useless-return */\nconst useHasTextOverflow = (elementRef) => {\nconst [isOverflowed, setIsOverflowed] = useState(false);\n", "new_path": "packages/react/src/hooks/useHasTextOverflow.j...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(usehasoverflowtext): remove comment
1
chore
usehasoverflowtext
815,601
10.08.2021 19:10:47
-28,800
f79181b31efdee6adb876601c7ceee340f4d62cc
chore: remove useless assign
[ { "change_type": "MODIFY", "diff": "@@ -105,9 +105,7 @@ impl Binaries {\n*self = Self::Duplicate(hash.to_owned(), data.to_owned());\n}\n}\n- Self::Multiple => {\n- *self = Self::Multiple;\n- }\n+ Self::Multiple => {}\n}\n}\n}\n", "new_path": "script/src/verify.rs", "old_path": "script/src/verify.rs"...
Rust
MIT License
nervosnetwork/ckb
chore: remove useless assign
1
chore
null
185,950
10.08.2021 19:43:35
-7,200
f8ba19b9d10b0162fc1b382052972b57f33b54c3
refactor: use latest Octokit auth
[ { "change_type": "ADD", "diff": "", "new_path": "src/renderer/version.ts", "old_path": "src/renderer/version.ts" }, { "change_type": "MODIFY", "diff": "@@ -11,16 +11,14 @@ let _octo: Octokit;\n* @returns {Promise<typeof GitHubType>}\n*/\nexport async function getOctokit(appState?: AppSta...
TypeScript
MIT License
electron/fiddle
refactor: use latest Octokit auth (#812)
1
refactor
null
531,793
10.08.2021 19:58:34
-3,600
2b039a53860839c62fd6494932742eadb5ad426f
fix(tests): use new method name
[ { "change_type": "MODIFY", "diff": "@@ -273,14 +273,14 @@ describe(\"<AlertHistory />\", () => {\nawait act(async () => {\nadvanceBy(1000 * 299);\n- jest.runTimersToTime(1000 * 299);\n+ jest.advanceTimersByTime(1000 * 299);\nawait fetchMock.flush(true);\n});\nexpect(fetchMock.calls()).toHaveLength(1);\nawai...
TypeScript
Apache License 2.0
prymitive/karma
fix(tests): use new method name
1
fix
tests
667,713
10.08.2021 20:06:09
-28,800
5d48309d76d6d44f1b65b1683393f1d272a87883
fix(android): remove hasNavigationBar from DimensionsUtil
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,6 @@ public class DimensionsUtil {\nprivate static final String NAV_BAR_HEIGHT_RES_NAME = \"navigation_bar_height\";\nprivate static final String NAV_BAR_HEIGHT_LANDSCAPE_RES_NAME = \"navigation_bar_height_landscape\";\nprivate static final String SHOW_NAV_BA...
C++
Apache License 2.0
tencent/hippy
fix(android): remove hasNavigationBar from DimensionsUtil
1
fix
android
531,793
10.08.2021 20:07:36
-3,600
3465b3cd067cb41a3ccb1d2221e30c4a91bf1c84
fix(ci): ensure codecov only reads karma coverage
[ { "change_type": "MODIFY", "diff": "@@ -54,6 +54,7 @@ jobs:\nuses: codecov/codecov-action@v2.0.2\nwith:\nflags: backend\n+ files: ./coverage.txt\nlint-go:\nname: Lint Go code\n@@ -131,6 +132,7 @@ jobs:\nuses: codecov/codecov-action@v2.0.2\nwith:\nflags: ui\n+ directory: ./ui/coverage\nlint-js:\nname: Lint J...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): ensure codecov only reads karma coverage
1
fix
ci
791,636
10.08.2021 20:48:54
14,400
bed738ff65ac980376d6a271633ac882da7b1a14
docs: fix 'individual' typo
[ { "change_type": "MODIFY", "diff": "@@ -57,7 +57,7 @@ export type TestIamPermissionsCallback = ResourceCallback<\n/**\n* [IAM (Identity and Access\n* Management)](https://cloud.google.com/pubsub/access_control) allows you to\n- * set permissions on invidual resources and offers a wider range of roles:\n+ * ...
TypeScript
Apache License 2.0
googleapis/nodejs-pubsub
docs: fix 'individual' typo (#1367)
1
docs
null
756,029
10.08.2021 21:38:58
25,200
b6e943b6573bd75e408987a55a597198ec2ac00d
fix(swingset): Finish vat tool RESM to NESM conversion
[ { "change_type": "ADD", "diff": "+../tools/rekernelize.js\n\\ No newline at end of file\n", "new_path": "packages/SwingSet/bin/rekernelize", "old_path": null }, { "change_type": "DELETE", "diff": "-#!/usr/bin/env node\n-\n-require = require('esm')(module);\n-require('@agoric/install-ses'...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(swingset): Finish vat tool RESM to NESM conversion
1
fix
swingset
71,135
10.08.2021 22:56:31
-19,080
6b32b2fb0c6ed2a21eb929e39930c6c9cf668dae
feat(aws-elbv2): ALB target group routing algorithms Closes
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import * as cxapi from '@aws-cdk/cx-api';\nimport { Construct } from 'constructs';\nimport { BaseListener, BaseListenerLookupOptions } from '../shared/base-listener';\nimport { HealthCheck } from '../shared/base-target-group';\n-import { ApplicationProtoco...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(aws-elbv2): ALB target group routing algorithms (#15622) Closes #15160
1
feat
aws-elbv2
306,660
10.08.2021 23:11:25
-19,080
e4cf0bc5567cf6d201c460e34802617ca4c3910b
fix(MetricInput): fixes arrow click event argument
[ { "change_type": "MODIFY", "diff": "@@ -198,7 +198,11 @@ export const MetricInput = React.forwardRef<HTMLInputElement, MetricInputProps>(\nif (isUncontrolled) setValue(newValue);\nif (onChange) {\n- const syntheticEvent = Object.create(e, { target: { value: newValue } });\n+ const syntheticEvent = Object.cr...
TypeScript
MIT License
innovaccer/design-system
fix(MetricInput): fixes arrow click event argument
1
fix
MetricInput
320,202
11.08.2021 02:40:20
-10,800
61af2a4325733463c918396868d313b7632bb310
fix: partial url regexp It was not working with relative URLs not starting with / Now it determines url as partial if it does not start with http: or https:
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ interface LinksBuilderOptions {\nurlSelector?: string;\n}\n-const isPartialUrlRegExp = /^\\/[^/]/i;\n+const isPartialUrlRegExp = /^(?!https?:).*/i;\nexport function getProductLinksBuilder(options: LinksBuilderOptions) {\nreturn (docElement: cheerio.Cheer...
TypeScript
MIT License
jef/streetmerchant
fix: partial url regexp (#2382) It was not working with relative URLs not starting with / Now it determines url as partial if it does not start with http: or https:
1
fix
null
791,837
11.08.2021 03:11:59
-32,400
97844d9ab7165f8aa70587be6e2117f9e7f05a6c
misc: remove nyc config
[ { "change_type": "MODIFY", "diff": "\"bugs\": {\n\"url\": \"https://github.com/GoogleChrome/lighthouse/issues\"\n},\n- \"nyc\": {\n- \"reporter\": [\n- \"text-summary\"\n- ],\n- \"tempDirectory\": \"./coverage\",\n- \"include\": [\n- \"**/lighthouse-core/**/*.js\",\n- \"**/lighthouse-cli/**/*.js\",\n- \"**/...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: remove nyc config (#12876)
1
misc
null
401,133
11.08.2021 04:28:29
14,400
f89ed95f9619707aaa47410c99ee83305261473e
feat: search box component updates * feat: updating theme types to include active state for expandIcon affects: * style: fixing padding within options affects: * style: fixing rotation of component affects: * test: update snapshots affects:
[ { "change_type": "MODIFY", "diff": "@@ -283,7 +283,7 @@ exports[`SearchBox options should render options when user search option specifi\nbackground-color: #ffffff;\nborder-radius: 0.8rem;\nbox-shadow: 0 0.2rem 0.8rem rgba(96,120,144,0.35);\n- padding-bottom: 1.2rem;\n+ padding: 0.4rem 0;\nmax-height: 21rem...
TypeScript
MIT License
medly/medly-components
feat: search box component updates (#371) * feat: updating theme types to include active state for expandIcon affects: @medly-components/theme * style: fixing padding within options affects: @medly-components/core * style: fixing rotation of component affects: @medly-components/core * test: update sn...
1
feat
null
866,395
11.08.2021 05:43:09
14,400
64e6cc406d110be048389fe98717b974bb5cf78d
chore(deps): remove unused dependency
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/is-port-reachable-3.0.0.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/is-port-reachable-3.0.0.tgz", "old_path": ".yarn/offline-mirror/is-port-reachable-3.0.0.tgz" }, { "change_type": "MODIFY", "diff"...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(deps): remove unused dependency (#6840) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1
chore
deps
699,207
11.08.2021 07:48:32
25,200
9cf87489818addd8377df565f212892293c600ed
fix(website): add data export to link ignore list
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ const IGNORE_LIST = [\n// That will need to be refactored to pull from AirTable instead of packages.\n'primitives/sibling-box',\n'components/badge',\n+ 'patterns/data-export', // this randomly started failing and the page doesn't exist.\n'/__/', // I don...
TypeScript
MIT License
twilio-labs/paste
fix(website): add data export to link ignore list
1
fix
website
777,376
11.08.2021 08:34:29
14,400
ad63487471ff335f4197fe4484e3a6d89eabd3ba
fix: issue with install and version check of tensorboard A different version of tensorboard could be installed after we check the version.
[ { "change_type": "MODIFY", "diff": "@@ -15,8 +15,6 @@ if ! /bin/which \"$DET_PYTHON_EXECUTABLE\" >/dev/null 2>&1 ; then\nexit 1\nfi\n-TENSORBOARD_VERSION=$(pip show tensorboard | grep Version | sed \"s/[^:]*: *//\")\n-\n\"$DET_PYTHON_EXECUTABLE\" -m pip install -q --user /opt/determined/wheels/determined*.w...
Python
Apache License 2.0
determined-ai/determined
fix: issue with install and version check of tensorboard (#2819) A different version of tensorboard could be installed after we check the version.
1
fix
null
699,207
11.08.2021 09:03:19
25,200
a41fdd9e3ce70ba176a7bc740123430768133eaf
chore(website): add column gap and row gap to box docs
[ { "change_type": "MODIFY", "diff": "@@ -278,6 +278,8 @@ All the regular HTML attributes (`role`, `aria-*`, `type`, and so on) including\n| paddingRight? | `ResponsiveValue<keyof ThemeShape['space']>` | |\n| paddingBottom? | `ResponsiveValue<keyof ThemeShape['space']>` | |\n| paddingLeft? | `ResponsiveValue<...
TypeScript
MIT License
twilio-labs/paste
chore(website): add column gap and row gap to box docs (#1760)
1
chore
website
815,598
11.08.2021 09:07:59
-28,800
11dbbf2ee40daa0fd22e01f81243f4bb6d0a75f6
chore: add pr template Copy from
[ { "change_type": "ADD", "diff": "+<!--\n+Thank you for contributing to nervosnetwork/ckb!\n+\n+If you haven't already, please read [CONTRIBUTING](https://github.com/nervosnetwork/ckb/blob/develop/CONTRIBUTING.md) document.\n+\n+If you're unsure about anything, just ask; somebody should be along to answer wi...
Rust
MIT License
nervosnetwork/ckb
chore: add pr template Copy from https://github.com/tikv/tikv/blob/master/.github/pull_request_template.md
1
chore
null
791,723
11.08.2021 09:18:24
25,200
1014251e2dd4c911fa49a72412c6e2ad5486cdde
report(build): create UMD bundle build
[ { "change_type": "MODIFY", "diff": "@@ -64,16 +64,32 @@ async function buildEsModulesBundle() {\n});\nawait bundle.write({\n- file: 'dist/report/bundle.js',\n+ file: 'dist/report/bundle.esm.js',\nformat: 'esm',\n});\n}\n+async function buildUmdBundle() {\n+ const bundle = await rollup.rollup({\n+ input: 're...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(build): create UMD bundle build (#12898)
1
report
build
815,577
11.08.2021 09:42:45
-28,800
def747444ad5e69c84e1b481dc721c146f4ed0dc
fix: fix stream body read
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ use ckb_stop_handler::{SignalSender, StopHandler};\nuse ckb_types::{packed::Block, H256};\nuse futures::prelude::*;\nuse hyper::{\n- body::{Bytes, HttpBody},\n+ body::{to_bytes, Bytes},\nheader::{HeaderValue, CONTENT_TYPE},\nBody, Client as HttpClient, Err...
Rust
MIT License
nervosnetwork/ckb
fix: fix stream body read
1
fix
null
386,597
11.08.2021 09:54:44
-7,200
08de720351c62d5211d94d145105e76e5dd55f5c
feat: add ElasticsearchIndex request.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n+import ElasticsearchIndex from './ElasticsearchIndex/ElasticsearchIndex';\nimport schema from './ElasticsearchSchema.json';\nimport ElasticsearchSearch from './ElasticsearchSearch/ElasticsearchSearch';\nexport default {\nschema,\nreque...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: add ElasticsearchIndex request.
1
feat
null
386,597
11.08.2021 09:55:09
-7,200
9f1fc347d60b5f2877d7331007359ff5746c735b
feat: add ElasticsearchDelete request.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n+import ElasticsearchDelete from './ElasticsearchDelete/ElasticsearchDelete';\nimport ElasticsearchIndex from './ElasticsearchIndex/ElasticsearchIndex';\nimport schema from './ElasticsearchSchema.json';\nimport ElasticsearchSearch from ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: add ElasticsearchDelete request.
1
feat
null
722,056
11.08.2021 10:05:13
-7,200
df763973b03d7d8977f25d6eafae1a6faa0507b4
feat(docgen): add support for arrays in aliases
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ export default function makePathResolver(\nmodules?: string[]\n): (filePath: string, originalDirNameOverride?: string) => string | null {\nreturn (filePath: string, originalDirNameOverride?: string) =>\n- resolvePathFrom(resolveAliases(filePath, aliases ||...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
feat(docgen): add support for arrays in aliases
1
feat
docgen
438,921
11.08.2021 10:31:29
-32,400
36c45504d956b971db8140b88db7042afab6ddd6
chore(deps-dev): udpate dependency Fix test codes due to the webpack's module replacement update Update generating cjs Close Close Close
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,6 @@ const content = {\n\"type\": \"commonjs\"\n};\n-writeJson(resolvePath(\"../dist/package.json\"), content, e => {\n+writeJson(resolvePath(\"../dist/package.json\", false), content, e => {\nconsole.error(e);\n});\n", "new_path": "config/cjs.js", "old...
TypeScript
MIT License
naver/billboard.js
chore(deps-dev): udpate dependency (#2249) - Fix test codes due to the webpack's module replacement update - Update generating cjs Close #2242 Close #2243 Close #2244
1
chore
deps-dev
126,276
11.08.2021 10:40:27
10,800
24f6c148df55b028d6564ff1e52bec74e36d15fb
chore(pkg/database): minor renaming after rebase
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ func TestReadOnlyReplica(t *testing.T) {\noptions := DefaultOption().WithDBRootPath(rootPath).WithDBName(\"db\").AsReplica(true)\n- replica, err := NewDb(options, nil, logger.NewSimpleLogger(\"immudb \", os.Stderr))\n+ replica, err := NewDB(options, nil,...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): minor renaming after rebase Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
265,942
11.08.2021 10:45:37
14,400
3898a7ed28fc6dd36cc61ebd4ae3b14957d6c841
samples: add sample for streaming file upload
[ { "change_type": "MODIFY", "diff": "@@ -190,6 +190,7 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-storage/tre\n| Set Public Access Prevention Unspecified | [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/setPublicAccessPreventionUnspecified.js) | [![...
TypeScript
Apache License 2.0
googleapis/nodejs-storage
samples: add sample for streaming file upload (#1534)
1
samples
null
386,597
11.08.2021 10:57:58
-7,200
a23a7be1632f60beef162dc726168b51f185508e
feat: Add ElasticsearchUpdate request.
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ import ElasticsearchDelete from './ElasticsearchDelete/ElasticsearchDelete';\nimport ElasticsearchIndex from './ElasticsearchIndex/ElasticsearchIndex';\nimport schema from './ElasticsearchSchema.json';\nimport ElasticsearchSearch from './ElasticsearchSea...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Add ElasticsearchUpdate request.
1
feat
null
401,133
11.08.2021 11:24:06
14,400
f868b93847ef0ac92f4996897fe3638d5a0b06df
feat: updating theme to include searchBox expandIcon active state * feat: updating theme to include searchBox expandicon active state affects: * fix: switching from bgColor to color affects:
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,10 @@ const expandIconHoveredStyle = css`\ntransform: rotate(180deg);\n}\n+ * {\n+ fill: ${({ theme }) => theme.searchBox.expandIcon.color.active};\n+ }\n+\n&:hover {\nbackground: ${({ theme }) => theme.searchBox.expandIcon.bgColor.active};\n}\n", "new_pa...
TypeScript
MIT License
medly/medly-components
feat: updating theme to include searchBox expandIcon active state (#379) * feat: updating theme to include searchBox expandicon active state affects: @medly-components/core, @medly-components/theme * fix: switching from bgColor to color affects: @medly-components/core
1
feat
null
791,690
11.08.2021 11:34:56
18,000
740009ff3ca1825e319b9af2a634a54db4d7d0b4
core: add --debugNavigation setting
[ { "change_type": "MODIFY", "diff": "@@ -106,7 +106,7 @@ jobs:\n- run: sudo apt-get install xvfb\n- name: yarn smoke --fraggle-rock\n- run: xvfb-run --auto-servernum yarn smoke --debug --fraggle-rock -j=1 --retries=2 a11y lantern seo-passing seo-failing csp metrics\n+ run: xvfb-run --auto-servernum yarn smok...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: add --debugNavigation setting (#12902)
1
core
null
386,597
11.08.2021 11:36:34
-7,200
a370e9e7c615bac4341f26f7bafb2abd5dc707a7
feat: Add ElasticsearchDeleteByQuery request.
[ { "change_type": "MODIFY", "diff": "*/\nimport ElasticsearchDelete from './ElasticsearchDelete/ElasticsearchDelete';\n+import ElasticsearchDeleteByQuery from './ElasticsearchDeleteByQuery/ElasticsearchDeleteByQuery';\nimport ElasticsearchIndex from './ElasticsearchIndex/ElasticsearchIndex';\nimport schema f...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Add ElasticsearchDeleteByQuery request.
1
feat
null
942,581
11.08.2021 11:36:38
21,600
0a237244a8039479571b53fda36ccbc9e62d0358
feat: Add comments in DTS files for JSDoc
[ { "change_type": "MODIFY", "diff": "\"lib\": [\"es2015\", \"es2017\", \"dom\"],\n\"moduleResolution\": \"node\",\n\"forceConsistentCasingInFileNames\": true,\n- \"removeComments\": true,\n+ \"removeComments\": false,\n\"noImplicitReturns\": true,\n\"preserveConstEnums\": true,\n\"allowUnreachableCode\": fal...
TypeScript
Apache License 2.0
workday/canvas-kit
feat: Add comments in DTS files for JSDoc (#1207)
1
feat
null
386,597
11.08.2021 11:53:39
-7,200
3cc30ca4a893e486c487fc6c1c3ca18042ce68d7
feat: Add ElasticsearchUpdateByQuery request.
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,7 @@ import ElasticsearchIndex from './ElasticsearchIndex/ElasticsearchIndex';\nimport schema from './ElasticsearchSchema.json';\nimport ElasticsearchSearch from './ElasticsearchSearch/ElasticsearchSearch';\nimport ElasticsearchUpdate from './ElasticsearchUpd...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Add ElasticsearchUpdateByQuery request.
1
feat
null
386,597
11.08.2021 11:55:13
-7,200
9d13c326eeb8e90d4880aa472a16c72bc71001fb
fix: Enable read/write checking for Elasticsearch
[ { "change_type": "MODIFY", "diff": "true\n],\n\"default\": false\n+ },\n+ \"read\": {\n+ \"type\": \"boolean\",\n+ \"default\": true,\n+ \"description\": \"Allow reads from the Elasticsearch index.\",\n+ \"errorMessage\": {\n+ \"type\": \"Elasticsearch connection property \\\"read\\\" should be a boolean.\"...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Enable read/write checking for Elasticsearch
1
fix
null
386,584
11.08.2021 11:55:28
-7,200
b6cf705d5c7e0b54a3c22d7a33116fc30dc9e191
feat: Add back option to link. Closes
[ { "change_type": "MODIFY", "diff": "@@ -22,11 +22,12 @@ _ref:\n```\n(pageId: string): void\n(params: {\n- pageId?: string,\n+ back?: boolean,\nhome?: boolean,\n- url?: string,\n- newTab?:boolean,\ninput?: object,\n+ newTab?:boolean,\n+ pageId?: string,\n+ url?: string,\nurlQuery? object\n}): void\n```\n@@ -...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Add back option to link. Closes #728
1
feat
null
815,598
11.08.2021 12:28:19
-28,800
81b107a13634554e8210e6fabe8ab2971c6343f1
chore: fix secret name in workflow
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ env:\nRUSTFLAGS: \"-D warnings\"\nCARGO_TERM_COLOR: always\nRUST_BACKTRACE: full\n- TESTNET_SNAPSHOT_URL: ${{secrets.TESTNET_DATA_SNAPSHOT}}\n+ TESTNET_SNAPSHOT_URL: ${{secrets.TESTNET_SNAPSHOT_URL}}\nCARGO_TARGET_DIR: ${{ github.workspace }}/../target\n...
Rust
MIT License
nervosnetwork/ckb
chore: fix secret name in workflow
1
chore
null
386,597
11.08.2021 12:36:57
-7,200
8feb78b3cc168da818b156349d389c66ae8ddef3
feat: Update Elasticsearch docs
[ { "change_type": "MODIFY", "diff": "@@ -46,12 +46,13 @@ _ref:\n#### Examples\n- ###### Authenticated connection:\n+ ###### Authenticated connection with reads and writes:\n```yaml\nconnections:\n- id: elasticsearch\ntype: Elasticsearch\nproperties:\n+ write: true\nnode:\n_secret: ELASTICSEARCH_HOST\nauth:\n...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Update Elasticsearch docs
1
feat
null
699,207
11.08.2021 12:46:16
25,200
140af0cbab8e3b1bd33fdc25ef3212e8c38ef6c9
chore(website): add responsive layout and vertical examples
[ { "change_type": "MODIFY", "diff": "@@ -230,34 +230,28 @@ so your grid can be vertical on different viewports. For example to have your gr\nuse `vertical={[true, false, false]}`. For a visual example, [see the Storybook example](https://main--5e53448165911c0022e68c74.chromatic.com/?path=/story/layout-grid--...
TypeScript
MIT License
twilio-labs/paste
chore(website): add responsive layout and vertical examples (#1756)
1
chore
website
942,581
11.08.2021 12:52:36
21,600
78ef1af37a0ed95cfd147a26a8d28a7eb90753d4
docs(popup): Add Popper note and args table of subcomponents
[ { "change_type": "MODIFY", "diff": "@@ -159,6 +159,12 @@ no UI and will render any children to the `body` element and position around a p\nPrefer using [Popup.Popper](#popuppopper) instead. Use this to make Popups that don't utilize a\nPopupModel or any associate popup [hooks](#hooks).\n+> **Note:** `Popper...
TypeScript
Apache License 2.0
workday/canvas-kit
docs(popup): Add Popper note and args table of subcomponents (#1205)
1
docs
popup
104,825
11.08.2021 12:54:58
14,400
d22bcafa3e82cc1ee5d84f1d5975d3590ef23c44
feat(table): add multi-line header support for setData
[ { "change_type": "MODIFY", "diff": "@@ -64,6 +64,57 @@ describe('Table', () => {\nexpect(tableModel['header'][0].length).toEqual(2);\n});\n+ it('should make sure each header has the same length as data', () => {\n+ let tableModel = new AITableModel();\n+ tableModel.setHeader([\n+ [\n+ new TableHeaderItem({ ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(table): add multi-line header support for setData
1
feat
table
401,134
11.08.2021 13:09:05
-19,080
5e44f86024e57cfd9ceb2a15fc7ee973090d653c
Docs: Made editorial changes to soem pages.
[ { "change_type": "MODIFY", "diff": "@@ -8,10 +8,10 @@ assignees: ''\n---\n### Describe the bug\n-A clear and concise description of what the bug is.\n+Provide a clear and concise description of the bug.\n### To Reproduce\n-Steps to reproduce the behavior:\n+Provide step-by-step instructions to reproduce the...
TypeScript
MIT License
medly/medly-components
Docs: Made editorial changes to soem pages. (#378)
1
docs
null
386,581
11.08.2021 13:15:08
-7,200
517132043f18dce96729252c2aaac90e204df5d7
fix: Fix Docker server docs
[ { "change_type": "MODIFY", "diff": "@@ -32,8 +32,8 @@ _ref:\nThe Lowdefy server can be configured using the following environment variables:\n- - `LOWDEFY_SERVER_BUILD_DIRECTORY`: The directory of the the built Lowdefy configuration (The output of `lowdefy build`, usually found at `./.lowdefy/build` in your...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Fix Docker server docs
1
fix
null
386,581
11.08.2021 13:15:32
-7,200
ef7c91c409e00d670651759613af212634ccd8e5
chore: Update docker server project config.
[ { "change_type": "MODIFY", "diff": "\"build:lowdefy-default\": \"node lowdefyDefault.cjs && lowdefy build\",\n\"clean\": \"rm -rf dist && rm -rf .lowdefy\",\n\"prepare\": \"yarn build\",\n- \"start\": \"nodemon dist/server.js\"\n+ \"start\": \"node dist/server.js\"\n},\n\"dependencies\": {\n\"@lowdefy/graph...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Update docker server project config.
1
chore
null
386,581
11.08.2021 13:16:19
-7,200
17c27f7f49ca8df85e609760c0c2c3fea73f4a62
feat: Initialise package
[ { "change_type": "MODIFY", "diff": "@@ -126,6 +126,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n\"name\": \"@lowdefy/server-netlify\",\n\"reference\": \"workspace:packages/servers/serverNetlify\"\n},\n+ {\n+ \"name\": \"@lowdefy/server-node\",\n+ \"reference\": \"workspace:packages/servers...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Initialise @lowdefy/server-node package
1
feat
null
688,437
11.08.2021 13:19:20
-10,800
9229edf70c852696ca78728d797c9a5f7a1f0621
feat: add title case for radio or checkbox groups
[ { "change_type": "MODIFY", "diff": "@@ -58,7 +58,11 @@ export const Checkbox = ({\nname={name!}\n>\n{(input: CheckboxProps) => (\n- <PicassoCheckbox {...input} requiredDecoration={requiredDecoration} />\n+ <PicassoCheckbox\n+ {...input}\n+ titleCase={restProps.titleCase}\n+ requiredDecoration={requiredDecor...
TypeScript
MIT License
toptal/picasso
feat: add title case for radio or checkbox groups (#2131)
1
feat
null
386,581
11.08.2021 13:26:44
-7,200
20dfb7db70868a0b2006f4f004736562acc480dc
feat: Document node server.
[ { "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
feat: Document node server.
1
feat
null
386,597
11.08.2021 13:28:43
-7,200
26ca2b7b2b107bdcb7c6fd1c5859e1bf89cbd3fe
fix(docs): Sort endpoints alphabetically
[ { "change_type": "MODIFY", "diff": "@@ -89,12 +89,122 @@ _ref:\n## Requests\nRequest types:\n- - ElasticsearchSearch\n+ - ElasticsearchDelete\n+ - ElasticsearchDeleteByQuery\n- ElasticsearchIndex\n+ - ElasticsearchSearch\n- ElasticsearchUpdate\n- - ElasticsearchDelete\n- ElasticsearchUpdateByQuery\n- - Elas...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Sort endpoints alphabetically
1
fix
docs
418,671
11.08.2021 13:28:52
-28,800
190a7292d495ebf2af8c66a2257fef41f3362ad1
fix: update FaasMddleware interface.ts
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ export interface FaaSContext extends IMidwayContext<FaaSHTTPContext> {\nhooks?: MidwayHooks;\n}\n-export type FaaSMiddleware = (() => (context: FaaSContext, next: () => Promise<any>) => any) | string;\n+export type FaaSMiddleware = ((context: FaaSContext...
TypeScript
MIT License
midwayjs/midway
fix: update FaasMddleware interface.ts (#1219)
1
fix
null
472,067
11.08.2021 13:47:11
-32,400
90a219a04e355ff98f9ad6111049c7cb1fc26e54
build(spindle-tokens): export with
[ { "change_type": "ADD", "diff": "+const { exporter } = require('./lib/output-styles-as-json');\n+\n+module.exports = {\n+ commands: [\n+ ['styles', {\n+ fileId: process.env.FIGMA_COLOR_PRIMITIVE_FILE_ID,\n+ outputters: [\n+ exporter({\n+ output: './tokens/color',\n+ replacer: result => JSON.stringify({ Colo...
TypeScript
MIT License
openameba/spindle
build(spindle-tokens): export with @figma-export
1
build
spindle-tokens
438,921
11.08.2021 13:53:21
-32,400
f1a34c6cd46ac7bfdf35e11f33deebbba6193be8
fix(api): unbind drag zoom owhen subchart is shown Unbind zoom(wheel/drag) when subchart is shown. Refactor zoom reset button Ref
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ export default {\n*/\nflush(soft?: boolean): void {\nconst $$ = this.internal;\n- const {state} = $$;\n+ const {state, $el: {zoomResetBtn}} = $$;\nif (state.rendered) {\n// reset possible zoom scale when is called from resize event\n@@ -65,7 +65,7 @@ exp...
TypeScript
MIT License
naver/billboard.js
fix(api): unbind drag zoom owhen subchart is shown - Unbind zoom(wheel/drag) when subchart is shown. - Refactor zoom reset button Ref #2201
1
fix
api
942,581
11.08.2021 14:08:56
21,600
f279771d5100db90c31583fa4d7649d95526f53c
fix(common): Remove from ExtractProps
[ { "change_type": "MODIFY", "diff": "@@ -58,16 +58,14 @@ type ExtractHTMLAttributes<\nT extends React.DetailedHTMLProps<any, any>\n> = T extends React.DetailedHTMLProps<infer P, any> ? P : T;\n-// Prettier messes up comments when `ts-ignore` is involved: https://github.com/prettier/prettier/issues/5411\n-// ...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(common): Remove @ts-ignore from ExtractProps (#1189)
1
fix
common