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
126,276
24.02.2022 16:32:46
10,800
62b6ea728cf856aaa891b3330fc81f411685bed9
test(embedded/tbtree): edge cases considering checksum validation
[ { "change_type": "MODIFY", "diff": "@@ -15,8 +15,6 @@ limitations under the License.\n*/\npackage mocked\n-import \"crypto/sha256\"\n-\ntype MockedAppendable struct {\nMetadataFn func() []byte\nSizeFn func() (int64, error)\n@@ -26,7 +24,6 @@ type MockedAppendable struct {\nFlushFn func() error\nSyncFn func(...
Go
Apache License 2.0
codenotary/immudb
test(embedded/tbtree): edge cases considering checksum validation Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/tbtree
342,861
24.02.2022 16:35:53
-3,600
aad7bfdc31b47301809813f591e73f463d49d22e
fix(ChoiceGroup): add forwardRef
[ { "change_type": "MODIFY", "diff": "@@ -31,5 +31,5 @@ export interface Props extends Common.Global {\nreadonly onChange: Common.Event<React.SyntheticEvent<HTMLInputElement>>;\n}\n-declare const ChoiceGroup: React.FunctionComponent<Props>;\n+declare const ChoiceGroup: React.ForwardRefRenderFunction<HTMLDivEl...
JavaScript
MIT License
kiwicom/orbit
fix(ChoiceGroup): add forwardRef
1
fix
ChoiceGroup
342,861
24.02.2022 16:36:26
-3,600
a5884f3a6e2f8411929b8e70af2d21512b6523f2
fix(InputGroup): add forwardRef
[ { "change_type": "MODIFY", "diff": "@@ -23,5 +23,5 @@ interface Props extends Common.Global, Common.SpaceAfter {\nreadonly onBlur?: Event;\n}\n-declare const InputGroup: React.FC<Props>;\n+declare const InputGroup: React.ForwardRefRenderFunction<HTMLDivElement, Props>;\nexport { InputGroup, InputGroup as de...
JavaScript
MIT License
kiwicom/orbit
fix(InputGroup): add forwardRef
1
fix
InputGroup
160,196
24.02.2022 16:38:07
-28,800
c58c147c172901604834dda1a0dbb62a5f653579
feat: support animation
[ { "change_type": "MODIFY", "diff": ".lf-edge-append {\ncursor: pointer;\n}\n-\n+.lf-edge-animation {\n+ stroke-dashoffset: 100%;\n+ animation: dash 5s linear infinite;\n+}\n+@keyframes dash {\n+ to {\n+ stroke-dashoffset: 0;\n+ }\n+}\n/* node */\n.lf-node-not-allow {\ncursor: not-allowed;\n", "new_path"...
TypeScript
Apache License 2.0
didi/logicflow
feat: support animation
1
feat
null
160,196
24.02.2022 16:39:20
-28,800
e8895cc230fccf007638db2cdfd79b25f7cba1b9
fix: edge animation demo
[ { "change_type": "ADD", "diff": "+class CustomBezierModel extends BezierEdgeModel {\n+ setAttributes () {\n+ this.offset = 40;\n+ }\n+ getAnimation() {\n+ const animation = super.getAnimation();\n+ animation.stroke = \"blue\";\n+ return animation;\n+ }\n+ getEdgeStyle() {\n+ const style = super.getEdgeStyle...
TypeScript
Apache License 2.0
didi/logicflow
fix: edge animation demo
1
fix
null
847,143
24.02.2022 16:40:40
-28,800
c80592aa3bb4bdffe2d71da4cae7a65ef760f6ae
docs(theme): update blog intro
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,8 @@ tag:\nThe theme provides blog feature, and it's not enabled by default.\n+You can enable blogging by setting `themeConfig.plugins.blog` to `true`.\n+\nFor instructions, please see [Blog Intro](../../guide/blog/intro.md);\n## Options\n", "new_path": "...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs(theme): update blog intro
1
docs
theme
71,080
24.02.2022 16:52:09
18,000
ed8918a32a8b3bdd44b2b103c2b91fa07413e46f
chore: add main and types to aws-cdk and remove linter rule against it. this is necessary for bundle dependencies to work on v2
[ { "change_type": "MODIFY", "diff": "\"name\": \"aws-cdk\",\n\"description\": \"CDK Toolkit, the command line tool for CDK apps\",\n\"version\": \"0.0.0\",\n+ \"main\": \"lib/index.js\",\n+ \"types\": \"lib/index.d.ts\",\n\"bin\": {\n\"cdk\": \"bin/cdk\"\n},\n", "new_path": "packages/aws-cdk/package.json...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: add main and types to aws-cdk and remove linter rule against it. this is necessary for bundle dependencies to work on v2
1
chore
null
648,030
24.02.2022 16:56:42
-3,600
c378d6300a936ac38d6592a537213746b30d69b9
fix(ProcessorCount): Guard against `ProcessorCount` reporting values lower then `1`
[ { "change_type": "MODIFY", "diff": "@@ -15,14 +15,19 @@ Reasons you might want to lower this setting:\n- You're running on a shared server\n- You are running stryker in the background while doing other work\";\n- public override int? Default => Environment.ProcessorCount / 2;\n+ public override int? Default...
C#
Apache License 2.0
stryker-mutator/stryker-net
fix(ProcessorCount): Guard against `ProcessorCount` reporting values lower then `1` (#1930)
1
fix
ProcessorCount
304,860
24.02.2022 16:57:07
-3,600
51f741340c7dab0574710fbeb52930c79723ec6d
feat: Expose the Record::fields iterator Would be useful in the LSP
[ { "change_type": "MODIFY", "diff": "@@ -978,6 +978,18 @@ impl MonoType {\n}\n}\n+ /// Returns an iterator over the fields in the record (or an empty iterator of the type is not\n+ /// a record)\n+ pub fn fields(&self) -> impl Iterator<Item = &Property> {\n+ match self {\n+ MonoType::Record(r) => r.fields(),...
Go
MIT License
influxdata/flux
feat: Expose the Record::fields iterator (#4509) Would be useful in the LSP
1
feat
null
342,861
24.02.2022 16:57:41
-3,600
e9d1a094b7a500e1e4affc1ac6fd811a565cc4cc
fix(Drawer): use focus trap
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import * as React from \"react\";\nimport styled, { css } from \"styled-components\";\nimport { convertHexToRgba } from \"@kiwicom/orbit-design-tokens\";\n+import useFocusTrap from \"../hooks/useFocusTrap\";\nimport useLockScrolling from \"../hooks/useLock...
JavaScript
MIT License
kiwicom/orbit
fix(Drawer): use focus trap
1
fix
Drawer
160,196
24.02.2022 16:59:02
-28,800
dd9d42ed26da46558592124533954f23b28aade2
fix: change strokeDasharray type from array to string
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ export type AnimationConfig = {\nexport type Animation = {\nstroke: string;\n- strokeDasharray: number[];\n+ strokeDasharray: string;\nclassName: string;\n};\n@@ -23,6 +23,6 @@ export const defaultAnimationOpenConfig: AnimationConfig = {\nexport const defa...
TypeScript
Apache License 2.0
didi/logicflow
fix: change strokeDasharray type from array to string
1
fix
null
865,939
24.02.2022 17:00:26
-3,600
3e2a6b6fec0ec94bbe6f8cc589889915196f26c0
fix(deploy/start): clear overlay state when activeTab changes Closes
[ { "change_type": "MODIFY", "diff": "@@ -63,7 +63,11 @@ export default class DeploymentTool extends PureComponent {\ncomponentDidMount() {\nthis.props.subscribe('app.activeTabChanged', ({ activeTab }) => {\n- this.setState({ activeTab });\n+ this.setState({\n+ activeTab,\n+ overlayState: null,\n+ activeButto...
JavaScript
MIT License
camunda/camunda-modeler
fix(deploy/start): clear overlay state when activeTab changes Closes #2762
1
fix
deploy/start
756,013
24.02.2022 17:01:39
21,600
4c06818de3e206a884ceb0c607f08d6983676d24
docs(MAINTAINERS): increment latest SDK version for next SDK tag
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,10 @@ To generate a new final release, and CHANGELOG.md files\n```sh\n# Create the final release CHANGELOGs.\nyarn lerna version --no-push --conventional-graduate\n+prior=$(git tag -l | sed -ne 's!^@agoric/sdk@\\([0-9]*\\).*!\\1!p' | sort -n | tail -1)\n+SDKV...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs(MAINTAINERS): increment latest SDK version for next SDK tag
1
docs
MAINTAINERS
756,013
24.02.2022 17:11:38
21,600
81cd9f71671633c9237c77faa799362899a8c94d
docs(MAINTAINERS): remove unnecessary git commit
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,6 @@ yarn lerna version --no-push --conventional-graduate\nprior=$(git tag -l | sed -ne 's!^@agoric/sdk@\\([0-9]*\\).*!\\1!p' | sort -n | tail -1)\nSDKVER=$(( prior + 1 ))\ngit tag @agoric/sdk@$SDKVER\n-git commit -am \"chore(release): @agoric/sdk@$SDKVER\"\n...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs(MAINTAINERS): remove unnecessary git commit
1
docs
MAINTAINERS
71,156
24.02.2022 17:31:11
-7,200
fc11ae2c4ec3bd9dfe3ff813aa831c744d8ac444
feat(pipelines): ECR source action Closes *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -426,6 +426,16 @@ const bucket = s3.Bucket.fromBucketName(this, 'Bucket', 'my-bucket');\npipelines.CodePipelineSource.s3(bucket, 'my/source.zip');\n```\n+##### ECR\n+\n+You can use a Docker image in ECR as the source of the pipeline. The pipeline will be\n+triggered ev...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(pipelines): ECR source action (#16385) Closes #16378 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
pipelines
841,421
24.02.2022 17:47:20
-32,400
b8b0c920e49c235fb65ca5585d343d2af79f9526
fix(es/codegen): Fix sourcemap of comments
[ { "change_type": "MODIFY", "diff": "{\n- \"mappings\": \"AAAAA,CAAC,EAAG,CAA6B,AAA7B,EAA6B,AAA7B,yBAA6B,AAA7B,EAA6B\",\n+ \"mappings\": \"AAAAA,CAAC,GAAG,EAA6B,AAA7B,yBAA6B,AAA7B,EAA6B\",\n\"names\": [\n\"a\"\n],\n", "new_path": "crates/swc/tests/fixture/issue-3715/1/output/index.map", "old_path": "...
Rust
Apache License 2.0
swc-project/swc
fix(es/codegen): Fix sourcemap of comments (#3723)
1
fix
es/codegen
889,620
24.02.2022 17:52:47
-28,800
3a218c0afabb76493f29b3836c9558fc7c0dc9f1
refactor: use fetchSet
[ { "change_type": "MODIFY", "diff": "@@ -43,9 +43,7 @@ class BookMetadataAggregationDao(\ndsl.select(t.TAG)\n.from(t)\n.where(t.SERIES_ID.eq(seriesId))\n- .fetchInto(t)\n- .mapNotNull { it.tag }\n- .toSet()\n+ .fetchSet(t.TAG)\n@Transactional\noverride fun insert(metadata: BookMetadataAggregation) {\n", ...
Kotlin
MIT License
gotson/komga
refactor: use fetchSet
1
refactor
null
889,620
24.02.2022 17:55:36
-28,800
496ebb0aac88e981d1bb1e2ac36776a72f167303
feat: sharing labels for series
[ { "change_type": "ADD", "diff": "+CREATE TABLE SERIES_METADATA_SHARING\n+(\n+ LABEL varchar NOT NULL,\n+ SERIES_ID varchar NOT NULL,\n+ FOREIGN KEY (SERIES_ID) REFERENCES SERIES (ID)\n+);\n+\n+alter table SERIES_METADATA\n+ add column SHARING_LABELS_LOCK boolean NOT NULL DEFAULT 0;\n", "new_path": "komg...
Kotlin
MIT License
gotson/komga
feat: sharing labels for series
1
feat
null
71,292
24.02.2022 18:24:49
-7,200
52128cf19ec9c35f1b79d7e6cc9088dd95bfde76
chore(node-bundle): mark private It was always supposed to be private. Oversight. *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": "@@ -32,4 +32,6 @@ project.testTask.prependSpawn(project.compileTask);\nconst buildAndTest = project.addTask('build+test');\nbuildAndTest.spawn(project.testTask);\n+project.addFields({ private: true });\n+\nproject.synth();\n", "new_path": "tools/@aws-cdk/node-bundle/....
TypeScript
Apache License 2.0
aws/aws-cdk
chore(node-bundle): mark private (#19139) It was always supposed to be private. Oversight. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
node-bundle
841,509
24.02.2022 18:31:22
28,800
d8b01660dcd0bca43993043e8fa6ed33c62894a9
fix(plugin/macro): Do not free guest memory twice
[ { "change_type": "MODIFY", "diff": "@@ -29,18 +29,15 @@ fn handle_func(func: ItemFn) -> TokenStream {\n#[cfg(target_arch = \"wasm32\")] // Allow testing\nextern \"C\" {\nfn __set_transform_result(bytes_ptr: i32, bytes_ptr_len: i32);\n- fn __free(bytes_ptr: i32, size: i32) -> i32;\n}\n- /// Call hosts's impo...
Rust
Apache License 2.0
swc-project/swc
fix(plugin/macro): Do not free guest memory twice (#3732)
1
fix
plugin/macro
342,861
24.02.2022 18:37:21
-3,600
ec0deab6e0814af056ea2f19b4bd56b09927d540
fix(Drawer): close on ESC
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import * as React from \"react\";\nimport styled, { css } from \"styled-components\";\nimport { convertHexToRgba } from \"@kiwicom/orbit-design-tokens\";\n+import KEY_CODE_MAP from \"../common/keyMaps\";\nimport useFocusTrap from \"../hooks/useFocusTrap\";...
JavaScript
MIT License
kiwicom/orbit
fix(Drawer): close on ESC
1
fix
Drawer
306,321
24.02.2022 18:50:23
-3,600
a3ccffa5adf589b118dd038ec04ba60ca9def161
feat: on release trigger chocolatey-packages workflow
[ { "change_type": "MODIFY", "diff": "@@ -103,3 +103,15 @@ jobs:\nAMPLIFY_APP_ID: ${{ secrets.AMPLIFY_APP_ID }}\nAWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}\nAWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n+\n+ update-choco-version:\n+ name: Update chocolatey version\n+ needs: build\n+ ru...
Go
Apache License 2.0
infracost/infracost
feat: on release trigger chocolatey-packages workflow (#1398)
1
feat
null
841,421
24.02.2022 18:55:13
-32,400
c677593dba3d2379fb1cf9f2ce65960af33deb6f
chore: Publish `v1.2.145`
[ { "change_type": "MODIFY", "diff": "@@ -4020,7 +4020,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.144\"\n+version = \"1.2.145\"\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.145`
1
chore
null
756,013
24.02.2022 19:09:28
21,600
48ba57d3d048183c4026efb561ac8dbdd05ae433
fix: tolerate tags ending in `@` with any numbers or dots
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ otherTags=\nif test -z \"$cmd\"; then\ncmd=echo\nfi\n-for tag in $(git tag -l | egrep -e '@[0-9]+\\.[0-9]+\\.[0-9]+$'); do\n+for tag in $(git tag -l | grep -E '@[.0-9]+$'); do\ncase $tag in\n@agoric/sdk@*) sdkTags=\"$sdkTags $tag\" ;;\n@agoric/cosmos@*)\n@...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: tolerate tags ending in `@` with any numbers or dots
1
fix
null
756,013
24.02.2022 19:10:27
21,600
4e9dac69d830f7db934e2b5aeccc89d648f0a85e
fix(agoric-cli): default voting period of 36h
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,7 @@ export const DENOM_METADATA = [\n];\nexport const GOV_DEPOSIT_COINS = [{ amount: '1000000', denom: MINT_DENOM }];\n+export const GOV_VOTING_PERIOD = '36h';\nexport const DEFAULT_MINIMUM_GAS_PRICES = `0${CENTRAL_DENOM}`;\n// Can't beat the speed of light,...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(agoric-cli): default voting period of 36h
1
fix
agoric-cli
756,013
24.02.2022 19:11:10
21,600
1a66b8ccf747ff6176fc9b0003ced2f0b62af58e
docs(MAINTAINERS): SDKTAG is not found in a file
[ { "change_type": "MODIFY", "diff": "@@ -56,8 +56,7 @@ To make validators' lives easier, create a Git tag for the chain-id:\n```sh\nCHAIN_ID=agoricstage-8 # Change this as necessary\n-SDK_VERSION=$(jq -r .version package.json)\n-git tag -s -m \"release $CHAIN_ID\" $CHAIN_ID @agoric/sdk@$SDK_VERSION^{}\n+git ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs(MAINTAINERS): SDKTAG is not found in a file
1
docs
MAINTAINERS
342,861
24.02.2022 19:13:44
-3,600
7fabd8e8566806e102668e265cb4d18af467f796
fix(Drawer): autofocus close button when opened
[ { "change_type": "MODIFY", "diff": "@@ -9,5 +9,5 @@ export interface Props {\nreadonly onClick?: Common.Callback;\n}\n-declare const DrawerClose: React.FunctionComponent<Props>;\n+declare const DrawerClose: React.ForwardRefRenderFunction<HTMLButtonElement, Props>;\nexport { DrawerClose, DrawerClose as defau...
JavaScript
MIT License
kiwicom/orbit
fix(Drawer): autofocus close button when opened
1
fix
Drawer
756,064
24.02.2022 19:35:20
28,800
fc55adc627d4356f4b12dd423543516a3c1050f5
fix(vats): make tests work with new bundlecaps test-boot.js creates a mock VatAdminService for zoe to use, which now needs to pretend to handle bundlecaps
[ { "change_type": "MODIFY", "diff": "// @ts-check\n// eslint-disable-next-line import/no-extraneous-dependencies\nimport { test } from '@agoric/swingset-vat/tools/prepare-test-env-ava.js';\n-import { makeFakeVatAdmin } from '@agoric/zoe/tools/fakeVatAdmin.js';\n+import {\n+ makeFakeVatAdmin,\n+ zcfBundleCap,...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(vats): make tests work with new bundlecaps test-boot.js creates a mock VatAdminService for zoe to use, which now needs to pretend to handle bundlecaps
1
fix
vats
915,272
24.02.2022 19:40:03
-32,400
e78855fb0b00e584a5e0c8033bfb13cffec0e87a
feat: ddd datadog and elastic-apm tracing schema
[ { "change_type": "MODIFY", "diff": "\"title\": \"Set Additional HTTP Headers\",\n\"type\": \"object\",\n\"description\": \"Set additional HTTP Headers for the Session Check URL.\",\n- \"additionalProperties\": { \"type\": \"string\" }\n+ \"additionalProperties\": {\n+ \"type\": \"string\"\n+ }\n},\n\"extra_...
Go
Apache License 2.0
ory/oathkeeper
feat: ddd datadog and elastic-apm tracing schema (#927) Signed-off-by: sawadashota <shota@sslife.tech>
1
feat
null
471,527
24.02.2022 20:14:20
-3,600
8bffe253c4509711fa9c3a5409766b231556129b
chore: update rocket to latest stable version
[ { "change_type": "MODIFY", "diff": "@@ -166,7 +166,7 @@ body[layout^='layout-home'] .supported-by-items {\n}\n.supported-by-items img {\n- min-height: 100px;\n+ height: 100px;\n}\n.supporters {\n", "new_path": "docs/_assets/style.css", "old_path": "docs/_assets/style.css" }, { "change_type":...
JavaScript
MIT License
open-wc/open-wc
chore: update rocket to latest stable version
1
chore
null
756,064
24.02.2022 20:21:29
28,800
5a20a2a1656af2f90adfa010f6f8c508fddd3dab
fix(swingset-runner): update tests copied from zoe
[ { "change_type": "MODIFY", "diff": "@@ -8,11 +8,9 @@ export function buildRootObject(vatPowers, vatParameters) {\nreturn Far('root', {\nbuildZoe: vatAdminSvc => {\nconst shutdownZoeVat = vatPowers.exitVatWithFailure;\n- const { zoeService: zoe } = makeZoeKit(\n- vatAdminSvc,\n- shutdownZoeVat,\n- vatParamet...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(swingset-runner): update tests copied from zoe
1
fix
swingset-runner
104,828
24.02.2022 20:55:19
-3,600
ab391530958cd345d2a48f1f583af429233eb04d
docs(table): update story name
[ { "change_type": "MODIFY", "diff": "@@ -432,7 +432,7 @@ WithSorting.parameters = {\n},\n};\n-export const WithSearch = () => {\n+export const WithSearching = () => {\nconst { selectedTableType, hasSearch, hasFastSearch, searchFieldDefaultExpanded } = getTableKnobs(\n{\nknobsToCreate: [\n@@ -479,8 +479,8 @@ ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
docs(table): update story name
1
docs
table
71,419
24.02.2022 21:24:03
18,000
4a44a65bb4634081e04811966d5f4e2fd49bc7c6
fix(dynamodb): `grant*Data()` methods are missing the `dynamodb:DescribeTable` permission Fixes This allows the high level dynamodb clients to function correctly *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": "\"dynamodb:BatchWriteItem\",\n\"dynamodb:PutItem\",\n\"dynamodb:UpdateItem\",\n- \"dynamodb:DeleteItem\"\n+ \"dynamodb:DeleteItem\",\n+ \"dynamodb:DescribeTable\"\n],\n\"Effect\": \"Allow\",\n\"Resource\": [\n", "new_path": "packages/@aws-cdk-containers/ecs-service-ex...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(dynamodb): `grant*Data()` methods are missing the `dynamodb:DescribeTable` permission (#19129) Fixes #18773 This allows the high level dynamodb clients to function correctly ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
dynamodb
877,026
24.02.2022 21:37:35
-3,600
7c9cdbd396df895ccf3032c6dd30bf62c5a89ae0
fix(@vtmn/css): modal overview displays correctly on mobile, fix radius mobile
[ { "change_type": "MODIFY", "diff": "+<style>\n+ @media screen and (min-width: 599px) {\n+ .vtmn-modal_content {\n+ position: static;\n+ transform: translate(0, 0);\n+ }\n+ }\n+</style>\n+\n<div class=\"block\">\n<div class=\"vtmn-modal\" id=\"modal-1\" aria-hidden=\"true\">\n- <div\n- class=\"vtmn-modal_con...
JavaScript
Apache License 2.0
decathlon/vitamin-web
fix(@vtmn/css): modal overview displays correctly on mobile, fix radius mobile (#991)
1
fix
@vtmn/css
419,589
24.02.2022 21:59:23
-28,800
55ff07be3f781d2c6a788a463d26dec38570509c
fix(core): respect `orphanRemoval` in 1:1 relations
[ { "change_type": "MODIFY", "diff": "@@ -178,10 +178,12 @@ export class EntityHelper {\nif (prop.reference === ReferenceType.ONE_TO_ONE && entity && entity.__helper!.__initialized && entity[prop2.name] != null && value == null) {\nentity[prop2.name] = value;\n+ if (prop.orphanRemoval) {\nentity.__helper!.__e...
TypeScript
MIT License
mikro-orm/mikro-orm
fix(core): respect `orphanRemoval` in 1:1 relations (#2816)
1
fix
core
104,828
24.02.2022 22:03:41
-3,600
986ce341cc98ba295d9d4cb5674fe00d7c33b5f3
docs(table): fix spelling and isExpanded in mdx
[ { "change_type": "MODIFY", "diff": "@@ -4,8 +4,11 @@ View the full Table documentation [here](/docs/1-watson-iot-table--playground)\nThe Table provides a built in UI for search which is enabled by setting the prop `options.hasSearch` to true.\nThe search field is collapsed by default and is expanded through...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
docs(table): fix spelling and isExpanded in mdx
1
docs
table
471,318
24.02.2022 22:15:43
0
552926146c838efd7e2b778ae6fb815e9e304965
fix(graphql): fix `graphql.operation.name` field
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,8 @@ export enum AttributeNames {\nFIELD_NAME = 'graphql.field.name',\nFIELD_PATH = 'graphql.field.path',\nFIELD_TYPE = 'graphql.field.type',\n- OPERATION = 'graphql.operation.name',\n+ OPERATION_TYPE = 'graphql.operation.type',\n+ OPERATION_NAME = 'graphql.o...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
fix(graphql): fix `graphql.operation.name` field (#903) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr> Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
1
fix
graphql
711,597
24.02.2022 22:17:42
-3,600
640f087e6f7b1ff68fe924608e26b945803cc6e9
feat(core): Expose & document DataImportModule providers Closes
[ { "change_type": "MODIFY", "diff": "@@ -178,6 +178,7 @@ export const initialData: InitialData = {\n## Populating The Server\n+### The `populate()` function\nThe `@vendure/core` package exposes a [`populate()` function]({{< relref \"populate\" >}}) which can be used along with the data formats described abov...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Expose & document DataImportModule providers Closes #1336
1
feat
core
841,421
24.02.2022 22:36:37
-32,400
e21579d84ec287632393480e86032cc228bef0ce
perf(es/parser): Reduce usage of generics to reduce binary size
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ use either::Either;\nuse swc_atoms::js_word;\nuse swc_common::{Spanned, SyntaxContext};\n-use super::{ident::MaybeOptionalIdentParser, *};\n+use super::*;\nuse crate::{error::SyntaxError, lexer::TokenContext, parser::stmt::IsDirective, Tokens};\n/// Parser...
Rust
Apache License 2.0
swc-project/swc
perf(es/parser): Reduce usage of generics to reduce binary size (#3726)
1
perf
es/parser
71,395
25.02.2022 00:09:58
-39,600
7e624d994c94dbd584643c4cb6e9f8df53dabc18
feat(eks): Allow helm pull from OCI repositories The feature allows lambda to install charts from OCI repositories. This also adds login capabilities when the AWS registry is used. 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": "@@ -1144,6 +1144,24 @@ cluster.addHelmChart('test-chart', {\n});\n```\n+### OCI Charts\n+\n+OCI charts are also supported.\n+Also replace the `${VARS}` with appropriate values.\n+\n+```ts\n+declare const cluster: eks.Cluster;\n+// option 1: use a construct\n+new eks.HelmC...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(eks): Allow helm pull from OCI repositories (#18547) The feature allows lambda to install charts from OCI repositories. This also adds login capabilities when the AWS registry is used. Fixes - https://github.com/aws/aws-cdk/issues/18001 ---- *By submitting this pull request, I confirm that my contribution is ...
1
feat
eks
756,013
25.02.2022 01:13:25
21,600
e40259330bbde2efd74af55f1830e27fea02dd12
fix(deployment): correct `cosmos-delegates.txt` discrepency
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ set -e\nthisdir=$(dirname -- \"$0\")\nFAUCET_HOME=$thisdir/../faucet\n+DELEGATES=\"$thisdir/cosmos-delegates.txt\"\nMAX_LINES=-1\nSTAKE=75000000ubld\n@@ -87,12 +88,12 @@ while [[ ${#rpcAddrs[@]} -gt 0 ]]; do\nNAME=$1\nADDR=$2\n- if [[ $UNIQUE != no && $MAX...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(deployment): correct `cosmos-delegates.txt` discrepency
1
fix
deployment
756,013
25.02.2022 01:15:21
21,600
c9a59fed9f247332f93f56432c97c2bd756eff6e
fix(oracle): wake up to update priceAggregator push-only oracles
[ { "change_type": "MODIFY", "diff": "@@ -84,12 +84,20 @@ const start = async zcf => {\nasync wake(timestamp) {\n// Run all the queriers.\nconst querierPs = [];\n- oracleRecords.forEach(({ querier }) => {\n+ const samples = [];\n+ oracleRecords.forEach(({ querier, lastSample }) => {\nif (querier) {\nquerierPs...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(oracle): wake up to update priceAggregator push-only oracles
1
fix
oracle
711,597
25.02.2022 09:34:02
-3,600
d05b32afa6e5530d9baa23d97c4b147ce1965a16
test(core): Change DataImportModule imports to not break tests
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ import { Populator } from './providers/populator/populator';\n// Important! PluginModule must be defined before ServiceModule\n// in order that overrides of Services (e.g. SearchService) are correctly\n// registered with the injector.\n- imports: [Plugin...
TypeScript
MIT License
vendure-ecommerce/vendure
test(core): Change DataImportModule imports to not break tests
1
test
core
865,918
25.02.2022 09:42:39
-3,600
746759bef9dfefc13395d2723309387adc0377d0
CI: pin windows version to `windows-2019`
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ jobs:\nBuild:\nstrategy:\nmatrix:\n- os: [ ubuntu-latest, macos-10.15, windows-latest ]\n+ os: [ ubuntu-latest, macos-10.15, windows-2019 ]\nruns-on: ${{ matrix.os }}\nsteps:\n", "new_path": ".github/workflows/CI.yml", "old_path": ".github/workflow...
JavaScript
MIT License
camunda/camunda-modeler
CI: pin windows version to `windows-2019`
1
ci
null
126,276
25.02.2022 10:23:10
10,800
f67437c129f9b0d79042f759b75b4feb0b56616a
test(embedded/store): test store with inconsistent index
[ { "change_type": "MODIFY", "diff": "@@ -462,11 +462,10 @@ func TestImmudbStoreEdgeCases(t *testing.T) {\nvLog.CloseFn = func() error { return nil }\ntxLog.CloseFn = func() error { return nil }\ncLog.CloseFn = func() error { return nil }\n+\n_, err = OpenWith(\"edge_cases\", vLogs, txLog, cLog,\noptsCopy.Wit...
Go
Apache License 2.0
codenotary/immudb
test(embedded/store): test store with inconsistent index Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/store
217,922
25.02.2022 10:30:27
-3,600
27f26576c8604d7e950cd70795e8f6a72d5a62e7
fix(log): fixed Rime Dolomite now shown in the right category
[ { "change_type": "MODIFY", "diff": "@@ -74,9 +74,9 @@ export class LogsExtractor extends AbstractExtractor {\n} else if (row.ID >= 2010 && row.ID <= 2012) {\nreturn [\n// Quarrying, Mining, Logging, Harvesting\n- [-1, -1, -1, 2027], // Ilsabard\n+ [-1, 2024, -1, 2027], // Ilsabard\n[-1, 2029, -1, 2031], // ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(log): fixed Rime Dolomite now shown in the right category
1
fix
log
756,043
25.02.2022 10:57:33
28,800
527850eaa4113512ed1a52b66f9c7fff7549562d
refactor(run-protocol): getDebtAmount -> getCurrentDebt
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ node \"Vat\" {\ncircle makeAdjustBalancesInvitation\nmakeAdjustBalancesInvitation -u-> AdjustBalancesInvitation\ncircle getCollateralAmount\n- circle getDebtAmount\n+ circle getCurrentDebt\ncircle getLiquidationSeat\ngetLiquidationSeat -u-> LiquidationSe...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(run-protocol): getDebtAmount -> getCurrentDebt
1
refactor
run-protocol
865,917
25.02.2022 11:21:16
-3,600
880070e5e213c36f74b74ccc858a15be280829d2
deps(client): update to Closes Closes Closes
[ { "change_type": "MODIFY", "diff": "\"resolved\": \"https://registry.npmjs.org/@camunda/element-templates-json-schema/-/element-templates-json-schema-0.6.0.tgz\",\n\"integrity\": \"sha512-sfNIOKSfx/VQesCe1+m1izfIZS64NWDZq3teyMzzfJkn37u0ngwIwEXlc7Voj8Qcg2paePT8HmEgp+TJP39V3Q==\"\n},\n+ \"@camunda/zeebe-eleme...
JavaScript
MIT License
camunda/camunda-modeler
deps(client): update to camunda-bpmn-js@0.13.0-alpha.3 Closes #2496 Closes #2749 Closes #2673
1
deps
client
866,395
25.02.2022 11:32:31
18,000
92dbfec1c23e1a7292a53bf668c0f81cd6fd2e34
feat(search): adds formdata event handling
[ { "change_type": "MODIFY", "diff": "/**\n* @license\n*\n- * Copyright IBM Corp. 2019, 2021\n+ * Copyright IBM Corp. 2019, 2022\n*\n* This source code is licensed under the Apache-2.0 license found in the\n* LICENSE file in the root directory of this source tree.\n@@ -15,6 +15,7 @@ import Search16 from '@car...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(search): adds formdata event handling (#967)
1
feat
search
815,574
25.02.2022 11:34:09
-28,800
79370b24fb2f0666ba0f6b9779c717472d6134c4
fix(ckb-bin): replay command crash if profile time under 1 second subcommand replay crash due to divide profile_time(zero) if the time is less than 1 second
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,8 @@ use ckb_store::ChainStore;\nuse ckb_verification_traits::Switch;\nuse std::sync::Arc;\n+const MIN_PROFILING_TIME: u64 = 5;\n+\npub fn replay(args: ReplayArgs, async_handle: Handle) -> Result<(), ExitCode> {\nlet shared_builder = SharedBuilder::new(\n&args....
Rust
MIT License
nervosnetwork/ckb
fix(ckb-bin): replay command crash if profile time under 1 second subcommand replay crash due to divide profile_time(zero) if the time is less than 1 second
1
fix
ckb-bin
667,713
25.02.2022 11:34:09
-28,800
80a85caa4e3bf653a2918360d8f3c3588458eff5
fix(android): remove color property in HippyForegroundColorSpan
[ { "change_type": "MODIFY", "diff": "package com.tencent.mtt.hippy.dom.node;\nimport android.text.style.ForegroundColorSpan;\n+import androidx.annotation.Nullable;\npublic final class HippyForegroundColorSpan extends ForegroundColorSpan {\n- private final Object customData;\n- private final int color;\n+ // ...
C++
Apache License 2.0
tencent/hippy
fix(android): remove color property in HippyForegroundColorSpan
1
fix
android
67,475
25.02.2022 11:36:34
0
552f8db49a9808d0e35453945697ec020d03dc41
GitBook: Routing improvements
[ { "change_type": "MODIFY", "diff": "## Developer Guides\n* [Routing](developer-guides/routing/README.md)\n- * [Routing fundamentals](developer-guides/routing/common-routing-tasks.md)\n+ * [Router configuration](developer-guides/routing/router-configuration.md)\n* [Creating routes](developer-guides/routing/c...
TypeScript
MIT License
aurelia/aurelia
GitBook: [#130] Routing improvements
1
gitbook
null
392,551
25.02.2022 11:46:37
28,800
9d37f914bcc5444a3286b6577e78f3669ded6d2f
fix: simplify generated filter flow types Make it possible to use filter expression flow types. Relax typing slightly.
[ { "change_type": "MODIFY", "diff": "@@ -3033,13 +3033,16 @@ export type ComparisonFilterExpression = [\nFilterKey,\nFilterValue\n];\n-export type SetMembershipFilterExpression = [\n- SetMembershipFilterOperator,\n- FilterKey\n-] &\n- FilterValue[];\n-export type CombiningFilterExpression = [CombiningFilterO...
TypeScript
MIT License
mapillary/mapillary-js
fix: simplify generated filter flow types Make it possible to use filter expression flow types. Relax typing slightly.
1
fix
null
438,921
25.02.2022 12:06:14
-32,400
541885327ce7bdd55de0588427be56baf57f2bcf
fix(axis): fix hidden axis rescale on dynamic load Remove conditional added from Fix
[ { "change_type": "MODIFY", "diff": "@@ -894,7 +894,7 @@ class Axis {\nconst prefix = `axis_${key}_`;\nconst axisScale = scale[key];\n- if (config[`${prefix}show`] && axisScale) {\n+ if (axisScale) {\nconst tickValues = config[`${prefix}tick_values`];\nconst tickCount = config[`${prefix}tick_count`];\n", ...
TypeScript
MIT License
naver/billboard.js
fix(axis): fix hidden axis rescale on dynamic load Remove conditional added from #2523 Fix #2571
1
fix
axis
104,828
25.02.2022 12:07:13
-3,600
f6f294909a24f4389ec98bad754bfb736b03035f
test(table): udated snapshots
[ { "change_type": "MODIFY", "diff": "@@ -27436,7 +27436,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/T\n</div>\n`;\n-exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/Table With search 1`] = `\n+exports[`Storybook Snapshot tests and console ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(table): udated snapshots
1
test
table
472,066
25.02.2022 12:22:10
-32,400
af07e8177a13bed7ef2c8b42981cc3e6189950b2
fix(spindle-ui): do not use CSS import in component
[ { "change_type": "MODIFY", "diff": "+@import './HeroCarouselItem.css';\n/*\n* HeroCarousel\n* NOTE: Styles can be overridden with \"--HeroCarousel-*\" variables\n", "new_path": "packages/spindle-ui/src/HeroCarousel/HeroCarousel.css", "old_path": "packages/spindle-ui/src/HeroCarousel/HeroCarousel.css...
TypeScript
MIT License
openameba/spindle
fix(spindle-ui): do not use CSS import in component
1
fix
spindle-ui
841,509
25.02.2022 12:28:17
28,800
5c29f156404002d6946fbc7a71d76a6c97d7b82a
feat(plugin): Support tracing plugin execution
[ { "change_type": "MODIFY", "diff": "@@ -53,3 +53,5 @@ pkg/\n# Used to see output of babel.\n/lab\n+\n+*.mm_profdata\n\\ No newline at end of file\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "MODIFY", "diff": "@@ -3549,6 +3549,7 @@ dependencies = [\n\"swc_ec...
Rust
Apache License 2.0
swc-project/swc
feat(plugin): Support tracing plugin execution (#3744)
1
feat
plugin
306,885
25.02.2022 12:33:00
-3,600
7e7816b5a856952f7f7d168bac595ac9ff0b01c2
chore(elements): enable source-maps in dev mode
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"build\": \"stencil build --docs --legacy && node scripts/generateWrappedIcons.js\",\n\"clean\": \"shx rm -rf dist\",\n- \"dev\": \"stencil build --docs --watch --legacy\",\n+ \"dev\": \"cross-env NODE_ENV=development stencil build --docs --watch --legacy...
TypeScript
MIT License
inovex/elements
chore(elements): enable source-maps in dev mode (#538)
1
chore
elements
129,350
25.02.2022 12:47:06
-3,600
c5e65ccd006892990bea9c23cc3bf193c9b77523
refactor(git): use date as a function in GitTag to easily patch
[ { "change_type": "MODIFY", "diff": "@@ -320,7 +320,6 @@ def get_start_and_end_rev(\n\"\"\"\nstart: Optional[str] = None\nend: Optional[str] = None\n-\ntry:\nstart, end = version.split(\"..\")\nexcept ValueError:\n", "new_path": "commitizen/changelog.py", "old_path": "commitizen/changelog.py" }, ...
Python
MIT License
commitizen-tools/commitizen
refactor(git): use date as a function in GitTag to easily patch
1
refactor
git
841,498
25.02.2022 12:50:04
0
342dccce473aa507eabb3eed96485e2ff0674188
fix(es/parser): Handle trailing comma and bracket after an arrow function in conditional
[ { "change_type": "MODIFY", "diff": "@@ -707,7 +707,7 @@ impl<'a, I: Tokens> Parser<I> {\nparams.is_simple_parameter_list(),\n)?;\n- if is_direct_child_of_cond && !is_one_of!(p, ':', ';') {\n+ if is_direct_child_of_cond && !is_one_of!(p, ':', ';', ',', ')') {\ntrace_cur!(p, parse_arrow_in_cond__fail);\nunexp...
Rust
Apache License 2.0
swc-project/swc
fix(es/parser): Handle trailing comma and bracket after an arrow function in conditional (#3685)
1
fix
es/parser
317,646
25.02.2022 12:51:38
-3,600
e6fd50a48f42d8684393a26833364015501188bb
feat(init): remote config
[ { "change_type": "MODIFY", "diff": "@@ -30,9 +30,6 @@ brew update && brew upgrade && exec zsh\n## Replace your existing prompt\n-The guides below assume you copied the theme called `jandedobbeleer.omp.json` to your user's `$HOME` folder.\n-When using brew, you can find this one at `$(brew --prefix oh-my-pos...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(init): remote config
1
feat
init
73,354
25.02.2022 12:56:29
28,800
0234b72f3758137f0abf68485a7032eef385821f
ci: add yuth to mergify
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,7 @@ pull_request_rules:\nlabel:\nadd: [contribution/core]\nconditions:\n- - author~=^(eladb|RomainMuller|garnaat|nija-at|skinny85|rix0rrr|NGL321|Jerry-AWS|SomayaB|MrArnoldPalmer|NetaNir|iliapolo|njlynch|madeline-k|BenChaimberg|comcalvi|kaizen3031593|Chriscbr...
TypeScript
Apache License 2.0
aws/jsii
ci: add yuth to mergify (#3396)
1
ci
null
688,450
25.02.2022 13:27:16
-10,800
efbc8711412bb6bf0b3a078fcd2fb7d4edc5948b
fix(Tooltip): skip some failing cypress tests No need to run tests or get approvals. Will get fixed immediately. Just unblocking the master branch.
[ { "change_type": "MODIFY", "diff": "@@ -307,7 +307,7 @@ describe('Tooltip', () => {\ncy.get('body').happoScreenshot()\n})\n- it('renders on hover, and hides on click', () => {\n+ it.skip('renders on hover, and hides on click', () => {\nmount(<BasicTooltipExample />)\n// hover outside trigger button to be su...
TypeScript
MIT License
toptal/picasso
fix(Tooltip): skip some failing cypress tests (#2470) No need to run tests or get approvals. Will get fixed immediately. Just unblocking the master branch.
1
fix
Tooltip
699,187
25.02.2022 13:53:18
28,800
1f564a931b9a844a9d097edb2012c65692af9bd4
fix(select): select and option background color
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/style-props': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Style Props] add inherit as a background color option\n", "new_path": ".changeset/late-rules-add.md", "old_path": null }, { "change_type": "ADD", "diff": "+---\n+'@twilio-...
TypeScript
MIT License
twilio-labs/paste
fix(select): select and option background color (#2242)
1
fix
select
865,917
25.02.2022 13:54:46
-3,600
12dc1fb848a6e3bd45276f4cc68bb1cee5443d1f
chore(applyDefaultTemplates): configure change command Moved to `bpmn-shared' folder.
[ { "change_type": "RENAME", "diff": "@@ -158,6 +158,7 @@ function getDependencies(mockModules = {}) {\neventBus: {\non(_, callback) { callback(); }\n},\n+ 'config.changeTemplateCommand': 'propertiesPanel.camunda.changeTemplate',\n...mockModules\n}\n});\n", "new_path": "client/src/app/tabs/bpmn-shared/mod...
JavaScript
MIT License
camunda/camunda-modeler
chore(applyDefaultTemplates): configure change command Moved to `bpmn-shared' folder.
1
chore
applyDefaultTemplates
865,917
25.02.2022 13:55:24
-3,600
74bd8dd16bab107807be3592c7ec2ff118a34c3c
feat(util): add elementTemplates util
[ { "change_type": "ADD", "diff": "+/**\n+ * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH\n+ * under one or more contributor license agreements. See the NOTICE file\n+ * distributed with this work for additional information regarding copyright\n+ * ownership.\n+ *\n+ * Camunda lice...
JavaScript
MIT License
camunda/camunda-modeler
feat(util): add elementTemplates util
1
feat
util
865,917
25.02.2022 13:56:46
-3,600
731c1b8a60d2ec1d0a56987d1516a0695e21a3fb
feat(bpmn): only load platform element templates
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ import css from './BpmnEditor.less';\nimport generateImage from '../../util/generateImage';\n-import applyDefaultTemplates from './modeler/features/apply-default-templates/applyDefaultTemplates';\n+import applyDefaultTemplates from '../bpmn-shared/modele...
JavaScript
MIT License
camunda/camunda-modeler
feat(bpmn): only load platform element templates
1
feat
bpmn
865,917
25.02.2022 13:57:09
-3,600
403ba474d50d60b3b293926d23f49e6e40925bad
feat(cloud-bpmn): integrate element templates feature
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,8 @@ import css from './BpmnEditor.less';\nimport generateImage from '../../util/generateImage';\n+import applyDefaultTemplates from '../bpmn-shared/modeler/features/apply-default-templates/applyDefaultTemplates';\n+\nimport configureModeler from '../bpmn-sha...
JavaScript
MIT License
camunda/camunda-modeler
feat(cloud-bpmn): integrate element templates feature
1
feat
cloud-bpmn
865,917
25.02.2022 13:57:53
-3,600
848456677651d2ebe5fd2d508d606a1b847b6002
feat(element-templates-modal): enable templates chooser for cloud-bpmn
[ { "change_type": "MODIFY", "diff": "@@ -46,9 +46,7 @@ export default class ElementTemplatesModal extends PureComponent {\nhandleBpmnModelerConfigure = async ({ middlewares, tab }) => {\n- // todo(Skaiir): workaround to deal with the co-dependencies between cloud element templates and plugins\n- // cf. https...
JavaScript
MIT License
camunda/camunda-modeler
feat(element-templates-modal): enable templates chooser for cloud-bpmn
1
feat
element-templates-modal
865,917
25.02.2022 13:58:13
-3,600
3806c270c1873653bb7da64db439a585d89e69d7
chore(element-templates): add cloud template samples Closes
[ { "change_type": "ADD", "diff": "+[\n+ {\n+ \"$schema\": \"https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json\",\n+ \"name\": \"Email Connector\",\n+ \"id\": \"io.camunda.examples.EmailConnector\",\n+ \"description\": \"A Email sending task.\",\n+ \"appliesTo\": [\n+ \"bpmn...
JavaScript
MIT License
camunda/camunda-modeler
chore(element-templates): add cloud template samples Closes #2731
1
chore
element-templates
688,430
25.02.2022 14:03:29
-7,200
63c566ef072d48c37dee5c1d7c1b3c5fd21de7ed
chore: remove dashToCamelCase helper
[ { "change_type": "DELETE", "diff": "-export const dashToCamelCase = (input: string) =>\n- input.replace(/-([a-z])/g, word => word[1].toUpperCase())\n", "new_path": null, "old_path": "packages/picasso/src/utils/dash-to-camel-case/dash-to-camel-case.ts" }, { "change_type": "DELETE", "diff"...
TypeScript
MIT License
toptal/picasso
chore: remove dashToCamelCase helper (#2472)
1
chore
null
877,037
25.02.2022 14:17:37
-3,600
b75179fafb990338f8001ad7506e3e8ed520c795
fix(storybook): rollback svelte storybook version
[ { "change_type": "MODIFY", "diff": "},\n\"devDependencies\": {\n\"@babel/core\": \"^7.17.0\",\n- \"@storybook/addon-a11y\": \"^6.4.18\",\n- \"@storybook/addon-essentials\": \"^6.4.18\",\n+ \"@storybook/addon-a11y\": \"6.3.13\",\n+ \"@storybook/addon-essentials\": \"6.3.13\",\n\"@storybook/addon-svelte-csf\"...
JavaScript
Apache License 2.0
decathlon/vitamin-web
fix(storybook): rollback svelte storybook version (#993)
1
fix
storybook
667,713
25.02.2022 14:29:07
-28,800
85d7139d53950266dcd61e4cf799eae3d78d7f0b
refactor(android): support so loader adapter
[ { "change_type": "MODIFY", "diff": "@@ -70,10 +70,6 @@ public abstract class HippyEngine {\nprotected int mGroupId;\nModuleListener mModuleListener;\n- static {\n- LibraryLoader.loadLibraryIfNeed();\n- }\n-\n@SuppressWarnings(\"JavaJniMissingFunction\")\nprivate static native void setNativeLogHandler(HippyL...
C++
Apache License 2.0
tencent/hippy
refactor(android): support so loader adapter
1
refactor
android
865,917
25.02.2022 14:29:17
-3,600
0ea525ba4b1d13f9daa8e079347b4070bcbfeab2
fix(ci): pin windows-2019 Related to
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ jobs:\nBuild:\nstrategy:\nmatrix:\n- os: [ ubuntu-latest, macos-10.15, windows-latest ]\n+ os: [ ubuntu-latest, macos-10.15, windows-2019 ]\nruns-on: ${{ matrix.os }}\nenv:\nON_DEMAND: true\n", "new_path": ".github/workflows/BUILD_ON_DEMAND.yml", ...
JavaScript
MIT License
camunda/camunda-modeler
fix(ci): pin windows-2019 Related to https://github.com/camunda/camunda-modeler/issues/2779
1
fix
ci
332,700
25.02.2022 15:04:34
0
0e41f7da44780c79a65100da23e9411ab6c9e826
feat(semver): add gitlab releases executor
[ { "change_type": "MODIFY", "diff": "\"implementation\": \"./src/executors/github/executor\",\n\"schema\": \"./src/executors/github/schema.json\",\n\"description\": \"github executor\"\n+ },\n+ \"gitlab\": {\n+ \"implementation\": \"./src/executors/gitlab/executor\",\n+ \"schema\": \"./src/executors/gitlab/s...
TypeScript
MIT License
jscutlery/semver
feat(semver): add gitlab releases executor
1
feat
semver
711,597
25.02.2022 15:11:42
-3,600
335dfb5b67fbb24c8c654a7bf0afbd9bd84d19f8
feat(core): Expose RequestContextService and add `create()` method
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,6 @@ import { I18nModule } from '../i18n/i18n.module';\nimport { ServiceModule } from '../service/service.module';\nimport { AdminApiModule, ApiSharedModule, ShopApiModule } from './api-internal-modules';\n-import { RequestContextService } from './common/requ...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Expose RequestContextService and add `create()` method
1
feat
core
332,700
25.02.2022 15:12:23
0
530c7867fa2cfac7e50fe2f8a1b6028fe589100a
docs(semver): update docs for gitlab executor
[ { "change_type": "MODIFY", "diff": "@@ -194,6 +194,7 @@ Note that options using the interpolation notation `${variable}` are resolved wi\n#### Built-in post-targets\n- [`@jscutlery/semver:github`](https://github.com/jscutlery/semver/blob/main/packages/semver/src/executors/github/README.md) GiHub Release Sup...
TypeScript
MIT License
jscutlery/semver
docs(semver): update docs for gitlab executor
1
docs
semver
711,597
25.02.2022 15:14:19
-3,600
03b9fe15d43b8ef5cbff298e65f0075d6f6bfc60
feat(core): Allow channel to be specified in `populate()` function Closes
[ { "change_type": "MODIFY", "diff": "@@ -204,7 +204,9 @@ populate(\n() => bootstrap(config),\ninitialData,\nproductsCsvFile,\n-)\n+ 'my-channel-token' // optional - used to assign imported\n+) // entities to the specified Channel\n+\n.then(app => {\nreturn app.close();\n})\n", "new_path": "docs/content/d...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Allow channel to be specified in `populate()` function Closes #877
1
feat
core
841,421
25.02.2022 15:20:25
-32,400
65637e7419233ffadc6bb32ce35f91629fa74c05
chore: Publish `@swc/helpers@v0.3.5`
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@swc/helpers\",\n- \"version\": \"0.3.4\",\n+ \"version\": \"0.3.5\",\n\"description\": \"External helpers for the swc project.\",\n\"esnext\": \"src/index.js\",\n\"module\": \"src/index.js\",\n", "new_path": "packages/swc-helpers/package.json", "ol...
Rust
Apache License 2.0
swc-project/swc
chore: Publish `@swc/helpers@v0.3.5`
1
chore
null
688,450
25.02.2022 15:24:35
-10,800
a6cf5a4d55e748861031b84537a17505bb07c3e4
fix(Tooltip): add missing closing brackets to several cypress test files
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ describe('ApplicationUpdateNotification', () => {\n</TestingPicasso>\n)\n- cy.get('[data-testid=\"trigger\"').click()\n+ cy.get('[data-testid=\"trigger\"]').click()\ncy.get('body').happoScreenshot()\n})\n@@ -49,14 +49,14 @@ describe('ApplicationUpdateNot...
TypeScript
MIT License
toptal/picasso
fix(Tooltip): add missing closing brackets to several cypress test files (#2471)
1
fix
Tooltip
699,201
25.02.2022 15:32:15
18,000
563a76ba31d60ee43c1e57907c83c502dc1ba5a7
fix: separate changesets for different packages
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/tooltip': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[tooltip]\n+\n+- Update tooltip arrow stroke to `colorBorderInverseWeaker`\n+- Update tooltip border color to `colorBorderInverseWeaker`\n", "new_path": ".changeset/blue-gorillas-divide.md", ...
TypeScript
MIT License
twilio-labs/paste
fix: separate changesets for different packages
1
fix
null