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,295
17.06.2021 12:30:04
-7,200
1e856fbf80b890443e037ab05ba19b303b3324a8
chore(pkg/errors): add comments
[ { "change_type": "MODIFY", "diff": "@@ -21,11 +21,19 @@ import (\n\"google.golang.org/grpc/status\"\n)\n+// ImmuError SDK immudb error interface.\n+// _, err = client.StreamSet(ctx, kvs)\n+// code := err.(errors.ImmuError).Code()) //errors.CodDataException\ntype ImmuError interface {\n+ //Error return the m...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/errors): add comments Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/errors
865,926
17.06.2021 12:37:43
-7,200
72a435c3d9ab76b5d7c591863c3b068a80b6e6c2
deps: update to latest Closes Closes Closes Closes
[ { "change_type": "MODIFY", "diff": "}\n},\n\"bpmn-js\": {\n- \"version\": \"8.5.0\",\n- \"resolved\": \"https://registry.npmjs.org/bpmn-js/-/bpmn-js-8.5.0.tgz\",\n- \"integrity\": \"sha512-5A6vn6pHO4/qSjOuTmst+kAmbH6zTlWJ3GXwp4oC79sO+eK+GDVhm0ZMBZOJhbsaWLl/oibXmL9mMwX7B+n0fg==\",\n+ \"version\": \"8.7.0\",\...
JavaScript
MIT License
camunda/camunda-modeler
deps: update to latest Closes #2280 Closes #2296 Closes #2297 Closes #2298
1
deps
null
756,064
17.06.2021 12:42:49
25,200
5f231f6d6612a9a1bd097f9970b509a818ddb960
chore(swingset): comms: remove return value from decrementRefCount The return value was leftover from an earlier approach, and will make increasingly less sense as we introduce object-refcount checking.
[ { "change_type": "MODIFY", "diff": "@@ -188,9 +188,7 @@ export function makeState(syscall, identifierBase = 0) {\n*\n* @param {string} lref Ref of the local object whose refcount is to be decremented.\n* @param {string} tag Descriptive label for use in diagnostics\n- * @returns {boolean} true if the referen...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(swingset): comms: remove return value from decrementRefCount The return value was leftover from an earlier approach, and will make increasingly less sense as we introduce object-refcount checking.
1
chore
swingset
304,863
17.06.2021 12:43:22
14,400
ff4bcb8dbf942d56d1aa306cdbcbda5f16d57374
chore: update to rust 1.53
[ { "change_type": "MODIFY", "diff": "# and verification, we can list the rust container as a prior build stage, and\n# then pull in the artifacts we need. There is an added benefit that tagged versions\n# also include minory releases, so 1.2 includes 1.2.1 and so on, for bugfix releases.\n-FROM rust:1.52 as ...
Go
MIT License
influxdata/flux
chore: update to rust 1.53 (#3810)
1
chore
null
551,634
17.06.2021 12:47:58
-3,600
4e73b1f713d38db2f80910cee05bdbe1d532ce28
chore: change ILP server close logic to fix NPE in tests. increase wait timeout on ILP test rebuild OSX binary
[ { "change_type": "MODIFY", "diff": "@@ -84,7 +84,7 @@ stages:\ninputs:\nmavenPomFile: \"core/pom.xml\"\nmavenOptions: \"-Xmx3072m\"\n- options: \"compile -DskipTests -P build-web-console,use-built-in-nodejs\"\n+ options: \"compile -DskipTests -P build-web-console,use-built-in-nodejs -Dhttp.keepAlive=false\"...
Java
Apache License 2.0
questdb/questdb
chore: change ILP server close logic (#1128) to fix NPE in tests. - increase wait timeout on ILP test - rebuild OSX binary
1
chore
null
386,581
17.06.2021 13:05:43
-7,200
6ffaf4690227b5a9be47b4815c78d7dd15420238
feat(operators): Add support for dot notation in _request operator.
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ _ref:\n(requestId: string): any\n```\ndescription: |\n- The `_request` operator returns the response value of a request. If the request has not yet been call, or is still executing, the returned value is `null`.\n+ The `_request` operator returns the res...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(operators): Add support for dot notation in _request operator.
1
feat
operators
386,581
17.06.2021 13:09:17
-7,200
ecd2488ff4a71eee4732cc213eee2308b682410a
fix(build): Improve build error messages for missing ids.
[ { "change_type": "MODIFY", "diff": "@@ -24,8 +24,15 @@ async function buildBlock(block, blockContext) {\n`Expected block to be an object on ${blockContext.pageId}. Received ${JSON.stringify(block)}`\n);\n}\n+ if (!type.isString(block.id)) {\nif (type.isUndefined(block.id)) {\n- throw new Error(`Block id mis...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(build): Improve build error messages for missing ids.
1
fix
build
386,581
17.06.2021 13:09:48
-7,200
933e4fa35a0f5f481c1d426682eca560c51210e6
fix(build): Throw an error if request id contains a period.
[ { "change_type": "MODIFY", "diff": "@@ -1079,6 +1079,54 @@ describe('build requests', () => {\n);\n});\n+ test('request id missing', async () => {\n+ const components = {\n+ pages: [\n+ {\n+ id: 'page_1',\n+ auth,\n+ type: 'Context',\n+ requests: [{ type: 'Request' }],\n+ },\n+ ],\n+ };\n+ await expect(buil...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(build): Throw an error if request id contains a period.
1
fix
build
815,609
17.06.2021 13:21:27
-28,800
7fc2e6c3a64925523b299d359f05ac08ac0a55f8
chore(deps): bump ckb-vm from 0.20.0-alpha to 0.20.0-alpha2 and ring from 0.16.12 to 0.16.20
[ { "change_type": "MODIFY", "diff": "@@ -326,11 +326,11 @@ checksum = \"926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427\"\n[[package]]\nname = \"cc\"\n-version = \"1.0.38\"\n+version = \"1.0.68\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"ce400c638d48e...
Rust
MIT License
nervosnetwork/ckb
chore(deps): bump ckb-vm from 0.20.0-alpha to 0.20.0-alpha2 and ring from 0.16.12 to 0.16.20
1
chore
deps
306,444
17.06.2021 13:30:12
-7,200
dd1655e0b0775dd0dd37b0452d777e483449d142
fix(listbox): always scroll active item into view
[ { "change_type": "ADD", "diff": "+---\n+'@lion/listbox': patch\n+---\n+\n+Always scrollIntoView and let the scrollIntoView method handle redundancy instead of implementing a \"naive\" isInView method.\n", "new_path": ".changeset/poor-swans-hope.md", "old_path": null }, { "change_type": "MODI...
JavaScript
MIT License
ing-bank/lion
fix(listbox): always scroll active item into view
1
fix
listbox
865,926
17.06.2021 13:42:40
-7,200
8355740a8edb876a44c6bc82a3894dbe74e87a25
deps: update to `dmn-js@10.3.0` Closes
[ { "change_type": "MODIFY", "diff": "\"dev\": true\n},\n\"dmn-js\": {\n- \"version\": \"10.2.2\",\n- \"resolved\": \"https://registry.npmjs.org/dmn-js/-/dmn-js-10.2.2.tgz\",\n- \"integrity\": \"sha512-/G19CV8Aj7oIf0ouwftzdA8PyXrMUZ8+ULPPlitMap/6esAVmfvW7GN5r/PtK7kdEIMq4h5+NNlFnLtebsUh5A==\",\n+ \"version\": ...
JavaScript
MIT License
camunda/camunda-modeler
deps: update to `dmn-js@10.3.0` Closes #2259
1
deps
null
304,863
17.06.2021 13:55:08
14,400
ccf88197842e2bf60c5347878f330e26991b0f49
revert: update to rust 1.53 This reverts commit
[ { "change_type": "MODIFY", "diff": "# and verification, we can list the rust container as a prior build stage, and\n# then pull in the artifacts we need. There is an added benefit that tagged versions\n# also include minory releases, so 1.2 includes 1.2.1 and so on, for bugfix releases.\n-FROM rust:1.53 as ...
Go
MIT License
influxdata/flux
revert: update to rust 1.53 (#3810) (#3812) This reverts commit ff4bcb8dbf942d56d1aa306cdbcbda5f16d57374.
1
revert
null
777,374
17.06.2021 14:06:20
25,200
956f0f6ec3ef4c2108d3a5b0044fae29f6e071b9
fix: roll gke back to 1.18 series.
[ { "change_type": "MODIFY", "diff": "@@ -1487,7 +1487,7 @@ jobs:\ndefault: 1\ngke-version:\ntype: string\n- default: \"1.19.9-gke.1900\"\n+ default: \"1.18.17-gke.1901\"\nmachine-type:\ntype: string\ndefault: \"n1-standard-8\"\n@@ -1570,7 +1570,7 @@ jobs:\ndefault: 1\ngke-version:\ntype: string\n- default: \...
Python
Apache License 2.0
determined-ai/determined
fix: roll gke back to 1.18 series. (#2582)
1
fix
null
386,581
17.06.2021 14:17:07
-7,200
258d4adc299922b16058c8ba82e937944154d089
fix(build): Improve error message.
[ { "change_type": "MODIFY", "diff": "@@ -1123,7 +1123,7 @@ describe('build requests', () => {\n],\n};\nawait expect(buildPages({ components, context })).rejects.toThrow(\n- 'Request \"my.request\" includes a period (\".\")'\n+ 'Request id \"my.request\" should not include a period (\".\").'\n);\n});\n", ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(build): Improve error message.
1
fix
build
71,643
17.06.2021 14:21:34
-28,800
1e0971dac5e1fc637dc86a381ba3aa50e35b1fe7
chore(codepipeline-actions): remove unnecessary peerDependency Removed `@aws-cdk/aws-codestarnotifications` from `"devDependency"` in package.json Closes
[ { "change_type": "MODIFY", "diff": "\"@aws-cdk/aws-codecommit\": \"0.0.0\",\n\"@aws-cdk/aws-codedeploy\": \"0.0.0\",\n\"@aws-cdk/aws-codepipeline\": \"0.0.0\",\n- \"@aws-cdk/aws-codestarnotifications\": \"0.0.0\",\n\"@aws-cdk/aws-ec2\": \"0.0.0\",\n\"@aws-cdk/aws-ecr\": \"0.0.0\",\n\"@aws-cdk/aws-ecs\": \"0...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(codepipeline-actions): remove unnecessary peerDependency (#15152) Removed `@aws-cdk/aws-codestarnotifications` from `"devDependency"` in package.json Closes #15151
1
chore
codepipeline-actions
104,826
17.06.2021 14:47:18
10,800
6d2a91ac9c4d345a4c3f5f632ff0cb7a64a7b154
feat(walkme): Testing properties set to window object during Walkme tests.
[ { "change_type": "MODIFY", "diff": "-import { render, screen } from '@testing-library/react';\n+import { render, screen, waitFor } from '@testing-library/react';\nimport userEvent from '@testing-library/user-event';\nimport '@testing-library/jest-dom/extend-expect';\nimport React from 'react';\n@@ -235,10 +...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(walkme): Testing properties set to window object during Walkme tests.
1
feat
walkme
217,922
17.06.2021 14:53:01
-7,200
d0bb5cc210fa36952aa806394f7fafa1f7ab348f
chore(release): 8.2.12
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"8.2.12\"></a>\n+## [8.2.12](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 8.2.12
1
chore
release
141,506
17.06.2021 14:56:56
-36,000
2f07ff677645cc112db5bac6ec5408488eeaf45b
fix: elm tooltip heart uplift quick fix wisteria-200 borders are replaced with ash
[ { "change_type": "MODIFY", "diff": "padding: $ca-grid / 2 $ca-grid / 2;\nz-index: 2;\nborder: $kz-var-border-solid-border-width $kz-var-border-solid-border-style\n- $kz-var-color-wisteria-200;\n+ $kz-var-color-ash;\nbox-shadow: $kz-var-shadow-small-box-shadow;\ntext-align: center;\n}\n}\n.root::before {\n- ...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: elm tooltip heart uplift quick fix (#1705) wisteria-200 borders are replaced with ash
1
fix
null
551,636
17.06.2021 15:15:50
-3,600
cfc06baa49320ef55ea4c1a1611abd6a5c8aa739
fix(cutlass): http and pg services should be default use shared pool rather than restricting thread count to small values
[ { "change_type": "MODIFY", "diff": "@@ -418,7 +418,7 @@ public class PropServerConfiguration implements ServerConfiguration {\nthis.multipartIdleSpinCount = getLong(properties, env, \"http.multipart.idle.spin.count\", 10_000);\nthis.recvBufferSize = getIntSize(properties, env, \"http.receive.buffer.size\", ...
Java
Apache License 2.0
questdb/questdb
fix(cutlass): http and pg services should be default use shared pool rather than restricting thread count to small values (#1127)
1
fix
cutlass
342,861
17.06.2021 15:16:19
-7,200
49d28cec604c30e8aefe001d5e51c94c44f2bfd9
fix(sandbox): prettify the output code
[ { "change_type": "MODIFY", "diff": "+const { format } = require(\"prettier\");\n+const parserTypeScript = require(\"prettier/parser-typescript\");\n+\nconst { getScope, omitTypes } = require(\"./helpers\");\nexports.onCreateNode = async ({ node, actions, loadNodeContent }) => {\n@@ -15,6 +18,11 @@ exports.o...
JavaScript
MIT License
kiwicom/orbit
fix(sandbox): prettify the output code (#2987)
1
fix
sandbox
699,201
17.06.2021 15:37:58
14,400
a7fcccd55fc145b6a711530b030280c24e0e3aa2
chore(input): add type time
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/input': patch\n+'@twilio-paste/core': patch\n+---\n+\n+Added type 'time' to Input types for time picker component.\n", "new_path": ".changeset/gentle-ears-sip.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -2,9 +2,9 ...
TypeScript
MIT License
twilio-labs/paste
chore(input): add type time
1
chore
input
780,866
17.06.2021 15:39:28
10,800
b28c6bd381492357f7e774cc32c740119ce2d094
fix(template/scss): set default `-bg: transparent` to prevent errors with scss color mixins
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ $list-group-active-bg: var(--primary-lightest) !default;\n$breadcrumb-padding-y: .5rem;\n$breadcrumb-padding-x: 0;\n-$breadcrumb-bg: none !default;\n+$breadcrumb-bg: transparent !default;\n$breadcrumb-divider-color: #ced4da !default;\n$breadcrumb-active-co...
JavaScript
MIT License
ecomplus/storefront
fix(template/scss): set default `-bg: transparent` to prevent errors with scss color mixins
1
fix
template/scss
777,389
17.06.2021 15:39:44
25,200
151252dcb56b9a7afc90cb102b5a14ac6619e168
feat: cpu training ux add an overall slot allocation bar for the new CPU type make resource cards, notebook launch modal, and historical usage plots resource type agnostic promote slotsPerAgent as a one of the featured resource pool properties
[ { "change_type": "MODIFY", "diff": "}\n.item {\nalign-items: center;\n+ border-color: var(--theme-colors-monochrome-14);\n+ border-style: dashed;\n+ border-width: 0 0 1px 0;\ndisplay: flex;\nflex-direction: row;\njustify-content: space-between;\nlist-style-type: none;\n+ margin-bottom: var(--theme-sizes-lay...
Python
Apache License 2.0
determined-ai/determined
feat: cpu training ux [DET-5663, DET-5664] (#2574) - add an overall slot allocation bar for the new CPU type - make resource cards, notebook launch modal, and historical usage plots resource type agnostic - promote slotsPerAgent as a one of the featured resource pool properties
1
feat
null
699,201
17.06.2021 15:41:57
14,400
81ef55dc5ce8ec8b6c1a1a28545fd1cd1628a60c
chore(input-box): add type time, change InputTypes to InputBoxTypes
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/input-box': patch\n+'@twilio-paste/core': patch\n+---\n+\n+Added type 'time' to Input-Box types for time picker component, changed InputTypes to name InputBoxTypes.\n", "new_path": ".changeset/ten-donkeys-begin.md", "old_path": null }, { ...
TypeScript
MIT License
twilio-labs/paste
chore(input-box): add type time, change InputTypes to InputBoxTypes
1
chore
input-box
699,201
17.06.2021 15:42:31
14,400
3af489b2b0285d3b712296a54127afff1dc64f80
chore(form): add type time
[ { "change_type": "MODIFY", "diff": "import * as PropTypes from 'prop-types';\n-export type FormInputTypes = 'text' | 'email' | 'hidden' | 'number' | 'password' | 'search' | 'tel' | 'date';\n+export type FormInputTypes = 'text' | 'email' | 'hidden' | 'number' | 'password' | 'search' | 'tel' | 'date' | 'time'...
TypeScript
MIT License
twilio-labs/paste
chore(form): add type time
1
chore
form
699,201
17.06.2021 15:49:39
14,400
bec181deb14e4c6769b1499ab51279b5beb50e5a
chore(core): add time-picker package
[ { "change_type": "MODIFY", "diff": "/text\n/textarea\n/theme\n+/time-picker\n/toast\n/tooltip\n/tooltip-primitive\n", "new_path": "packages/paste-core/core-bundle/.gitignore", "old_path": "packages/paste-core/core-bundle/.gitignore" }, { "change_type": "MODIFY", "diff": "\"@twilio-paste/...
TypeScript
MIT License
twilio-labs/paste
chore(core): add time-picker package
1
chore
core
777,419
17.06.2021 15:51:07
-7,200
8a034c4acf36a83bc9541bcae7ea374a73344d4b
fix: make header loading spinner more prominent[DET-5667]
[ { "change_type": "MODIFY", "diff": ".playButton i {\npadding-left: 3px;\n}\n+.loadingButton::before {\n+ opacity: 0.1;\n+}\n.stopButton {\nborder-color: transparent !important;\n}\n", "new_path": "webui/react/src/pages/ExperimentDetails/Header/ExperimentHeaderState.module.scss", "old_path": "webui/r...
Python
Apache License 2.0
determined-ai/determined
fix: make header loading spinner more prominent[DET-5667] (#2578)
1
fix
null
777,419
17.06.2021 15:54:40
-7,200
d14d25cb0949d14593e7bbc24ccda1a0a4cb3fa5
fix: update name and description in exp/trial headers [DET-5668][DET-5669]
[ { "change_type": "MODIFY", "diff": "@@ -121,8 +121,8 @@ const ExperimentDetailsHeader: React.FC<Props> = (\n<PageHeaderFoldable\nfoldableContent={<>\n<div className={css.foldableItem}>\n- <span>Name:</span>\n- {experiment.name}\n+ <span>Description:</span>\n+ {experiment.description}\n</div>\n<div className...
Python
Apache License 2.0
determined-ai/determined
fix: update name and description in exp/trial headers [DET-5668][DET-5669] (#2579)
1
fix
null
756,013
17.06.2021 16:07:11
21,600
98544462b469cce8b3365223fc31a4ca305e610f
fix(cosmos): have daemon also trap os.Interrupt for good luck
[ { "change_type": "MODIFY", "diff": "@@ -60,7 +60,7 @@ func RunWithController(sendToController cmd.Sender) {\n// Exit on Control-C and kill.\n// Without this explicitly, ag-chain-cosmos ignores them.\nsigs := make(chan os.Signal, 1)\n- signal.Notify(sigs, syscall.SIGINT, syscall.SIGTERM)\n+ signal.Notify(sig...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(cosmos): have daemon also trap os.Interrupt for good luck
1
fix
cosmos
777,419
17.06.2021 16:14:56
-7,200
62808f8938d0b3b52ce9552aa4f7f88386b99be8
fix: add download model to visible header buttons
[ { "change_type": "MODIFY", "diff": "display: none !important;\n}\n}\n+\n+@media only screen and (min-width: $breakpoint-desktop-large) {\n+ .optionsMainButton:nth-child(3) {\n+ display: inline-block;\n+ }\n+ .optionsDropdownItem:nth-child(3) {\n+ display: none;\n+ }\n+ .optionsDropdownThreeChild {\n+ displa...
Python
Apache License 2.0
determined-ai/determined
fix: add download model to visible header buttons [DET-5670] (#2580)
1
fix
null
71,524
17.06.2021 16:18:39
-19,080
e39b6c5b8b044e32b11d146675ef869aa9c22288
feat(events): allows importing event bus from name feat(aws-events): allows importing event bus from name 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": "@@ -202,8 +202,8 @@ bus.archive('MyArchive', {\n## Granting PutEvents to an existing EventBus\n-To import an existing EventBus into your CDK application, use `EventBus.fromEventBusArn` or `EventBus.fromEventBusAttributes`\n-factory method.\n+To import an existing EventBus...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(events): allows importing event bus from name (#15087) feat(aws-events): allows importing event bus from name closes #14072 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
events
185,987
17.06.2021 16:20:27
25,200
1af0e91b73e77dff8e19527aafe175c34182a63a
feat: add checkmarks to "Show Me" menu to indicate which example is open
[ { "change_type": "MODIFY", "diff": "@@ -57,6 +57,11 @@ export interface SetFiddleOptions {\ngistId?: string;\n}\n+export interface SetUpMenuOptions {\n+ acceleratorsToBlock?: BlockableAccelerator[] | null;\n+ activeTemplate?: string | null;\n+}\n+\nexport interface SetupRequest {\nfiddle?: SetFiddleOptions;...
TypeScript
MIT License
electron/fiddle
feat: add checkmarks to "Show Me" menu to indicate which example is open (#705) Co-authored-by: VerteDinde <khammond@slack-corp.com>
1
feat
null
342,861
17.06.2021 17:20:29
-7,200
f6cd46ae77d2d6dfc6d4ba94f8ee5eb48c41127b
fix(sandbox): range delete
[ { "change_type": "MODIFY", "diff": "@@ -15,10 +15,9 @@ export const rangeAppend = ({ middle, callback, idx, arr }) => {\nexport const rangeDelete = ({ middle, callback, idx, arr }) => {\nif (idx === middle) return callback(BASE_ACTIVE);\n- const offset = idx > middle ? idx - middle : middle - idx;\nconst ne...
JavaScript
MIT License
kiwicom/orbit
fix(sandbox): range delete
1
fix
sandbox
942,581
17.06.2021 17:38:16
21,600
63b63542bc9bb9545ff827d9a6a75bb13d345356
fix(popup): Remove ref fowarding requirement in Popup.Target * fix(popup): Remove ref fowarding requirement in Popup.Target Remove ref forwarding requirement in `Popup.Target`, `Modal.Target`, and `Dialog.Target` Add examples to show using custom targets for `Popup` and `Modal` Add Cypress specifications for new exampl...
[ { "change_type": "MODIFY", "diff": "@@ -611,4 +611,35 @@ describe('Modal', () => {\n});\n});\n});\n+\n+ context(`given the [Components/Popups/Modal/React, CustomTarget] example is rendered`, () => {\n+ beforeEach(() => {\n+ h.stories.load('Components/Popups/Modal/React', 'CustomTarget');\n+ });\n+\n+ contex...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(popup): Remove ref fowarding requirement in Popup.Target (#1115) * fix(popup): Remove ref fowarding requirement in Popup.Target - Remove ref forwarding requirement in `Popup.Target`, `Modal.Target`, and `Dialog.Target` - Add examples to show using custom targets for `Popup` and `Modal` - Add Cypress specifica...
1
fix
popup
865,926
17.06.2021 18:37:37
-7,200
95c28d39eb2e6cffa91d84a861405b12d8100498
chore(usage-statistics): use class methods in BaseEventHandler This allows to use class methods in implementors. Previously, only class properties (arrow functions) were allowed.
[ { "change_type": "MODIFY", "diff": "@@ -21,27 +21,27 @@ export default class BaseEventHandler {\nthis._onSend = onSend;\n}\n- onAfterEnable = () => {}\n+ onAfterEnable() {}\n- onAfterDisable = () => {}\n+ onAfterDisable() {}\n- isEnabled = () => {\n+ isEnabled() {\nreturn this._isEnabled;\n}\n- enable = () ...
JavaScript
MIT License
camunda/camunda-modeler
chore(usage-statistics): use class methods in BaseEventHandler This allows to use class methods in implementors. Previously, only class properties (arrow functions) were allowed.
1
chore
usage-statistics
71,565
17.06.2021 18:45:55
-32,400
6879e5f52ddb40945830fe10fb33f28da9f319a0
chore(integ): delete every version in the bucket Use listObjectVersions to get all the versions and the delete markers. Provide VersionId with deleteObjects to delete them. Refs: and @MrArnoldPalmer *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": "@@ -78,15 +78,23 @@ export class AwsClients {\n}\npublic async emptyBucket(bucketName: string) {\n- const objects = await this.s3('listObjects', { Bucket: bucketName });\n- const deletes = (objects.Contents || []).map(obj => obj.Key || '').filter(d => !!d);\n+ const objec...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(integ): delete every version in the bucket (#15148) Use listObjectVersions to get all the versions and the delete markers. Provide VersionId with deleteObjects to delete them. Refs: #15137 and #14987 @rix0rrr @MrArnoldPalmer @BenChaimberg ---- *By submitting this pull request, I confirm that my co...
1
chore
integ
865,926
17.06.2021 18:46:08
-7,200
a1c6151a45ed8a0cc3cd071abefecbad5111ec26
feat(overlay): allow to pass id
[ { "change_type": "MODIFY", "diff": "@@ -64,6 +64,40 @@ describe('<Overlay>', function() {\nexpect(wrapper.contains(<div>{ 'Test' }</div>)).to.be.true;\n});\n+\n+ describe('DOM props', function() {\n+\n+ it('should allow to pass custom class', function() {\n+\n+ // when\n+ wrapper = mount(<Overlay anchor={ a...
JavaScript
MIT License
camunda/camunda-modeler
feat(overlay): allow to pass id
1
feat
overlay
438,921
17.06.2021 18:52:33
-32,400
80767955cedd1eb4c468b0e2ff4496f4ac45df36
feat(api): Intent to ship append load Implement data append option for .load() API Fix
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,7 @@ export default {\n* | --- | --- |\n* | - url<br>- json<br>- rows<br>- columns | The data will be loaded. If data that has the same target id is given, the chart will be updated. Otherwise, new target will be added |\n* | data | Data objects to be loaded....
TypeScript
MIT License
naver/billboard.js
feat(api): Intent to ship append load Implement data append option for .load() API Fix #2140
1
feat
api
865,926
17.06.2021 19:00:27
-7,200
cf94edea23d9ac9c53c662c751f627ef03b0f526
feat(version-info): add usage tracking for opening the overlay and links Closes
[ { "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(version-info): add usage tracking for opening the overlay and links Closes #2303
1
feat
version-info
780,866
17.06.2021 19:34:16
10,800
6ab2fd9d7906ae94b63e0321f7c4c72e8ce4ff85
feat(components/item-customizations): new `ItemCustomizations` component :tada:
[ { "change_type": "ADD", "diff": "+<script src=\"./js/ItemCustomizations.js\"></script>\n+<template lang=\"html\" src=\"./html/ItemCustomizations.html\"></template>\n", "new_path": "@ecomplus/storefront-components/src/ItemCustomizations.vue", "old_path": null }, { "change_type": "ADD", "d...
JavaScript
MIT License
ecomplus/storefront
feat(components/item-customizations): new `ItemCustomizations` component :tada:
1
feat
components/item-customizations
780,866
17.06.2021 19:34:55
10,800
ca3883a4d549dea7d2587a7e294eed909cb24164
chore(components/cart-item): import `ItemCustomizations` component (dry)
[ { "change_type": "MODIFY", "diff": "</div>\n</template>\n- <div\n- v-if=\"item.customizations && item.customizations.length\"\n- class=\"cart-item__customizations small\"\n- >\n- <div\n- v-for=\"({ _id, label, option }) in item.customizations\"\n- :key=\"`cs-${_id}`\"\n- >\n- <span class=\"text-muted\">\n- ...
JavaScript
MIT License
ecomplus/storefront
chore(components/cart-item): import `ItemCustomizations` component (dry)
1
chore
components/cart-item
780,866
17.06.2021 19:35:57
10,800
071bded487dbf1e350b9710c45b166fc9035f193
feat(app/summary): show items customizations on checkout and order info fixes
[ { "change_type": "MODIFY", "diff": "<small v-else>\n{{ getName(item) }}\n</small>\n+ <item-customizations :item=\"item\"/>\n</div>\n</div>\n</div>\n", "new_path": "@ecomplus/storefront-app/src/components/html/EcSummary.html", "old_path": "@ecomplus/storefront-app/src/components/html/EcSummary.html" ...
JavaScript
MIT License
ecomplus/storefront
feat(app/summary): show items customizations on checkout and order info (#473) fixes https://github.com/ecomplus/storefront/issues/473
1
feat
app/summary
71,770
17.06.2021 20:35:24
-7,200
5d27177deaffe067d2c83a372dbe422e59189c9e
chore(cloudtrail): documentation typo error, changed recoomend to recommend Discovered this when using CloudTrail *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": "@@ -98,7 +98,7 @@ export interface TrailProps {\nreadonly snsTopic?: sns.ITopic;\n/**\n- * The name of the trail. We recoomend customers do not set an explicit name.\n+ * The name of the trail. We recommend customers do not set an explicit name.\n*\n* @default - AWS Cloud...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(cloudtrail): documentation typo error, changed recoomend to recommend (#15181) ---- Discovered this when using CloudTrail *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
cloudtrail
780,866
17.06.2021 21:50:31
10,800
404e5bd26a351e0ae1f8b70cf3c81a892b3f3916
feat(app/summary): handle new `amountToPay` prop and `amount-custom` slot
[ { "change_type": "MODIFY", "diff": "<div>{{ formatMoney(amount.discount) }}</div>\n</div>\n- <div class=\"summary__amount__row summary__amount__row--total\">\n+ <div\n+ v-if=\"paidInAdvance > 0\"\n+ class=\"summary__amount__row\"\n+ >\n<span>{{ i19total }}</span>\n+ <div>{{ formatMoney(amount.total) }}</div...
JavaScript
MIT License
ecomplus/storefront
feat(app/summary): handle new `amountToPay` prop and `amount-custom` slot (#476)
1
feat
app/summary
780,866
17.06.2021 21:51:44
10,800
351098de599e3b1e4519f3f7a82182b053e49381
chore(app/checkout): move points applier on top of summary amount to pay
[ { "change_type": "MODIFY", "diff": ":buyer=\"customer\"\n:shippingAddress=\"shippingAddress\"\n:can-show-price-options=\"!(paymentGateway && paymentGateway.app_id)\"\n+ :paid-in-advance=\"loyaltyPointsAmount\"\n@click:account=\"editAccount = true\"\n>\n<template #more-offers>\n</transition>\n</template>\n- ...
JavaScript
MIT License
ecomplus/storefront
chore(app/checkout): move points applier on top of summary amount to pay
1
chore
app/checkout
392,551
17.06.2021 22:05:26
-7,200
cb195f4c840454a6461aefa0dc20bbd04fdc3d63
docs: fix typos Clear before deploy build.
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,7 @@ The [examples section](/examples) gives you a deep dive into the details of usin\n### What is MapillaryJS, Exactly?\n-MapillaryJS is an interactive, extendable street imagery and sematic mapping visualization platform. But what does that actually mean? L...
TypeScript
MIT License
mapillary/mapillary-js
docs: fix typos Clear before deploy build.
1
docs
null
185,950
17.06.2021 23:50:59
-7,200
9fee8acaeda89669b3fc6390ae3ecc6ec4e2f939
fix: loading fiddle protocol from cli
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ import {\nimport { IpcEvents } from '../ipc-events';\nimport { getGistId } from '../utils/gist';\nimport { ipcMainManager } from './ipc';\n+import { findProtocolArg } from './protocol';\nfunction getSetup(opts: commander.OptionValues): SetupRequest {\nco...
TypeScript
MIT License
electron/fiddle
fix: loading fiddle protocol from cli (#719)
1
fix
null
603,467
18.06.2021 00:15:13
-3,600
3ab9511c30416038c417a6011095d943e64f1cd4
chore(core): removed a comment that's not relevant anymore
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,6 @@ export class ErrorSerialiser {\nstatic deserialise<E extends Error>(stringifiedError: string): E {\nconst serialisedError = parse(stringifiedError) as SerialisedError;\n- // todo: de-serialise the cause map well\nconst constructor = ErrorSerialiser.recog...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(core): removed a comment that's not relevant anymore
1
chore
core
877,015
18.06.2021 00:26:33
-7,200
035520000f9a833df2bc4be0d8b364cab2c3ab52
refactor(@vtmn/vue): checkbox component props
[ { "change_type": "MODIFY", "diff": "@@ -5,25 +5,25 @@ import { defineComponent } from 'vue';\nexport default /*#__PURE__*/ defineComponent({\nname: 'VtmnCheckbox',\nprops: {\n- identifier: {\n- type: String,\n- default: null,\n- },\nlabelText: {\ntype: String,\ndefault: null,\n},\n- name: {\n+ identifier: {...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/vue): checkbox component props
1
refactor
@vtmn/vue
317,646
18.06.2021 07:02:52
-7,200
90b4996e55605f209a472a8129d647146baacc8b
chore: validate all supported goarchs
[ { "change_type": "ADD", "diff": "+on:\n+ pull_request:\n+ paths-ignore:\n+ - 'README.md'\n+ - 'CONTRIBUTING.md'\n+ - 'COPYING'\n+ - 'docs/**'\n+ - '.github/*.md'\n+ - '.github/FUNDING.yml'\n+\n+name: Build Code\n+jobs:\n+ build:\n+ strategy:\n+ matrix:\n+ os: [ubuntu-latest, macos-latest, windows-latest]\n+...
Go
MIT License
jandedobbeleer/oh-my-posh
chore: validate all supported goarchs
1
chore
null
104,853
18.06.2021 08:32:30
14,400
1bd4d5d7bae50ec0151aaf9607d2173d50424a5e
fix(side-panel): panel height
[ { "change_type": "MODIFY", "diff": "@@ -37,10 +37,12 @@ $border-width: 1px;\n.panel {\n&.#{$iot-prefix}--side-panel__left .panel-content {\nright: $side-panel-width;\n+ height: 100%;\nposition: relative;\n}\n&.#{$iot-prefix}--side-panel__right .panel-content {\nleft: $side-panel-drawer-width;\n+ height: 100...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(side-panel): panel height
1
fix
side-panel
711,649
18.06.2021 10:16:18
-7,200
dd89204775c6ac4dda2abec348e4f7a1f1467262
feat(core): Allow middleware to execute before server.listen
[ { "change_type": "MODIFY", "diff": "import { MiddlewareConsumer, Module, NestModule, OnApplicationShutdown } from '@nestjs/common';\n-import { Type } from '@vendure/common/lib/shared-types';\nimport { ApiModule } from './api/api.module';\n+import { Middleware, MiddlewareHandler } from './common';\nimport { ...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Allow middleware to execute before server.listen
1
feat
core
688,501
18.06.2021 10:31:44
-25,200
28e676b98b55855ade782dc917c33a1c796fec8a
style(Modal): fix modal content overflow issue
[ { "change_type": "MODIFY", "diff": "-import { createStyles } from '@material-ui/core'\n+import { createStyles, Theme } from '@material-ui/core'\nconst WRAPPER_PADDING = '2em'\n+const SHADE_HEIGHT = '80px'\nconst shadeStyles = {\n- left: 0,\n- right: 0,\nzIndex: 1,\nposition: 'absolute' as const,\npointerEve...
TypeScript
MIT License
toptal/picasso
style(Modal): fix modal content overflow issue (#2100)
1
style
Modal
711,597
18.06.2021 10:46:46
-7,200
fcd2f1c446e4c9e981d916ade958e2be8cfbd015
docs: Add note on not compiling ui extensions
[ { "change_type": "MODIFY", "diff": "@@ -89,3 +89,14 @@ plugins: [\n}),\n],\n```\n+\n+{{< alert warning >}}\n+**Note:** the TypeScript source files of your UI extensions **must not** be compiled by your regular TypeScript build task. This is because they will instead be compiled by the Angular compiler when ...
TypeScript
MIT License
vendure-ecommerce/vendure
docs: Add note on not compiling ui extensions
1
docs
null
877,015
18.06.2021 11:01:42
-7,200
98ba3aa602e583dbe118c945b70bc15aa8a8ffee
feat(@vtmn/web-components): add custom-elements.json
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,10 @@ export const config: Config = {\n{\ntype: 'docs-readme',\n},\n+ {\n+ type: 'docs-vscode',\n+ file: 'dist/custom-elements.json',\n+ },\n],\nplugins: [\npostcss({\n", "new_path": "packages/sources/web-components/stencil.config.ts", "old_path": "pa...
JavaScript
Apache License 2.0
decathlon/vitamin-web
feat(@vtmn/web-components): add custom-elements.json
1
feat
@vtmn/web-components
756,051
18.06.2021 11:23:30
18,000
616a752289d87ae71fd21a0f9533b158667d2d89
feat(xsnap): record / replay xsnap protcol - replay multiple folders across snapshots - downgrade snapshot errors to non-fatal - override stored os with running os
[ { "change_type": "MODIFY", "diff": "@@ -7,3 +7,4 @@ export {\nMETER_TYPE,\n} from '../api.js';\nexport { makeSnapstore } from './snapStore.js';\n+export { recordXSnap, replayXSnap } from './replay.js';\n", "new_path": "packages/xsnap/src/index.js", "old_path": "packages/xsnap/src/index.js" }, { ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(xsnap): record / replay xsnap protcol - replay multiple folders across snapshots - downgrade snapshot errors to non-fatal - override stored os with running os
1
feat
xsnap
711,597
18.06.2021 11:27:48
-7,200
19e4faa4b96425cc6788fd99280e32c75dccfd40
docs: Add docs on typing custom fields
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,60 @@ mutation {\n}\n```\n+## TypeScript Typings\n+\n+Because custom fields are generated at run-time, TypeScript has no way of knowing about them based on your\n+VendureConfig. Consider the example above - let's say we have a [plugin]({{< relref \"/docs/plug...
TypeScript
MIT License
vendure-ecommerce/vendure
docs: Add docs on typing custom fields
1
docs
null
126,276
18.06.2021 11:33:34
10,800
69e3d23925ec35be20f83ef2cb64ac79b29fde0f
test(pkg/database): unit testing replica catalog reloading
[ { "change_type": "MODIFY", "diff": "@@ -66,4 +66,62 @@ func TestReadOnlyReplica(t *testing.T) {\n_, err = replica.SQLExec(&schema.SQLExecRequest{Sql: \"CREATE TABLE mytable(id INTEGER, title VARCHAR, PRIMARY KEY id)\"})\nrequire.Equal(t, ErrIsReplica, err)\n+\n+ _, err = replica.SQLQuery(&schema.SQLQueryReq...
Go
Apache License 2.0
codenotary/immudb
test(pkg/database): unit testing replica catalog reloading Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/database
711,597
18.06.2021 11:41:39
-7,200
696e183385cb573d79dd05b2aab8ea44298d13b9
docs: Improve EventBus docs
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,43 @@ import { VendureEvent } from './vendure-event';\n* @description\n* The EventBus is used to globally publish events which can then be subscribed to.\n*\n+ * Events are published whenever certain actions take place within the Vendure server, for example:\...
TypeScript
MIT License
vendure-ecommerce/vendure
docs: Improve EventBus docs
1
docs
null
104,825
18.06.2021 11:51:48
14,400
923143c9e9c615737b17f05045bcfa031a1fa8eb
feat(list): start working on angular list component
[ { "change_type": "ADD", "diff": "+import { AIListItem } from './list-item/ai-list-item.interface';\n+\n+export enum SelectionType {\n+ SINGLE = 'single',\n+ MULTI = 'multi'\n+}\n+\n+export class AIListModel {\n+ /**\n+ * This is used for the generation of unique ids.\n+ */\n+ protected static COUNT = 0;\n+\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(list): start working on angular list component
1
feat
list
711,597
18.06.2021 11:56:21
-7,200
b3c5fa87198620ab40b76934fbf5beb032f2d6e9
chore: Publish v1.0.3
[ { "change_type": "MODIFY", "diff": "+## <small>1.0.3 (2021-06-18)</small>\n+\n+\n+#### Fixes\n+\n+* **admin-ui** Handle all ErrorResults when creating a Fulfillment ([75952dd](https://github.com/vendure-ecommerce/vendure/commit/75952dd)), closes [#929](https://github.com/vendure-ecommerce/vendure/issues/929...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v1.0.3
1
chore
null
306,641
18.06.2021 11:57:29
-19,080
92a37b6f9c002ecb08203967c5851be2323cf7a8
fix(ChipInput): fixes single line case for width<240
[ { "change_type": "MODIFY", "diff": ".ChipInput {\n+ box-sizing: border-box;\ndisplay: flex;\n- flex-direction: row;\nborder-radius: var(--spacing-m);\nborder: var(--border);\n- padding-top: var(--spacing-m);\n- padding-bottom: var(--spacing-m);\npadding-left: var(--spacing-s);\n- background: var(--white);\n...
TypeScript
MIT License
innovaccer/design-system
fix(ChipInput): fixes single line case for width<240
1
fix
ChipInput
104,844
18.06.2021 12:02:56
14,400
580f828e5ca26eb299cf55935d2805c5ac3d9d61
chore(repo): add eslint plugin for cypress
[ { "change_type": "MODIFY", "diff": "\"browser\": true,\n\"node\": true,\n\"es6\": true,\n- \"jest\": true\n+ \"jest\": true,\n+ \"cypress/globals\": true\n},\n\"parserOptions\": {\n\"ecmaFeatures\": {\n\"react-hooks\",\n\"prettier\",\n\"unicorn\",\n- \"testing-library\"\n+ \"testing-library\",\n+ \"cypress\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(repo): add eslint plugin for cypress
1
chore
repo
104,844
18.06.2021 12:09:12
14,400
9fd51eaaf6f752710ad98852494fce2354d7a5b1
chore(repo): remove console names
[ { "change_type": "MODIFY", "diff": "@@ -64,9 +64,9 @@ const webpackConfig = {\n};\nmodule.exports = (on, config) => {\n- console.log('wanker');\n+ console.log('config call');\nif (config.testingType === 'component') {\n- console.log('wanker inside!', JSON.stringify(webpackConfig));\n+ console.log('config ca...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(repo): remove console names
1
chore
repo
438,921
18.06.2021 12:27:06
-32,400
ff892ad8e0da10f7f667a98176f06a9f35dd3fd8
refactor(load): do not transit on unload Only transtion when transition.duration is truthy.
[ { "change_type": "MODIFY", "diff": "@@ -78,7 +78,7 @@ export default {\nunload(rawTargetIds, customDoneCb): void {\nconst $$ = this;\n- const {state, $el} = $$;\n+ const {config, state, $el} = $$;\nlet done = customDoneCb;\nlet targetIds = rawTargetIds;\n@@ -98,9 +98,9 @@ export default {\nreturn;\n}\n- $el...
TypeScript
MIT License
naver/billboard.js
refactor(load): do not transit on unload (#2144) Only transtion when transition.duration is truthy.
1
refactor
load
217,922
18.06.2021 12:32:17
-7,200
38508e204f92b4749bab0194820d3f2f5931c352
fix(profile): better tracking system for stats updates
[ { "change_type": "MODIFY", "diff": "@@ -59,6 +59,7 @@ import { TeamcraftGearsetStats } from '../model/user/teamcraft-gearset-stats';\nimport { GearSet } from '@ffxiv-teamcraft/simulator';\nimport { LogTrackingService } from '../core/database/log-tracking.service';\nimport { LodestoneService } from '../core/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(profile): better tracking system for stats updates
1
fix
profile
126,276
18.06.2021 12:56:58
10,800
4be894b78d374ab74ed706b0590168d259656517
chore(pkg/stream): use wrapped errors
[ { "change_type": "MODIFY", "diff": "@@ -19,8 +19,9 @@ package stream\nimport (\n\"bytes\"\n\"encoding/binary\"\n- \"github.com/codenotary/immudb/pkg/errors\"\n\"io\"\n+\n+ \"github.com/codenotary/immudb/pkg/errors\"\n)\n// NewMsgReceiver returns a NewMsgReceiver reader\n@@ -51,7 +52,7 @@ func (r *msgReceive...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/stream): use wrapped errors Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/stream
756,032
18.06.2021 12:59:11
25,200
995709c4c310107fdb61569bd2a81ba1933b9e42
chore: payments are not virtual objects. payments are remotables
[ { "change_type": "MODIFY", "diff": "// @ts-check\n-/* global makeKind */\nimport { Far } from '@agoric/marshal';\n/**\n* @param {string} allegedName\n* @param {Brand} brand\n- * @returns {() => Payment}\n+ * @returns {Payment}\n*/\n-export const makePaymentMaker = (allegedName, brand) => {\n- const paymentV...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: payments are not virtual objects. payments are remotables (#3357)
1
chore
null
342,861
18.06.2021 13:01:51
-7,200
36ba4ee2586c9fe96508b5ff8fb23834ff8a2887
refactor(contributors): changes to contributor component
[ { "change_type": "MODIFY", "diff": "const { Octokit } = require(\"@octokit/rest\");\nconst path = require(\"path\");\n+const fs = require(\"fs-extra\");\nconst { warnMissingAccessToken } = require(\"../../utils/warnings\");\nconst NODE = `contributor`;\nexports.sourceNodes = async ({ actions, createContentD...
JavaScript
MIT License
kiwicom/orbit
refactor(contributors): changes to contributor component (#2970)
1
refactor
contributors
530,302
18.06.2021 13:09:59
-7,200
8dbb2bb9a4dff932a35907fa0483726b84bec08a
fix(self mutation): GitHub auto-merge may commit the previous commit Adds an explicit check failure in case self mutation was added on a PR, so that GitHub's built-in "resuest auto-merge" does not risk merging the wrong commit into the base branch. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -48,5 +48,14 @@ jobs:\nstatus=\"completed\" -F conclusion=\"success\"\nenv:\nGITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n+ - if: steps.git_diff.outputs.has_changes\n+ name: Fail check if self mutation happened\n+ run: >-\n+ echo \"Self-mutation happened on this pull req...
TypeScript
Apache License 2.0
projen/projen
fix(self mutation): GitHub auto-merge may commit the previous commit (#899) Adds an explicit check failure in case self mutation was added on a PR, so that GitHub's built-in "resuest auto-merge" does not risk merging the wrong commit into the base branch. Fixes #898
1
fix
self mutation
185,987
18.06.2021 13:24:27
25,200
ee6d845e6ddcd53fe10be782f0d894d8e171b23e
feat: make Fiddle console searchable
[ { "change_type": "MODIFY", "diff": "\"shell-path\": \"^2.1.0\",\n\"tmp\": \"0.2.1\",\n\"tslib\": \"^2.1.0\",\n- \"update-electron-app\": \"^2.0.1\",\n- \"valid-url\": \"^1.0.9\"\n+ \"update-electron-app\": \"^2.0.1\"\n},\n\"devDependencies\": {\n\"@babel/core\": \"^7.13.8\",\n", "new_path": "package.jso...
TypeScript
MIT License
electron/fiddle
feat: make Fiddle console searchable (#717) Co-authored-by: VerteDinde <khammond@slack-corp.com>
1
feat
null
104,825
18.06.2021 13:31:08
14,400
a4c70d1ce4377bbc135109047189b7136ab496f7
feat(list): add support for adding and removing items
[ { "change_type": "MODIFY", "diff": "@@ -17,16 +17,16 @@ export class AIListModel {\n* Initializes the `nestingLevel`s, `id`s, and `parentId`s\n* of the given `AIListItem`s if they are not already set.\n*\n+ * Initializes `expandedIds` and `selectedIds` with the selected\n+ * and expanded given items.\n*/\ns...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(list): add support for adding and removing items
1
feat
list
71,371
18.06.2021 13:36:45
-7,200
9b1a4f9b78bb1c3b057f576411a71b0baf18c3cf
fix(cdk-assets): content type not correctly set when publishing files Use `mime` to lookup the correct content type and fallback to `application/octet-stream`. *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": "import { createReadStream, promises as fs } from 'fs';\nimport * as path from 'path';\nimport { FileAssetPackaging, FileSource } from '@aws-cdk/cloud-assembly-schema';\n+import * as mime from 'mime';\nimport { FileManifestEntry } from '../../asset-manifest';\nimport { Eve...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(cdk-assets): content type not correctly set when publishing files (#15069) Use `mime` to lookup the correct content type and fallback to `application/octet-stream`. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
cdk-assets
104,825
18.06.2021 14:00:38
14,400
16836645f366573342a48ca0dfabf76cbffe3a17
fix(list): prevent unselectable items from being selected
[ { "change_type": "MODIFY", "diff": "@@ -152,7 +152,7 @@ export class AIListModel {\nprotected updateAllChildrenSelectedIds(items: AIListItem[], selectedItemId: string, selected: boolean) {\nitems.forEach((item: AIListItem) => {\n- if ((item.parentId === selectedItemId || item.id === selectedItemId)) {\n+ if...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(list): prevent unselectable items from being selected
1
fix
list
141,506
18.06.2021 14:44:36
-36,000
2d81d121c247cf6b0f512cf41bf1f2a893c51849
fix: update Elm select clear button color for Heart
[ { "change_type": "MODIFY", "diff": "}\n.clearButtonWrapper {\n- color: $kz-var-color-wisteria-700;\n+ color: rgba($kz-var-color-wisteria-800-rgb-params, 70%);\nheight: 20px;\nposition: relative;\ntop: -14px;\n", "new_path": "draft-packages/select/KaizenDraft/Select/styles.elm.scss", "old_path": "dra...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: update Elm select clear button color for Heart (#1707)
1
fix
null
217,922
18.06.2021 15:24:58
-7,200
c24cc72d9aa076c2c6b127aa02eca2256368ab11
feat(recipe-finder): you can now filter for items that are used in leves
[ { "change_type": "MODIFY", "diff": "@@ -97,6 +97,14 @@ export class SettingsService {\nthis.setSetting('recipe-finder:only-collectables', show.toString());\n}\n+ public get showOnlyLeveItemsInRecipeFinder(): boolean {\n+ return this.getBoolean('recipe-finder:only-leves', false);\n+ }\n+\n+ public set showOn...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(recipe-finder): you can now filter for items that are used in leves
1
feat
recipe-finder
217,922
18.06.2021 15:28:47
-7,200
6265bd5571e23395e8b4a722a4b7971b640b7c30
fix(recipe-finder): removed db button to avoid missclick
[ { "change_type": "MODIFY", "diff": "<ng-template #nzTitle>\n<div fxLayout=\"row\" fxLayoutAlign=\"flex-start center\" fxLayoutGap=\"5px\">\n<div>{{ entry.itemId | itemName | i18n }} x{{entry.possibleAmount}}</div>\n- <app-db-button *ngIf=\"true | ifMobile:false\" [id]=\"entry.itemId\" type=\"item\"></app-db...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(recipe-finder): removed db button to avoid missclick
1
fix
recipe-finder
217,922
18.06.2021 15:36:01
-7,200
5ad20f10af65b5fc6fdbee327bafda5b5f8995e9
feat(leveling-equipment): search params are now remembered when going back in history
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { LazyDataService } from '../../../core/data/lazy-data.service';\nimport { Observable, Subject } from 'rxjs';\nimport { AbstractControl, FormBuilder, FormGroup, Validators } from '@angular/forms';\nimport { environment } from 'apps/client/src/enviro...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(leveling-equipment): search params are now remembered when going back in history
1
feat
leveling-equipment
217,922
18.06.2021 15:40:34
-7,200
3ec62d8d56be2893415803974114bb26051ed763
feat(community-lists): lists are now sorted by # of copies made
[ { "change_type": "MODIFY", "diff": "@@ -83,7 +83,9 @@ export class CommunityListsComponent implements OnDestroy {\nswitchMap((filters) => {\nreturn this.listService.getCommunityLists(filters.tags, filters.name).pipe(\nmap(lists => {\n- return lists.filter(list => !list.tags.some(tags => filters.exclude.incl...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(community-lists): lists are now sorted by # of copies made
1
feat
community-lists
217,922
18.06.2021 15:45:06
-7,200
2693d1e77516b9711d8daea750f851a315b0d3f8
feat(community-rotations): automated sorting to find best rotation
[ { "change_type": "MODIFY", "diff": "@@ -81,11 +81,19 @@ export class CraftingRotationService extends FirestoreRelationalStorage<Crafting\nmatches = matches && rotation.recipe.quality >= filters.quality;\n}\nreturn matches;\n+ })\n+ .sort((a, b) => {\n+ return this.getSortScore(a) - this.getSortScore(b);\n})...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(community-rotations): automated sorting to find best rotation
1
feat
community-rotations
266,246
18.06.2021 15:48:16
14,400
b91f129527853d5b756146a0b5044481fb4e09a8
docs: omit mention of Python 2.7 in 'CONTRIBUTING.rst' Closes
[ { "change_type": "MODIFY", "diff": "@@ -69,7 +69,6 @@ We use `nox <https://nox.readthedocs.io/en/latest/>`__ to instrument our tests.\n- To test your changes, run unit tests with ``nox``::\n- $ nox -s unit-2.7\n$ nox -s unit-3.8\n$ ...\n@@ -144,7 +143,6 @@ Running System Tests\n# Run all system tests\n$ nox...
Python
Apache License 2.0
googleapis/synthtool
docs: omit mention of Python 2.7 in 'CONTRIBUTING.rst' (#1127) Closes #1126
1
docs
null
889,620
18.06.2021 15:56:14
-28,800
2b6f534f848f5b8fc926558d03edc3a594a9f2e2
fix: some tasks could be executed with the wrong priority
[ { "change_type": "MODIFY", "diff": "@@ -32,12 +32,14 @@ sealed class Task(priority: Int = DEFAULT_PRIORITY) : Serializable {\noverride fun toString(): String = \"RefreshBookMetadata(bookId='$bookId', capabilities=$capabilities, priority='$priority')\"\n}\n- data class RefreshSeriesMetadata(val seriesId: Str...
Kotlin
MIT License
gotson/komga
fix: some tasks could be executed with the wrong priority
1
fix
null
217,922
18.06.2021 15:57:36
-7,200
d65ffeb82a0dd2c3d658bc7a92315fed87369f72
feat(crafting-replays): you can now generate a crafting macro from a replay
[ { "change_type": "MODIFY", "diff": "</div>\n</ng-container>\n</nz-card>\n+ <div>\n+ <button nz-button nzBlock nzType=\"primary\" (click)=\"openMacroPopup(result.simulation)\">\n+ {{'SIMULATOR.Generate_ingame_macro' | translate}}\n+ </button>\n+ </div>\n</div>\n", "new_path": "apps/client/src/app/modules...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(crafting-replays): you can now generate a crafting macro from a replay
1
feat
crafting-replays
551,643
18.06.2021 16:02:35
-7,200
e310d4d59f07270c771938ecbf41fa6f072f0339
chore: update tsbs image to display latest results
[ { "change_type": "MODIFY", "diff": "Binary files a/.github/tsbs-results.png and b/.github/tsbs-results.png differ\n", "new_path": ".github/tsbs-results.png", "old_path": ".github/tsbs-results.png" }, { "change_type": "MODIFY", "diff": "@@ -76,14 +76,13 @@ You can interact with QuestDB us...
Java
Apache License 2.0
questdb/questdb
chore: update tsbs image to display latest results (#1132)
1
chore
null
104,844
18.06.2021 16:09:45
14,400
b7f65c0beff5a58373c27ce06f6c415a753db61b
chore(repo): added actual cypress test and fixed styling on test
[ { "change_type": "MODIFY", "diff": "@@ -43,5 +43,5 @@ results\n.vscode\n# Cypress artifacts\n-cypress/videos\n-cypress/screenshots\n\\ No newline at end of file\n+packages/react/cypress/videos/\n+packages/react/cypress/screenshots/\n\\ No newline at end of file\n", "new_path": ".gitignore", "old_pat...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(repo): added actual cypress test and fixed styling on test
1
chore
repo
217,922
18.06.2021 16:10:27
-7,200
fbb30e86aeb05ba228d936a8be92c36b13c9fac1
feat(inventory-optimizer): new optimizer for items only used for one material recipe
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,9 @@ import { InventoryModule } from '../../modules/inventory/inventory.module';\nimport { UselessHq } from './optimizations/useless-hq';\nimport { AuthFacade } from '../../+state/auth.facade';\nimport { InventoryService } from '../../modules/inventory/invent...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(inventory-optimizer): new optimizer for items only used for one material recipe
1
feat
inventory-optimizer
711,597
18.06.2021 16:53:46
-7,200
221051f32f052033b276f9da527d5625537ec4c1
feat(core): Export PasswordCipher helper
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import { UnauthorizedError } from '../../common/error/errors';\nimport { Injector } from '../../common/injector';\nimport { NativeAuthenticationMethod } from '../../entity/authentication-method/native-authentication-method.entity';\nimport { User } from '....
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Export PasswordCipher helper
1
feat
core
401,147
18.06.2021 17:27:44
-19,080
de2b7c5ab2fed22befee278ab5fb865ca463cb9a
fix: add both react 16 and 17 as peer dependency affects: @medly-components/loaders,
[ { "change_type": "MODIFY", "diff": "},\n\"license\": \"MIT\",\n\"peerDependencies\": {\n- \"react\": \"^16 || ^17\",\n- \"react-dom\": \"^16 || ^17\",\n+ \"react\": \"16.x || 17.x\",\n+ \"react-dom\": \"16.x || 17.x\",\n\"styled-components\": \"^5.1.0\"\n},\n\"dependencies\": {\n", "new_path": "packages...
TypeScript
MIT License
medly/medly-components
fix: add both react 16 and 17 as peer dependency affects: @medly-components/core, @medly-components/forms, @medly-components/icons, @medly-components/layout, @medly-components/loaders, @medly-components/utils
1
fix
null
667,636
18.06.2021 17:58:09
-28,800
8ed5e22ada22faa77485422165725088ff4e1ad2
feat(hippy-react-web): update swiper
[ { "change_type": "MODIFY", "diff": "\"react-router\": \"^5.1.2\",\n\"react-router-dom\": \"^5.1.2\",\n\"regenerator-runtime\": \"^0.13.5\",\n- \"rmc-list-view\": \"^0.11.5\"\n+ \"rmc-list-view\": \"^0.11.5\",\n+ \"swiper\": \"^6.7.0\"\n},\n\"devDependencies\": {\n\"@babel/core\": \"^7.12.0\",\n", "new_p...
C++
Apache License 2.0
tencent/hippy
feat(hippy-react-web): update swiper
1
feat
hippy-react-web
401,147
18.06.2021 18:05:20
-19,080
80bacd79d8b3d2dc3f63db97419633e876929ce2
refactor: update effector and effector-react version affects:
[ { "change_type": "MODIFY", "diff": "\"@medly-components/icons\": \"1.6.2\",\n\"@medly-components/theme\": \"1.30.10\",\n\"@medly-components/utils\": \"1.9.2\",\n- \"effector\": \"^20.16.1\",\n- \"effector-react\": \"^20.7.4\",\n+ \"effector\": \"^21.8.12\",\n+ \"effector-react\": \"^21.3.2\",\n\"polished\":...
TypeScript
MIT License
medly/medly-components
refactor: update effector and effector-react version affects: @medly-components/core
1
refactor
null
780,866
18.06.2021 18:43:26
10,800
bd80e355bae89e5164cc4be0071849d2fa758140
feat(template/load-widgets): permit widgets to emit events through `$emit` function [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,12 @@ const loadWidget = (pkg, runImport) => {\nreturn runImport()\n.then(exp => {\nif (typeof exp.default === 'function') {\n- exp.default(widget.options)\n+ exp.default({\n+ ...widget.options,\n+ $emit (ev, payload) {\n+ emitter.emit(ev, payload)\n+ }\n+ })...
JavaScript
MIT License
ecomplus/storefront
feat(template/load-widgets): permit widgets to emit events through `$emit` function [skip ci]
1
feat
template/load-widgets
530,324
18.06.2021 18:45:25
-19,080
b3354518bda7d767c2583135967062126472232d
feat(cdk8s): option to specify module versions Option to set a version for cdk8s-plus-17, and cdk8s-cli, pinned or unpinned. Defaults to `this.cdk8sVersion` for backward compatibility. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -3316,7 +3316,59 @@ added, set to the exact version configrued here.\",\n\"type\": \"unknown\",\n},\nObject {\n- \"default\": \"\\\\\"^1.0.0-beta.10\\\\\"\",\n+ \"default\": \"\\\\\"cdk8sVersion\\\\\"\",\n+ \"docs\": \"cdk8s-cli version.\",\n+ \"featured\": false,\n+ \...
TypeScript
Apache License 2.0
projen/projen
feat(cdk8s): option to specify module versions (#897) Option to set a version for cdk8s-plus-17, and cdk8s-cli, pinned or unpinned. Defaults to `this.cdk8sVersion` for backward compatibility. Fixes #896
1
feat
cdk8s
438,921
18.06.2021 18:46:29
-32,400
1938c611cc375f5b6a91b27fd489cb3523d166ce
refactor(load): mitigate improper rendering When multiple and consecutive loading task w/unload option are called sequentially in a very short gap, mitigate improper rendering by queueing load task using requestIdleCallback() Fix
[ { "change_type": "MODIFY", "diff": "* Copyright (c) 2017 ~ present NAVER Corp.\n* billboard.js project is licensed under the MIT license\n*/\n+import {window} from \"../../module/browser\";\nimport {isString, isArray} from \"../../module/util\";\nexport default {\n@@ -160,9 +161,11 @@ export default {\n// u...
TypeScript
MIT License
naver/billboard.js
refactor(load): mitigate improper rendering When multiple and consecutive loading task w/unload option are called sequentially in a very short gap, mitigate improper rendering by queueing load task using requestIdleCallback() Fix #2121
1
refactor
load
780,866
18.06.2021 18:49:30
10,800
224cbaac79479d7ca9787d3f788bd55718436440
feat(widget-product/events): emit `update:product` event globally fix handling `TheProduct` component events [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,19 @@ export default (options = {}, elId = 'product') => {\nbody = storefront.context && storefront.context.body\n}\n- const vueOptions = {\n+ let mounted\n+ const removeSpinner = () => {\n+ const $loading = document.getElementById('product-loading')\n+ if ($...
JavaScript
MIT License
ecomplus/storefront
feat(widget-product/events): emit `update:product` event globally fix handling `TheProduct` component events [skip ci]
1
feat
widget-product/events
780,866
18.06.2021 18:52:52
10,800
7a7cfca4ef2fe59dae3cc827717a9de86b71177e
perf(widget-offers-notification/iframe): load iframe src on demand only (onclick) [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -5,11 +5,15 @@ const url = 'https://us-central1-ecom-offers-notification.cloudfunctions.net/app\n%>\n<script>\n- window._offersNtHideSpinner = function () {\n- setTimeout(function () {\n- document.getElementById('_offers-nt__spinner').style.display = 'none';\n+ window....
JavaScript
MIT License
ecomplus/storefront
perf(widget-offers-notification/iframe): load iframe src on demand only (onclick) [skip ci]
1
perf
widget-offers-notification/iframe
366,946
18.06.2021 19:28:13
-32,400
394a0775363820bd71ef0a2d2288281be1e34eb0
feat: add default class name
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import styled, { css } from 'styled-components'\nimport { isMobileSafari, isTouchDevice } from '../../libs/ua'\nimport { Theme, useTheme } from '../../hooks/useTheme'\n+import { useClassNames } from './useClassNames'\nimport { FaSortIcon } from '../Icon'\n...
TypeScript
MIT License
kufu/smarthr-ui
feat: add default class name (#1679)
1
feat
null
815,601
18.06.2021 20:15:10
-28,800
bb1dc93c2800284886c2dfb39d6038bb7f55be71
feat: min cache size
[ { "change_type": "MODIFY", "diff": "@@ -131,9 +131,6 @@ enable_deprecated_rpc = false # {{\n[tx_pool]\nmax_mem_size = 20_000_000 # 20mb\nmax_cycles = 200_000_000_000\n-max_verify_cache_size = 100_000\n-max_conflict_cache_size = 1_000\n-max_committed_txs_hash_cache_size = 100_000\nmin_fee_rate = 1_000 # shan...
Rust
MIT License
nervosnetwork/ckb
feat: min cache size
1
feat
null
756,029
18.06.2021 21:05:02
25,200
33298d8b4c984eeadfa5d0e415a6cdc6a0d77382
fix(SwingSet): Lint fix for vat controller test fixture
[ { "change_type": "MODIFY", "diff": "// -*- js -*-\nimport { extractMessage } from './util';\n+\nexport default function setup(syscall, _state, _helpers, vatPowers) {\nfunction dispatch(vatDeliverObject) {\nconst { facetID, method, args } = extractMessage(vatDeliverObject);\n", "new_path": "packages/Swin...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(SwingSet): Lint fix for vat controller test fixture
1
fix
SwingSet
756,029
18.06.2021 21:25:32
25,200
ef668e2ee5c629ca9c779d96b7f0b7c9a0833b9d
refactor(xsnap): Expand terse argument name in text shim for local consistency
[ { "change_type": "MODIFY", "diff": "@@ -7,8 +7,8 @@ const { fromString } = ArrayBuffer;\nconst { fromArrayBuffer } = String;\nclass TextEncoder {\n- encode(s) {\n- return new Uint8Array(fromString(s));\n+ encode(text) {\n+ return new Uint8Array(fromString(text));\n}\n}\n", "new_path": "packages/xsnap/li...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(xsnap): Expand terse argument name in text shim for local consistency
1
refactor
xsnap
667,697
18.06.2021 21:44:01
-28,800
6691d466f416c8674b5a580717f93e2108897cae
docs(hippy-debug-server): fix spelling error
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ const { argv } = yargs\n.option('verbose', {\ntype: 'boolean',\ndefault: false,\n- describe: 'Output error detals',\n+ describe: 'Output error details',\n})\n.epilog(`Copyright (C) 2017-${new Date().getFullYear()} THL A29 Limited, a Tencent company.`);\n...
C++
Apache License 2.0
tencent/hippy
docs(hippy-debug-server): fix spelling error
1
docs
hippy-debug-server