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
11.02.2022 12:36:30
10,800
857a336e4c61a8cbdf6486fba038cc66275ea0ea
test(embedded/tbtree): unit testing increasing ts
[ { "change_type": "MODIFY", "diff": "@@ -1018,6 +1018,40 @@ func TestTBTreeReOpen(t *testing.T) {\n})\n}\n+func TestTBTreeIncreaseTs(t *testing.T) {\n+ tbtree, err := Open(\"test_tree_increase_ts\", DefaultOptions().WithFlushThld(2))\n+ require.NoError(t, err)\n+\n+ defer os.RemoveAll(\"test_tree_increase_ts...
Go
Apache License 2.0
codenotary/immudb
test(embedded/tbtree): unit testing increasing ts Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/tbtree
386,584
11.02.2022 12:37:37
-7,200
0404c0d326c18d9447349520fe0e6c64d2512023
feat(actions-core): Added Message action test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(actions-core): Added Message action test.
1
feat
actions-core
306,321
11.02.2022 12:39:22
0
e8383659a61218a792b30aedf2d1ce006d0c445d
fix: uncaught panics from parallel processing
[ { "change_type": "MODIFY", "diff": "@@ -47,12 +47,17 @@ func Run(modifyCtx func(*config.RunContext), args *[]string) {\ndefer func() {\nif appErr != nil {\n+ if v, ok := appErr.(*panicError); ok {\n+ handleUnexpectedErr(ctx, v)\n+ } else {\nhandleCLIError(ctx, appErr)\n}\n+ }\nunexpectedErr := recover()\nif...
Go
Apache License 2.0
infracost/infracost
fix: uncaught panics from parallel processing (#1371)
1
fix
null
386,584
11.02.2022 12:39:29
-7,200
696d8163c1a8128e8ec3e0704e16378b173039c5
feat(actions-core): Added Request action test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(actions-core): Added Request action test.
1
feat
actions-core
386,584
11.02.2022 12:40:42
-7,200
c53d111da0811d7822b122641d5cc36d9e61a384
feat(actions-core): Added Reset action test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(actions-core): Added Reset action test.
1
feat
actions-core
386,584
11.02.2022 12:42:53
-7,200
b5fc49915bdfabca2721c71cf5d5653ee62d27b9
feat(actions-core): Added ResetValidation action test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(actions-core): Added ResetValidation action test.
1
feat
actions-core
777,401
11.02.2022 12:43:21
18,000
7821d90206dc843e1e206f0d03afbdc73188dd3c
chore: update get trial queries to not require aligned steps, vals and checkpoints
[ { "change_type": "MODIFY", "diff": "@@ -7,8 +7,6 @@ WITH validations_vt AS (\nv.metrics->'num_inputs' as num_inputs,\nv.metrics->'validation_metrics' as metrics\nFROM validations v\n- INNER JOIN steps s ON v.trial_id = s.trial_id\n- AND v.total_batches = s.total_batches\nWHERE v.trial_id = $1\n) AS r1\n),\n...
Python
Apache License 2.0
determined-ai/determined
chore: update get trial queries to not require aligned steps, vals and checkpoints (#3568)
1
chore
null
386,584
11.02.2022 12:46:47
-7,200
66c8218578a3f3da77c9b722ef3141d205262499
feat(actions-core): Added SetGlobal action test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(actions-core): Added SetGlobal action test.
1
feat
actions-core
386,584
11.02.2022 12:47:56
-7,200
bfab2e4b6602c9b2ecf7e720dda7f49725ecb0af
feat(actions-core): Added SetState action test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(actions-core): Added SetState action test.
1
feat
actions-core
386,584
11.02.2022 12:50:37
-7,200
171aec380b7be3ee9ce2d003e2359bf80c82af4a
feat(actions-core): Added Validate action test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(actions-core): Added Validate action test.
1
feat
actions-core
104,826
11.02.2022 12:51:05
10,800
f1384b025b9bb68e2af9b5282c3e3c12f5abd533
fix(IdleLogoutConfirmationModal): Disabling the "Stay Logged in" button after the Log out button is clicked.
[ { "change_type": "MODIFY", "diff": "@@ -86,6 +86,8 @@ const IdleLogoutConfirmationModal = ({\nconst [restartIdleTimer, setRestartIdleTimer] = useState(false);\n// Countdown state. If countdown is greater than zero, logout confirmation dialog is going to be displayed\nconst [logoutConfirmationCountdown, setL...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(IdleLogoutConfirmationModal): Disabling the "Stay Logged in" button after the Log out button is clicked.
1
fix
IdleLogoutConfirmationModal
71,350
11.02.2022 12:56:57
28,800
ea7802b4b5ea4781ed884fc8d330173b192d569d
docs(cloudfront): add migration guide to modern distribution api Add guide for migrating from CloudFrontWebDistribution to Distribution *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": "@@ -91,7 +91,7 @@ your domain name, and provide one (or more) domain names from the certificate fo\nThe certificate must be present in the AWS Certificate Manager (ACM) service in the US East (N. Virginia) region; the certificate\nmay either be created by ACM, or created ...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(cloudfront): add migration guide to modern distribution api (#18835) Add guide for migrating from CloudFrontWebDistribution to Distribution ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
cloudfront
942,622
11.02.2022 13:00:35
28,800
f56b824f6e8752e66f8f8f2243963d152f6ac167
docs: Correct typo in README file Correct typo in README file [category:Documentation]
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,7 @@ inline icons. Process your SASS through PostCSS once it has been compiled to CSS\nIf you spot a bug, inconsistency, or typo, please\n[open a bug issue](https://github.com/Workday/canvas-kit/issues/new?labels=bug&template=bug.md).\n-Better yet, submit a p...
TypeScript
Apache License 2.0
workday/canvas-kit
docs: Correct typo in README file (#1464) Correct typo in README file [category:Documentation]
1
docs
null
777,376
11.02.2022 13:03:37
18,000
e1a00ea87611fad71f48e7a899bfbf5b2e329f45
chore: add additional logging for creds helper
[ { "change_type": "MODIFY", "diff": "@@ -131,7 +131,9 @@ func (d *dockerActor) pullImage(ctx *actor.Context, msg pullImage) {\nsendErr(ctx, errors.Wrap(err, \"error encoding registry credentials\"))\nreturn\n}\n- } else if store, ok := d.credentialStores[reference.Domain(ref)]; ok {\n+ } else {\n+ domain := ...
Python
Apache License 2.0
determined-ai/determined
chore: add additional logging for creds helper [DET-6710] (#3607)
1
chore
null
711,597
11.02.2022 13:20:28
-3,600
e7c4373d4e4a9ff83dc41cae287df709f3d15821
fix(core): Correctly display unitPrice of cancelled OrderLines Relates to Displaying "0" as the unitPrice is misleading, since cancelling an OrderLine does _not_ change the unitPrice. Only the linePrice should be affected.
[ { "change_type": "MODIFY", "diff": "@@ -281,10 +281,17 @@ export class OrderLine extends VendureEntity implements HasCustomFields {\nthis.items.forEach(item => item.clearAdjustments(type));\n}\n+ /**\n+ * @description\n+ * Fetches the specified property of the first active (non-cancelled) OrderItem.\n+ * If...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Correctly display unitPrice of cancelled OrderLines Relates to #1414. Displaying "0" as the unitPrice is misleading, since cancelling an OrderLine does _not_ change the unitPrice. Only the linePrice should be affected.
1
fix
core
756,026
11.02.2022 13:22:38
28,800
10a580589825a11bd2e0d98f0f467367080bf52d
chore: add details to rights conservation assertion msg for help diagnosing
[ { "change_type": "MODIFY", "diff": "@@ -79,7 +79,7 @@ const assertEqualPerBrand = (leftSumsByBrand, rightSumsByBrand) => {\nconst { leftSum, rightSum } = getSums(brand);\nassert(\nAmountMath.isEqual(leftSum, rightSum),\n- X`rights were not conserved for brand ${brand}`,\n+ X`rights were not conserved for br...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: add details to rights conservation assertion msg for help diagnosing #4407
1
chore
null
126,276
11.02.2022 13:29:31
10,800
0f1bb0d813043cb58e581948b1173dc69d0eb678
chore(pkg/integration): integrate non-indexed into grpc apis
[ { "change_type": "MODIFY", "diff": "@@ -50,6 +50,7 @@ func KVMetadataToProto(md *store.KVMetadata) *KVMetadata {\nkvmd := &KVMetadata{\nDeleted: md.Deleted(),\n+ NonIndexeable: md.NonIndexable(),\n}\nif md.IsExpirable() {\n@@ -97,6 +98,8 @@ func KVMetadataFromProto(md *KVMetadata) *store.KVMetadata {\nkvmd....
Go
Apache License 2.0
codenotary/immudb
chore(pkg/integration): integrate non-indexed into grpc apis Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/integration
777,399
11.02.2022 13:32:16
28,800
e4178489f96974e1cdc6806d3b8ed1707ee0fe19
docs: add release notes for 0.17.9
[ { "change_type": "MODIFY", "diff": "Version 0.17\n**************\n+Version 0.17.9\n+==============\n+\n+**Release Date:** February 11, 2022\n+\n+**New Features**\n+\n+- Python API: Add new framework-specific methods for loading checkpoints:\n+\n+ - :meth:`determined.pytorch.load_trial_from_checkpoint_path`\...
Python
Apache License 2.0
determined-ai/determined
docs: add release notes for 0.17.9 (#3613) (cherry picked from commit 0139481e4a1a06ec3ef5ea76bcbad33bba09ba35)
1
docs
null
386,584
11.02.2022 13:37:19
-7,200
e24d40408ff73e7b251ce2777e263d4099bf7f26
chore(actions-core): Simplify action tests.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n-import testContext from './testContext.js';\nimport CallMethod from './CallMethod.js';\nconst mockActionMethod = jest.fn();\n-const lowdefy = {\n- _internal: {\n- actions: {\n- CallMethod: (props) => CallMethod({ ...props, methods: { c...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(actions-core): Simplify action tests.
1
chore
actions-core
915,035
11.02.2022 13:44:01
-3,600
11024c77e2c095eb6e4e5e01080be682eb465606
ci: remove docs build
[ { "change_type": "MODIFY", "diff": "@@ -207,21 +207,6 @@ jobs:\nkey: ${{ needs.sdk-generate.outputs.sdk-cache-key }}\n- run: ./test/e2e/circle-ci.bash ${{ matrix.database }} ${{ matrix.args }}\n- docs-build:\n- runs-on: ubuntu-latest\n- name: Synchronize autogenerated files to docs\n- if: ${{ startsWith(git...
Go
Apache License 2.0
ory/hydra
ci: remove docs build
1
ci
null
826,652
11.02.2022 13:48:19
-3,600
bce3e4c25c4e32d8c19a4b9a9844b6f5a9809bf1
ci: remove docs sync
[ { "change_type": "MODIFY", "diff": "@@ -93,21 +93,6 @@ jobs:\n- run: |\ngo test -tags sqlite -race -short -v -p 1 ./...\n- docs-build:\n- runs-on: ubuntu-latest\n- name: Synchronize autogenerated files to docs\n- if: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' }}\n- needs:\n- - ...
Go
Apache License 2.0
ory/keto
ci: remove docs sync
1
ci
null
847,143
11.02.2022 13:59:30
-28,800
50df0f718af9ae4b76d2a4dc8af59622f905c048
docs: update typos
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ Some options have their fallback if you donot set them.\n- name: `siteConfig.title` || `themeConfig.title` || `'Site'`\n- short_name: `siteConfig.title` || `themeConfig.title` || `'Site'`\n-- description: `siteConfig.description` || `themeConfig.descript...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs: update typos
1
docs
null
847,143
11.02.2022 14:05:02
-28,800
9083448e116c28239722921f747375123d960822
fix(pwa2): fix headlink inject
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,8 @@ export const pwaPlugin: Plugin<PWAOptions> = (options, app) => {\nuseSassPalettePlugin(app, { id: \"hope\" });\n+ app.options.head = injectLinkstoHead(options, base, app.options.head);\n+\nconst config: PluginObject = {\nname: \"vuepress-plugin-pwa2\",\n...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(pwa2): fix headlink inject
1
fix
pwa2
847,143
11.02.2022 14:07:50
-28,800
1463451ca28a076e21e6075a1d1aae6647193865
feat(components): improve backtotop button style
[ { "change_type": "MODIFY", "diff": "position: fixed !important;\nright: 1rem;\n- bottom: 8rem;\n+ bottom: 4rem;\nz-index: 100;\nwidth: 3rem;\nheight: 3rem;\n}\n@media (max-width: hope-config.$mobile) {\n+ bottom: 8rem;\nwidth: 2.25rem;\nheight: 2.25rem;\npadding: 0.25rem;\n", "new_path": "packages/compo...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(components): improve backtotop button style
1
feat
components
730,514
11.02.2022 14:08:51
18,000
e4355080f907bb30c69fb97d0d2b2395779c54dd
feat(webex-core): add default config for plugin
[ { "change_type": "MODIFY", "diff": "@@ -657,7 +657,7 @@ export default WebexCore;\n* @param {Object} options.interceptors\n* @returns {null}\n*/\n-export function registerPlugin(name, constructor, options) {\n+export function registerPlugin(name, constructor, options = {}) {\nWebexCore.registerPlugin(name, ...
JavaScript
MIT License
webex/webex-js-sdk
feat(webex-core): add default config for plugin
1
feat
webex-core
847,143
11.02.2022 14:09:15
-28,800
78bb24a911051bc7105185e1ed6e655b2ad6960c
fix(components): fix BreadCrumb on devServer
[ { "change_type": "MODIFY", "diff": "import { resolveRouteWithRedirect } from \"@mr-hope/vuepress-shared/lib/client\";\nimport { usePageFrontmatter } from \"@vuepress/client\";\n-import { computed, defineComponent, h, onMounted, watch, ref } from \"vue\";\n+import {\n+ computed,\n+ defineComponent,\n+ h,\n+ ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(components): fix BreadCrumb on devServer
1
fix
components
847,143
11.02.2022 14:20:34
-28,800
5e9b36f368fb85c89d48aeb95e26d8e2d6b16299
feat(feed2): add default sorter
[ { "change_type": "MODIFY", "diff": "import { getFeedChannelOption, getFeedLinks } from \"./options\";\nimport { injectLinkstoHead } from \"./injectHead\";\nimport { FeedGenerator } from \"./generator\";\n-import { logger } from \"./utils\";\n+import { compareDate, logger } from \"./utils\";\nimport type { P...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(feed2): add default sorter
1
feat
feed2
276,949
11.02.2022 14:22:50
10,800
cb14d4fe656750c027edf1cfcb26bea49ff9261c
chore: adjusting copy to side of code
[ { "change_type": "MODIFY", "diff": "/* eslint-disable no-undef */\nimport React, { useState } from 'react';\n-import * as YogaComponents from '@gympass/yoga';\n+import { Button, Box } from '@gympass/yoga';\nimport { string } from 'prop-types';\nimport styled from 'styled-components';\n-const ButtonCopy = st...
JavaScript
MIT License
gympass/yoga
chore: adjusting copy to side of code
1
chore
null
847,143
11.02.2022 14:32:30
-28,800
080e10128a32cdb975453e9eac32743a35457d61
docs(lightgallery): fix typos
[ { "change_type": "MODIFY", "diff": "@@ -49,11 +49,11 @@ npm i -D vuepress-plugin-lightgallery@next\n```ts\n// .vuepress/config.ts\n-import { copyCode } from \"vuepress-plugin-lightgallery\";\n+import { lightgallery } from \"vuepress-plugin-lightgallery\";\nexport default {\nplugins: [\n- copyCode({\n+ light...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs(lightgallery): fix typos
1
docs
lightgallery
277,286
11.02.2022 14:35:46
-3,600
549a31d5d4b080284f7978d077d4bf0e32b96072
fix(vsc-ext): Provide correct autocomplete in if statements as well.
[ { "change_type": "MODIFY", "diff": "]\n},\n{\n- \"name\": \"Debug VSC extension tests\",\n+ \"name\": \"Debug VSC tests\",\n\"type\": \"python\",\n\"cwd\": \"${workspaceFolder}/tools/vscode-extension\",\n\"python\": \"${workspaceFolder}/tools/vscode-extension/venv/bin/python\",\n", "new_path": ".vscode/...
Python
Apache License 2.0
h2oai/wave
fix(vsc-ext): Provide correct autocomplete in if statements as well.
1
fix
vsc-ext
915,035
11.02.2022 14:53:29
-3,600
784afd1ab838221b86ba112fcfd57bf5dc9602fd
fix: add context where needed
[ { "change_type": "MODIFY", "diff": "package config\nimport (\n+ \"context\"\n\"fmt\"\n\"net/http\"\n\"net/url\"\n@@ -85,15 +86,15 @@ type Provider struct {\np *configx.Provider\n}\n-func MustNew(l *logrusx.Logger, opts ...configx.OptionModifier) *Provider {\n- p, err := New(l, opts...)\n+func MustNew(ctx co...
Go
Apache License 2.0
ory/hydra
fix: add context where needed (#2985)
1
fix
null
276,949
11.02.2022 14:53:48
10,800
65d0a83a9a783fb9ca950ff0e7a439cc32e60683
chore: change button for button icon
[ { "change_type": "MODIFY", "diff": "@@ -3,11 +3,7 @@ import React, { useState } from 'react';\nimport { Button, Box } from '@gympass/yoga';\nimport { string } from 'prop-types';\n-import styled from 'styled-components';\n-\n-const ButtonCopy = styled(Button.Link)`\n- height: 100%;\n-`;\n+import { CheckedFul...
JavaScript
MIT License
gympass/yoga
chore: change button for button icon
1
chore
null
386,595
11.02.2022 14:55:18
-7,200
1294914fae0cafbe9165db230b2cf418a97e71b7
fix: Convert link to pass pathname and query separately.
[ { "change_type": "MODIFY", "diff": "@@ -30,25 +30,34 @@ function createLink({ backLink, disabledLink, lowdefy, newOriginLink, noLink, sa\n// Cannot set input or urlQuery on back\nreturn backLink(props);\n}\n- const lowdefyUrlQuery = type.isNone(props.urlQuery)\n- ? ''\n- : `?${urlQueryFn.stringify(props.url...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Convert link to pass pathname and query separately.
1
fix
null
386,595
11.02.2022 14:56:34
-7,200
1189a8bdbb6ade52eee7e8223603dc4d2dcd6223
fix: Convert links to use pathname and query.
[ { "change_type": "MODIFY", "diff": "@@ -19,10 +19,10 @@ const createLinkComponent = (lowdefy) => {\nariaLabel,\nchildren,\nclassName,\n- href,\nid,\nnewTab,\npageId,\n+ query,\nrel,\nurl,\n}) => {\n@@ -31,7 +31,7 @@ const createLinkComponent = (lowdefy) => {\nid={id}\naria-label={ariaLabel}\nclassName={clas...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Convert links to use pathname and query.
1
fix
null
386,595
11.02.2022 15:19:12
-7,200
2e531b385248361fc6f015e0102838462299af06
fix: Update createLink tests.
[ { "change_type": "MODIFY", "diff": "@@ -30,23 +30,37 @@ test('createLink, link with pageId', () => {\nexpect(mockDisabledLink.mock.calls).toEqual([]);\nexpect(mockNewOriginLink.mock.calls).toEqual([]);\nexpect(mockNoLink.mock.calls).toEqual([]);\n- expect(mockSameOriginLink.mock.calls).toEqual([\n- [\n- {\n...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Update createLink tests.
1
fix
null
866,400
11.02.2022 15:33:01
18,000
3704c5087c1747e8e255b80b57176bb459a1051b
test(masthead): add e2e coverage for cloud masthead (experimental) ### Related Ticket(s) Closes & ### Changelog **New** Adds e2e coverage for the cloud masthead
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,12 @@ jobs:\nrun: yarn install --offline\n- name: Build project\nrun: yarn lerna run --stream --ignore @carbon/ibmdotcom-react build\n+ - name: Set Cloud Masthead env var\n+ uses: ./.github/actions/set-dotenv\n+ with:\n+ env-file: packages/web-components/.env...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
test(masthead): add e2e coverage for cloud masthead (experimental) (#8174) ### Related Ticket(s) Closes #8133 & #8138 ### Changelog **New** - Adds e2e coverage for the cloud masthead
1
test
masthead
386,584
11.02.2022 15:33:07
-7,200
e2cd39f14777531475fbbb0e5b093fa4938e4e8a
chore(engine): Removed getGlobal default object: lowdefyGlobal.
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ function createGetGlobal({ arrayIndices, blockId, context }) {\nreturn getFromObject({\narrayIndices,\nlocation: blockId,\n- object: context._internal.lowdefy.lowdefyGlobal || {},\n+ object: context._internal.lowdefy.lowdefyGlobal,\nmethod: 'getGlobal',\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(engine): Removed getGlobal default object: lowdefyGlobal.
1
chore
engine
386,584
11.02.2022 15:39:30
-7,200
2e3ecdf0863ea9ec370235c83e7e1ce10a358298
chore(engine): Removed getInput object default.
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ function createGetInput({ arrayIndices, blockId, context }) {\nreturn getFromObject({\narrayIndices,\nlocation: blockId,\n- object: context._internal.lowdefy.inputs ? context._internal.lowdefy.inputs[context.id] : {},\n+ object: context._internal.lowdefy...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(engine): Removed getInput object default.
1
chore
engine
386,584
11.02.2022 15:40:46
-7,200
4de9b0e377dee2e85631bf73af33eb3df9ab0bb7
chore(engine): Removed getGetUrlQuery object default.
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ function createGetUrlQuery({ arrayIndices, blockId, context }) {\nreturn getFromObject({\narrayIndices,\nlocation: blockId,\n- object: context._internal.lowdefy.urlQuery || {},\n+ object: context._internal.lowdefy.urlQuery,\nmethod: 'getUrlQuery',\nparam...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(engine): Removed getGetUrlQuery object default.
1
chore
engine
386,584
11.02.2022 15:47:39
-7,200
9988b3051a0949d568d59c97d611c40e21cceb41
chore(engine): Remove comments to silence errors and logs from createRequest test.
[ { "change_type": "MODIFY", "diff": "@@ -56,8 +56,8 @@ const mockDate = jest.fn(() => ({ date: 0 }));\nmockDate.now = jest.fn(() => 0);\n// Comment out to use console\n-// console.log = () => {};\n-// console.error = () => {};\n+console.log = () => {};\n+console.error = () => {};\nbeforeAll(() => {\nglobal.D...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(engine): Remove comments to silence errors and logs from createRequest test.
1
chore
engine
386,584
11.02.2022 15:56:41
-7,200
18a2385dfe2e86dd0c9cb9c6ed103470518a5613
chore(engine): Refactor displayMessage action params.
[ { "change_type": "MODIFY", "diff": "function createDisplayMessage({ context }) {\nreturn function displayMessage(params = {}) {\n- context._internal.lowdefy._internal.displayMessage({\n- content: params.content || 'Success',\n- duration: params.duration,\n- icon: params.icon,\n- status: params.status,\n- })...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(engine): Refactor displayMessage action params.
1
chore
engine
386,584
11.02.2022 15:58:54
-7,200
66e5e2a699c09cbe70da4778e022535f7956f2d1
chore(engine): Removed object default from getUser action params.
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ function createGetUser({ arrayIndices, blockId, context }) {\nreturn getFromObject({\narrayIndices,\nlocation: blockId,\n- object: context._internal.lowdefy.user || {},\n+ object: context._internal.lowdefy.user,\nmethod: 'getUser',\nparams,\n});\n", ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(engine): Removed object default from getUser action params.
1
chore
engine
902,122
11.02.2022 16:12:40
-3,600
32a933d4858ba3405ae9cbf8249a5de7cd4e6ed4
refactor(screenshot): adjust padding
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ const resetCSS = `<style>\n}\n</style>`\n-const JSON_MAX_LENGTH = 72 * 0.5\n+const JSON_MAX_LENGTH = 71 * 0.5\nconst TEXT_MAX_LENGTH = 96 * 0.6\nconst truncate = (input, maxLength) => {\n", "new_path": "packages/screenshot/src/pretty/html.js", "o...
JavaScript
MIT License
microlinkhq/browserless
refactor(screenshot): adjust padding
1
refactor
screenshot
902,122
11.02.2022 16:13:00
-3,600
e70eaa8c3952deb7d6f0c2f1989d6b063cddd4c5
chore(release): v9.3.12
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [9.3.12](https://github.com/microlinkhq/browserless/compare/v9.3.11...v9.3.12) (2022-02-11)\n+\n+**Note:** Version...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.3.12
1
chore
release
777,396
11.02.2022 16:14:55
25,200
6dba19390221c3daa731f11c0db9ee4522733ffe
fix: dtrain + native api Previously, Native API-launched experiments always took the non-dtrain codepath.
[ { "change_type": "MODIFY", "diff": "@@ -242,3 +242,12 @@ def test_distributed_logging() -> None:\nassert exp.check_if_string_present_in_trial_logs(\nt_id, \"finished train_batch for rank {}\".format(i)\n)\n+\n+\n+@pytest.mark.parallel\n+def test_pytorch_native_api_parallel() -> None:\n+ exp_id = exp.create_...
Python
Apache License 2.0
determined-ai/determined
fix: dtrain + native api (#3614) Previously, Native API-launched experiments always took the non-dtrain codepath.
1
fix
null
386,584
11.02.2022 16:15:26
-7,200
4f838cf0a144424c2e84723b46b8b8b04be9c76b
chore(engine): Reorder triggerEvents in validate and resetValidation methods.
[ { "change_type": "MODIFY", "diff": "@@ -174,12 +174,12 @@ test('RestValidation after required field', async () => {\nconst button = context._internal.RootBlocks.map['button'];\nconst reset = context._internal.RootBlocks.map['reset'];\nconst text1 = context._internal.RootBlocks.map['text1'];\n- await button....
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(engine): Reorder triggerEvents in validate and resetValidation methods.
1
chore
engine
386,584
11.02.2022 16:18:20
-7,200
a03128fc268e8dc582dd884bb04b70140f162c72
chore(actions-core): Separated guard and if-else statement in ScrollTo action.
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,8 @@ import { type } from '@lowdefy/helpers';\nfunction ScrollTo({ document, params, window }) {\nif (!type.isObject(params)) {\nthrow new Error(`Invalid ScrollTo, check action params. Received \"${JSON.stringify(params)}\".`);\n- } else if (params.blockId) {...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(actions-core): Separated guard and if-else statement in ScrollTo action.
1
chore
actions-core
791,704
11.02.2022 16:23:58
28,800
ed57d424039f738d69665021017291356a88e86f
tests: use simpler assertion in report-renderer-axe-test.js
[ { "change_type": "ADD", "diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`ReportRendererAxe with aXe renders without axe violations 2`] = `\n+Array [\n+ Object {\n+ \"description\": \"Ensures every id attribute value is unique\",\n+ \"help\": \"id attribute value must be unique\",\n+ \"help...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: use simpler assertion in report-renderer-axe-test.js (#13658)
1
tests
null
942,581
11.02.2022 16:32:26
25,200
80b7cdd49c8ac00db88b558c02e599102957ca73
fix(popup): Restore overflow y and x with `useDisableBodyScroll` `useDisableBodyScroll` now restores `overflow`, `overflowX`, and `overflowY` Fixes [category:Components]
[ { "change_type": "MODIFY", "diff": "@@ -16,11 +16,17 @@ export const useDisableBodyScroll = (model: PopupModel, elemProps = {}) => {\nif (!visible) {\nreturn;\n}\n+\n+ const overflowY = document.body.style.overflowY;\n+ const overflowX = document.body.style.overflowX;\nconst overflow = document.body.style.o...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(popup): Restore overflow y and x with `useDisableBodyScroll` (#1470) `useDisableBodyScroll` now restores `overflow`, `overflowX`, and `overflowY` Fixes #1469 [category:Components]
1
fix
popup
419,511
11.02.2022 16:39:40
-3,600
8b7b97729935d9fe35f8b57cd9e64dddc8fa86e6
fix(seeder): fix Factory type for entity with constructor params
[ { "change_type": "MODIFY", "diff": "import type { Faker } from '@faker-js/faker';\nimport faker from '@faker-js/faker';\n-import type { RequiredEntityData, EntityManager } from '@mikro-orm/core';\n+import type { RequiredEntityData, EntityManager, Constructor } from '@mikro-orm/core';\nexport abstract class ...
TypeScript
MIT License
mikro-orm/mikro-orm
fix(seeder): fix Factory type for entity with constructor params (#2745)
1
fix
seeder
386,595
11.02.2022 16:42:57
-7,200
96ed764458ebed076d5bee246622c2fb457d9f33
fix(server-dev): Fix redirect.
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,7 @@ const App = ({ lowdefy }) => {\nconst redirect = setPageId(lowdefy);\nif (redirect) {\n- lowdefy._internal.router.push(`${lowdefy.basePath}/${lowdefy.pageId}`); // TODO: test redirect\n+ lowdefy._internal.router.push(`/${lowdefy.pageId}`);\n}\nreturn (\n...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(server-dev): Fix redirect.
1
fix
server-dev
386,584
11.02.2022 16:44:21
-7,200
6c3abb71e8e82612c18148c00add90d6d8e1f36f
feat(engine): BREAKING CHANGE - The Message action was renamed to DisplayMessage. BREAKING CHANGE: The Message action was renamed to DisplayMessage.
[ { "change_type": "MODIFY", "diff": "@@ -22,8 +22,11 @@ const mockMessage = jest.fn(() => () => undefined);\nconst lowdefy = {\n_internal: {\nactions: {\n- Message: ({ methods: { message }, params }) => {\n- return message(params);\n+ DisplayMessage: ({ methods: { displayMessage }, params }) => {\n+ return d...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(engine): BREAKING CHANGE - The Message action was renamed to DisplayMessage. BREAKING CHANGE: The Message action was renamed to DisplayMessage.
1
feat
engine
386,584
11.02.2022 16:44:33
-7,200
a9bfe65f42094d53cd4eee60aa34fbd0a5e180a6
feat(actions-core): BREAKING CHANGE - The Message action was renamed to DisplayMessage.
[ { "change_type": "DELETE", "diff": "-/*\n- Copyright 2020-2021 Lowdefy, Inc\n-\n- Licensed under the Apache License, Version 2.0 (the \"License\");\n- you may not use this file except in compliance with the License.\n- You may obtain a copy of the License at\n-\n- http://www.apache.org/licenses/LICENSE-2.0\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(actions-core): BREAKING CHANGE - The Message action was renamed to DisplayMessage.
1
feat
actions-core
386,584
11.02.2022 16:45:00
-7,200
d79d832d4817891df5f01de96d5b325d6bfa5236
chore(actions-core): Changed Link Action function declaration.
[ { "change_type": "MODIFY", "diff": "import { type } from '@lowdefy/helpers';\n-const Link = ({ methods: { link }, params }) => {\n+function Link({ methods: { link }, params }) {\nconst linkParams = type.isString(params) ? { pageId: params } : params;\ntry {\nlink(linkParams);\n@@ -24,6 +24,6 @@ const Link =...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(actions-core): Changed Link Action function declaration.
1
chore
actions-core
386,584
11.02.2022 16:49:55
-7,200
32c0b7c96f07e16c5a4b16b8501ea44da3f2ba76
fix(engine): Changed method action from getRequest to getRequestDetails.
[ { "change_type": "RENAME", "diff": "import getFromObject from './getFromObject.js';\n-const createGetRequest = ({ arrayIndices, blockId, context }) => {\n- return function getRequest(params) {\n+const createGetRequestDetails = ({ arrayIndices, blockId, context }) => {\n+ return function getRequestDetails(pa...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(engine): Changed method action from getRequest to getRequestDetails.
1
fix
engine
386,584
11.02.2022 16:59:17
-7,200
140218075f0f9ce00c0e930a7b18db5629bb1ab0
fix(actions-core): Added scrollTo with no params error test.
[ { "change_type": "MODIFY", "diff": "@@ -64,6 +64,18 @@ beforeEach(() => {\nmockElemScrollIntoView.mockReset();\n});\n+const RealDate = Date;\n+const mockDate = jest.fn(() => ({ date: 0 }));\n+mockDate.now = jest.fn(() => 0);\n+\n+beforeAll(() => {\n+ global.Date = mockDate;\n+});\n+\n+afterAll(() => {\n+ gl...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(actions-core): Added scrollTo with no params error test.
1
fix
actions-core
889,620
11.02.2022 17:06:11
-28,800
35bf05eb39fc05b6d36beaedca5d64aace81302e
feat(webui): adapt card content depending on context closes
[ { "change_type": "MODIFY", "diff": "<item-card\nclass=\"item-card\"\n:item=\"item\"\n+ :item-context=\"itemContext\"\n:width=\"itemWidth\"\n:selected=\"active\"\n:no-link=\"draggable || deletable\"\n@@ -76,6 +77,7 @@ import ItemCard from '@/components/ItemCard.vue'\nimport {computeCardWidth} from '@/functio...
Kotlin
MIT License
gotson/komga
feat(webui): adapt card content depending on context closes #679
1
feat
webui
841,385
11.02.2022 17:07:08
-10,800
fcbc2ff03f9eebbb5fed95dd082504a6b1a49af9
feat(css/parser): Implement more parser logic for nth selectors
[ { "change_type": "MODIFY", "diff": "@@ -588,7 +588,8 @@ where\nlet mut children = vec![];\nmatch &*names.0.to_ascii_lowercase() {\n- \"nth-child\" | \"nth-last-child\" | \"nth-of-type\" | \"nth-last-of-type\" => {\n+ \"nth-child\" | \"nth-last-child\" | \"nth-of-type\" | \"nth-last-of-type\" | \"nth-col\"\n...
Rust
Apache License 2.0
swc-project/swc
feat(css/parser): Implement more parser logic for nth selectors (#3532)
1
feat
css/parser
889,620
11.02.2022 17:08:48
-28,800
9fe50fd5ceb9fd657d50eaa678dc6c13f46023d1
fix(webui): don't show metrics if there's no data
[ { "change_type": "MODIFY", "diff": "<template>\n<v-container fluid class=\"pa-6\">\n<v-row>\n- <v-col>\n+ <v-col v-if=\"tasksCount\">\n<v-card>\n<v-card-title>{{ $t('metrics.tasks_executed') }}</v-card-title>\n<v-card-text>\n</v-card>\n</v-col>\n- <v-col>\n+ <v-col v-if=\"tasksTotalTime\">\n<v-card>\n<v-car...
Kotlin
MIT License
gotson/komga
fix(webui): don't show metrics if there's no data
1
fix
webui
889,620
11.02.2022 17:10:06
-28,800
14630783670a1a19a692c600468209e6ce659ba8
feat(webui): show series for books in search bar closes
[ { "change_type": "MODIFY", "diff": "</v-img>\n<v-list-item-content>\n<v-list-item-title>{{ data.item.metadata.title }}</v-list-item-title>\n- <v-list-item-subtitle>{{ $t('searchbox.in_library', {library: getLibraryName(data.item)}) }}</v-list-item-subtitle>\n+ <v-list-item-subtitle>{{\n+ $t('searchbox.in_li...
Kotlin
MIT License
gotson/komga
feat(webui): show series for books in search bar closes #678
1
feat
webui
889,620
11.02.2022 17:10:50
-28,800
f388e9bf7687c8d49ee55aa7ee3623763952385b
feat(webui): show series title within read list navigation
[ { "change_type": "MODIFY", "diff": ":key=\"i\"\n:to=\"{ name: 'browse-book', params: { bookId: book.id }, query: { context: context.origin, contextId: context.id} }\"\n>\n- <v-list-item-title class=\"text-wrap text-body-2\">{{ book.metadata.number }} - {{ book.metadata.title }}\n+ <v-list-item-title class=\...
Kotlin
MIT License
gotson/komga
feat(webui): show series title within read list navigation
1
feat
webui
386,584
11.02.2022 17:11:43
-7,200
b854e66b5cc70d00a7f5886e31c980e8acc9ffbb
chore(engine): Updated link action test method.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n+import { type } from '@lowdefy/helpers';\n+\nimport testContext from '../../test/testContext.js';\nconst lowdefy = {\n_internal: {\nactions: {\nLink: ({ methods: { link }, params }) => {\n- return link(params);\n+ const linkParams = ty...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(engine): Updated link action test method.
1
chore
engine
730,514
11.02.2022 17:12:54
18,000
6ac9dd16bc7adb71548499fb6da8593c7e79e6e3
fix(config/wdio): add polyfill for babel
[ { "change_type": "MODIFY", "diff": "Binary files a/package-lock.json and b/package-lock.json differ\n", "new_path": "package-lock.json", "old_path": "package-lock.json" }, { "change_type": "MODIFY", "diff": "@@ -392,7 +392,8 @@ exports.config = {\n// Options to be passed to Mocha.\n// Se...
JavaScript
MIT License
webex/webex-js-sdk
fix(config/wdio): add polyfill for babel
1
fix
config/wdio
386,595
11.02.2022 17:13:18
-7,200
53117b88cf759991539265ca84c0f47a9b45a911
fix: Update docs for Anchor. BREAKING CHANGE: href and strong property removed for Anchor block, replaced with Link properties.
[ { "change_type": "MODIFY", "diff": "@@ -132,11 +132,11 @@ _ref:\n- `input: object`: When the link is clicked, pass data as the input object to the next Lowdefy page. Can only be used with pageId link and newTab false. See [Input]( TODO: Link to input page? ).\n- `newTab: boolean`: When the link is clicked, ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Update docs for Anchor. BREAKING CHANGE: href and strong property removed for Anchor block, replaced with Link properties.
1
fix
null
386,584
11.02.2022 17:14:11
-7,200
10cc7ea143367268448da45e4e1a973424cbe127
chore(engine): Updated request action test method.
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,12 @@ const mockReqResponses = {\nconst mockCallRequest = jest.fn();\nconst mockCallRequestImp = ({ requestId }) => {\nif (requestId === 'req_error') throw mockReqResponses['req_error'];\n- return mockReqResponses[requestId];\n+ return new Promise((resolve, r...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(engine): Updated request action test method.
1
chore
engine
866,415
11.02.2022 17:18:47
18,000
bc6f8145f5e6b0fab4b43946894bcc4bc17822e9
chore(package): repoint packages from canary to latest rc
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@babel/runtime\": \"^7.5.5\",\n- \"@carbon/ibmdotcom-services\": \"1.31.0-canary.adhoc5.6836\",\n+ \"@carbon/ibmdotcom-services\": \"1.31.0-rc.0\",\n\"@carbon/ibmdotcom-styles\": \"1.31.0-rc.0\",\n- \"@carbon/ibmdotcom-utilities\": \"1.31.0-cana...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(package): repoint packages from canary to latest rc
1
chore
package
438,921
11.02.2022 17:24:23
-32,400
333ccadf9140369896d2ebe8e1e7dd26248ff98d
fix(tooltip): revert tooltip.contents' defaultValueFormat Revert defaultValueFormat function changes done from Add descriptive info on how defaultValueFormat behave on API doc Fix
[ { "change_type": "MODIFY", "diff": "@@ -38,11 +38,16 @@ export default {\n*/\ngetDefaultValueFormat(): Function {\nconst $$ = this;\n- const hasArc = $$.hasArcType();\n+ const {defaultArcValueFormat, yFormat, y2Format} = $$;\n+ const hasArc = $$.hasArcType(null, [\"gauge\", \"radar\"]);\n- return hasArc && ...
TypeScript
MIT License
naver/billboard.js
fix(tooltip): revert tooltip.contents' defaultValueFormat - Revert defaultValueFormat function changes done from d2be8c0 - Add descriptive info on how defaultValueFormat behave on API doc Fix #2542
1
fix
tooltip
304,860
11.02.2022 17:29:15
-3,600
ee44519476b0daac09bb86dd7ca3c757a562cfa7
test: Make TestDo_DNSFail work on ubuntu (or my computer at least) Getting a different error locally so the test would fail.
[ { "change_type": "MODIFY", "diff": "@@ -146,7 +146,7 @@ requests.do(method: \"GET\", url:\"http://notarealaddressatall/path/a/b/c\", headers\nif err == nil {\nt.Fatal(\"expected failure\")\n}\n- if !strings.Contains(err.Error(), \"no such host\") {\n+ if !strings.Contains(err.Error(), \"no such host\") && !...
Go
MIT License
influxdata/flux
test: Make TestDo_DNSFail work on ubuntu (or my computer at least) (#4476) Getting a different error locally so the test would fail.
1
test
null
847,143
11.02.2022 17:59:33
-28,800
0f722614ac0b49bb57a5098e3c27d95a01d1b3b3
fix(components): fix components
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,7 @@ export const useBlogCategory = <\nconst route = routes.find(({ name }) => name === pageKey);\nif (route) {\n- const finalRoute = resolveRouteWithRedirect(route.path);\n+ const finalRoute = resolveRouteWithRedirect(router, route.path);\nresult.map[categor...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(components): fix components
1
fix
components
866,415
11.02.2022 18:10:22
18,000
d49d129ccf27c729234aa88f4d976f9d30c5d252
test(browserstack): use exclude arg for browserstack
[ { "change_type": "MODIFY", "diff": "\"cypress_config_file\": \"tests/e2e-storybook/cypress-canary.json\",\n\"project_name\": \"Carbon for IBM.com\",\n\"build_name\": \"Web Components Storybook\",\n- \"exclude\": [],\n+ \"exclude\": [\"cypress/integration/masthead/cloud/*.e2e.js\"],\n\"parallels\": \"5\",\n\...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
test(browserstack): use exclude arg for browserstack
1
test
browserstack
877,045
11.02.2022 18:19:21
-3,600
46c3cfc6d28c70dcce673fe0444f65b6246a1bec
feat(@vtmn/vue): add VtmnLink types
[ { "change_type": "MODIFY", "diff": "<script lang=\"ts\">\nimport '@vtmn/css-link/dist/index-with-vars.css';\n-import { reactive, computed, defineComponent } from 'vue';\n+import { reactive, computed, defineComponent, PropType } from 'vue';\n+import { VtmnLinkSize } from './types';\nexport default /*#__PURE_...
JavaScript
Apache License 2.0
decathlon/vitamin-web
feat(@vtmn/vue): add VtmnLink types (#968)
1
feat
@vtmn/vue
841,557
11.02.2022 18:29:39
-28,800
d14d3ebbc8f24a6bed61ce9e534ab06b32c08e34
fix(node/helpers): Fix `isNativeReflectConstruct`
[ { "change_type": "MODIFY", "diff": "+import _setPrototypeOf from \"./_set_prototype_of\";\n+\nfunction isNativeReflectConstruct() {\nif (typeof Reflect === \"undefined\" || !Reflect.construct) return false;\nif (Reflect.construct.sham) return false;\n", "new_path": "packages/swc-helpers/src/_construct.j...
Rust
Apache License 2.0
swc-project/swc
fix(node/helpers): Fix `isNativeReflectConstruct` (#3530)
1
fix
node/helpers
503,926
11.02.2022 19:15:29
-3,600
19b12141a32886978a0a7f1238c5de498a90aa36
Fix(Select): cant un-favorite item using keyboard
[ { "change_type": "MODIFY", "diff": "@@ -208,7 +208,7 @@ export class SelectOption extends React.Component<SelectOptionProps> {\nonFavorite(generatedId.replace('favorite-', ''), isFavorite);\n}}\nonKeyDown={event => {\n- this.onKeyDown(event, 1, () => onFavorite(generatedId.replace('favorite-', '')));\n+ thi...
TypeScript
MIT License
patternfly/patternfly-react
Fix(Select): cant un-favorite item using keyboard (#6931)
1
fix
Select
551,648
11.02.2022 19:19:48
-10,800
0633387f39799a3918dfbfdc454392890b10c9a4
chore(test): add random seed logging to ILP fuzzer
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,6 @@ import io.questdb.cairo.security.AllowAllCairoSecurityContext;\nimport io.questdb.cutlass.line.tcp.load.LineData;\nimport io.questdb.cutlass.line.tcp.load.TableData;\nimport io.questdb.log.Log;\n-import io.questdb.log.LogFactory;\nimport io.questdb.mp.SO...
Java
Apache License 2.0
questdb/questdb
chore(test): add random seed logging to ILP fuzzer (#1874)
1
chore
test
841,421
11.02.2022 19:30:08
-32,400
907157eaadffae06cbe070b99d2c26743974281d
chore: Publish `@swc/helpers@v0.3.3`
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@swc/helpers\",\n- \"version\": \"0.3.2\",\n+ \"version\": \"0.3.3\",\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.3`
1
chore
null
815,601
11.02.2022 19:42:31
-28,800
6defdd64546108d29b434ce680d4534541771cbc
feat: more check for sync/relay message
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ use crate::{attempt, Status, StatusCode};\nuse ckb_logger::debug_target;\nuse ckb_network::{CKBProtocolContext, PeerIndex};\nuse ckb_types::{packed, prelude::*};\n+use std::collections::HashSet;\nuse std::sync::Arc;\npub struct GetBlockProposalProcess<'a> ...
Rust
MIT License
nervosnetwork/ckb
feat: more check for sync/relay message
1
feat
null
151,430
11.02.2022 20:19:28
28,800
9d92aef63e76a6cd4bee9995e5a44cd544a68042
docs: update site nav
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,8 @@ import { MdUnfoldLess, MdUnfoldMore } from 'react-icons/md'\nimport { colors } from '../../utils/colors'\nimport { smallCaps } from '../../utils/typography'\n+const SITE_PATTERN = /^https:\\/\\/getanalytics.io/\n+\nconst StyledList = styled.ul({\nmarginLef...
JavaScript
MIT License
davidwells/analytics
docs: update site nav Signed-off-by: David Wells <>
1
docs
null
847,143
11.02.2022 20:43:26
-28,800
f0623fb45957ccfd937f10f6b497dcb8dc00344e
chore(demo): update config
[ { "change_type": "MODIFY", "diff": "@@ -12,15 +12,17 @@ tag:\n## Enable all\n-You can set `themeconfig.mdEnhance.enableAll` to enable all features of the [md-enhance](https://vuepress-theme-hope.github.io/md-enhance) plugin.\n+You can set `themeconfig.plugins.mdEnhance.enableAll` to enable all features of t...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore(demo): update config
1
chore
demo
847,143
11.02.2022 20:44:24
-28,800
d7584895e81ed95b55de04bb488977984e17e3b4
docs(md-enhance): fix typos
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ export default {\n::: warning Attention\n-- We only support Vue2\n+- We only support Vue3\n- You must export your component through `export default`\n- We use \"ShadowDOM\" to make style isolation, and we already replace `document` with `shadowRoot`. To ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs(md-enhance): fix typos
1
docs
md-enhance
841,509
11.02.2022 20:48:40
28,800
6ed089e1cff8d1e3edbe67cfe5945e3ff121f5d2
feat(cli): Add a command for scaffolding a new plugin
[ { "change_type": "MODIFY", "diff": "@@ -60,9 +60,9 @@ dependencies = [\n[[package]]\nname = \"anyhow\"\n-version = \"1.0.52\"\n+version = \"1.0.53\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3\"\n+checksu...
Rust
Apache License 2.0
swc-project/swc
feat(cli): Add a command for scaffolding a new plugin (#3536)
1
feat
cli
317,646
11.02.2022 20:50:02
-3,600
d3d370309ffa9e8b522b3bcdb84c7ceed589fee8
fix: strip ANSI from text before measure resolves
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,8 @@ const (\nzsh = \"zsh\"\nbash = \"bash\"\npwsh = \"pwsh\"\n+\n+ AnsiRegex = \"[\\u001B\\u009B][[\\\\]()#;?]*(?:(?:(?:[a-zA-Z\\\\d]*(?:;[a-zA-Z\\\\d]*)*)?\\u0007)|(?:(?:\\\\d{1,4}(?:;\\\\d{0,4})*)?[\\\\dA-PRZcf-ntqry=><~]))\"\n)\ntype Ansi struct {\n", ...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: strip ANSI from text before measure resolves #1744
1
fix
null
841,509
11.02.2022 21:24:49
28,800
a4d914dab5a4263a9f2ac396decd11b64dfc0714
chore(build): Remove version pinning of `parking_lot_core`
[ { "change_type": "MODIFY", "diff": "@@ -1752,7 +1752,7 @@ checksum = \"6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb\"\ndependencies = [\n\"instant\",\n\"lock_api\",\n- \"parking_lot_core\",\n+ \"parking_lot_core 0.8.0\",\n]\n[[package]]\n@@ -1770,6 +1770,19 @@ dependencies = [\n\"winapi\...
Rust
Apache License 2.0
swc-project/swc
chore(build): Remove version pinning of `parking_lot_core` (#3537)
1
chore
build
841,509
11.02.2022 21:27:04
28,800
05cf2e92e690c72ca6d49fee1dd33c9e776ba304
fix(cli): Update the plugin template for pinned dependencies
[ { "change_type": "MODIFY", "diff": "@@ -146,11 +146,6 @@ edition = \"2021\"\n[lib]\ncrate-type = [\"cdylib\"]\n-# Workaround for https://github.com/Amanieu/parking_lot/issues/269\n-# (swc_atoms -> string_cache -> parking_lot)\n-[target.'cfg(target_arch = \"wasm32\")'.dependencies]\n-parking_lot_core = \"=0....
Rust
Apache License 2.0
swc-project/swc
fix(cli): Update the plugin template for pinned dependencies (#3538)
1
fix
cli
847,143
11.02.2022 22:10:17
-28,800
dfa721a588249ca8998b8247a8872573a41dd580
feat(sass-palette): update style options and improve debug log
[ { "change_type": "RENAME", "diff": "@@ -6,14 +6,14 @@ import type { WebpackBundlerOptions } from \"@vuepress/bundler-webpack\";\nimport type { LoaderContext } from \"@vuepress/bundler-webpack/lib/types.webpack\";\n/**\n- * Handle specific path when runing VuePress DevServe\n+ * Use 'addtionalData' to make `...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(sass-palette): update style options and improve debug log
1
feat
sass-palette
841,509
11.02.2022 22:50:50
28,800
72b31977e49417cf9e4c95ad1365e2e212cac4d4
doc(plugin): Fix install command
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ All plugin require adding crate-type = ['cdylib'] to the Cargo.toml. For a quick\n// if you haven't, add build targets for webassembly\nrustup target add wasm32-wasi wasm32-unknown-unknown\n-cargo install swc\n+cargo install swc_cli\nswc plugin new ${plu...
Rust
Apache License 2.0
swc-project/swc
doc(plugin): Fix install command (#3541)
1
doc
plugin
503,926
11.02.2022 22:53:27
-3,600
3c5980802f41734daa17320c7b5dcf3c97ba9069
refactor(docs): use SearchInput in Toolbar demos
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,6 @@ cssPrefix: null\npropComponents: ['InputGroup', 'InputGroupText']\n---\nimport AtIcon from '@patternfly/react-icons/dist/esm/icons/at-icon';\n-import SearchIcon from '@patternfly/react-icons/dist/esm/icons/search-icon';\nimport DollarSignIcon from '@patter...
TypeScript
MIT License
patternfly/patternfly-react
refactor(docs): use SearchInput in Toolbar demos (#6728)
1
refactor
docs
269,464
11.02.2022 23:10:29
10,800
3344ae374744b688dbd8a58fa234bc6f52f8911b
fix: go-crypto version This fixes the issue was introduced in v1.2, when we for some reason updated this lib. Tested this manually, and it does fixes things. We should probably also sign our own things to get these kind of issues soon in the future.
[ { "change_type": "MODIFY", "diff": "@@ -64,7 +64,7 @@ require (\ngithub.com/Masterminds/semver v1.5.0 // indirect\ngithub.com/Masterminds/sprig v2.22.0+incompatible // indirect\ngithub.com/Microsoft/go-winio v0.5.1 // indirect\n- github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f // indirect...
Go
MIT License
goreleaser/goreleaser
fix: go-crypto version This fixes #2895, the issue was introduced in v1.2, when we for some reason updated this lib. Tested this manually, and it does fixes things. We should probably also sign our own things to get these kind of issues soon in the future. Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
fix
null
151,430
12.02.2022 00:16:00
28,800
90803caf2ffc91b94aef40e7d8563d1073fe075f
feat: update url package with simple & advanced parser
[ { "change_type": "MODIFY", "diff": "<title>URL utils</title>\n<link rel=\"icon\" href=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVQI12P4//8/AAX+Av7czFnnAAAAAElFTkSuQmCC\">\n<script type=\"text/javascript\" src=\"./browser/url-utils.js\" charset=\"utf-8\"></script>\n+ <scrip...
JavaScript
MIT License
davidwells/analytics
feat: update url package with simple & advanced parser Signed-off-by: David Wells <>
1
feat
null
847,143
12.02.2022 00:17:21
-28,800
5f53ef172e604f578deabdd9ea27a4200607763e
fix(theme): fix heading outline
[ { "change_type": "MODIFY", "diff": "@include arrow.arrow;\nfont-size: 1.5em;\n- float: right;\n}\n}\n", "new_path": "packages/theme/src/client/module/sidebar/styles/sidebar-child.scss", "old_path": "packages/theme/src/client/module/sidebar/styles/sidebar-child.scss" }, { "change_type": "MODI...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix heading outline
1
fix
theme
847,143
12.02.2022 00:30:33
-28,800
636c2566caf3cf47a75135b0edb7aaedc74d8a81
feat(theme): fix page shrink
[ { "change_type": "MODIFY", "diff": "import { defineClientAppEnhance } from \"@vuepress/client\";\nimport { h } from \"vue\";\n-import { useScrollPromise } from \"./composables\";\n+\n+import { useScrollPromise } from \"@theme-hope/composables\";\n+import CommonWrapper from \"@theme-hope/components/CommonWra...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): fix page shrink
1
feat
theme
471,369
12.02.2022 06:01:43
18,000
9f3b22774cad0721f9cbb18dbb9628bbf2e76982
chore: add fastify to release manifest
[ { "change_type": "MODIFY", "diff": "-{\"detectors/node/opentelemetry-resource-detector-alibaba-cloud\":\"0.26.2\",\"detectors/node/opentelemetry-resource-detector-aws\":\"1.0.3\",\"detectors/node/opentelemetry-resource-detector-gcp\":\"0.26.2\",\"detectors/node/opentelemetry-resource-detector-github\":\"0.2...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
chore: add fastify to release manifest (#887)
1
chore
null
841,385
12.02.2022 09:57:44
-10,800
547eba5e31745877be425ad14722adf6134caca7
feat(css/parser): Implement more error recovery
[ { "change_type": "MODIFY", "diff": "@@ -336,7 +336,8 @@ where\nlet mut tokens = vec![];\n- while !is_one_of!(self, EOF, \";\") {\n+ // TODO fix me\n+ while !is_one_of!(self, EOF, \";\", \"}\") {\ntokens.extend(self.input.bump()?);\n}\n", "new_path": "crates/swc_css_parser/src/parser/base.rs", "old_p...
Rust
Apache License 2.0
swc-project/swc
feat(css/parser): Implement more error recovery (#3534)
1
feat
css/parser
756,051
12.02.2022 10:42:31
21,600
e526a7d8f01811560804cb48f77fce1347d8836b
chore(run-protocol)!: centralSupply contract for bootstrapPayment closes BREAKING CHANGE: removes getBootstrapPayment from VaultFactory
[ { "change_type": "MODIFY", "diff": "@@ -34,6 +34,7 @@ async function main() {\n`${srcDir}/vaultFactory/vaultFactory.js`,\n`${bundlesDir}/bundle-vaultFactory.js`,\n],\n+ [`${srcDir}/centralSupply.js`, `${bundlesDir}/bundle-centralSupply.js`],\n[\n`${srcDir}/vaultFactory/liquidateMinimum.js`,\n`${bundlesDir}/...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(run-protocol)!: centralSupply contract for bootstrapPayment closes #4021 BREAKING CHANGE: removes getBootstrapPayment from VaultFactory
1
chore
run-protocol
756,051
12.02.2022 10:45:34
21,600
ad038ffa831f6be858cb2ebe8a429557e09186c2
feat(run-protocol): startRewardDistributor bootstrap behavior
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,8 @@ const BASIS_POINTS = 10_000n;\nconst DEFAULT_POOL_FEE = 24n;\nconst DEFAULT_PROTOCOL_FEE = 6n;\n+const CENTRAL_DENOM_NAME = 'urun';\n+\n/**\n* @param {EconomyBootstrapPowers} powers\n* @param {{ committeeName: string, committeeSize: number }} electorateT...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(run-protocol): startRewardDistributor bootstrap behavior
1
feat
run-protocol
756,051
12.02.2022 10:47:10
21,600
ba1b36792d45e96a8746e9b62b488cb404a2c72b
fix(run-protocol): produce priceAuthorityVat for fake authorities To makeFakePriceAuthority in demoIssuers, we need the vat bootstrap object not just the priceAuthority and priceAuthorityAdmin. - collect.js: use module namespace rather than exported object
[ { "change_type": "MODIFY", "diff": "const { entries, fromEntries, keys, values } = Object;\n-export const Collect = {\n- /**\n- * @param {Record<string, V>} obj\n- * @param {(v: V) => U} f\n- * @returns {Record<string, U>}\n- * @template V\n- * @template U\n- */\n- mapValues: (obj, f) => fromEntries(entries...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(run-protocol): produce priceAuthorityVat for fake authorities To makeFakePriceAuthority in demoIssuers, we need the vat bootstrap object not just the priceAuthority and priceAuthorityAdmin. - collect.js: use module namespace rather than exported object
1
fix
run-protocol
756,051
12.02.2022 10:56:43
21,600
02e03dda4f142da86c9bbfc32f8ca76a8ad0d824
test(solo): decouple CENTRAL_ISSUER_NAME from vats package
[ { "change_type": "MODIFY", "diff": "@@ -14,10 +14,10 @@ import bundleSource from '@endo/bundle-source';\nimport { AmountMath } from '@agoric/ertp';\nimport { Far } from '@endo/marshal';\nimport { resolve as importMetaResolve } from 'import-meta-resolve';\n-import { CENTRAL_ISSUER_NAME } from '@agoric/vats/s...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(solo): decouple CENTRAL_ISSUER_NAME from vats package
1
test
solo
847,143
12.02.2022 11:19:42
-28,800
2af2bea45cbadc5eb7fedc68bd8d8239b1c78e78
fix(theme): fix algolia search button
[ { "change_type": "MODIFY", "diff": "padding-left: var(--navbar-mobile-horizontal-padding);\n}\n- a,\n- span,\n- img {\n- display: inline-block;\n- }\n-\n.nav-link {\ncolor: var(--dark-grey);\npadding: 0 0.25rem;\n", "new_path": "packages/theme/src/client/module/navbar/styles/navbar.scss", "old_path"...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix algolia search button
1
fix
theme
847,143
12.02.2022 11:21:29
-28,800
0e1b12f2fb993cfc6bf99b16e8bf5bc733093369
fix(theme): fix themecolor not active
[ { "change_type": "MODIFY", "diff": "}\n}\n+@debug hope-config.$colorPicker;\n+\n@each $colorName, $value in hope-config.$colorPicker {\n- .theme-#{$colorName} {\n+ :root.theme-#{$colorName} {\n--theme-color: #{$value};\n--theme-color-light: #{color.scale($value, $lightness: 10%)};\n--theme-color-dark: #{col...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix themecolor not active
1
fix
theme
756,051
12.02.2022 12:12:12
21,600
e11a79e9588f0844184384adeff163587ebe82f9
build(vats): add for bootstrapPaymentValue
[ { "change_type": "MODIFY", "diff": "\"@agoric/store\": \"^0.6.8\",\n\"@agoric/swingset-vat\": \"^0.24.1\",\n\"@agoric/wallet-backend\": \"^0.10.7\",\n- \"@agoric/zoe\": \"^0.21.1\"\n+ \"@agoric/zoe\": \"^0.21.1\",\n+ \"@endo/nat\": \"^4.1.4\"\n},\n\"devDependencies\": {\n\"@agoric/babel-parser\": \"^7.6.4\"...
JavaScript
Apache License 2.0
agoric/agoric-sdk
build(vats): add @agoric/nat for bootstrapPaymentValue
1
build
vats
847,143
12.02.2022 12:22:25
-28,800
9e1179205e4d93d259df2c7a55b40601d7ee8096
refactor: update normalize css
[ { "change_type": "RENAME", "diff": "@@ -2,43 +2,57 @@ html,\nbody {\npadding: 0;\nmargin: 0;\n- background: var(--c-bg, #fff);\n+ background: var(#fff);\n}\nbody {\n+ min-height: 100vh;\n+\n+ color: #2c3e50;\n+ font-display: optional;\n+ font-size: 16px;\n+\n-webkit-font-smoothing: antialiased;\n-moz-osx-fo...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor: update normalize css
1
refactor
null