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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
104,828 | 20.08.2021 16:03:43 | -7,200 | 366a1a69dc37a8b8b8802999f643d5db8f59f2ad | test(sidenav): improved unit test coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ module.exports = {\n'./src/components/Table/TableBody/RowActionsCell/RowActionsCell.jsx': all90Covered,\n'./src/components/Table/Table.jsx': all90Covered,\n'./src/components/Table/TableSaveViewModal/TableSaveViewForm.jsx': all90Covered,\n+ './src/compone... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(sidenav): improved unit test coverage | 1 | test | sidenav |
756,013 | 20.08.2021 16:07:20 | 21,600 | e852b2d906b27e9170c9a44e9e5589803af39207 | fix(deployment): properly handle the `file:` URL protocol | [
{
"change_type": "MODIFY",
"diff": "@@ -346,7 +346,7 @@ show-config display the client connection parameters\nif (subOpts.genesis) {\n// Fetch the specified genesis, don't generate it.\nconst loc = new URL(subOpts.genesis, `file://${cwd()}`);\n- if (loc.protocol === 'file') {\n+ if (loc.protocol === 'file:'... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(deployment): properly handle the `file:` URL protocol | 1 | fix | deployment |
756,013 | 20.08.2021 16:07:56 | 21,600 | 7d83576ca3aa4fd81077284bb544a56dcdd75f8c | fix(solo): preserve ports in the `rpcAddr`; `--node` needs them | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,9 @@ import {\nconst console = anylogger('chain-cosmos-sdk');\n+// the `ag-cosmos-helper` tool in our repo is built by 'cd golang/cosmos &&\n+// make'. It lives in the build tree along with `bin/ag-solo`, in case there are\n+// multiple checkouts of `agoric-s... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(solo): preserve ports in the `rpcAddr`; `--node` needs them | 1 | fix | solo |
791,834 | 20.08.2021 16:12:33 | 18,000 | 67d153385db3ed669ec555787cf915b84065e8b8 | report: isolate viewer type checking | [
{
"change_type": "MODIFY",
"diff": "@@ -197,7 +197,7 @@ export class LighthouseReportViewer {\n_replaceReportHtml(json) {\n// Allow users to view the runnerResult\nif ('lhr' in json) {\n- const runnerResult = /** @type {LH.RunnerResult} */ (/** @type {unknown} */ (json));\n+ const runnerResult = /** @type {... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: isolate viewer type checking (#12951) | 1 | report | null |
791,834 | 20.08.2021 16:12:37 | 18,000 | 3d5094e114441cf237c31dd23df18fff940fa24c | tests(ci): restore ToT Chromium download | [
{
"change_type": "MODIFY",
"diff": "set -euo pipefail\n-# Hardcode 19 August 2021 URLs to download until\n-# https://github.com/GoogleChrome/lighthouse/issues/12942 is resolved.\nif [ \"$OSTYPE\" == \"msys\" ]; then\n- # url=\"https://download-chromium.appspot.com/dl/Win?type=snapshots\"\n- url=\"https://co... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(ci): restore ToT Chromium download (#12950) | 1 | tests | ci |
667,635 | 20.08.2021 16:16:56 | -28,800 | 95bc07c987262069fa3da7363f21547798a9326d | fix(ios): fix combined animation error
fix(ios): fix combined animation error | [
{
"change_type": "MODIFY",
"diff": "@@ -29,4 +29,12 @@ NS_ASSUME_NONNULL_BEGIN\n@end\n+@interface CAAnimation (OriginValue)\n+\n+- (void)setOriginToValue:(id)toValue;\n+\n+- (id)originToValue;\n+\n+@end\n+\nNS_ASSUME_NONNULL_END\n",
"new_path": "ios/sdk/component/view/HippyView+HippyViewAnimation.h",
... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): fix combined animation error (#941)
fix(ios): fix combined animation error | 1 | fix | ios |
104,835 | 20.08.2021 16:34:29 | 14,400 | e435cf6b49fe2d24d525b7cc544c3112ac47ba46 | fix(datetimepicker): rename | [
{
"change_type": "MODIFY",
"diff": "@@ -130,7 +130,7 @@ export type DateRange = [Date, Date];\n[range]=\"selected\"\n[hasRelative]=\"hasRelative\"\n[hasAbsolute]=\"hasAbsolute\"\n- [dateFormat]=\"dateFormatForAbsolute\"\n+ [dateFormat]=\"absoluteDateFormat\"\n[placeholder]=\"dateFormat.toLowerCase()\"\n[bat... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(datetimepicker): rename | 1 | fix | datetimepicker |
401,147 | 20.08.2021 16:41:45 | -19,080 | eb567a9457eb1dc2ee377cd7a282b16a73367cf3 | fix: default color of chevron icon in multiSelect component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,15 @@ import TextField from '../TextField';\nimport { InputSuffixStyled } from './InputSuffix/InputSuffix.styled';\nimport { SelectWrapperProps } from './types';\n-const getDefaultStyle = ({ theme, areOptionsVisible, disabled, isSearchable }: SelectWrapperProps... | TypeScript | MIT License | medly/medly-components | fix: default color of chevron icon in multiSelect component (#395)
affects: @medly-components/core, @medly-components/forms | 1 | fix | null |
386,581 | 20.08.2021 16:46:04 | -7,200 | 537a77651220d7ffab117572c40ff790e296af56 | fix(build): Fix unevaluated being passed to _ref transformer. | [
{
"change_type": "MODIFY",
"diff": "@@ -671,6 +671,49 @@ const:\ntext: 'Hello',\n});\n});\n+\n+ test('buildRefs pass vars two levels with a transformer', async () => {\n+ const files = [\n+ {\n+ path: 'lowdefy.yaml',\n+ content: `\n+ref1:\n+ _ref:\n+ path: file1.yaml\n+ vars:\n+ var1: Hello`,\n+ },\n+ {\n+ ... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): Fix unevaluated being passed to _ref transformer. | 1 | fix | build |
711,597 | 20.08.2021 16:52:04 | -7,200 | 568e4b2f4a28e8d401be52173b93ae473a2be46a | fix(core): Fix incorrect common import paths | [
{
"change_type": "MODIFY",
"diff": "+import { DeepPartial } from '@vendure/common/lib/shared-types';\nimport { Column, Entity, ManyToMany, OneToMany } from 'typeorm';\n-import { DeepPartial } from '../../../../common/lib/shared-types';\nimport { HasCustomFields } from '../../config/custom-field/custom-field... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix incorrect common import paths | 1 | fix | core |
317,842 | 20.08.2021 17:00:35 | -7,200 | 2470abcc86c56c4b0792f07fea55ac4a0b6fd067 | docs: owm units enum added to schema.json | [
{
"change_type": "MODIFY",
"diff": "\"type\": \"string\",\n\"title\": \"units\",\n\"description\": \"Units of measurement. Available values are standard (kelvin), metric (celsius), and imperial (fahrenheit). Default is standard\",\n- \"default\": \"standard\"\n+ \"default\": \"standard\",\n+ \"enum\": [\n+ ... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: owm units enum added to schema.json
Co-authored-by: Jan De Dobbeleer <2492783+JanDeDobbeleer@users.noreply.github.com> | 1 | docs | null |
104,828 | 20.08.2021 17:02:38 | -7,200 | ebc0cdc3a46fc3d8b1821a7e840c61bedb242d5c | test(dashboardheader): set individual thresholds to current coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,8 @@ module.exports = {\n// https://github.com/carbon-design-system/carbon-charts/issues/594\nfunctions: 77,\n},\n+ // Deprecated, no need for thresholds to be at 90%\n+ './src/components/Dashboard/DashboardHeader.jsx': { branches: 83 },\n},\nglobals: {\n__DE... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(dashboardheader): set individual thresholds to current coverage | 1 | test | dashboardheader |
756,013 | 20.08.2021 17:05:16 | 21,600 | f52ea9a0a94b8d7c88a18afd603b22896306613f | feat(wallet): wire through the Zoe fee information | [
{
"change_type": "MODIFY",
"diff": "@@ -94,6 +94,9 @@ export function makeWallet({\n/** @type {WeakStore<Issuer, string>} */\nconst issuerToBoardId = makeScalarWeakMap('issuer');\n+ /** @type {Petname} */\n+ let feePursePetname;\n+\n// Idempotently initialize the issuer's synchronous boardId mapping.\nconst... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(wallet): wire through the Zoe fee information | 1 | feat | wallet |
317,743 | 20.08.2021 17:06:37 | -7,200 | 2b53796c1a617c9b47d7f83a3837eb7fdf6700bb | feat(path): add 'max_depth' option for 'agnoster_short' | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,7 @@ Display the current path.\n- mixed_threshold: `number` - the maximum length of a path segment that will be displayed when using `Mixed` -\ndefaults to `4`\n- stack_count_enabled: `boolean` - displays the stack count when using pushd/popd - defaults to `f... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(path): add 'max_depth' option for 'agnoster_short' | 1 | feat | path |
791,834 | 20.08.2021 18:09:36 | 18,000 | f52048921427cc51e629a75a8f16d2c45407d636 | report: isolate flow-report type checking | [
{
"change_type": "MODIFY",
"diff": "import fs from 'fs';\nimport {App} from '../App';\nimport {render} from '@testing-library/preact';\n-import {LH_ROOT} from '../../root';\nconst flowResult = JSON.parse(\nfs.readFileSync(\n- `${LH_ROOT}/lighthouse-core/test/fixtures/fraggle-rock/reports/sample-lhrs.json`,\... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: isolate flow-report type checking (#12952) | 1 | report | null |
386,581 | 20.08.2021 18:39:23 | -7,200 | 3c2093a6bd85e969c0f3cccfc213c9ebccdd7144 | fix(cli): Initialise basePath in CLI dev server. | [
{
"change_type": "MODIFY",
"diff": "<meta charset=\"utf-8\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<title>Lowdefy App</title>\n- <link rel=\"manifest\" href=\"/public/manifest.webmanifest\">\n+ <link rel=\"manifest\" href=\"/public/manifest.webmanifest\" />\n- <link ... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(cli): Initialise basePath in CLI dev server. | 1 | fix | cli |
386,581 | 20.08.2021 19:02:35 | -7,200 | d1fd3daa90716e98e3a06022e743df9a3fdd58d0 | fix(build): Cache readFile and getMeta promises. | [
{
"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 | fix(build): Cache readFile and getMeta promises. | 1 | fix | build |
902,122 | 20.08.2021 19:32:51 | -7,200 | 59b7a30d8309af65e590e6043ba328ff1c212b59 | chore: simplify proxy behavior | [
{
"change_type": "MODIFY",
"diff": "\"@browserless/pdf\": \"^9.1.6\",\n\"@browserless/screenshot\": \"^9.1.9\",\n\"debug-logfmt\": \"~1.0.4\",\n+ \"got\": \"~11.8.2\",\n\"mutexify\": \"~1.3.1\",\n\"p-reflect\": \"~2.1.0\",\n\"p-retry\": \"~4.6.0\",\n\"p-timeout\": \"~4.1.0\",\n\"pidtree\": \"~0.5.0\",\n- \"... | JavaScript | MIT License | microlinkhq/browserless | chore: simplify proxy behavior | 1 | chore | null |
902,122 | 20.08.2021 19:33:22 | -7,200 | 0571fcf6bb2e9498bb2e7f09d0582f736f66721f | chore(release): v9.1.11 | [
{
"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.1.11](https://github.com/microlinkhq/browserless/compare/v9.1.10...v9.1.11) (2021-08-20)\n+\n+\n+### Bug Fixes\... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.1.11 | 1 | chore | release |
386,581 | 20.08.2021 19:36:01 | -7,200 | 8085b4abef3a3f5a9a93cb37a5270d2ca0969ac0 | fix(server-netlify): Initialise basePath in Netlify server. | [
{
"change_type": "MODIFY",
"diff": "<meta charset=\"utf-8\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<title>Lowdefy App</title>\n- <link rel=\"manifest\" href=\"/public/manifest.webmanifest\">\n+ <link rel=\"manifest\" href=\"/public/manifest.webmanifest\" />\n- <link ... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(server-netlify): Initialise basePath in Netlify server. | 1 | fix | server-netlify |
791,834 | 20.08.2021 19:45:36 | 18,000 | 47c2bc5d96d87f121a0ada42ddf60090f98a6339 | report: isolate treemap type checking | [
{
"change_type": "MODIFY",
"diff": "*/\n'use strict';\n-/** @typedef {import('../lighthouse-core/lib/i18n/locales').LhlMessages} LhlMessages */\n-\nconst fs = require('fs');\nconst GhPagesApp = require('./gh-pages-app.js');\nconst {LH_ROOT} = require('../root.js');\n@@ -21,7 +19,7 @@ function buildStrings()... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: isolate treemap type checking (#12953) | 1 | report | null |
306,328 | 20.08.2021 20:55:04 | -3,600 | a90cd3b6feee6ae1af15b256855c51d49758f183 | feat(cli): Add an option which causes the output to contain all the fields | [
{
"change_type": "MODIFY",
"diff": "@@ -68,19 +68,21 @@ func outputCmd(ctx *config.RunContext) *cobra.Command {\n}\nformat, _ := cmd.Flags().GetString(\"format\")\n-\n+ includeAllFields := \"all\"\nvalidFields := []string{\"price\", \"monthlyQuantity\", \"unit\", \"hourlyCost\", \"monthlyCost\"}\nfields := ... | Go | Apache License 2.0 | infracost/infracost | feat(cli): Add an option which causes the output to contain all the fields (#916) | 1 | feat | cli |
104,828 | 20.08.2021 22:11:48 | -7,200 | e27825582275ec2430d5b025a488fa3a70aaec7e | test(dashboardeditorheader): increased testing threshold | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ module.exports = {\n'./src/components/Table/TableBody/RowActionsCell/RowActionsCell.jsx': all90Covered,\n'./src/components/Table/Table.jsx': all90Covered,\n'./src/components/Table/TableSaveViewModal/TableSaveViewForm.jsx': all90Covered,\n+ './src/compone... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(dashboardeditorheader): increased testing threshold | 1 | test | dashboardeditorheader |
756,013 | 20.08.2021 22:57:49 | 21,600 | 8aec5145d393e1bc0a73136aba1791321303195b | test(wallet): fix golden tests | [
{
"change_type": "MODIFY",
"diff": "@@ -478,6 +478,21 @@ test('lib-wallet dapp suggests issuer, instance, installation petnames', async t\n{\nid: 'unknown#1588645041696',\nrawId: '1588645041696',\n+ invitationDetails: {\n+ description: 'getRefund',\n+ handle: {\n+ kind: 'unnamed',\n+ petname: 'unnamed-1',\n... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(wallet): fix golden tests | 1 | test | wallet |
103,510 | 21.08.2021 07:42:12 | 10,800 | 509e55e58cbf6367b2445c89c36d79f0d2feb02f | docs: fix CheckBox/RadioButton position prop | [
{
"change_type": "MODIFY",
"diff": "@@ -57,7 +57,7 @@ type Props = {\n*/\ntestID?: string;\n/**\n- * Checkbox control position. Default is `trailing`.\n+ * Checkbox control position.\n*/\nposition?: 'leading' | 'trailing';\n/**\n",
"new_path": "src/components/Checkbox/CheckboxItem.tsx",
"old_path": ... | TypeScript | MIT License | callstack/react-native-paper | docs: fix CheckBox/RadioButton position prop (#2867) | 1 | docs | null |
401,147 | 21.08.2021 08:58:36 | -19,080 | 06c5673553cff5d105f10b3b9da8d25167226c21 | fix: add Style attribute in Header component
* fix: add Style attribute in Header component
affects:
* feat: add pointer cursor on nav item in header component
affects:
* fix: import issue in header component
affects: | [
{
"change_type": "MODIFY",
"diff": "import { layoutDefaultTheme } from '@medly-components/theme';\n+import { WithStyle } from '@medly-components/utils';\nimport React, { useState } from 'react';\nimport HeaderContext from './Header.context';\nimport { Container, Content, HamburgerIcon } from './Header.style... | TypeScript | MIT License | medly/medly-components | fix: add Style attribute in Header component (#396)
* fix: add Style attribute in Header component
affects: @medly-components/layout
* feat: add pointer cursor on nav item in header component
affects: @medly-components/layout
* fix: import issue in header component
affects: @medly-components/layout | 1 | fix | null |
306,309 | 21.08.2021 12:28:39 | -3,600 | f6b9b8bad7c6ecc6de1afbe293ea50611e7d208d | fix(aws): improve mappings for AWS RDS Instance
This adds the missing I/O requests for magnetic storage types.
It also sets IOPs and storage size minimums per the AWS pricing web pages. | [
{
"change_type": "MODIFY",
"diff": "@@ -261,7 +261,7 @@ func TestMyResourceGoldenFile(t *testing.T) {\nFinally, generate the golden file by running the test with the `-update` flag. You should **verify** that these cost calculations are correct by manually checking them, or comparing them against cost calcu... | Go | Apache License 2.0 | infracost/infracost | fix(aws): improve mappings for AWS RDS Instance
This adds the missing I/O requests for magnetic storage types.
It also sets IOPs and storage size minimums per the AWS pricing web pages. | 1 | fix | aws |
306,309 | 21.08.2021 12:35:24 | -3,600 | 7acbd26379394cf51a594f377631f5c970272d0a | fix(aws): use consistent names for storage I/O | [
{
"change_type": "MODIFY",
"diff": "@@ -73,7 +73,7 @@ func NewDocDBClusterInstance(d *schema.ResourceData, u *schema.UsageData) *schem\n},\n},\n{\n- Name: \"I/O\",\n+ Name: \"I/O requests\",\nUnit: \"1M requests\",\nUnitMultiplier: decimal.NewFromInt(1000000),\nMonthlyQuantity: ioRequests,\n",
"new_path... | Go | Apache License 2.0 | infracost/infracost | fix(aws): use consistent names for storage I/O | 1 | fix | aws |
386,581 | 21.08.2021 14:12:36 | -7,200 | 0456b0073dc13d743ba962d81488088c3794d3da | fix(build): Fix user specified type locations. | [
{
"change_type": "MODIFY",
"diff": "@@ -59,7 +59,7 @@ async function build(options) {\ntry {\nlet components = await buildRefs({ context });\nawait testSchema({ components, context });\n- context.getMeta = createGetMeta(context);\n+ context.getMeta = createGetMeta({ components, context });\nawait validateAp... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): Fix user specified type locations. | 1 | fix | build |
386,581 | 21.08.2021 14:13:09 | -7,200 | 475aef6a817068ee6734cba32b8b684c459e2a7c | fix(blocksAntd): Fix Card block title area. | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ const CardBlock = ({ blockId, content, properties, methods }) => (\n<Card\nid={blockId}\ntitle={\n- <RenderHtml html={content.title ? content.title() : properties.title} methods={methods} />\n+ content.title ? content.title() : <RenderHtml html={properti... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocksAntd): Fix Card block title area. | 1 | fix | blocksAntd |
386,581 | 21.08.2021 14:16:06 | -7,200 | 60074f991d5893929cbf21fabe4b428e7eb4dc43 | fix(blocksAntd): Fix Card title if no title is specified. | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,11 @@ const CardBlock = ({ blockId, content, properties, methods }) => (\n<Card\nid={blockId}\ntitle={\n- content.title ? content.title() : <RenderHtml html={properties.title} methods={methods} />\n+ content.title ? (\n+ content.title()\n+ ) : properties.titl... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocksAntd): Fix Card title if no title is specified. | 1 | fix | blocksAntd |
386,581 | 21.08.2021 14:17:31 | -7,200 | 4c67f41f4299c107257efa1f7a34bc163f78c88f | fix(blocksAntd): Update Card block snapshot tests. | [
{
"change_type": "MODIFY",
"diff": "@@ -94,41 +94,7 @@ Array [\n\"hoverable\": undefined,\n\"id\": \"default\",\n\"size\": undefined,\n- \"title\": <RenderHtml\n- methods={\n- Object {\n- \"makeCssClass\": [MockFunction] {\n- \"calls\": Array [\n- Array [\n- undefined,\n- Object {\n- \"styleObjectOnly\": tr... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocksAntd): Update Card block snapshot tests. | 1 | fix | blocksAntd |
679,913 | 21.08.2021 15:41:27 | -7,200 | eefa760dcfc7b7e1eb948b8c987072b0e1017e86 | docs(color-palettes): update pkg meta, readme | [
{
"change_type": "MODIFY",
"diff": "@@ -22,11 +22,11 @@ This project is part of the\n## About\n-Collection of image based color palettes. This is a support package for [@thi.ng/color](https://github.com/thi-ng/umbrella/tree/develop/packages/color).\n+Collection of 64 image based color palettes. This is a su... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(color-palettes): update pkg meta, readme | 1 | docs | color-palettes |
386,595 | 21.08.2021 15:57:26 | -7,200 | 50bf48c6606ad327c989b34d58f0404406cbf2a3 | fix(blocksAntd): Update schema for Descriptions. | [
{
"change_type": "MODIFY",
"diff": "\"description\": \"Item label - supports html.\"\n},\n\"value\": {\n+ \"oneOf\": [\n+ {\n\"type\": \"string\",\n\"description\": \"Value of item - supports html.\"\n},\n+ {\n+ \"type\": \"number\",\n+ \"description\": \"Value of item - supports html.\"\n+ }\n+ ]\n+ },\n\"... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocksAntd): Update schema for Descriptions. | 1 | fix | blocksAntd |
679,913 | 21.08.2021 17:24:44 | -7,200 | a785aecabb411e6acd8e816c343e5f1161df0735 | docs(color): update readme (links) | [
{
"change_type": "MODIFY",
"diff": "@@ -23,6 +23,7 @@ For the Clojure version, please visit: [thi.ng/color-clj](https://thi.ng/color-c\n- [Cosine gradients](#cosine-gradients)\n- [RGB color transformations](#rgb-color-transformations)\n- [Status](#status)\n+ - [Support packages](#support-packages)\n- [Relat... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(color): update readme (links) | 1 | docs | color |
679,913 | 22.08.2021 02:15:49 | -7,200 | d6cb9929d274c83e89670e9140bba1cb172a0deb | feat(hiccup-svg): add numericAttribs(), fix svg()
update svg() to format some attribs using ff() | [
{
"change_type": "MODIFY",
"diff": "@@ -16,32 +16,46 @@ export const fpoint = (p: Vec2Like) => ff(p[0]) + \",\" + ff(p[1]);\nexport const fpoints = (pts: Vec2Like[], sep = \" \") =>\npts ? pts.map(fpoint).join(sep) : \"\";\n+/**\n+ * Takes an attributes object and a number of attrib IDs whose values should ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hiccup-svg): add numericAttribs(), fix svg()
- update svg() to format some attribs using ff() | 1 | feat | hiccup-svg |
679,913 | 22.08.2021 02:43:46 | -7,200 | 0c321d5ab2f4dc1abc1cbfe6d11ce8badffe5167 | docs(color-profiles): update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -65,6 +65,10 @@ Also see the [swatch generator](https://github.com/thi-ng/umbrella/blob/develop/\nBelow the color themes are shown **sorted by median LCH chromacity**:\n+(Please note that for some reason (likely color profile related) Google Chrome\n+shows the more sat... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(color-profiles): update readme | 1 | docs | color-profiles |
135,489 | 22.08.2021 05:36:09 | -7,200 | 8f2e1d0572d9712af54b2de9af5542734bc85a6c | docs: add missing alternative cfg file names | [
{
"change_type": "MODIFY",
"diff": "@@ -124,7 +124,7 @@ Check the [husky documentation](https://typicode.github.io/husky/#/?id=manual) o\n## Config\n-- Configuration is picked up from `commitlint.config.js`, `.commitlintrc.js`, `.commitlintrc.json`, or `.commitlintrc.yml` file or a `commitlint` field in `pa... | TypeScript | MIT License | conventional-changelog/commitlint | docs: add missing alternative cfg file names (#2728) | 1 | docs | null |
217,922 | 22.08.2021 13:25:42 | -7,200 | c3c76a109903ade0458f6e42b8241dd2d7acf9e0 | fix(layout): fixed some items not detected as housing vendor items | [
{
"change_type": "MODIFY",
"diff": "@@ -95,7 +95,7 @@ export class NpcBreakdown {\nreturn 0;\n}\n// If it's sold by material supplier and setting is enabled, favor this over anything else.\n- if (this.prioritizeHousingSupplier && npcId === 1008837) {\n+ if (this.prioritizeHousingSupplier && [1005633, 100883... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): fixed some items not detected as housing vendor items | 1 | fix | layout |
217,922 | 22.08.2021 13:37:17 | -7,200 | 660723675f50d807f4a8f8ccf9cae134f9aba629 | feat(list): new button on alarm button group to open map | [
{
"change_type": "MODIFY",
"diff": "nz-dropdown>\n<i nz-icon nzType=\"ellipsis\"></i>\n</button>\n+ <button [nzSize]=\"'small'\" nz-tooltip [nzTooltipTitle]=\"'See_on_map' | translate\"\n+ (click)=\"openMap()\" nz-button>\n+ <i nz-icon nzType=\"environment\" nzTheme=\"outline\"></i>\n+ </button>\n<nz-dropdo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(list): new button on alarm button group to open map | 1 | feat | list |
317,872 | 22.08.2021 13:46:21 | 14,400 | 2e91eabc55122c341a372d61dde43530fd764eb1 | docs: typo in contributing-git.mdx
grapgh => graph | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ we've added instructions on how to use it below as well.\n}>\n<TabItem value=\"kraken\">\n-Open your oh-my-posh repo inside GitKraken and right click the commit you want to reword in the grapgh overview.\n+Open your oh-my-posh repo inside GitKraken and r... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: typo in contributing-git.mdx
grapgh => graph | 1 | docs | null |
217,922 | 22.08.2021 14:49:30 | -7,200 | 25bebec8edd3304c62e117a7c42f512bf110b29d | feat(list): you can now ignore requirements for a given item | [
{
"change_type": "MODIFY",
"diff": "</li>\n</ng-container>\n+ <li (click)=\"toggleIgnoreRequirements()\" nz-menu-item>\n+ {{(ignoreRequirements?'LIST_DETAILS.Consider_requirements':'LIST_DETAILS.Ignore_requirements') | translate}}\n+ </li>\n+\n<ng-container *ngIf=\"showLogCompletionButton\">\n<li (click)=\"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(list): you can now ignore requirements for a given item | 1 | feat | list |
217,922 | 22.08.2021 15:31:58 | -7,200 | 50fe7c45f62644a5fae11947c3443354763d6dd2 | feat(currency-spending): added quantity sold last week to have better sorting | [
{
"change_type": "MODIFY",
"diff": "@@ -8,4 +8,9 @@ export interface MarketboardItem {\nPrices: MarketboardPrice[];\nServer: number;\nUpdated: number;\n+\n+ currentAveragePriceHQ: number;\n+ currentAveragePriceNQ: number;\n+ hqSaleVelocity: number;\n+ nqSaleVelocity: number;\n}\n",
"new_path": "apps/cli... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(currency-spending): added quantity sold last week to have better sorting | 1 | feat | currency-spending |
217,922 | 22.08.2021 15:34:48 | -7,200 | 5235a40bb4d205ac611de768dd79fbf984274ef9 | feat(desktop): updated bundled npcap installer to 1.50 | [
{
"change_type": "MODIFY",
"diff": "@@ -308,9 +308,9 @@ export class IpcListenersManager {\n}\n};\nif (isDev) {\n- exec(`\"${join(__dirname, '../../../../../desktop/npcap-1.10.exe')}\"`, postInstallCallback);\n+ exec(`\"${join(__dirname, '../../../../../desktop/npcap-1.50.exe')}\"`, postInstallCallback);\n}... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(desktop): updated bundled npcap installer to 1.50 | 1 | feat | desktop |
342,861 | 22.08.2021 16:59:44 | -7,200 | 0f8aae3a5042f0f2771be83ce240f7c0338c8832 | docs(contributors): fix incorrect check | [
{
"change_type": "MODIFY",
"diff": "@@ -56,7 +56,7 @@ exports.sourceNodes = async ({ actions, createContentDigest, createNodeId }, { r\nconst fetched = path.join(__dirname, \"fetchedUsers.json\");\n- if (!_.isEqual(users, fs.readFileSync(fetched, \"utf-8\"))) {\n+ if (!_.isEqual(users, JSON.parse(fs.readFil... | JavaScript | MIT License | kiwicom/orbit | docs(contributors): fix incorrect check | 1 | docs | contributors |
679,913 | 22.08.2021 18:33:19 | -7,200 | ec42d5c570149d045666fa1bbdb52a26319ed183 | refactor(leb128): fix zig syntax changes
orig code was for zig ~0.4.0, syntax has changed meanwhile | [
{
"change_type": "MODIFY",
"diff": "-/** @internal */\n-export const BINARY =\n- \"AGFzbQEAAAABCgJgAXwBf2AAAXwDBQQAAQABBQMBAAIGFAN/AEGQiAQLfwBBiggLfwBBgAgLB38IBm1lbW9yeQIAC19faGVhcF9iYXNlAwAKX19kYXRhX2VuZAMBEmxlYjEyOF9lbmNvZGVfdV9qcwAAA2J1ZgMCEmxlYjEyOF9kZWNvZGVfdV9qcwABEmxlYjEyOF9lbmNvZGVfc19qcwACEmxlYjEyO... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(leb128): fix zig syntax changes
- orig code was for zig ~0.4.0, syntax has changed meanwhile | 1 | refactor | leb128 |
679,913 | 22.08.2021 18:41:37 | -7,200 | 94ab39fb8ce38f060f804618e5c44daf1f2aa6bc | build(leb128): add new binary build script | [
{
"change_type": "MODIFY",
"diff": "\"build:release\": \"yarn clean && yarn build:es6 && node ../../scripts/bundle-module all\",\n\"build:es6\": \"tsc --declaration\",\n\"build:test\": \"rimraf build && tsc -p test/tsconfig.json\",\n- \"build:binary\": \"echo \\\"/** @internal */\\nexport const BINARY = \\\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(leb128): add new binary build script | 1 | build | leb128 |
71,578 | 23.08.2021 06:26:05 | 25,200 | 82e4b4f07be202e2d6c6afa4f9ed0d9d6146f0a8 | fix(cfnspec): changes to resource-level documentation not supported
Internal reference: V417958316
*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": "@@ -106,6 +106,11 @@ async function main() {\n});\n}\nbreak;\n+ case 'Documentation':\n+ describeChanges(resourceType, key, update.Documentation).forEach(change => {\n+ attributeChanges.push(change);\n+ });\n+ break;\ndefault:\nthrow new Error(`Unexpected update to ${reso... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(cfnspec): changes to resource-level documentation not supported (#16170)
Internal reference: V417958316
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | cfnspec |
386,595 | 23.08.2021 07:44:51 | -7,200 | abbd8237174ba3565d5af149c846ca99ada9d06b | fix(blockTools): RenderHtml to return span by default, closes | [
{
"change_type": "MODIFY",
"diff": "@@ -34,17 +34,30 @@ class RenderHtml extends React.Component {\n}\nrender() {\n- const { id, methods, style } = this.props;\n+ const { div, html, id, methods, style } = this.props;\n+ if (!html) {\n+ return '';\n+ }\n+ if (div) {\nreturn (\n<div\nid={id}\ndata-testid={id}... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blockTools): RenderHtml to return span by default, closes #775 #777 | 1 | fix | blockTools |
401,150 | 23.08.2021 08:10:08 | 25,200 | 94e0e2856c12a4674d39680d25001d64c9c42d47 | feat(layout): allow setting a different height for header in mobile resoltuion
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import * as stories from './Header.stories';\nimport { useMediaQuery, breakpoints } from '@medly-components/utils';\nimport Header from './Header';\nimport Logo from '@medly-components/core/src/components/Logo';\n-import { PillIcon } from '@medly-component... | TypeScript | MIT License | medly/medly-components | feat(layout): allow setting a different height for header in mobile resoltuion (#392)
affects: @medly-components/layout, @medly-components/theme
Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com> | 1 | feat | layout |
304,868 | 23.08.2021 09:03:44 | 21,600 | 352eb7fbe32eb6bdb82300c0546ad40b69d5584f | docs(SPEC): add examples of type expressions to SPEC | [
{
"change_type": "MODIFY",
"diff": "@@ -1153,6 +1153,47 @@ Example\nbuiltin filter : (<-tables: [T], fn: (r: T) => bool) => [T]\n+### Type expressions\n+\n+Type expressions as defined above describe the type of values.\n+Every value have has a known type, its type can be described using type expressions.\n+... | Go | MIT License | influxdata/flux | docs(SPEC): add examples of type expressions to SPEC (#3975) | 1 | docs | SPEC |
791,400 | 23.08.2021 09:46:23 | 25,200 | bc966a3c318d162263ebce3d71bc39b3880c8e90 | chore(storage): fix gRPC reader size/remain logic
Correctly sets the size to the size of the whole object and
remain to the number of bytes to be read. Adds checks for
Size and Remain to the integration tests.
I used "chore" because this is still experimental, non-exported
code. | [
{
"change_type": "MODIFY",
"diff": "@@ -793,13 +793,19 @@ func TestIntegration_ObjectReadGRPC(t *testing.T) {\nobj := gc.Bucket(grpcBucketName).Object(name)\n- // Using a negative length to indicate reading to the end.\n- r, err := obj.NewRangeReader(ctx, 0, -1)\n+ r, err := obj.NewReader(ctx)\nif err != ni... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(storage): fix gRPC reader size/remain logic (#4662)
Correctly sets the size to the size of the whole object and
remain to the number of bytes to be read. Adds checks for
Size and Remain to the integration tests.
I used "chore" because this is still experimental, non-exported
code. | 1 | chore | storage |
67,479 | 23.08.2021 09:56:33 | -36,000 | 8866cf180d70eaadec9e0adee923423c83f38e8e | chore(deps): upgrade marked | [
{
"change_type": "MODIFY",
"diff": "\"license\": \"MIT\",\n\"dependencies\": {\n\"aurelia\": \"2.0.0-alpha.18\",\n- \"marked\": \"^2.1.3\"\n+ \"marked\": \"^3.0.0\"\n},\n\"type\": \"module\",\n\"devDependencies\": {\n",
"new_path": "examples/realworld-advanced/package.json",
"old_path": "examples/re... | TypeScript | MIT License | aurelia/aurelia | chore(deps): upgrade marked | 1 | chore | deps |
438,921 | 23.08.2021 09:58:55 | -32,400 | 3721c4cd34fd4607b6063f2da838a0957d6a211a | fix(types): fix data.onshown/hidden types
Fix wrong types for data.onshown/onhidden function params
Add missing newly added(#2270) tooltip.position params types
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -983,7 +983,12 @@ export interface TooltipOptions {\ndata: any,\nwidth: number,\nheight: number,\n- element: any\n+ element: any,\n+ pos: {\n+ x: number;\n+ y: number;\n+ xAxis?: number;\n+ }\n) => { top: number; left: number });\n/**\n@@ -1670,13 +1675,13 @@ export in... | TypeScript | MIT License | naver/billboard.js | fix(types): fix data.onshown/hidden types
- Fix wrong types for data.onshown/onhidden function params
- Add missing newly added(#2270) tooltip.position params types
Fix #2275 | 1 | fix | types |
276,944 | 23.08.2021 10:00:32 | 10,800 | 42e853e793583905ba9dd5761bf4a55f3ea07418 | fix(button): adjust font size small value | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,8 @@ const Button = ({\nfont: {\nsize: {\ndefault: fontSizes.medium,\n- small: fontSizes.xsmall,\n+ small: fontSizes.small,\n+ xsmall: fontSizes.xsmall,\n},\nweight: fontWeights.medium,\n},\n",
"new_path": "packages/yoga/src/Button/Button.theme.js",
"... | JavaScript | MIT License | gympass/yoga | fix(button): adjust font size small value | 1 | fix | button |
276,944 | 23.08.2021 10:01:37 | 10,800 | 020fde6c0a8aee3ed52e388649dd1bdf4db57fad | fix(event.card): adjust link to use xsmall value | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,6 @@ const Button = ({\nsize: {\ndefault: fontSizes.medium,\nsmall: fontSizes.small,\n- xsmall: fontSizes.xsmall,\n},\nweight: fontWeights.medium,\n},\n",
"new_path": "packages/yoga/src/Button/Button.theme.js",
"old_path": "packages/yoga/src/Button/Bu... | JavaScript | MIT License | gympass/yoga | fix(event.card): adjust link to use xsmall value | 1 | fix | event.card |
386,595 | 23.08.2021 10:11:36 | -7,200 | 9351255d3a05d3cbfb0f1241b714feb8960878df | fix(blockTools): RenderHtml to only update ref after render. | [
{
"change_type": "MODIFY",
"diff": "@@ -38,13 +38,15 @@ class RenderHtml extends React.Component {\nif (!html) {\nreturn '';\n}\n- if (div) {\n+ if (div === true) {\nreturn (\n<div\nid={id}\ndata-testid={id}\nref={(el) => {\n+ if (el) {\nthis.div = el;\n+ }\n}}\nclassName={methods.makeCssClass(style)}\n/>\n... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blockTools): RenderHtml to only update ref after render. | 1 | fix | blockTools |
386,595 | 23.08.2021 10:12:26 | -7,200 | e43617a47a04b1e7d9297379207d6455bf66a453 | fix(blocksBasic): Html test change to new RenderHtml. | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,13 @@ import React from 'react';\nimport { blockDefaultProps, RenderHtml } from '@lowdefy/block-tools';\nconst HtmlBlock = ({ blockId, properties, methods }) => (\n- <RenderHtml id={blockId} html={properties.html} methods={methods} style={properties.style} />... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocksBasic): Html test change to new RenderHtml. | 1 | fix | blocksBasic |
815,609 | 23.08.2021 10:34:08 | -28,800 | c31ea12ab69d3d5df9f277504877be748e5e1c74 | chore(deps): bump crossbeam-deque from 0.8.0 to 0.8.1 | [
{
"change_type": "MODIFY",
"diff": "@@ -1523,9 +1523,9 @@ dependencies = [\n[[package]]\nname = \"crossbeam-deque\"\n-version = \"0.8.0\"\n+version = \"0.8.1\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9\... | Rust | MIT License | nervosnetwork/ckb | chore(deps): bump crossbeam-deque from 0.8.0 to 0.8.1 | 1 | chore | deps |
71,222 | 23.08.2021 10:42:53 | 25,200 | cd280a8f4f46eb50be3a25d80c00a807881832c4 | feat(ecs): add support for Bottlerocket on ARM64
Add support for Bottlerocket AMIs on ARM64 architecture, including AWS Graviton2 instances.
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": "@@ -137,8 +137,6 @@ If you omit the property `vpc`, the construct will create a new VPC with two AZs\n[Bottlerocket](https://aws.amazon.com/bottlerocket/) is a Linux-based open source operating system that is\npurpose-built by AWS for running containers. You can launch Am... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(ecs): add support for Bottlerocket on ARM64 (#15454)
Add support for Bottlerocket AMIs on ARM64 architecture, including AWS Graviton2 instances.
Closes #14466
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | ecs |
815,598 | 23.08.2021 10:45:10 | -28,800 | e50cfb64c5d64ac8810d66d4a6a37c888052e31e | feat: activates ckb2021 since epoch 2782 in Aggron | [
{
"change_type": "MODIFY",
"diff": "/// The Chain Specification name.\npub const CHAIN_SPEC_NAME: &str = \"ckb_testnet\";\n-// TODO ckb2021 Update the epoch number for testnet.\n-/// First epoch number for CKB v2021\n-pub const CKB2021_START_EPOCH: u64 = u64::MAX;\n+/// Estimated time for epoch 2782 is 2021... | Rust | MIT License | nervosnetwork/ckb | feat: activates ckb2021 since epoch 2782 in Aggron | 1 | feat | null |
104,828 | 23.08.2021 10:59:52 | -7,200 | de0cd1dc327e329319563297746758b66cf72a83 | test(hotspoteditormodal): improved unit test coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ module.exports = {\n'./src/components/Table/TableBody/RowActionsCell/RowActionsCell.jsx': all90Covered,\n'./src/components/Table/Table.jsx': all90Covered,\n'./src/components/Table/TableSaveViewModal/TableSaveViewForm.jsx': all90Covered,\n+ './src/compone... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(hotspoteditormodal): improved unit test coverage | 1 | test | hotspoteditormodal |
185,950 | 23.08.2021 11:20:53 | -7,200 | 818be832836537a4ba50b20d5654caba697e83af | fix: removing a missing local version from UI | [
{
"change_type": "MODIFY",
"diff": "@@ -412,25 +412,27 @@ export class AppState {\n* @returns {Promise<void>}\n*/\n@action public async removeVersion(ver: RunnableVersion) {\n- const { version } = ver;\n-\n- if (ver.state !== VersionState.ready) {\n- console.log(`State: Version ${version} already removed, d... | TypeScript | MIT License | electron/fiddle | fix: removing a missing local version from UI (#843) | 1 | fix | null |
730,417 | 23.08.2021 11:22:47 | 14,400 | f67b99334b2c673f83bd130138f65b9434737da5 | fix(style): change title text size and font | [
{
"change_type": "MODIFY",
"diff": ".title {\nmargin: 0;\noverflow: hidden;\n- font-size: 12px;\n+ font-size: 16px;\n+ font-family: CiscoSansTT Regular;\nline-height: 16px;\ntext-overflow: ellipsis;\nwhite-space: nowrap;\n",
"new_path": "packages/node_modules/@webex/react-component-title-bar/src/styles.... | JavaScript | MIT License | webex/react-widgets | fix(style): change title text size and font | 1 | fix | style |
826,708 | 23.08.2021 11:39:35 | -7,200 | 23bcf3fffcda7e9e184c670f34cfc9bacd5d7221 | fix: return error code and push to git | [
{
"change_type": "MODIFY",
"diff": "@@ -7,12 +7,10 @@ source scripts/prep.sh\nto_git() {\nlang=$1\n- gitdir=\"repos/${GIT_REPO}-${lang}\"\n+ gitdir=$(mktemp -t \"${GIT_REPO}-${lang}-\")\nsrcdir=\"clients/${PROJECT}/${lang}\"\n- mkdir -p ${gitdir} || true\n- git clone \"git@github.com:ory/${GIT_REPO}-${lang}... | C# | Apache License 2.0 | ory/sdk | fix: return error code and push to git | 1 | fix | null |
104,828 | 23.08.2021 12:32:42 | -7,200 | fa4a41113591f06d74d59927db82fb2de97a31c8 | test(hotspottextstyletab): improved unit test coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ module.exports = {\n'./src/components/Table/TableBody/RowActionsCell/RowActionsCell.jsx': all90Covered,\n'./src/components/Table/Table.jsx': all90Covered,\n'./src/components/Table/TableSaveViewModal/TableSaveViewForm.jsx': all90Covered,\n+ './src/compone... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(hotspottextstyletab): improved unit test coverage | 1 | test | hotspottextstyletab |
126,276 | 23.08.2021 12:36:06 | 10,800 | 1bee72c332231cf52cbeada543add2e948577a8b | chore(embedded/tbtree): typo in log message | [
{
"change_type": "MODIFY",
"diff": "@@ -285,7 +285,7 @@ func Open(path string, opts *Options) (*TBtree, error) {\n}\n// No snapshot present or none was valid, fresh initialization\n- opts.log.Infof(\"Staring with an empty index...\")\n+ opts.log.Infof(\"Starting with an empty index...\")\nerr = hLog.SetOffs... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/tbtree): typo in log message
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/tbtree |
126,276 | 23.08.2021 12:48:43 | 10,800 | 0e9580cbca819f01a6e94ba7a9755c6f6f54c24b | chore(pkg/database): minor adjustments based on multi-column indexing | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ import (\n\"context\"\n\"crypto/sha256\"\n\"encoding/binary\"\n+\n\"github.com/codenotary/immudb/pkg/client/errors\"\n\"github.com/codenotary/immudb/embedded/sql\"\n@@ -136,7 +137,7 @@ func (c *immuClient) VerifyRow(ctx context.Context, row *schema.Row, ... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/database): minor adjustments based on multi-column indexing
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/database |
603,469 | 23.08.2021 12:58:26 | -7,200 | e2b102a573878596afb7f8b7424843b468961b97 | feat(jasmine): support additional reporters injected in confg (i.e. ReportPortal)
When using Serenity/Jasmine, sometimes you might want to add existing third party reporters that are
not "serenity standard" but, since you don't have access to the jasmine runner object, you cannot do
jasmine.addReporter(reporter) in the... | [
{
"change_type": "MODIFY",
"diff": "@@ -105,6 +105,52 @@ describe('JasmineAdapter', () => {\nreturn result;\n});\n+ /** @test JasmineAdapter#run */\n+ it('A reporter is added by default', async () => {\n+\n+ const\n+ specs = [];\n+\n+ const adapter = new JasmineAdapter({}, loader);\n+\n+ FakeJasmineRunner.t... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(jasmine): support additional reporters injected in confg (i.e. ReportPortal)
When using Serenity/Jasmine, sometimes you might want to add existing third party reporters that are
not "serenity standard" but, since you don't have access to the jasmine runner object, you cannot do
jasmine.addReporter(reporter) in th... | 1 | feat | jasmine |
386,595 | 23.08.2021 13:49:35 | -7,200 | dcbbf0b25db1a88d19f4f7785a60d5e56d7355d8 | fix(blocksColorSelectors): Update tests. | [
{
"change_type": "MODIFY",
"diff": "@@ -15,8 +15,8 @@ exports[`Render circleSize - value[0] 1`] = `\nhtmlFor=\"circleSize_input\"\ntitle=\"circleSize\"\n>\n- <div\n- className=\"{\\\\\"style\\\\\":[{\\\\\"display\\\\\":\\\\\"inline-block\\\\\"},null]}\"\n+ <span\n+ className=\"{}\"\n/>\n</label>\n</div>\n@@... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocksColorSelectors): Update tests. | 1 | fix | blocksColorSelectors |
791,690 | 23.08.2021 13:52:39 | 18,000 | 5d0079ad173604b5d9b5eac8a158f4608174e314 | core(fr): add config validation | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ const defaultConfigPath = './default-config.js';\nconst defaultConfig = require('./default-config.js');\nconst constants = require('./constants.js');\nconst i18n = require('./../lib/i18n/i18n.js');\n+const validation = require('./../fraggle-rock/config/val... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fr): add config validation (#12945) | 1 | core | fr |
791,690 | 23.08.2021 13:53:48 | 18,000 | d982a31280c7098f53179d20b8b14f68384c75c6 | core(network-request): identify filesystem resources as non-network | [
{
"change_type": "MODIFY",
"diff": "@@ -480,7 +480,9 @@ class NetworkRequest {\n*/\nstatic isNonNetworkRequest(record) {\n// The 'protocol' field in devtools a string more like a `scheme`\n- return URL.isNonNetworkProtocol(record.protocol);\n+ return URL.isNonNetworkProtocol(record.protocol) ||\n+ // But `p... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(network-request): identify filesystem resources as non-network (#12970) | 1 | core | network-request |
127,946 | 23.08.2021 13:59:35 | -10,800 | 151db3ca9d984f831d536943b5e2e73aaf68c285 | fix: ts for icons page | [
{
"change_type": "MODIFY",
"diff": "@@ -397,12 +397,12 @@ export default function PageIcons() {\nconst props = { fontSize: '2rem' };\n- const addIconToSelected = (iconName: string) =>\n+ const addIconToSelected = (iconName: string | ConcatArray<never>) =>\nselectedIcons.concat(iconName);\nconst removeIconFr... | TypeScript | MIT License | coingaming/moon-design | fix: ts for icons page | 1 | fix | null |
494,380 | 23.08.2021 14:16:04 | -7,200 | db54a1bd0c93d7a5845ee09d0a16cbc3b8f26a4a | fix: static parameter for warning message in config.baseURL(...)
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -568,13 +568,13 @@ func (p *Config) baseURL(keyURL, keyHost, keyPort string, defaultPort int) *url.\ncase string:\nparsed, err := url.ParseRequestURI(t)\nif err != nil {\n- p.l.WithError(err).Errorf(\"Configuration key %s is not a valid URL. Falling back to optimistica... | Go | Apache License 2.0 | ory/kratos | fix: static parameter for warning message in config.baseURL(...) (#1673)
Closes #1672 | 1 | fix | null |
127,946 | 23.08.2021 14:19:46 | -10,800 | 10ae79101d41adb764b108913900210d0baf293e | fix: ts for icons | [
{
"change_type": "MODIFY",
"diff": "@@ -397,13 +397,13 @@ export default function PageIcons() {\nconst props = { fontSize: '2rem' };\n- const addIconToSelected = (iconName: string | ConcatArray<never>) =>\n- selectedIcons.concat(iconName);\n+ const addIconToSelected: (iconName: string) => string[] = (iconNa... | TypeScript | MIT License | coingaming/moon-design | fix: ts for icons | 1 | fix | null |
386,595 | 23.08.2021 14:21:54 | -7,200 | 2ea31b1f3e770a1edbcdefa790908f9df7c04997 | fix(build): Add debounce to the build schema. | [
{
"change_type": "MODIFY",
"diff": "\"items\": {\n\"$ref\": \"#/definitions/action\"\n}\n+ },\n+ \"debounce\": {\n+ \"type\": \"object\",\n+ \"additionalProperties\": false,\n+ \"properties\": {\n+ \"immediate\": {\n+ \"type\": \"boolean\",\n+ \"errorMessage\": {\n+ \"type\": \"Event \\\"debounce.immediate\... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): Add debounce to the build schema. | 1 | fix | build |
104,828 | 23.08.2021 14:22:11 | -7,200 | 6fb4f800afa46236ef59847ecff6593ddbc9e3b8 | test(hotspotcontent): improved unit test coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,7 @@ module.exports = {\n'./src/components/Accordion/AccordionItemDefer.jsx': all90Covered,\n'./src/components/Table/TableBody/RowActionsCell/RowActionsCell.jsx': all90Covered,\n'./src/components/Table/Table.jsx': all90Covered,\n+ './src/components/ImageCard/... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(hotspotcontent): improved unit test coverage | 1 | test | hotspotcontent |
777,353 | 23.08.2021 14:37:42 | 18,000 | ad1eb63dacc8ab177adb1674617e2b130202f943 | fix: uPlot to show values of 0 | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Bug Fixes**\n+\n+- WebUI: Allow metrics with value of 0 to be shown in graph.\n",
"new_path": "docs/release-notes/2863-fix-uplot-0-values.txt",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -42,11 +42,11 @@ export const toolt... | Python | Apache License 2.0 | determined-ai/determined | fix: uPlot to show values of 0 (#2863) | 1 | fix | null |
815,577 | 23.08.2021 14:43:32 | -28,800 | 33c9162c0e3d2b59463dd7ba5b3f8560a55691aa | refactor: refactor peer store | [
{
"change_type": "MODIFY",
"diff": "@@ -75,7 +75,7 @@ pub struct NetworkState {\npending_observed_addrs: RwLock<HashSet<Multiaddr>>,\nlocal_private_key: secio::SecioKeyPair,\nlocal_peer_id: PeerId,\n- bootnodes: Vec<Multiaddr>,\n+ pub(crate) bootnodes: Vec<Multiaddr>,\npub(crate) config: NetworkConfig,\npub... | Rust | MIT License | nervosnetwork/ckb | refactor: refactor peer store | 1 | refactor | null |
276,939 | 23.08.2021 15:06:03 | 10,800 | 51d6826a5536c524b1e1b63d5fd0e262a25b5485 | refactor(labnative-dropdown): replace deprecated picker with new alternative
RN Picker was deprecated, since then we needed to change it to a maintained alternative | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ module.exports = {\n'\\\\.svg$': '<rootDir>/jest/mock/svg.native.js',\n},\ntransformIgnorePatterns: [\n- '/node_modules/(?!@ptomasroos/react-native-multi-slider|react-native).+\\\\.js$',\n+ '/node_modules/(?!@react-native-picker/picker|@ptomasroos/react-... | JavaScript | MIT License | gympass/yoga | refactor(labnative-dropdown): replace deprecated picker with new alternative
RN Picker was deprecated, since then we needed to change it to a maintained alternative | 1 | refactor | labnative-dropdown |
276,989 | 23.08.2021 15:06:17 | 10,800 | d12fe909cc794d816dff27151ebe508107883604 | docs(box): add elevation prop to Box page | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,8 @@ const BoxPage = () => (\ndisplay=\"flex\"\nflexDirection=\"column\"\nalignItems=\"center\"\n+ elevation=\"small\"\n+ bgColor=\"white\"\n>\n<Text>Making</Text>\n<Text>wellbeing</Text>\n",
"new_path": "packages/labnative/pages/Box.jsx",
"old_path":... | JavaScript | MIT License | gympass/yoga | docs(box): add elevation prop to Box page | 1 | docs | box |
276,989 | 23.08.2021 15:08:04 | 10,800 | fffc215d42069a53bf627447908fa0003bcd6153 | refactor(elevation): updating Cards to use the new elevation (the correct one) | [
{
"change_type": "MODIFY",
"diff": "@@ -3,21 +3,23 @@ import styled from 'styled-components';\nimport { string, shape, oneOf, node } from 'prop-types';\nimport Text from '../../../Text';\n+import Box from '../../../Box';\n-const CardShadow = styled.View(\n+const CardShadow = styled(Box).attrs(\n({\ntheme: {... | JavaScript | MIT License | gympass/yoga | refactor(elevation): updating Cards to use the new elevation (the correct one) | 1 | refactor | elevation |
276,989 | 23.08.2021 15:09:11 | 10,800 | cd8a6fef51cecbe030160f754f721f51fbe1950f | refactor(elevation): updating Switch to use the new elevation (the correct one) | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,9 @@ import { bool } from 'prop-types';\nimport styled, { withTheme } from 'styled-components';\nimport { hexToRgb } from '@gympass/yoga-common';\nimport { Animated } from 'react-native';\n+\nimport withTouchable from '../../Button/native/withTouchable';\n+impo... | JavaScript | MIT License | gympass/yoga | refactor(elevation): updating Switch to use the new elevation (the correct one) | 1 | refactor | elevation |
276,989 | 23.08.2021 15:10:30 | 10,800 | 2b48aabac41923d5ea84c9d1ac3c518ca604c7e5 | refactor(elevation): updating Slider to use the new elevation (the correct one) | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ const Slider = ({\nshadow: elevations.small,\n},\ntooltip: {\n- shadow: elevations.small,\n+ shadow: elevations.medium,\nradius: radii.small,\nbackgroundColor: colors.elements.backgroundAndDisabled,\ndistance: spacing.large,\n",
"new_path": "packages... | JavaScript | MIT License | gympass/yoga | refactor(elevation): updating Slider to use the new elevation (the correct one) | 1 | refactor | elevation |
730,431 | 23.08.2021 15:48:16 | 14,400 | fe69c3b24d1d498d9416fd83f762aea8b8388f8d | fix(widget-space): fixed startCall issue
I added a check for the sdkAdapter before placeCall | [
{
"change_type": "MODIFY",
"diff": "@@ -205,8 +205,11 @@ export default compose(\n}\nif (\n- (widgetMeet.toValue || call) && currentUser && !widgetMeet.status.hasOpenWithCall\n- && (startCall === true || startCall === '' || startCall === 'true')\n+ (widgetMeet.toValue || call) &&\n+ currentUser &&\n+ !widge... | JavaScript | MIT License | webex/react-widgets | fix(widget-space): fixed startCall issue
I added a check for the sdkAdapter before placeCall | 1 | fix | widget-space |
71,748 | 23.08.2021 15:49:22 | -3,600 | 52f0576a072ac76bd751d766a0879edb1da87633 | docs(cloudfront): fix CacheHeaderBehavior.behavior docstring
related
*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": "@@ -234,7 +234,7 @@ export class CacheHeaderBehavior {\nreturn new CacheHeaderBehavior('whitelist', headers);\n}\n- /** If the no headers will be passed, or an allow list of headers. */\n+ /** If no headers will be passed, or an allow list of headers. */\npublic readonly ... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(cloudfront): fix CacheHeaderBehavior.behavior docstring (#16067)
related #16002
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | docs | cloudfront |
617,455 | 23.08.2021 16:41:24 | -7,200 | 72444b4594ddc4588c0197de67a6e390fdf0ad7a | feat(accessibility): add a title on active tab during a simulation for screen reader | [
{
"change_type": "MODIFY",
"diff": "@@ -481,6 +481,7 @@ exports[`<DureePreavisDemission /> should render 1`] = `\naria-live=\"polite\"\nclass=\"c9 c10\"\ntabindex=\"-1\"\n+ title=\"onglet actif\"\n>\n<span\nclass=\"c11\"\n",
"new_path": "packages/code-du-travail-frontend/src/outils/DureePreavisDemission... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | feat(accessibility): add a title on active tab during a simulation for screen reader (#3689) | 1 | feat | accessibility |
777,396 | 23.08.2021 16:57:23 | 21,600 | dca931e7f6a75f6b123cae6694d2f538fe375731 | chore: make MetricsBatcherThread safer
chore: make MetricsBatcherThread safer:
- Avoid hanging when exceptions are raised
- Avoid accidentally calling queue.get() with timeout <= 0
- Avoid crashing on empty metrics
- Avoid publishing empty metrics altogether | [
{
"change_type": "MODIFY",
"diff": "@@ -212,6 +212,18 @@ class ShutdownMessage:\npass\n+def pop_until_deadline(q: queue.Queue, deadline: float) -> Iterator[Any]:\n+ while True:\n+ timeout = deadline - time.time()\n+ if timeout <= 0:\n+ break\n+\n+ try:\n+ yield q.get(timeout=timeout)\n+ except queue.Empty:\... | Python | Apache License 2.0 | determined-ai/determined | chore: make MetricsBatcherThread safer (#2864)
chore: make MetricsBatcherThread safer:
- Avoid hanging when exceptions are raised
- Avoid accidentally calling queue.get() with timeout <= 0
- Avoid crashing on empty metrics
- Avoid publishing empty metrics altogether | 1 | chore | null |
276,989 | 23.08.2021 16:59:03 | 10,800 | 123a64665db221a85882264dfca2374e385fa8b9 | refactor(elevate): fix typo and setting level as default of 0 | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import hexToRgb from './hexToRgb';\n// values from\n// https://github.com/material-components/material-components-web/blob/master/packages/mdc-elevation/_elevation-theme.scss\nconst UMBRA_OPACITY = 0.2;\n-const PEUMBRA_OPACITY = 0.14;\n+const PENUMBRA_OPAC... | JavaScript | MIT License | gympass/yoga | refactor(elevate): fix typo and setting level as default of 0
Co-authored-by: @andreloureiro | 1 | refactor | elevate |
276,939 | 23.08.2021 17:13:27 | 10,800 | 331dba6dc5e5d7e4a125eb75d052196035653f1a | feat(labnative): add react-native-picker as peer dependency | [
{
"change_type": "MODIFY",
"diff": "\"metro-react-native-babel-preset\": \"^0.58.0\",\n\"react-test-renderer\": \"16.13.1\"\n},\n+ \"peerDependencies\": {\n+ \"@react-native-picker/picker\": \"^1.16.6\"\n+ },\n\"jest\": {\n\"preset\": \"react-native\"\n}\n",
"new_path": "packages/labnative/package.json"... | JavaScript | MIT License | gympass/yoga | feat(labnative): add react-native-picker as peer dependency | 1 | feat | labnative |
780,866 | 23.08.2021 17:45:31 | 10,800 | b350393573bc26c7847cc74b7a5f9af711ed2abd | fix(template/maintenance): typos and style fixes for maintenance page | [
{
"change_type": "MODIFY",
"diff": "<%- await include('/@/meta') %>\n+<%\n+const maintenance = _.cms('maintenance') || {}\n+if (maintenance.active) {\n+ // redirect to maintanance page\n+ %>\n+ <script>\n+ if (!location.pathname.startsWith('/maintenance/')) {\n+ location.href = '/maintenance/'\n+ }\n+ </scr... | JavaScript | MIT License | ecomplus/storefront | fix(template/maintenance): typos and style fixes for maintenance page | 1 | fix | template/maintenance |
780,866 | 23.08.2021 18:07:32 | 10,800 | b04d7d4ce9c6c12c30ab09c9b237ba513a6e1923 | perf(template/maintenance): does not need json and scripts on maintenance page | [
{
"change_type": "MODIFY",
"diff": "@@ -49,8 +49,6 @@ const maintenance = _.cms('maintenance') || {}\n<footer>\n<%- await include('/@/layout/inc/ecom-credits') %>\n</footer>\n-\n- <%- await include('/@/json') %> <%- await include('/@/scripts') %>\n</body>\n<% } %>\n</html>\n",
"new_path": "@ecomplus/sto... | JavaScript | MIT License | ecomplus/storefront | perf(template/maintenance): does not need json and scripts on maintenance page | 1 | perf | template/maintenance |
780,866 | 23.08.2021 18:32:14 | 10,800 | 265af9df51b82b16fa30afac11f31e7d3983365d | fix(template/cms): must import maintenance page config on settings | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import getGeneral from './settings/general'\nimport getContacts from './settings/contacts'\nimport getInfo from './settings/info'\nimport getSocial from './settings/social'\n+import getMaintenance from './settings/maintenance'\nexport default options => ({... | JavaScript | MIT License | ecomplus/storefront | fix(template/cms): must import maintenance page config on settings | 1 | fix | template/cms |
866,394 | 23.08.2021 18:38:34 | 14,400 | 04da1bba449b5c76f245a5606259ca39f8016943 | feat(typescript): upgrade to typescript v4.3.5
### Related Ticket(s)
Refs
### Description
This PR is upgrading `web-components` to `v4.3.5`.
~~This is currently in draft for now so that testing can be done on this branch.~~
All automated testing seemed to clear!
### Changelog
**Changed**
Upgrade `typescript` to `v4.3.5... | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/.yarn/offline-mirror/typescript-4.3.5.tgz differ\n",
"new_path": ".yarn/offline-mirror/typescript-4.3.5.tgz",
"old_path": ".yarn/offline-mirror/typescript-4.3.5.tgz"
},
{
"change_type": "MODIFY",
"diff": "\"through2\": \"^3.0.... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(typescript): upgrade to typescript v4.3.5 (#6943)
### Related Ticket(s)
Refs #6792
### Description
This PR is upgrading `web-components` to `v4.3.5`.
~~This is currently in draft for now so that testing can be done on this branch.~~
All automated testing seemed to clear!
### Changelog
**Chang... | 1 | feat | typescript |
217,237 | 23.08.2021 19:34:00 | -10,800 | b7f64a959f0afbabcd757cc17ac8b10618251814 | chore(i18n): setup env (docusaurus#write-translations) | [
{
"change_type": "ADD",
"diff": "+{\n+ \"title\": {\n+ \"message\": \"feature-sliced\",\n+ \"description\": \"The title in the navbar\"\n+ },\n+ \"item.label.Docs\": {\n+ \"message\": \"Docs\",\n+ \"description\": \"Navbar item with label Docs\"\n+ },\n+ \"item.label.Examples\": {\n+ \"message\": \"Examples... | JavaScript | MIT License | feature-sliced/documentation | chore(i18n): setup env (docusaurus#write-translations) | 1 | chore | i18n |
826,708 | 23.08.2021 20:09:36 | -7,200 | 481335d345d9f669155fc26bc6526cad2e6f42cd | chore: bump jdk dependencies | [
{
"change_type": "MODIFY",
"diff": "-FROM openjdk:12-alpine\n+FROM openjdk:16-alpine\nRUN apk -U upgrade\nRUN apk add -U --no-cache \\\n@@ -9,7 +9,7 @@ RUN apk add -U --no-cache \\\n# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf\nRUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dn... | C# | Apache License 2.0 | ory/sdk | chore: bump jdk dependencies | 1 | chore | null |
217,237 | 23.08.2021 20:57:58 | -10,800 | 249adb7de605b668d7f17714f8e0fe674dc9f585 | chore(i18n): move another assets to static | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import Image from \"@theme/IdealImage\";\n// NOTE: import from root level, because same image is used at main README.md\nimport { Header } from \"@site/src/features/header\";\nimport { Card, Section } from \"@site/src/shared/ui\";\n-import imgScheme from \... | JavaScript | MIT License | feature-sliced/documentation | chore(i18n): move another assets to static | 1 | chore | i18n |
217,237 | 23.08.2021 21:01:57 | -10,800 | 0ce48ea189a125d5598e86414ffcf9864ecd691e | chore(i18n): modify scripts | [
{
"change_type": "MODIFY",
"diff": "@@ -15,10 +15,14 @@ yarn install\n## Local Development\n-```console\n-yarn start\n+```bash\n+yarn start # for default locale\n+yarn start:ru # for RU locale\n+yarn start:en # for EN locale\n```\n+> About [docusaurus/i18n commands](https://docusaurus.io/docs/i18n/git#trans... | JavaScript | MIT License | feature-sliced/documentation | chore(i18n): modify scripts | 1 | chore | i18n |
104,828 | 23.08.2021 21:12:37 | -7,200 | eaa7951e735818a54489a2d86b758439611a02cd | test(headeraction): improved unit test coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ module.exports = {\n'./src/components/Table/TableBody/RowActionsCell/RowActionsCell.jsx': all90Covered,\n'./src/components/Table/Table.jsx': all90Covered,\n'./src/components/Table/TableSaveViewModal/TableSaveViewForm.jsx': all90Covered,\n+ './src/compone... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(headeraction): improved unit test coverage | 1 | test | headeraction |
217,237 | 23.08.2021 21:15:37 | -10,800 | 02d4c8d8e4e150d85dbb0fa399d131e4e83619ea | chore(i18n): fix localized editUrl | [
{
"change_type": "MODIFY",
"diff": "@@ -160,6 +160,7 @@ const presets = [\n{\ndocs: {\npath: `i18n/${DEFAULT_LOCALE}/docusaurus-plugin-content-docs/current`,\n+ editLocalizedFiles: true,\nsidebarPath: require.resolve(\"./sidebars.js\"),\n// Please change this to your repo.\neditUrl: `${GITHUB_DOCS}/edit/mas... | JavaScript | MIT License | feature-sliced/documentation | chore(i18n): fix localized editUrl | 1 | chore | i18n |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.