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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
494,296 | 09.11.2021 09:18:24 | -3,600 | 349cdcf4b1298d9e544344705ecd8e7b5eada48c | feat: allow wildcard domains for redirect_to checks
Support wildcard domains in redirect_to checks.
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -1191,6 +1191,7 @@ selfservice:\n# - - https://app.my-app.com/dashboard\n# - /dashboard\n# - https://www.my-app.com/\n+ # - https://*.my-app.com/\n#\n# Set this value using environment variables on\n# - Linux/macOS:\n@@ -1202,6 +1203,7 @@ selfservice:\n- https://app.my... | Go | Apache License 2.0 | ory/kratos | feat: allow wildcard domains for redirect_to checks (#1528)
Support wildcard domains in redirect_to checks.
Closes #943 | 1 | feat | null |
711,597 | 09.11.2021 09:35:30 | -3,600 | 1c535cf95cd2e2bdf68d08fbabd4a7c834826788 | chore: Publish v1.3.3 | [
{
"change_type": "MODIFY",
"diff": "+## <small>1.3.3 (2021-11-09)</small>\n+\n+\n+#### Fixes\n+\n+* **admin-ui** Correctly display primitive value job queue results ([d8c2195](https://github.com/vendure-ecommerce/vendure/commit/d8c2195)), closes [#881](https://github.com/vendure-ecommerce/vendure/issues/881... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Publish v1.3.3 | 1 | chore | null |
306,320 | 09.11.2021 09:39:00 | 0 | b004052063bfa5d3fcb73d029f9d0acfa9592c70 | feat: update CI feedback comment | [
{
"change_type": "MODIFY",
"diff": "@@ -177,7 +177,9 @@ build_msg () {\nif [ -n \"$update_msg\" ]; then\nmsg+=\"\\n$update_msg\\n\\n\"\nfi\n- msg+=\"<sub><a href='https://infracost.io/feedback' rel='noopener noreferrer' target='_blank'>How can this comment be more helpful?</a></sub>\\n\"\n+ msg+=\"<sub>\\n\... | Go | Apache License 2.0 | infracost/infracost | feat: update CI feedback comment (#1113) | 1 | feat | null |
942,604 | 09.11.2021 10:07:14 | 28,800 | af276f7f7565536ce17bd26124c0d05510d97791 | fix(tooltip): Fix findEllipsisElement IE11
Previous fix for OverflowTooltip issue in IE 11 only partially solved the problem:
Fixes: IE11 OverflowTooltip
[category:Components] | [
{
"change_type": "MODIFY",
"diff": "@@ -302,4 +302,19 @@ describe('Tooltip', () => {\n});\n});\n});\n+ context('given the [Testing/React/Popups/Tooltip, Overflow] example is rendered', () => {\n+ beforeEach(() => {\n+ h.stories.load('Testing/React/Popups/Tooltip', 'Overflow');\n+ });\n+\n+ context('when the... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(tooltip): Fix findEllipsisElement IE11 (#1330)
Previous fix for OverflowTooltip issue in IE 11 only partially solved the problem:
https://github.com/Workday/canvas-kit/pull/1263
Fixes: IE11 OverflowTooltip
[category:Components] | 1 | fix | tooltip |
667,635 | 09.11.2021 10:15:45 | -28,800 | 2d07d2823b9ca64fc1d3a4d771bb6f30dade2c98 | fix(ios): fix layout nan value | [
{
"change_type": "MODIFY",
"diff": "@@ -156,6 +156,12 @@ DEFINE_PROCESS_META_PROPS(Border);\nif (!MTTNodeGetParent(_nodeRef)) {\nleft = MTTNodeLayoutGetPosition(_nodeRef, CSSLeft);\ntop = MTTNodeLayoutGetPosition(_nodeRef, CSSTop);\n+ if (isnan(left)) {\n+ left = 0;\n+ }\n+ if (isnan(top)) {\n+ top = 0;\n+ ... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): fix layout nan value | 1 | fix | ios |
134,842 | 09.11.2021 10:22:15 | -3,600 | e40e50a542366816d42b74b0547f2b1ad5fc0bc2 | feat: configure default testId in template for testing-library | [
{
"change_type": "MODIFY",
"diff": "// expect(element).toHaveTextContent(/react/i)\n// learn more: https://github.com/testing-library/jest-dom\nimport '@testing-library/jest-dom';\n+import { configure } from '@testing-library/react';\n+\n+configure({\n+ testIdAttribute: 'data-test-id',\n+});\n",
"new_pa... | JavaScript | MIT License | contentful/create-contentful-app | feat: configure default testId in template for testing-library | 1 | feat | null |
739,259 | 09.11.2021 10:25:15 | -3,600 | bb1ac6b8242a150cdde3bade74c30b036878b648 | fix: deploy doc to prod only on stable tags (not alpha) | [
{
"change_type": "MODIFY",
"diff": "@@ -163,7 +163,7 @@ workflows:\n- docs_build:\nfilters:\ntags:\n- only: /.*/\n+ only: /^\\d+.\\d+.\\d+$/\nrequires:\n- build\n- docs_deploy_prod:\n@@ -171,7 +171,7 @@ workflows:\nbranches:\nignore: /.*/\ntags:\n- only: /.*/\n+ only: /^\\d+.\\d+.\\d+$/\nrequires:\n- test\n... | TypeScript | MIT License | wttj/welcome-ui | fix: deploy doc to prod only on stable tags (not alpha) (#953) | 1 | fix | null |
739,253 | 09.11.2021 10:26:08 | -3,600 | 6889f1c146d11dd323856b49adbf4fff121c2817 | fix: close button dependency for modal and drawer | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@welcome-ui/box\": \"^3.0.0\",\n- \"@welcome-ui/clear-button\": \"^3.8.4\",\n+ \"@welcome-ui/close-button\": \"^3.12.0\",\n\"@welcome-ui/text\": \"^3.1.1\",\n\"@welcome-ui/utils\": \"^3.4.3\",\n\"reakit\": \"^1.3.6\"\n",
"new_path": "package... | TypeScript | MIT License | wttj/welcome-ui | fix: close button dependency for modal and drawer (#954) | 1 | fix | null |
134,842 | 09.11.2021 10:40:12 | -3,600 | e0610eec01f2e605b3e6eab829130210f32640cd | feat(template): update imports and improve types | [
{
"change_type": "MODIFY",
"diff": "@@ -12,18 +12,18 @@ import {\ninit,\nlocations,\n} from '@contentful/app-sdk';\n+import type { KnownSDK } from '@contentful/app-sdk';\nimport '@contentful/forma-36-react-components/dist/styles.css';\nimport '@contentful/forma-36-fcss/dist/styles.css';\nimport '@contentful... | JavaScript | MIT License | contentful/create-contentful-app | feat(template): update imports and improve types | 1 | feat | template |
866,391 | 09.11.2021 10:41:01 | -3,600 | 91de5ad3b36bfcd44fc8a9986ae03eb555a307c5 | chore(dependencies): update commander | [
{
"change_type": "MODIFY",
"diff": "\"bluebird\": \"^3.7.2\",\n\"cache-loader\": \"^4.1.0\",\n\"child-process-promise\": \"^2.2.1\",\n- \"commander\": \"^2.20.3\",\n+ \"commander\": \"^3.0.2\",\n\"core-js\": \"^3.19.1\",\n\"cross-env\": \"^7.0.3\",\n\"css-loader\": \"^5.2.7\",\n",
"new_path": "package.j... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(dependencies): update commander (#762)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> | 1 | chore | dependencies |
104,844 | 09.11.2021 10:47:09 | 18,000 | 7282b371c17138840faabe536b7d880a48701815 | chore(codesandbox): move check to its own action | [
{
"change_type": "ADD",
"diff": "+name: codesandbox\n+\n+on: [push, pull_request]\n+\n+jobs:\n+ test-codesandbox:\n+ name: Test Codesandbox\n+ runs-on: ubuntu-latest\n+\n+ steps:\n+ - name: Checkout code\n+ uses: actions/checkout@v2\n+\n+ - uses: dorny/paths-filter@v2\n+ id: changes\n+ with:\n+ filters: |\n... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(codesandbox): move check to its own action | 1 | chore | codesandbox |
104,828 | 09.11.2021 10:48:06 | -3,600 | a6d0d294f5afa1a782f6ba386ea9f4f881534887 | chore(all): update snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -696,7 +696,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 2 - Watson IoT E\nonAnimationEnd={[Function]}\n>\n<button\n- aria-controls=\"accordion-item-652\"\n+ aria-controls=\"accordion-item-654\"\naria-expanded={true}\nclassName=\"bx--accordion__... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(all): update snapshots | 1 | chore | all |
688,423 | 09.11.2021 10:56:33 | -7,200 | 3b8cf3aa299597fee95f511e0ce1f84eb5c449f4 | fix(Link): fix on hover style | [
{
"change_type": "MODIFY",
"diff": "@@ -92,4 +92,54 @@ describe('Link', () => {\nmount(<TestUserBadgeLink />)\ncy.get('body').happoScreenshot()\n})\n+\n+ describe('when hover over the link', () => {\n+ it('renders link without underline', () => {\n+ mount(\n+ <TestingPicasso>\n+ <Link data-testid='link'>Lin... | TypeScript | MIT License | toptal/picasso | fix(Link): [FX-2231] fix on hover style (#2209) | 1 | fix | Link |
104,844 | 09.11.2021 10:56:53 | 18,000 | 564c231ab3de8eb9002f5732ef5139b80a0eb762 | chore(codesandbox): needs to install deps | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,22 @@ jobs:\nwith:\nnode-version: '16.x'\n+ - name: Cache dependencies\n+ uses: actions/cache@v2\n+ if: steps.changes.outputs.react == 'true'\n+ with:\n+ path: |\n+ node_modules\n+ */*/node_modules\n+ key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}\n+\... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(codesandbox): needs to install deps | 1 | chore | codesandbox |
304,868 | 09.11.2021 11:10:30 | 25,200 | f680ef26fbbc5f6fb5c6e034e8f1957db0ee23da | feat(libflux): ignore docs for values prefixed with underscore | [
{
"change_type": "MODIFY",
"diff": "@@ -478,8 +478,10 @@ fn parse_package_values(\n_ => None,\n} {\nif let Some(typ) = &pkgtypes.lookup(name.as_str()) {\n+ if !name.starts_with(\"_\") {\nlet doc = parse_any_value(&name, &comment, typ, loc, diagnostics, is_option)?;\nmembers.insert(name.clone(), doc);\n+ }\n... | Go | MIT License | influxdata/flux | feat(libflux): ignore docs for values prefixed with underscore (#4240) | 1 | feat | libflux |
603,467 | 09.11.2021 11:13:48 | 0 | 4c0c21fb9aeb8d2f0aece85b9a12e94f6b3c923f | docs(website): thansk to for becoming a GitHub Sponsor of Serenity/JS! | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,10 @@ Thank you! Your support helps us implement new features, write documentation and\n<a href=\"https://github.com/etavela\" target=\"_blank\" title=\"@etavela\"><img height=\"60\" width=\"60\" alt=\"@etavela\" src=\"https://avatars.githubusercontent.com/u/... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(website): thansk to @LayMui for becoming a GitHub Sponsor of Serenity/JS! | 1 | docs | website |
306,320 | 09.11.2021 11:30:45 | 0 | 31ca5676765d8bd77d5bdf8e62e5f96d291a3983 | chore: add output event | [
{
"change_type": "MODIFY",
"diff": "@@ -6,11 +6,13 @@ import (\n\"path/filepath\"\n\"strings\"\n+ \"github.com/infracost/infracost/internal/apiclient\"\n\"github.com/infracost/infracost/internal/config\"\n\"github.com/infracost/infracost/internal/output\"\n\"github.com/infracost/infracost/internal/ui\"\n\"g... | Go | Apache License 2.0 | infracost/infracost | chore: add output event (#1117) | 1 | chore | null |
104,828 | 09.11.2021 11:31:42 | -3,600 | e459be451f8f026827d031e487f25a854feb0f50 | fix(dropcontainer): fix import error | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ import classnames from 'classnames';\nimport { settings } from 'carbon-components';\nimport uid from 'carbon-components-react/es/tools/uniqueId';\n-import { FileUploaderItem, FileUploaderDropContainer } from '..';\n+import { FileUploaderItem, FileUploade... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(dropcontainer): fix import error | 1 | fix | dropcontainer |
104,844 | 09.11.2021 11:39:29 | 18,000 | c29f04c588e0bc835208a84e91add9edf259b8de | chore(test-app): remove codesandbox test from action | [
{
"change_type": "MODIFY",
"diff": "@@ -197,12 +197,6 @@ jobs:\npath-to-lcov: './packages/react/coverage/lcov.info'\nbase-path: 'packages/react'\n- - name: Test CodeSandbox\n- if: steps.changes.outputs.react == 'true'\n- run: |\n- cd packages/react\n- yarn test:sandbox\n-\ntest-angular:\nname: Test Angular\... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test-app): remove codesandbox test from action | 1 | chore | test-app |
667,680 | 09.11.2021 11:46:04 | -28,800 | 6506dcbc9ff16b741bc80ed23c87d1d2fb893b35 | docs(android): update configuration item description | [
{
"change_type": "MODIFY",
"diff": "-## For more details on how to configure your build environment visit\n-# http://www.gradle.org/docs/current/userguide/build_environment.html\n-#\n-# Specifies the JVM arguments used for the daemon process.\n-# The setting is particularly useful for tweaking memory settin... | C++ | Apache License 2.0 | tencent/hippy | docs(android): update configuration item description | 1 | docs | android |
667,680 | 09.11.2021 11:47:09 | -28,800 | 866131c591639f7d405a51c8aa20426f54e41a9b | chore(android): `debug` and `release` build types share the same config | [
{
"change_type": "MODIFY",
"diff": "@@ -130,8 +130,19 @@ android {\n\"-DV8_COMPONENT=$V8_COMPONENT_DEBUG\",\n\"-DHIDDEN_LIBRARY_SYMBOL=$HIDDEN_LIBRARY_SYMBOL\"\n+ if (INCLUDE_ABI_ARMEABI_V7A.toBoolean() || INCLUDE_ABI_ARMEABI.toBoolean()) {\n+ abiFilters 'armeabi-v7a'\n+ }\n+ if (INCLUDE_ABI_ARM64_V8A.toBoo... | C++ | Apache License 2.0 | tencent/hippy | chore(android): `debug` and `release` build types share the same config | 1 | chore | android |
71,676 | 09.11.2021 11:56:04 | 18,000 | bc10e6ffb6164c212336ada745923e91adb8fe05 | feat(stepfunctions-tasks): Support `DynamoAttributeValue.listFromJsonPath`
Add `DynamoAttributeValue.listFromJsonPath(value: string)` to allow specifying a list/array from the state input as a parameter in a DynamoDB PutItem or UpdateItem optimized integration in stepfunctions-tasks.
Closes
*By submitting this pull req... | [
{
"change_type": "MODIFY",
"diff": "@@ -219,6 +219,16 @@ export class DynamoAttributeValue {\nreturn new DynamoAttributeValue({ L: value.map((val) => val.toObject()) });\n}\n+ /**\n+ * Sets an attribute of type List. For example: \"L\": [ {\"S\": \"Cookies\"} , {\"S\": \"Coffee\"}, {\"S\", \"Veggies\"}]\n+ ... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(stepfunctions-tasks): Support `DynamoAttributeValue.listFromJsonPath` (#17376)
Add `DynamoAttributeValue.listFromJsonPath(value: string)` to allow specifying a list/array from the state input as a parameter in a DynamoDB PutItem or UpdateItem optimized integration in stepfunctions-tasks.
Closes #17375
----... | 1 | feat | stepfunctions-tasks |
688,468 | 09.11.2021 11:59:25 | -14,400 | cbe2be197caa69243f6fe3427caf596803ccee97 | refactor: Make ShowMore BASE 2 compliant | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,8 @@ export default (theme: Theme) => {\nborderRadius: sizes.borderRadius.small,\nborder: `solid ${sizes.borderWidth} ${palette.grey.light2}`,\nfontSize: '1rem',\n- transition: `all ${transitions.duration.short}ms ${transitions.easing.easeOut}`,\n+ transition... | TypeScript | MIT License | toptal/picasso | refactor: [FX-2180] Make ShowMore BASE 2 compliant (#2212) | 1 | refactor | null |
317,749 | 09.11.2021 12:09:03 | 28,800 | 9f5d3224a1831301d0fa7c464a3d8dc07734d65e | chore(winget): add "oh-my-posh" tag
The Windows Package Manager has identified users searching for
"oh-my-posh". This PR adds the tag. | [
{
"change_type": "MODIFY",
"diff": "@@ -12,19 +12,19 @@ LicenseUrl: https://github.com/JanDeDobbeleer/oh-my-posh/raw/main/COPYING\nShortDescription: Prompt theme engine for any shell\nMoniker: oh-my-posh\nTags:\n-- cli\n-- cmd\n-- command-line\n-- command-prompt\n-- console\n-- developer-tools\n-- oh-my-pos... | Go | MIT License | jandedobbeleer/oh-my-posh | chore(winget): add "oh-my-posh" tag
The Windows Package Manager has identified users searching for
"oh-my-posh". This PR adds the tag. | 1 | chore | winget |
277,286 | 09.11.2021 12:16:53 | -3,600 | 7e88ecb566e973cc2a91bb6edca3d6d46a086670 | docs: Add color theming guide | [
{
"change_type": "MODIFY",
"diff": "@@ -63,11 +63,11 @@ Then visit <http://localhost:10101/demo>.\n\n-We would love to see all the beautiful themes our community came up with so don't hesitate and post the screenshots into our [show and tell](https://... | Python | Apache License 2.0 | h2oai/wave | docs: Add color theming guide | 1 | docs | null |
386,581 | 09.11.2021 12:21:03 | -7,200 | 9cb4097470adc8ed4e08027c2a42c46b2e1ddc6e | fix(connection-elasticsearch): Fix elasticsearch tests after plugin update. | [
{
"change_type": "MODIFY",
"diff": "import { validate } from '@lowdefy/ajv';\nimport Elasticsearch from './Elasticsearch.js';\n-\n-const { schema } = Elasticsearch;\n+import schema from './ElasticsearchSchema.json';\ntest('All requests are present', () => {\nexpect(Elasticsearch.requests.ElasticsearchSearch... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(connection-elasticsearch): Fix elasticsearch tests after plugin update. | 1 | fix | connection-elasticsearch |
688,485 | 09.11.2021 12:24:15 | 10,800 | 3a7d65b6a931e8b8cb53520edb6bbd472dd6958a | feat(icon): add dialpad16 icon | [
{
"change_type": "ADD",
"diff": "+import React, { forwardRef, Ref } from 'react'\n+import cx from 'classnames'\n+import { makeStyles } from '@material-ui/core/styles'\n+import { StandardProps } from '@toptal/picasso-shared'\n+\n+import kebabToCamelCase from '../utils/kebab-to-camel-case'\n+import styles fro... | TypeScript | MIT License | toptal/picasso | feat(icon): add dialpad16 icon (#2211) | 1 | feat | icon |
104,828 | 09.11.2021 12:26:48 | -3,600 | d87417916e1d29d8dfe03121649366fb6d43d754 | fix(valuekpiicon): lint fix | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ function SvgValueKpiIcon(props) {\n<path fill=\"#8EC1FF\" d=\"M4.969 21.714h21.863v4.571H4.969zm26.832 0l1.988 4.572h-3.975z\" />\n<text fontFamily=\"IBMPlexSans, IBM Plex Sans\" fontSize={10} fill=\"#2160F8\">\n<tspan x={4.969} y={15.5}>\n- {'25%'}\n+ 25%... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(valuekpiicon): lint fix | 1 | fix | valuekpiicon |
679,913 | 09.11.2021 12:57:59 | -3,600 | 97412645fa9c3d7cbee4c1da52bcb9fa2cb762ff | feat(tools): update module-stats tool
simplify, switch to esbuild | [
{
"change_type": "MODIFY",
"diff": "-import { existsSync, mkdirSync, readFileSync, writeFileSync } from \"fs\";\n-import { sync } from \"gzip-size\";\n-import { rollup } from \"rollup\";\n-import cleanup from \"rollup-plugin-cleanup\";\n-import { minify, MinifyOptions } from \"terser\";\n-\n-const camelCase... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(tools): update module-stats tool
- simplify, switch to esbuild | 1 | feat | tools |
679,913 | 09.11.2021 12:58:15 | -3,600 | 0f68f1b2c62ca772140435abaa668d9289ebdd6d | build: update/remove dev deps | [
{
"change_type": "MODIFY",
"diff": "\"packages/*\"\n],\n\"devDependencies\": {\n- \"@microsoft/api-documenter\": \"^7.13.63\",\n- \"@microsoft/api-extractor\": \"^7.18.16\",\n+ \"@microsoft/api-documenter\": \"^7.13.68\",\n+ \"@microsoft/api-extractor\": \"^7.18.19\",\n\"@snowpack/plugin-typescript\": \"^1.... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update/remove dev deps | 1 | build | null |
317,646 | 09.11.2021 13:13:09 | -3,600 | cb17bb914a6201404c803f0abd642e68b811f15f | fix: fetch info from the working directory | [
{
"change_type": "MODIFY",
"diff": "@@ -297,7 +297,7 @@ func (g *git) getGitCommand() string {\n}\nfunc (g *git) getGitCommandOutput(args ...string) string {\n- args = append([]string{\"--no-optional-locks\", \"-c\", \"core.quotepath=false\", \"-c\", \"color.status=false\"}, args...)\n+ args = append([]stri... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: fetch info from the working directory | 1 | fix | null |
791,704 | 09.11.2021 13:30:14 | 28,800 | 693a8f7ec4211dbd2fceeb7b7db85b2e585af8ab | core(deprecations): use inspector issues | [
{
"change_type": "MODIFY",
"diff": "@@ -303,9 +303,23 @@ const expectations = {\nitems: [\n{\nvalue: /'window.webkitStorageInfo' is deprecated/,\n+ source: {\n+ type: 'source-location',\n+ url: 'http://localhost:10200/dobetterweb/dbw_tester.js',\n+ urlProvider: 'network',\n+ line: '>0',\n+ column: 9,\n+ },\... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(deprecations): use inspector issues (#13342) | 1 | core | deprecations |
915,197 | 09.11.2021 13:42:32 | -19,080 | 49b582c5b3b6df4c11845986f87693ce2df0c64b | docs: fix grammar issues and typos | [
{
"change_type": "MODIFY",
"diff": "@@ -182,7 +182,7 @@ mobile app. And that's great, because the browser takes care of:\n- Bound to one top-level-domain only;\n- Anti-XSS with `httpOnly`\n-- TLS enforcment with `secure`;\n+- TLS enforcement with `secure`;\n- Smaller CSRF attack surface with the new `SameSi... | Go | Apache License 2.0 | ory/hydra | docs: fix grammar issues and typos (#2830)
Co-authored-by: aeneasr <3372410+aeneasr@users.noreply.github.com> | 1 | docs | null |
334,560 | 09.11.2021 13:46:57 | -7,200 | ed1782df3f5387b2b9ac210dfc4b4602ffa84499 | docs: update docs to match v13 | [
{
"change_type": "MODIFY",
"diff": "+# Migration from version 12 to version 13\n+\n+## Custom webpack builder\n+\n+No breaking changes (except for updating to Angular 13)\n+\n+## Jest builder\n+\n+`jest-preset-angular` has been updated to version 11.\n+\n+ - If you use it without custom configuration then n... | TypeScript | MIT License | just-jeb/angular-builders | docs: update docs to match v13 (#1055) | 1 | docs | null |
317,782 | 09.11.2021 13:54:09 | -19,080 | 0620fdc474c740cca85b1a688cf2b80c30936764 | docs(upgrading): broken themes link fixed | [
{
"change_type": "MODIFY",
"diff": "@@ -101,7 +101,7 @@ Do not hesitate to [ask for assistance][issues] when you notice an issue or unex\n[psgallery]: https://www.powershellgallery.com/packages/oh-my-posh\n[omp]: https://github.com/JanDeDobbeleer/oh-my-posh2\n[wsl]: https://docs.microsoft.com/en-us/windows/... | Go | MIT License | jandedobbeleer/oh-my-posh | docs(upgrading): broken themes link fixed | 1 | docs | upgrading |
791,704 | 09.11.2021 14:21:16 | 28,800 | 0dc1b4fefa1921a79a0c4eb733a0710bc29d90b0 | misc(build): do not assign runBundledLighthouse in devtools bundle | [
{
"change_type": "MODIFY",
"diff": "@@ -78,16 +78,6 @@ function lookupCanonicalLocale(locales) {\nreturn lookupLocale(locales, getCanonicalLocales());\n}\n-// For the bundle smoke test.\n-if (typeof module !== 'undefined' && module.exports) {\n- // Ideally this could be exposed via browserify's `standalone`... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(build): do not assign runBundledLighthouse in devtools bundle (#13311) | 1 | misc | build |
688,505 | 09.11.2021 14:28:16 | -7,200 | 6ca10bca4658fc3c1f0c5e2d1b65b94894199f21 | fix(Modal): shadows are broken in desktop Safari & iOs | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ const shadeStyles = {\nexport default ({ palette }: Theme) => {\nconst BACKGROUND_STARTING_COLOR = palette.background.default\n- const BACKGROUND_FINISHING_COLOR = 'transparent'\n+ const BACKGROUND_FINISHING_COLOR = 'rgba(255, 255, 255, 0)'\nreturn creat... | TypeScript | MIT License | toptal/picasso | fix(Modal): [FX-2237] shadows are broken in desktop Safari & iOs (#2213) | 1 | fix | Modal |
551,648 | 09.11.2021 14:39:59 | -10,800 | 8c5576d95b59e1549ab25cef2705f7ac2a4672fe | chore(sql): improve strpos function | [
{
"change_type": "MODIFY",
"diff": "@@ -26,13 +26,12 @@ package org.questdb;\nimport io.questdb.cairo.sql.Function;\nimport io.questdb.cairo.sql.Record;\n+import io.questdb.griffin.engine.functions.CharFunction;\nimport io.questdb.griffin.engine.functions.StrFunction;\n-import io.questdb.griffin.engine.func... | Java | Apache License 2.0 | questdb/questdb | chore(sql): improve strpos function (#1535) | 1 | chore | sql |
306,444 | 09.11.2021 14:46:00 | -3,600 | 9b81b69e58c6495a86c8a56d33a71a141c6fe617 | feat(core): export latest added lit directives | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/core': patch\n+---\n+\n+Re-export latest added lit directives.\n",
"new_path": ".changeset/cuddly-ties-repeat.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "\"bundlesize\": [\n{\n\"path\": \"./bundlesize/dist/core/*.js\",\n- \"... | JavaScript | MIT License | ing-bank/lion | feat(core): export latest added lit directives | 1 | feat | core |
277,286 | 09.11.2021 14:58:44 | -3,600 | 67ece73b5904cfe970f333ec65d1ec90405b275c | ci: Configure dependabot for production dependencies only | [
{
"change_type": "ADD",
"diff": "+version: 2\n+updates:\n+ - package-ecosystem: \"npm\"\n+ directory: \"/\"\n+ schedule:\n+ interval: \"daily\"\n+ open-pull-requests-limit: 0 # HACK: Disable automatic PRs.\n+ allow:\n+ - dependency-name: \"*\"\n+ dependency-type: \"production\"\n\\ No newline at end of file... | Python | Apache License 2.0 | h2oai/wave | ci: Configure dependabot for production dependencies only | 1 | ci | null |
688,468 | 09.11.2021 15:04:34 | -14,400 | fa67b704b1f0c46524b8c7ac6b6f87234c87feb0 | chore: Add gray lightest color | [
{
"change_type": "MODIFY",
"diff": "interface ColorSample {\n+ lightest?: string\nlighter?: string\nlighter2?: string\nlight?: string\n@@ -26,6 +27,7 @@ declare module '@material-ui/core' {\nexport const colors = {\ngrey: {\n+ lightest: '#fcfcfc',\nlighter: '#f3f4f6',\nlighter2: '#ebeced',\nlight: '#e5e7ea'... | TypeScript | MIT License | toptal/picasso | chore: [FX-2234] Add gray lightest color (#2216) | 1 | chore | null |
865,939 | 09.11.2021 15:26:13 | -3,600 | 0a839badcffa5404c67d478297b628d951930d42 | feat(toggle): allow toggle switch to be `disabled`
Related to camunda/cloud-connect-modeler-plugin/issues/49 | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ export default function ToggleSwitch(props) {\ndescription,\nfield,\nform,\n+ disabled,\n...restProps\n} = props;\n@@ -37,6 +38,7 @@ export default function ToggleSwitch(props) {\n{ ...field }\n{ ...restProps }\ndefaultChecked={ field.value }\n+ disabled... | JavaScript | MIT License | camunda/camunda-modeler | feat(toggle): allow toggle switch to be `disabled`
Related to camunda/cloud-connect-modeler-plugin/issues/49 | 1 | feat | toggle |
815,609 | 09.11.2021 15:39:08 | -28,800 | ee81d67d6a8029f45b623ac4d6df7b3fb2612618 | test: add an integration test to test RPC remove_transaction | [
{
"change_type": "MODIFY",
"diff": "@@ -517,6 +517,7 @@ fn all_specs() -> Vec<Box<dyn Spec>> {\nBox::new(InboundMinedDuringSync),\nBox::new(OutboundMinedDuringSync),\nBox::new(ProposalRespondSizelimit),\n+ Box::new(RemoveTx),\n// Test hard fork features\nBox::new(CheckCellDeps),\nBox::new(CheckAbsoluteEpoch... | Rust | MIT License | nervosnetwork/ckb | test: add an integration test to test RPC remove_transaction | 1 | test | null |
276,951 | 09.11.2021 15:43:26 | 10,800 | 3dd769edfa2202ec51312de441d84f7673b8548f | refactor(card): add Box component to Card | [
{
"change_type": "MODIFY",
"diff": "import styled from 'styled-components';\nimport { node } from 'prop-types';\n+import Box from '../../../Box';\n-const Actions = styled.footer``;\n+const Actions = styled(Box).attrs({ as: 'footer' })``;\nActions.propTypes = {\nchildren: node.isRequired,\n",
"new_path":... | JavaScript | MIT License | gympass/yoga | refactor(card): add Box component to Card | 1 | refactor | card |
276,951 | 09.11.2021 15:49:00 | 10,800 | ce9f4c3c8bf9a88da8b55d1daec732d0dd9a6fb7 | refactor(dialog): refactor header, content and actions | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ const Dialog = ({ radii, spacing }) => ({\ndefault: 580,\n},\nheight: {\n- min: 184,\n+ min: 160,\n},\nposition: {\ndefault: spacing.zero,\n",
"new_path": "packages/yoga/src/Dialog/Dialog.theme.js",
"old_path": "packages/yoga/src/Dialog/Dialog.th... | JavaScript | MIT License | gympass/yoga | refactor(dialog): refactor header, content and actions | 1 | refactor | dialog |
503,933 | 09.11.2021 15:49:40 | 18,000 | 15dff0c3e279c2e4936711cf3bfe6c5fa8bd5e3f | docs(Modal): Added example of modal witj form | [
{
"change_type": "MODIFY",
"diff": "@@ -863,3 +863,206 @@ class HelpModal extends React.Component {\n}\n}\n```\n+\n+### With form\n+\n+```js\n+import React from 'react';\n+import { Modal, ModalVariant, Button, Form, FormGroup, HelpIcon, Popover, TextInput } from '@patternfly/react-core';\n+\n+FormModal = ()... | TypeScript | MIT License | patternfly/patternfly-react | docs(Modal): Added example of modal witj form (#6557)
Co-authored-by: Titani <tlabaj@redaht.com> | 1 | docs | Modal |
276,951 | 09.11.2021 15:50:06 | 10,800 | ab67c88a6d95f1ca6c4b4639ed159e5cd612a856 | test(dialog): update unit tests | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import ReactDOM from 'react-dom';\nimport renderer from 'react-test-renderer';\nimport { screen, render, fireEvent } from '@testing-library/react';\n-import { ThemeProvider, Button, Text } from '../..';\n+import { ThemeProvider, Button } from '../..';\nimp... | JavaScript | MIT License | gympass/yoga | test(dialog): update unit tests | 1 | test | dialog |
386,581 | 09.11.2021 15:57:12 | -7,200 | 67bf2d444884232369eea5f9b9db418b4cf3a25b | fix: Test fixes. | [
{
"change_type": "MODIFY",
"diff": "@@ -75,171 +75,3 @@ test('writeHtml pages undefined', async () => {\nawait writeHtml({ components, context });\nexpect(mockWriteBuildArtifact.mock.calls).toEqual([]);\n});\n-\n-test('pageHtml generates the correct html, default values', async () => {\n- const context = {\... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix: Test fixes. | 1 | fix | null |
551,648 | 09.11.2021 16:09:42 | -10,800 | 424ce89f8c422d156705fb99ab9a823c0e494ad0 | fix(cairo): fix mmap offset page alignment in o3
Linux requires mmap's offset to be page size aligned. Under certain
conditions O3 writes led to unmapped pages being open with unaligned
offset value. | [
{
"change_type": "MODIFY",
"diff": "@@ -470,12 +470,19 @@ public final class TableUtils {\nreturn mapRO(ff, fd, size, 0, memoryTag);\n}\n+ /**\n+ * Maps a file in read-only mode.\n+ *\n+ * Important note. Linux requires the offset to be page aligned.\n+ */\npublic static long mapRO(FilesFacade ff, long fd, ... | Java | Apache License 2.0 | questdb/questdb | fix(cairo): fix mmap offset page alignment in o3 (#1542)
Linux requires mmap's offset to be page size aligned. Under certain
conditions O3 writes led to unmapped pages being open with unaligned
offset value. | 1 | fix | cairo |
756,051 | 09.11.2021 16:27:18 | 21,600 | 0074f73b769c79e8c60aabe342f5c2979ff7324d | test: prune metering packages from ci | [
{
"change_type": "MODIFY",
"diff": "@@ -250,10 +250,6 @@ jobs:\nrun: cd packages/import-manager && yarn test\nenv:\nESM_DISABLE_CACHE: true\n- - name: yarn test (install-metering-and-ses)\n- run: cd packages/install-metering-and-ses && yarn test\n- env:\n- ESM_DISABLE_CACHE: true\n- name: yarn test (install... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test: prune metering packages from ci | 1 | test | null |
756,051 | 09.11.2021 16:27:38 | 21,600 | d42043fd79ab5c982e8188d4b1409bfdf4038ed8 | fix: prune metering rewrite from swingset-runner | [
{
"change_type": "MODIFY",
"diff": "\"@agoric/stat-logger\": \"^0.4.24\",\n\"@agoric/swing-store\": \"^0.6.2\",\n\"@agoric/swingset-vat\": \"^0.23.0\",\n- \"@agoric/tame-metering\": \"^2.0.14\",\n\"@agoric/zoe\": \"^0.20.0\",\n\"expose-gc\": \"^1.0.0\",\n\"n-readlines\": \"^1.0.1\",\n",
"new_path": "pac... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: prune metering rewrite from swingset-runner | 1 | fix | null |
756,051 | 09.11.2021 16:28:05 | 21,600 | 80fdf29e7c20307b9cd9ff39e25755af16f96a21 | build: lock packages after swingset-runner update | [
{
"change_type": "MODIFY",
"diff": "resolved \"https://registry.yarnpkg.com/@agoric/nat/-/nat-4.1.0.tgz#102794e033ffc183a20b0f86031a2e76d204b9f6\"\nintegrity sha512-2oMoh3DMn0Fx8HChPPiH8irBNdT/33ttxAZJohhd3nU3gyBRQ1u+eEoOQWfSkrE6M02iMkQM7GE9MzGmjQ6bHg==\n-\"@agoric/tame-metering@^2.0.14\":\n- version \"2.0.... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | build: lock packages after swingset-runner update | 1 | build | null |
667,635 | 09.11.2021 16:40:45 | -28,800 | e4c6b77911ea6b4b3f39ffa5ee3c38fa00fc5aa3 | fix(ios): check current image url before display | [
{
"change_type": "MODIFY",
"diff": "@@ -613,14 +613,19 @@ NSError *imageErrorFromParams(NSInteger errorCode, NSString *errorDescription) {\n- (void)loadImage:(UIImage *)image url:(NSString *)url error:(NSError *)error needBlur:(BOOL)needBlur needCache:(BOOL)needCache {\nif (error) {\nif (_onError && error.c... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): check current image url before display | 1 | fix | ios |
141,516 | 09.11.2021 16:44:05 | -39,600 | 82e3740a30fc8c27a03b6373cd7b1a8d2ef42112 | fix: override global figure styles coming from material ui | [
{
"change_type": "MODIFY",
"diff": ".wrapper {\nwidth: 100%;\n+ margin: 0; // Override global Material UI styles\n}\n// If the .visually-hidden class is applied to natively focusable elements\n",
"new_path": "draft-packages/illustration/KaizenDraft/Illustration/style.module.scss",
"old_path": "draft... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: override global figure styles coming from material ui (#2270) | 1 | fix | null |
551,722 | 09.11.2021 16:58:35 | -3,600 | 8ddb77494ad313501ef9d22f5438950ce01c000e | fix(ui): make refresh button execute correct query | [
{
"change_type": "MODIFY",
"diff": "@@ -47,8 +47,8 @@ import Loader from \"../Loader\"\nimport QueryResult from \"../QueryResult\"\nimport questdbMode from \"./questdbMode\"\nimport {\n- getQueryFromCursor,\n- getQueryFromSelection,\n+ getQueryRequestFromEditor,\n+ getQueryRequestFromLastExecutedQuery,\nReq... | Java | Apache License 2.0 | questdb/questdb | fix(ui): make refresh button execute correct query (#1524) | 1 | fix | ui |
551,634 | 09.11.2021 17:01:01 | 0 | 6ed39f1903a633720e07c6a97d720e29c196a705 | fix(cairo): fix allocate() in Darwin to do absolute size allocation | [
{
"change_type": "MODIFY",
"diff": "@@ -189,8 +189,16 @@ JNIEXPORT jboolean JNICALL Java_io_questdb_std_Files_truncate\nJNIEXPORT jboolean JNICALL Java_io_questdb_std_Files_allocate\n(JNIEnv *e, jclass cl, jlong fd, jlong len) {\n+ // MACOS allocates additional space. Check what size the file currently is\n... | Java | Apache License 2.0 | questdb/questdb | fix(cairo): fix allocate() in Darwin to do absolute size allocation (#1540) | 1 | fix | cairo |
141,508 | 09.11.2021 17:07:49 | -39,600 | 279c02d202316f2fee5b42ebe4eff069c2822934 | fix: Add type=search specificity to override perf-ui materialize | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,8 @@ $border-solid-border-radius-curved: $input-height;\nmargin-top: -2px;\n}\n-.input {\n+// [type=\"search\"] is required to override performance-ui global materialize CSS >:|\n+.input[type=\"search\"] {\n@include form-input-reset;\nbackground-color: transp... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: Add type=search specificity to override perf-ui materialize (#2271) | 1 | fix | null |
551,643 | 09.11.2021 17:22:18 | -3,600 | 5627685237d4718bb68c30ddf391eebc09e2f9e3 | chore(ui): enable tooltips for charts | [
{
"change_type": "MODIFY",
"diff": "@@ -205,6 +205,14 @@ $.fn.quickVis = function (msgBus) {\n}\n}\nconst option = {\n+ tooltip: {\n+ trigger: \"axis\",\n+ axisPointer: {\n+ label: {\n+ show: false,\n+ },\n+ },\n+ },\nlegend: {},\nxAxis: optionXAxis,\nyAxis: {\n",
"new_path": "ui/src/js/console/quick-vi... | Java | Apache License 2.0 | questdb/questdb | chore(ui): enable tooltips for charts (#1523) | 1 | chore | ui |
915,090 | 09.11.2021 17:26:50 | -32,400 | 38cbcc02a0689fa28c1ccd892e7069d1b34516a6 | feat: add shellcheck to circleci
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ orbs:\ngo: circleci/go@1.5.0\nprettier: ory/prettier@0.0.11\nnode: circleci/node@4.2.0\n+ shellcheck: circleci/shellcheck@2.2.4\njobs:\n# test-legacy-migrations:\n@@ -55,6 +56,8 @@ jobs:\n- nancy/install\n- nancy/check\n+ - shellcheck/install\n+ - shellc... | Go | Apache License 2.0 | ory/hydra | feat: add shellcheck to circleci (#2835)
Closes #2832 | 1 | feat | null |
756,039 | 09.11.2021 17:42:08 | 28,800 | b2a0e8dba7b2dd674ec8c5b90daed6334f03faad | feat(wallet): dashboard layout changes + render basic request cards | [
{
"change_type": "ADD",
"diff": "+import Request from './Request';\n+\n+const DappConnection = () => {\n+ return <Request header=\"Dapp Connection\"></Request>;\n+};\n+\n+export default DappConnection;\n",
"new_path": "packages/dapp-svelte-wallet/react-ui/src/components/DappConnection.jsx",
"old_pat... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(wallet): dashboard layout changes + render basic request cards (#4049) | 1 | feat | wallet |
306,438 | 09.11.2021 17:44:56 | -3,600 | a028c3b39873d8a1eb544fc2e618a41aa2f75cac | chore: rename method more accurately | [
{
"change_type": "MODIFY",
"diff": "@@ -8,9 +8,9 @@ const matchA11ySpanReverseFns = new WeakMap();\n/**\n* @param {Node} root\n* @param {string} matchingString\n- * @param {object} option\n+ * @param {Node} option\n*/\n-function checkForTextMatch(root, matchingString, option) {\n+function makeMatchingTextBo... | JavaScript | MIT License | ing-bank/lion | chore: rename method more accurately | 1 | chore | null |
386,581 | 09.11.2021 17:55:41 | -7,200 | 2c2f17e0fdba31e6896c40cba8f8707c2dfe467b | chore: Fix eslint import/no-unresolved error. | [
{
"change_type": "MODIFY",
"diff": "@@ -40,6 +40,11 @@ rules:\nimport/extensions:\n- error\n- ignorePackages\n+ import/no-unresolved:\n+ - error\n+ # Because of https://github.com/import-js/eslint-plugin-import/issues/1868\n+ - ignore:\n+ - \"^@lowdefy\\/.*$\"\nparserOptions:\nsourceType: module\necmaVersio... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Fix eslint import/no-unresolved error. | 1 | chore | null |
386,581 | 09.11.2021 17:57:07 | -7,200 | c5c6f0c9a5b0dfc89e09835d3ab940195a077504 | fix: Add _switch operator to docs. | [
{
"change_type": "MODIFY",
"diff": "- id: _sum\ntype: MenuLink\npageId: _sum\n- # TODO NEXT v3.22.0 INCLUDE\n- # - id: _switch\n- # type: MenuLink\n- # pageId: _switch\n+ - id: _switch\n+ type: MenuLink\n+ pageId: _switch\n- id: _type\ntype: MenuLink\npageId: _type\n",
"new_path": "packages/docs/menus.y... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix: Add _switch operator to docs. | 1 | fix | null |
342,861 | 09.11.2021 18:04:01 | -3,600 | b1600646080c24bce75490e0bd6485335428e600 | fix(WizardStepIcon): fix transient props | [
{
"change_type": "MODIFY",
"diff": "@@ -10,16 +10,16 @@ import defaultTheme from \"../defaultTheme\";\nimport { WizardStepContext } from \"./WizardContext\";\nconst StyledContainer = styled.div`\n- ${({ theme, disabled, glow }) => css`\n+ ${({ theme, $disabled, $glow }) => css`\nwidth: ${theme.orbit.widthIc... | JavaScript | MIT License | kiwicom/orbit | fix(WizardStepIcon): fix transient props (#3184) | 1 | fix | WizardStepIcon |
14,242 | 09.11.2021 18:12:14 | -3,600 | 512e82e4bea94a87ee5fc4f60157ec94ac16f121 | docs(examples): edit README for multiple examples
* docs(examples): Edit README of multiple examples
Query Suggestions with recent searches
Query Suggestions with recent searches and categories
React InstantSearch
Recently viewed items
Voice search | [
{
"change_type": "MODIFY",
"diff": "+# Autocomplete Query Suggestions with recent searches and categories example\n+\n+This example shows how to use Autocomplete with the [Query Suggestions plugin](https://www.algolia.com/doc/ui-libraries/autocomplete/api-reference/autocomplete-plugin-query-suggestions/) an... | TypeScript | MIT License | algolia/autocomplete | docs(examples): edit README for multiple examples (#776)
* docs(examples): Edit README of multiple examples
- Query Suggestions with recent searches
- Query Suggestions with recent searches and categories
- React InstantSearch
- Recently viewed items
- Voice search | 1 | docs | examples |
551,636 | 09.11.2021 18:23:27 | 0 | f8481500840c6eba42d66798b5aa98337d8c6cc0 | fix(build): included management library into the build | [
{
"change_type": "MODIFY",
"diff": "<argument>--module-path</argument>\n<argument>${project.build.directory}/questdb-${project.version}.jar</argument>\n<argument>--add-modules</argument>\n- <argument>io.questdb,jdk.crypto.ec</argument>\n+ <argument>io.questdb,jdk.crypto.ec,java.management</argument>\n<argum... | Java | Apache License 2.0 | questdb/questdb | fix(build): included management library into the build (#1546) | 1 | fix | build |
71,499 | 09.11.2021 18:31:00 | 0 | bde44e7a767b88762ecb1370e605e6e5dfc85b52 | feat(assertions): support assertions over nested stacks
Add support for nested stacks
*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": "\"nohoist\": [\n\"**/jszip\",\n\"**/jszip/**\",\n+ \"@aws-cdk/assertions-alpha/fs-extra\",\n+ \"@aws-cdk/assertions-alpha/fs-extra/**\",\n+ \"@aws-cdk/assertions/fs-extra\",\n+ \"@aws-cdk/assertions/fs-extra/**\",\n\"@aws-cdk/aws-amplify-alpha/yaml\",\n\"@aws-cdk/aws-ampl... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(assertions): support assertions over nested stacks (#16972)
Add support for nested stacks
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | assertions |
756,039 | 09.11.2021 19:08:22 | 28,800 | 2b8d4d4f9335a2b831d445a256bb7b46171b1f9b | feat(wallet): render contact cards | [
{
"change_type": "MODIFY",
"diff": "import { Typography } from '@material-ui/core';\n+import Button from '@material-ui/core/Button';\n+import CircularProgress from '@material-ui/core/CircularProgress';\n+import Add from '@material-ui/icons/Add';\n+import Card from '../components/Card';\n+import { withApplic... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(wallet): render contact cards | 1 | feat | wallet |
317,646 | 09.11.2021 19:52:02 | -3,600 | 35e0a6d42cdb93ffc8fbc1923c4169f5145b1ced | fix(az): allow color templates | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,15 @@ import (\ntype az struct {\nprops *properties\nenv environmentInfo\n- AZ *AzureAccount\n+\n+ EnvironmentName string `json:\"environmentName\"`\n+ HomeTenantID string `json:\"homeTenantId\"`\n+ ID string `json:\"id\"`\n+ IsDefault bool `json:\"isDefault\"`... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(az): allow color templates | 1 | fix | az |
306,320 | 09.11.2021 20:50:06 | 0 | 03992bbdbbb160df4a3894e0b9d7d8a6a77ae06c | fix: fix symbol position when formatting diff costs
Should change depending on if we're using a symbol or currency code, e.g. `-$22.78` and `INR -22.78`. | [
{
"change_type": "MODIFY",
"diff": "@@ -215,14 +215,12 @@ build_project_row () {\npercent_display=$(percent_display \"$past_monthly_cost\" \"$monthly_cost\")\nfi\n- sym=$(change_symbol \"$past_monthly_cost\" \"$monthly_cost\")\n-\nlocal row=\"\"\nrow+=\" <tr>\\n\"\nrow+=\" <td>$name</td>\\n\"\nrow+=\" <td a... | Go | Apache License 2.0 | infracost/infracost | fix: fix symbol position when formatting diff costs
Should change depending on if we're using a symbol or currency code, e.g. `-$22.78` and `INR -22.78`. | 1 | fix | null |
756,013 | 09.11.2021 21:00:11 | 21,600 | 4f89a5bc2250fb0d5cf64e937d2335b1a3857c7a | feat(agoric-cli): enable the `agoric start --debug` option | [
{
"change_type": "MODIFY",
"diff": "@@ -116,3 +116,12 @@ Description: when nonempty, use the value as an absolute path to which SwingSet\ndebug logs should be written.\nLifetime: ?\n+\n+## SWINGSET_WORKER_TYPE\n+\n+Affects: solo\n+\n+Purpose: select the default Worker type (default `xs-worker`)\n+\n+Descrip... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(agoric-cli): enable the `agoric start --debug` option | 1 | feat | agoric-cli |
104,828 | 09.11.2021 21:12:29 | -3,600 | cd9c3ba8ac59ef34a83e6372cd1262f47117e6b0 | chore(all): update snaps | [
{
"change_type": "MODIFY",
"diff": "@@ -1967,6 +1967,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/L\nchecked={false}\nclassName=\"bx--checkbox\"\ndata-testid=\"DJ LeMahieu-checkbox\"\n+ disabled={false}\nid=\"DJ LeMahieu-checkbox\"\nonChange={[Function]}\nonClick={[Fun... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(all): update snaps | 1 | chore | all |
780,866 | 09.11.2021 21:17:51 | 10,800 | fee59b5979b9814e284afbd97005e02531e44fb2 | fix(renderer/404): render 404 ejs internally without redirect on url not found
returns 404 status code | [
{
"change_type": "MODIFY",
"diff": "@@ -47,17 +47,30 @@ exports.ssr = (req, res, getCacheControl) => {\nconsole.error(err)\n}\n+ const fixHtml = html => {\n+ if (cache) {\n+ html = minifyHtml(html, getAssetsReferences(cache.assetsByChunkName))\n+ }\n+ return html\n+ }\n+\nconst fallback = () => {\nif (url.s... | JavaScript | MIT License | ecomplus/storefront | fix(renderer/404): render 404 ejs internally without redirect on url not found
returns 404 status code | 1 | fix | renderer/404 |
306,653 | 09.11.2021 21:21:28 | -19,080 | 33c736fdc8b36faff08be5b50c597aca3f2e3774 | chore: upgrade node version to v14 | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ jobs:\n- uses: actions/setup-node@v1\nif: steps.is_release_commit.outputs.result == 1\nwith:\n- node-version: '10.x'\n+ node-version: '14.x'\n- name: npm install\nif: steps.is_release_commit.outputs.result == 1\n",
"new_path": ".github/workflows/main... | TypeScript | MIT License | innovaccer/design-system | chore: upgrade node version to v14 | 1 | chore | null |
103,580 | 09.11.2021 21:28:24 | 0 | 8cff4437c13c3ab3bacde5ca7e0237c7d4cd614b | chore: update snack domain to .dev | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ assignees: ''\n### Code sample\n-<!-- Provide a complete code sample that could be run to reproduce the issue, ideally on snack.expo.io or in a github repo. -->\n+<!-- Provide a complete code sample that could be run to reproduce the issue, ideally on sn... | TypeScript | MIT License | callstack/react-native-paper | chore: update snack domain to .dev (#2977) | 1 | chore | null |
780,866 | 09.11.2021 21:31:48 | 10,800 | f32236058e866e0f89e76125cfc9659e1d1f029d | style(renderer/function): minor js code indentation fixes
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -61,10 +61,12 @@ exports.ssr = (req, res, getCacheControl) => {\nconst encodedUrl = encodeURIComponent(url)\nif (NODE_ENV !== 'development') {\nres.set('Set-Cookie', `referrerUrl=${encodedUrl}; Max-Age=30`)\n- renderer('/404').then(html => {\n+ renderer('/404')\n+ .the... | JavaScript | MIT License | ecomplus/storefront | style(renderer/function): minor js code indentation fixes
[skip ci] | 1 | style | renderer/function |
791,723 | 09.11.2021 21:39:15 | 28,800 | dcf2ef3f0bbf83e96b63a06280cf87140d2decf6 | core(emulation): set client-hints metadata when spoofing the UA | [
{
"change_type": "MODIFY",
"diff": "*/\n'use strict';\n+const {version: lighthouseVersion} = require('../../package.json');\n+\nconst NO_THROTTLING_METRICS = {\nlatency: 0,\ndownloadThroughput: 0,\n@@ -16,6 +18,46 @@ const NO_CPU_THROTTLE_METRICS = {\nrate: 1,\n};\n+/**\n+ * @param {string} userAgent\n+ * @... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(emulation): set client-hints metadata when spoofing the UA (#13341) | 1 | core | emulation |
4,988 | 09.11.2021 21:44:58 | -3,600 | 38e3f5e021890b37efa897d9bbb9309a25a93303 | refactor(csv-generate): move event end test | [
{
"change_type": "RENAME",
"diff": "import { generate } from '../lib/index.js'\n-describe 'api end', ->\n+describe 'event end', ->\nit 'with fixed_size', (next) ->\ncount = 0\n",
"new_path": "packages/csv-generate/test/event.end.coffee",
"old_path": "packages/csv-generate/test/api.end.coffee"
}
] | JavaScript | MIT License | adaltas/node-csv | refactor(csv-generate): move event end test | 1 | refactor | csv-generate |
4,988 | 09.11.2021 21:49:47 | -3,600 | 6f6f196f3f7e38f1fe160ac699d387c56c8237a9 | test(csv-generate): new api end | [
{
"change_type": "ADD",
"diff": "+\n+import { generate } from '../lib/index.js'\n+\n+describe 'api end', ->\n+\n+ it 'no chunk generated after end', (next) ->\n+ count = 0\n+ generator = generate()\n+ generator.on 'readable', ->\n+ while(generator.read())\n+ if end\n+ generator.emit 'error', Error 'Record e... | JavaScript | MIT License | adaltas/node-csv | test(csv-generate): new api end | 1 | test | csv-generate |
780,866 | 09.11.2021 21:55:51 | 10,800 | cb5b5c7034c8906edab7fcc558e0c0928f287f62 | chore(pkg): edit release script exporting .env with xargs
try to fix last releases create tags errors
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "\"build\": \"npm run run:main -- build\",\n\"build:demo\": \"npm run run:main -- build:site\",\n\"preversion\": \"lerna run build --since\",\n- \"version\": \"GH_TOKEN=$(grep GH_TOKEN .env | cut -d '=' -f2) lerna version\",\n+ \"version\": \"export $(cat .env | xargs) && ... | JavaScript | MIT License | ecomplus/storefront | chore(pkg): edit release script exporting .env with xargs
try to fix last releases create tags errors
[skip ci] | 1 | chore | pkg |
866,391 | 09.11.2021 22:01:56 | -3,600 | 4f3abd50e7d416670403ba09b1969b1ef45e7aaa | chore(dependencies): update yasmine deps | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/.yarn/offline-mirror/@types-jasmine-3.10.2.tgz differ\n",
"new_path": ".yarn/offline-mirror/@types-jasmine-3.10.2.tgz",
"old_path": ".yarn/offline-mirror/@types-jasmine-3.10.2.tgz"
},
{
"change_type": "DELETE",
"diff": "Binary... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(dependencies): update yasmine deps (#765)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> | 1 | chore | dependencies |
791,284 | 09.11.2021 23:49:09 | 0 | 25d1278cab539fbfdd8563ed6b297e30d3fe555c | feat(storage): post policy can be signed with a fn that takes raw bytes | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,10 @@ import (\n\"bytes\"\n\"compress/gzip\"\n\"context\"\n+ \"crypto\"\n\"crypto/md5\"\n+ cryptorand \"crypto/rand\"\n+ \"crypto/rsa\"\n\"crypto/sha256\"\n\"encoding/base64\"\n\"encoding/json\"\n@@ -2018,11 +2021,12 @@ func TestIntegration_SignedURL(t *testi... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(storage): post policy can be signed with a fn that takes raw bytes (#5079)
Co-authored-by: Cody Oss <codyoss@google.com> | 1 | feat | storage |
551,653 | 10.11.2021 00:18:25 | -3,600 | 6f29355cfbcb4133d49abb43a6fb2f95b3b12c74 | feat(sql): ceil() and floor() functions | [
{
"change_type": "ADD",
"diff": "+/*******************************************************************************\n+ * ___ _ ____ ____\n+ * / _ \\ _ _ ___ ___| |_| _ \\| __ )\n+ * | | | | | | |/ _ \\/ __| __| | | | _ \\\n+ * | |_| | |_| | __/\\__ \\ |_| |_| | |_) |\n+ * \\__\\_\\\\__,_|\\___||___/\\__|____... | Java | Apache License 2.0 | questdb/questdb | feat(sql): ceil() and floor() functions (#1526) | 1 | feat | sql |
866,391 | 10.11.2021 00:21:01 | -3,600 | 2d0d9c4142567dff386d0852d88349fce0cb83c2 | chore(dependencies): update babel-runtime | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/.yarn/offline-mirror/@babel-runtime-7.12.18.tgz differ\n",
"new_path": ".yarn/offline-mirror/@babel-runtime-7.12.18.tgz",
"old_path": ".yarn/offline-mirror/@babel-runtime-7.12.18.tgz"
},
{
"change_type": "MODIFY",
"diff": "\"p... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(dependencies): update babel-runtime (#764)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> | 1 | chore | dependencies |
780,866 | 10.11.2021 00:40:29 | 10,800 | 7273876b04251da96bf14372bed33718c4436657 | fix(renderer/functions): returns 404 status code and refresh meta tag for 404 fallback | [
{
"change_type": "MODIFY",
"diff": "@@ -47,31 +47,20 @@ exports.ssr = (req, res, getCacheControl) => {\nconsole.error(err)\n}\n- const fixHtml = html => {\n- if (cache) {\n- html = minifyHtml(html, getAssetsReferences(cache.assetsByChunkName))\n- }\n- return html\n- }\n-\nconst fallback = () => {\nif (url.s... | JavaScript | MIT License | ecomplus/storefront | fix(renderer/functions): returns 404 status code and refresh meta tag for 404 fallback | 1 | fix | renderer/functions |
866,391 | 10.11.2021 01:16:15 | -3,600 | c97f1990ca09aa23e510a3e417bc9fb85c67a0cb | chore(dependencies): update del | [
{
"change_type": "DELETE",
"diff": "Binary files a/.yarn/offline-mirror/del-2.2.2.tgz and /dev/null differ\n",
"new_path": ".yarn/offline-mirror/del-2.2.2.tgz",
"old_path": ".yarn/offline-mirror/del-2.2.2.tgz"
},
{
"change_type": "DELETE",
"diff": "Binary files a/.yarn/offline-mirror/glo... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(dependencies): update del (#763)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> | 1 | chore | dependencies |
780,866 | 10.11.2021 01:18:24 | 10,800 | 0ca49e7c963c113eabbd7a3782d74dacac35ed30 | fix(renderer/functions): returns 404 status code and refresh meta tag for 404 fallback
stop checking NODE_ENV here | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,6 @@ const {\nexports.ssr = (req, res, getCacheControl) => {\nconst {\n- NODE_ENV,\nSTOREFRONT_BUNDLES_PATH,\nSTOREFRONT_LONG_CACHE\n} = process.env\n@@ -53,15 +52,11 @@ exports.ssr = (req, res, getCacheControl) => {\n} else if (url !== '/404' && (/\\/[^/.]+$/.... | JavaScript | MIT License | ecomplus/storefront | fix(renderer/functions): returns 404 status code and refresh meta tag for 404 fallback
stop checking NODE_ENV here | 1 | fix | renderer/functions |
780,866 | 10.11.2021 01:24:30 | 10,800 | d4204b5431d6521b20380fcd912ea15f0900467a | style(renderer/functions): stop declaring once only used `fallback404Url` const | [
{
"change_type": "MODIFY",
"diff": "@@ -51,11 +51,10 @@ exports.ssr = (req, res, getCacheControl) => {\nredirect(url.slice(0, -1))\n} else if (url !== '/404' && (/\\/[^/.]+$/.test(url) || /\\.x?html$/.test(url))) {\nconst encodedUrl = encodeURIComponent(url)\n- const fallback404Url = `/404?url=${encodedUrl}... | JavaScript | MIT License | ecomplus/storefront | style(renderer/functions): stop declaring once only used `fallback404Url` const | 1 | style | renderer/functions |
780,866 | 10.11.2021 02:19:45 | 10,800 | db9a7b52cf19d76ea638aa41ea2fc6e08a69b08f | chore(renderer/functions): bump x-ssr-id version
stop responding with `referrerUrl` cookie | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ exports.ssr = (req, res, getCacheControl) => {\nconst setStatusAndCache = (status, defaultCache) => {\nreturn res.status(status)\n- .set('X-SSR-ID', `v2/${Math.random()}`)\n+ .set('X-SSR-ID', `v2.8/${Math.random()}`)\n.set(\n'Cache-Control',\n(typeof get... | JavaScript | MIT License | ecomplus/storefront | chore(renderer/functions): bump x-ssr-id version
stop responding with `referrerUrl` cookie | 1 | chore | renderer/functions |
791,911 | 10.11.2021 03:04:01 | -14,400 | 665df67b3ec6fdc849ec646c7b388d3d2d4bc09f | misc: preserve error stack when using promise timeout | [
{
"change_type": "MODIFY",
"diff": "@@ -175,7 +175,7 @@ async function potentiallyKillChrome(launchedChrome) {\n/** @type {NodeJS.Timeout} */\nlet timeout;\nconst timeoutPromise = new Promise((_, reject) => {\n- timeout = setTimeout(() => reject(new Error('Timed out waiting to kill Chrome')), 5000);\n+ time... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: preserve error stack when using promise timeout (#13333) | 1 | misc | null |
71,366 | 10.11.2021 04:51:26 | -32,400 | 69372962ee79c75ff5ff9cdd15026563d79fcb33 | chore(iot-actions): simplify cloudwatch-logs-action test
This PR refactor the test that I committed earlier based on the above comment.
*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": "@@ -11,7 +11,7 @@ test('Default cloudwatch logs action', () => {\nconst topicRule = new iot.TopicRule(stack, 'MyTopicRule', {\nsql: iot.IotSql.fromStringAsVer20160323(\"SELECT topic(2) as device_id FROM 'device/+/data'\"),\n});\n- const logGroup = new logs.LogGroup(stack,... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(iot-actions): simplify cloudwatch-logs-action test (#17385)
This PR refactor the test that I committed earlier based on the above comment.
- https://github.com/aws/aws-cdk/pull/17307#discussion_r742181458
----
*By submitting this pull request, I confirm that my contribution is made under the terms of th... | 1 | chore | iot-actions |
311,027 | 10.11.2021 06:43:47 | 28,800 | f153355324a958389f8414d72caa41035ec8bd98 | fix: Update superagent-proxy dependency to v3 | [
{
"change_type": "MODIFY",
"diff": "\"ssh-config\": \"^1.1.1\",\n\"stream-combiner2\": \"^1.1.1\",\n\"superagent\": \"^5.2.1\",\n- \"superagent-proxy\": \"^2.0.0\",\n+ \"superagent-proxy\": \"^3.0.0\",\n\"tar\": \"^6.0.1\",\n\"tslib\": \"^2.0.1\"\n},\n\"@types/semver\": \"^7.1.0\",\n\"@types/split2\": \"^2.... | TypeScript | MIT License | ionic-team/ionic-cli | fix: Update superagent-proxy dependency to v3 (#4779) | 1 | fix | null |
306,320 | 10.11.2021 07:24:46 | 0 | 042fedb7edc0b3a417132a4a80ba1d8c722e5c90 | chore: bump terraform 1.0 version to 1.0.10 in Dockerfile | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ ENV CGO_ENABLED 0\nRUN apt-get update -q && apt-get -y install unzip\n# Install latest of each Terraform version after 0.12 as we don't support versions before that\n-RUN AVAILABLE_TERRAFORM_VERSIONS=\"0.12.31 0.13.7 0.14.11 ${DEFAULT_TERRAFORM_VERSION} ... | Go | Apache License 2.0 | infracost/infracost | chore: bump terraform 1.0 version to 1.0.10 in Dockerfile (#1122) | 1 | chore | null |
551,636 | 10.11.2021 08:56:22 | 0 | 2686b19c8643de6e624767cf6076a2c3c0cd4309 | build: 6.1.1 | [
{
"change_type": "MODIFY",
"diff": "<dependency>\n<groupId>org.questdb</groupId>\n<artifactId>questdb</artifactId>\n- <version>6.1.1-SNAPSHOT</version>\n+ <version>6.1.1</version>\n</dependency>\n<dependency>\n<groupId>org.apache.logging.log4j</groupId>\n",
"new_path": "benchmarks/pom.xml",
"old_pat... | Java | Apache License 2.0 | questdb/questdb | build: 6.1.1 | 1 | build | null |
304,868 | 10.11.2021 09:10:16 | 25,200 | 9c2d8372f3c380f2e3651b0cdbebbcd495fb0549 | fix(fluxdoc): add support for pipe parameters to fluxdoc | [
{
"change_type": "MODIFY",
"diff": "@@ -587,7 +587,11 @@ fn parse_function_doc(\n})\n}\n// Validate all parameters were documented\n- let params_on_type: Vec<&String> = fun_typ.req.keys().chain(fun_typ.opt.keys()).collect();\n+ let mut params_on_type: Vec<&String> = fun_typ.req.keys().chain(fun_typ.opt.keys... | Go | MIT License | influxdata/flux | fix(fluxdoc): add support for pipe parameters to fluxdoc (#4252) | 1 | fix | fluxdoc |
217,922 | 10.11.2021 09:15:33 | -3,600 | 0df730131a9305e6f0658774cf3e61f84e718194 | feat(db): fish baits are now sorted by # of catch | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,8 @@ export class FishBaitsComponent {\nname: names.find((i) => i.id === bait.id)?.name ?? '--',\nvalue: bait.occurrences,\nbaitId: bait.id\n- }));\n+ }))\n+ .sort((a,b) => b.value - a.value);\n}),\ndebounceTime(100)\n);\n",
"new_path": "apps/client/src/a... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(db): fish baits are now sorted by # of catch | 1 | feat | db |
386,595 | 10.11.2021 09:26:50 | -7,200 | bc87d97c283ea8a5a5440800398e8f91bc266149 | fix(blocks-antd): Update validationExamples test. | [
{
"change_type": "MODIFY",
"diff": "import validationExamples from './validationExamples.js';\ntest('validationExamples', () => {\n- expect(validationExamples).toMatchInlineSnapshot();\n+ expect(validationExamples).toMatchInlineSnapshot(`\n+ Array [\n+ Object {\n+ \"errors\": Array [],\n+ \"status\": null,\... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocks-antd): Update validationExamples test. | 1 | fix | blocks-antd |
866,394 | 10.11.2021 09:44:10 | 18,000 | 46b638efbdfac561c4704cc883f18e7db30b44bf | chore(github-actions): add workflow to auto update yarn mirror | [
{
"change_type": "ADD",
"diff": "+name: dependabot-yarn-mirror\n+\n+on: [pull_request]\n+\n+concurrency:\n+ group: dependabot-${{ github.ref }}\n+ cancel-in-progress: true\n+\n+jobs:\n+ update-offline-mirror:\n+ if: github.repository == github.event.pull_request.head.repo.full_name\n+ runs-on: ubuntu-latest... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(github-actions): add workflow to auto update yarn mirror (#775)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> | 1 | chore | github-actions |
276,951 | 10.11.2021 09:44:42 | 10,800 | 70acc5270a290278577fb55a148f22ef0be5d038 | refactor(dialong): change Card component to Box component | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\n-import { Card } from '../..';\n+import Box from '../../Box';\nconst Actions = props => (\n- <Card.Actions d=\"flex\" gap=\"large\" ml=\"auto\" {...props} />\n+ <Box as=\"footer\" d=\"flex\" gap=\"large\" ml=\"auto\" {...props} />\n);\nActions.... | JavaScript | MIT License | gympass/yoga | refactor(dialong): change Card component to Box component | 1 | refactor | dialong |
276,951 | 10.11.2021 09:47:35 | 10,800 | 4e8fa1eff8c0fbbf5f2be3c90ee7c0f9013d71a8 | refactor(dialog): change withCloseButton padding to large | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ const Dialog = ({ radii, spacing }) => ({\npadding: {\ndefault: spacing.xlarge,\ntop: spacing.xxlarge,\n- withIconClose: spacing.huge,\n+ withCloseButton: spacing.large,\n},\nwidth: {\ndefault: 580,\n",
"new_path": "packages/yoga/src/Dialog/Dialog.them... | JavaScript | MIT License | gympass/yoga | refactor(dialog): change withCloseButton padding to large | 1 | refactor | dialog |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.