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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
756,051 | 10.11.2021 09:48:22 | 21,600 | a031d7900440ee3717c15e7c5be4ae8226ef5530 | feat!: expose XS the->currentHeapCount to metering/delivery results
fixes
BREAKING CHANGE: METER_TYPE -> xs-meter-12
- update metering tests | [
{
"change_type": "MODIFY",
"diff": "/** The version identifier for our meter type.\n* TODO Bump this whenever there's a change to metering semantics.\n*/\n-export const METER_TYPE = 'xs-meter-11';\n+export const METER_TYPE = 'xs-meter-12';\nexport const ExitCode = {\nE_UNKNOWN_ERROR: -1,\n",
"new_path":... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat!: expose XS the->currentHeapCount to metering/delivery results
fixes #3910
BREAKING CHANGE: METER_TYPE -> xs-meter-12
- update metering tests | 1 | feat | null |
276,951 | 10.11.2021 09:50:17 | 10,800 | 6e77b8ab8e7557b53feb702bc4e888d1e89696b2 | docs(dialog): fix review | [
{
"change_type": "MODIFY",
"diff": "@@ -8,9 +8,7 @@ metaDescription: 'Dialog Component'\n### Reference\n-Gympass `<Dialog />` is a component has the objective o provide priority feedback for the user\n-\n-As it could be seen in most components, the Dialog has its own compounds:\n+Gympass `<Dialog />` is a c... | JavaScript | MIT License | gympass/yoga | docs(dialog): fix review
Co-authored-by: @coelhucas | 1 | docs | dialog |
531,777 | 10.11.2021 09:57:21 | -3,600 | d3df971af5063a0f0aa3aa06ce0616f85932cdb6 | fix(config): support tls config via env variables for single alertmanager server | [
{
"change_type": "MODIFY",
"diff": "@@ -52,6 +52,12 @@ func SetupFlags(f *pflag.FlagSet) {\nf.Bool(\"alertmanager.readonly\", false,\n\"Enable read-only mode that disable silence management (only used with simplified config)\")\nf.String(\"alertmanager.cors.credentials\", \"include\", \"CORS credentials pol... | TypeScript | Apache License 2.0 | prymitive/karma | fix(config): support tls config via env variables for single alertmanager server | 1 | fix | config |
756,051 | 10.11.2021 10:03:35 | 21,600 | b26b138f8ae9d9588ac2b84d7fb8144fe59d8557 | test: update tests: error detail, snap-store hash
- filter lockdown warnings in error detail test
- update snap-store hash test results | [
{
"change_type": "MODIFY",
"diff": "@@ -153,7 +153,7 @@ test('XS + SES snapshots are long-term deterministic', async t => {\nt.is(\nh1,\n- '9b90f329ae31e65bfb9b3f8436ceb581e160b3ec9984e9ac1dcef23ae78338fb',\n+ '55d61ad40214961f16eabf0a224215e53feda6c0191482f657226b4e221d82c3',\n'initial snapshot',\n);\n@@ -... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test: update tests: error detail, snap-store hash
- filter lockdown warnings in error detail test
- update snap-store hash test results | 1 | test | null |
756,039 | 10.11.2021 10:18:49 | 28,800 | 6456aca4e823976c6ea377d0721ff62cdfe4aab2 | chore: add instructions for testing testnet-load-generator | [
{
"change_type": "MODIFY",
"diff": "---\nname: Manual Dapp Testing\nabout: A checklist of dapps to test manually every week, until we have automated testing. Use this issue template once per week to record that manual testing was done.\n-title: 'Weekly Manual Dapp Testing'\n-labels: 'Dapp & UI Support'\n-as... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: add instructions for testing testnet-load-generator | 1 | chore | null |
699,201 | 10.11.2021 10:18:54 | 25,200 | ad741d15a313c59ed8922d7515ecb1109b07e60a | feat(data-grid): add textAlign prop to DataGridCell | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/data-grid': minor\n+'@twilio-paste/core': minor\n+---\n+\n+[Data-Grid] Add `textAlign` prop to `DataGridCell` for aligning cells and columns to the right.\n",
"new_path": ".changeset/eight-cars-breathe.md",
"old_path": null
},
{
"change_... | TypeScript | MIT License | twilio-labs/paste | feat(data-grid): add textAlign prop to DataGridCell | 1 | feat | data-grid |
471,283 | 10.11.2021 10:20:04 | -3,600 | 61cfbfedff74bb7d7b142b529970e9370a5ceeec | fix: preventing double enable for instrumentation that has been already enabled | [
{
"change_type": "MODIFY",
"diff": "@@ -62,9 +62,15 @@ export function enableInstrumentations(\nif (meterProvider) {\ninstrumentation.setMeterProvider(meterProvider);\n}\n+ // instrumentations have been already enabled during creation\n+ // so enable only if user prevented that by setting enabled to false\n... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | fix: preventing double enable for instrumentation that has been already enabled (#2610) | 1 | fix | null |
551,636 | 10.11.2021 10:20:45 | 0 | 6729f3628b9c42fd4e42282651769244c68e54be | build: 6.1.2-SNAPSHOT | [
{
"change_type": "MODIFY",
"diff": "<dependency>\n<groupId>org.questdb</groupId>\n<artifactId>questdb</artifactId>\n- <version>6.1.1</version>\n+ <version>6.1.2-SNAPSHOT</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.2-SNAPSHOT | 1 | build | null |
277,286 | 10.11.2021 10:46:20 | -3,600 | 412f5e383f2f6cf3813c52bd75c5eb6248bd3d11 | fix: Use Wave logo as preview url when sharing links to blog posts. | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ author: Prithvi Prabhu\nauthor_title: Chief of Technology @ H2O.ai\nauthor_url: https://github.com/lo5\nauthor_image_url: https://avatars3.githubusercontent.com/u/6334572\n+image: https://wave.h2o.ai/img/logo.png\ntags: [release]\n---\n",
"new_path": "... | Python | Apache License 2.0 | h2oai/wave | fix: Use Wave logo as preview url when sharing links to blog posts. | 1 | fix | null |
942,613 | 10.11.2021 10:46:27 | 25,200 | e51db673ddc9ee6a572c0fa20de1b9e3ad1f14c9 | docs: Add Version Support section to Readme | [
{
"change_type": "MODIFY",
"diff": "@@ -10,15 +10,17 @@ implement user experiences consistent with\n<a href=\"https://lerna.js.org\">\n<img src=\"https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg\" alt=\"Maintained with Lerna\" />\n</a>\n-[ | 1 | docs | null |
756,013 | 10.11.2021 10:50:04 | 21,600 | 7b796ef5ed2eeba515a5a814a0b575d98b29795b | chore: update to ibc-go v2.0.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -4,16 +4,16 @@ go 1.15\nrequire (\ngithub.com/armon/go-metrics v0.3.9\n- github.com/cosmos/cosmos-sdk v0.44.2\n- github.com/cosmos/ibc-go v1.2.0\n+ github.com/cosmos/cosmos-sdk v0.44.3\n+ github.com/cosmos/ibc-go/v2 v2.0.0\ngithub.com/gogo/protobuf v1.3.3\ngithub.com/g... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: update to ibc-go v2.0.0 | 1 | chore | null |
756,013 | 10.11.2021 10:50:25 | 21,600 | 459c5304c707a058c8108c91698e79e03a16ed59 | feat(cosmos): update code for ibc-go v2.0.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -85,14 +85,14 @@ import (\nupgradeclient \"github.com/cosmos/cosmos-sdk/x/upgrade/client\"\nupgradekeeper \"github.com/cosmos/cosmos-sdk/x/upgrade/keeper\"\nupgradetypes \"github.com/cosmos/cosmos-sdk/x/upgrade/types\"\n- transfer \"github.com/cosmos/ibc-go/modules/app... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(cosmos): update code for ibc-go v2.0.0 | 1 | feat | cosmos |
711,597 | 10.11.2021 10:57:21 | -3,600 | 64a351f14e0190b9bdc87740b7802a6ee5db2d8c | docs(core): Correct outdated docs for createSelfRefreshingCache | [
{
"change_type": "MODIFY",
"diff": "@@ -46,9 +46,9 @@ export interface SelfRefreshingCacheConfig<V, RefreshArgs extends any[]> {\n* of cache, the function used to populate the value (`refreshFn`) is defined during the creation of the cache, and\n* it is immediately used to populate the initial value.\n*\n- ... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(core): Correct outdated docs for createSelfRefreshingCache | 1 | docs | core |
276,951 | 10.11.2021 11:14:15 | 10,800 | 914507839302a63393be7de57d31ddf94e08681c | refactor(dialog): fix review | [
{
"change_type": "MODIFY",
"diff": "-import styled from 'styled-components';\nimport Box from '../../../Box';\n-const Content = styled(Box)``;\n+const Content = Box;\nContent.displayName = 'Card.Content';\n",
"new_path": "packages/yoga/src/Card/web/Card/Content.jsx",
"old_path": "packages/yoga/src/C... | JavaScript | MIT License | gympass/yoga | refactor(dialog): fix review | 1 | refactor | dialog |
276,951 | 10.11.2021 11:22:56 | 10,800 | 03f01390752e14c495e46bd15b714affe6dc8bce | refactor(dialog): change name dialog actions to footer | [
{
"change_type": "MODIFY",
"diff": "@@ -26,9 +26,9 @@ describe('<Dialog />', () => {\n<Dialog isOpen>\n<Dialog.Header>Title</Dialog.Header>\n<Dialog.Content>Subtitle</Dialog.Content>\n- <Dialog.Actions>\n+ <Dialog.Footer>\n<Button secondary>Ok, got it</Button>\n- </Dialog.Actions>\n+ </Dialog.Footer>\n</Dia... | JavaScript | MIT License | gympass/yoga | refactor(dialog): change name dialog actions to footer | 1 | refactor | dialog |
791,474 | 10.11.2021 11:29:58 | 28,800 | fdbb920d2bd9528890752e4ab23b41f2d3bebf73 | test(bigtable): fix increase timeout to find encryption key, add better error | [
{
"change_type": "MODIFY",
"diff": "@@ -1619,9 +1619,9 @@ func TestIntegration_AdminEncryptionInfo(t *testing.T) {\nvar encryptionKeyVersion string\n- // The encryption info can take 30-300s (currently about 120-190s) to\n+ // The encryption info can take 30-500s (currently about 120-190s) to\n// become rea... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(bigtable): fix #4173, increase timeout to find encryption key, add better error (#5108) | 1 | test | bigtable |
699,189 | 10.11.2021 11:31:38 | 21,600 | 8bedb9fdc1996b0cabfef90d70b341dd1e384fe1 | fix(theme): correctly disable animations on mount | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/customization': patch\n+'@twilio-paste/theme': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Theme and Customization] Slight tweak to prevent animations from running once on app load when they should be disabled from the beginning.\n",
"new_path":... | TypeScript | MIT License | twilio-labs/paste | fix(theme): correctly disable animations on mount (#2021) | 1 | fix | theme |
4,988 | 10.11.2021 11:34:36 | -3,600 | 2cdb1c346fc9f6bcf862fe08f96d764c69867c07 | refactor(csv-generate): rename line into record | [
{
"change_type": "MODIFY",
"diff": "@@ -100,8 +100,8 @@ Generator.prototype._read = function(size){\nthis._.end = true;\nif(data.length){\nif(this.options.objectMode){\n- for(const line of data){\n- this.__push(line);\n+ for(const record of data){\n+ this.__push(record);\n}\n}else{\nthis.__push(data.join(''... | JavaScript | MIT License | adaltas/node-csv | refactor(csv-generate): rename line into record | 1 | refactor | csv-generate |
126,276 | 10.11.2021 12:15:59 | 10,800 | c28a0741c8d621f19ccd135ef1e50854a2129556 | test(embedded/sql): unit testing update stmt | [
{
"change_type": "MODIFY",
"diff": "@@ -707,6 +707,102 @@ func TestDelete(t *testing.T) {\n})\n}\n+func TestUpdate(t *testing.T) {\n+ catalogStore, err := store.Open(\"catalog_update\", store.DefaultOptions())\n+ require.NoError(t, err)\n+ defer os.RemoveAll(\"catalog_update\")\n+\n+ dataStore, err := store... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/sql): unit testing update stmt
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/sql |
777,369 | 10.11.2021 12:18:28 | 25,200 | a5abafa94adac4775196aab9dcc759eb57dfec3a | feat: add support for any SSO providers | [
{
"change_type": "ADD",
"diff": "+<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 234.9 240\"><defs><style>.cls-1{fill:#fff;}</style></defs><path class=\"cls-1\" d=\"M237.3,122.7a139,139,0,0,0-1.9-22.7h-113v45.1h64.7a55.71,55.71,0,0,1-24,35.8v30h38.6C224.3,190,23... | Python | Apache License 2.0 | determined-ai/determined | feat: add support for any SSO providers [DET-6184] (#3174) | 1 | feat | null |
791,723 | 10.11.2021 12:27:16 | 28,800 | 647dfa48ec0f83c0349d8a09a425ed2ef46ec439 | deps: bump lighthouse-plugin-publisher-ads | [
{
"change_type": "MODIFY",
"diff": "\"jsdom\": \"^12.2.0\",\n\"jsonld\": \"^5.2.0\",\n\"jsonlint-mod\": \"^1.7.6\",\n- \"lighthouse-plugin-publisher-ads\": \"^1.4.1\",\n+ \"lighthouse-plugin-publisher-ads\": \"^1.5.4\",\n\"magic-string\": \"^0.25.7\",\n\"mime-types\": \"^2.1.30\",\n\"node-fetch\": \"^2.6.1\... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps: bump lighthouse-plugin-publisher-ads (#13339) | 1 | deps | null |
699,189 | 10.11.2021 12:50:59 | 21,600 | bcac9a339ec8c99e15c7dac1446e315b58449fbf | fix(pill-group): fix how pill groups wrap | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/display-pill-group': patch\n+'@twilio-paste/form-pill-group': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[DisplayPillGroup and FormPillGroup] Improved the group container elements so that they wrap correctly when having an overflow of pill children ... | TypeScript | MIT License | twilio-labs/paste | fix(pill-group): fix how pill groups wrap (#2020) | 1 | fix | pill-group |
317,646 | 10.11.2021 13:08:29 | -3,600 | 808bbcaca7022c39a4142c24023deeb710bc7135 | docs(color): update current color override information | [
{
"change_type": "MODIFY",
"diff": "@@ -330,13 +330,16 @@ This means that for user Bill, who has a user account `Bill` on Windows and `bil\n#### Standard colors\n-Oh My Posh supports four different color types being:\n+Oh My Posh supports multiple different color references, being:\n- Typical [hex colors][h... | Go | MIT License | jandedobbeleer/oh-my-posh | docs(color): update current color override information | 1 | docs | color |
4,988 | 10.11.2021 13:11:45 | -3,600 | 97a3f58dd73b6452b32cc39511b3ec145fe23c00 | fix(csv-generate): stream.push after EOF | [
{
"change_type": "MODIFY",
"diff": "@@ -5128,56 +5128,58 @@ Generator.prototype._read = function(size){\n// Time for some rest: flush first and stop later\nif((this._.count_created === this.options.length) || (this.options.end && Date.now() > this.options.end) || (this.options.duration && Date.now() > this.... | JavaScript | MIT License | adaltas/node-csv | fix(csv-generate): stream.push after EOF | 1 | fix | csv-generate |
777,369 | 10.11.2021 13:23:17 | 25,200 | 97ccfcfdcb42e6bad5816fc7ab9496e75f9f57fe | chore: handle different provider name cases | [
{
"change_type": "MODIFY",
"diff": "@@ -123,7 +123,7 @@ const SignIn: React.FC = () => {\n<Logo branding={info.branding} type={LogoType.OnLightVertical} />\n<DeterminedAuth canceler={canceler} />\n{info.ssoProviders?.map(ssoProvider => {\n- const key = ssoProvider.name;\n+ const key = ssoProvider.name.toLow... | Python | Apache License 2.0 | determined-ai/determined | chore: handle different provider name cases (#3180) | 1 | chore | null |
4,988 | 10.11.2021 13:30:16 | -3,600 | 2504c75b4f23cce27e21cf2de33e0f290d2d2fc0 | ci: gh test job | [
{
"change_type": "ADD",
"diff": "+# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node\n+# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions\n+\n+name: Node.j... | JavaScript | MIT License | adaltas/node-csv | ci: gh test job | 1 | ci | null |
265,942 | 10.11.2021 14:09:57 | 18,000 | 669a34d9b3f92479d6c44973ca4a98d138d4ee59 | chore(deps): update gcs-resumable-upload to ^3.6.0 | [
{
"change_type": "MODIFY",
"diff": "\"date-and-time\": \"^2.0.0\",\n\"duplexify\": \"^4.0.0\",\n\"extend\": \"^3.0.2\",\n- \"gcs-resumable-upload\": \"^3.5.1\",\n+ \"gcs-resumable-upload\": \"^3.6.0\",\n\"get-stream\": \"^6.0.0\",\n\"hash-stream-validation\": \"^0.2.2\",\n\"mime\": \"^3.0.0\",\n",
"new_... | TypeScript | Apache License 2.0 | googleapis/nodejs-storage | chore(deps): update gcs-resumable-upload to ^3.6.0 (#1710) | 1 | chore | deps |
679,913 | 10.11.2021 14:16:23 | -3,600 | e6f7fb0a990515dc6f992dab59c6765d1d9076d4 | feat(rasterize): major update/additions
add new shapes (polyline, polygon)
add "shader" function support for all draw fns
add shader functions
rename drawLineWith() => traceLine() | [
{
"change_type": "ADD",
"diff": "+import type { Fn2 } from \"@thi.ng/api\";\n+\n+export type Shader2D<T> = Fn2<number, number, T>;\n",
"new_path": "packages/rasterize/src/api.ts",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "import type { IGrid2D } from \"@thi.ng/api\";\n+impo... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rasterize): major update/additions
- add new shapes (polyline, polygon)
- add "shader" function support for all draw fns
- add shader functions
- rename drawLineWith() => traceLine() | 1 | feat | rasterize |
679,913 | 10.11.2021 14:17:02 | -3,600 | e3c490c0bbe0d51f8dd8f02cd61973454929b3a3 | docs(rasterize): update readme & pkg meta | [
{
"change_type": "MODIFY",
"diff": "@@ -12,8 +12,10 @@ This project is part of the\n- [About](#about)\n- [Circle](#circle)\n- [Line](#line)\n+ - [Polygon / polyline](#polygon--polyline)\n- [Rect](#rect)\n- [Flood fill](#flood-fill)\n+- [Custom shaders](#custom-shaders)\n- [Status](#status)\n- [Related packa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(rasterize): update readme & pkg meta | 1 | docs | rasterize |
679,913 | 10.11.2021 14:17:37 | -3,600 | ca657d400d40a4b1fba9f60b62069945dc3cf333 | feat(dl-asset): add downloadCanvas() | [
{
"change_type": "MODIFY",
"diff": "\"./api\": {\n\"import\": \"./api.js\"\n},\n+ \"./canvas\": {\n+ \"import\": \"./canvas.js\"\n+ },\n\"./download\": {\n\"import\": \"./download.js\"\n},\n",
"new_path": "packages/dl-asset/package.json",
"old_path": "packages/dl-asset/package.json"
},
{
"ch... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(dl-asset): add downloadCanvas() | 1 | feat | dl-asset |
679,913 | 10.11.2021 14:18:21 | -3,600 | f99e5ea704d8db7335f10995fed64963965e26ea | refactor(examples): update canvas downloading | [
{
"change_type": "MODIFY",
"diff": "-import { downloadWithMime } from \"@thi.ng/dl-asset/raw\";\n+import { downloadCanvas } from \"@thi.ng/dl-asset/canvas\";\nimport { equiv } from \"@thi.ng/equiv\";\nimport { canvas2D } from \"@thi.ng/hdom-components/canvas\";\nimport { fit } from \"@thi.ng/math/fit\";\n@@... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update canvas downloading | 1 | refactor | examples |
679,913 | 10.11.2021 14:40:22 | -3,600 | 237ce362140af58ad59b230f29248333d7bab890 | docs(dl-asset): update readme & pkg meta | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,8 @@ This project is part of the\n- [Dependencies](#dependencies)\n- [Usage examples](#usage-examples)\n- [API](#api)\n+ - [Basic usage](#basic-usage)\n+ - [Simplified canvas downloads](#simplified-canvas-downloads)\n- [Authors](#authors)\n- [License](#licens... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(dl-asset): update readme & pkg meta | 1 | docs | dl-asset |
679,913 | 10.11.2021 14:52:27 | -3,600 | 55506900bc62b7bc060937ee320d0a89813b4e27 | docs(rasterize): update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -40,19 +40,20 @@ shader-like](#custom-shaders) functions to produce \"pixel\" values.\n### Circle\n+- [`drawCircle()`](https://docs.thi.ng/umbrella/rasterize/modules.html#drawCircle):\nFilled or outline implementation of [Bresenham's circle\nalgorithm](https://en.wikip... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(rasterize): update readme | 1 | docs | rasterize |
217,922 | 10.11.2021 14:56:05 | -3,600 | aa2507a477bbdb88992af2af42fb23f5b22e87f7 | fix(reduction): fixed duplicate reductions from extractor | [
{
"change_type": "MODIFY",
"diff": "import { switchMap, tap } from 'rxjs/operators';\nimport { AbstractExtractor } from '../abstract-extractor';\n-import { pickBy } from 'lodash';\n+import { pickBy, uniq } from 'lodash';\nenum AllaganReportSource {\nFISHING = 'FISHING',\n@@ -138,7 +138,7 @@ export class All... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(reduction): fixed duplicate reductions from extractor | 1 | fix | reduction |
503,970 | 10.11.2021 14:58:10 | 18,000 | 63dcf256723848ff3789828fc0a5f86d5009fc87 | fix(Menu): stop passing disableHover to DrilldownMenu DOM | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ export const DrilldownMenu: React.FunctionComponent<DrilldownMenuProps> = ({\n}: DrilldownMenuProps) => (\n/* eslint-disable @typescript-eslint/no-unused-vars */\n<MenuContext.Consumer>\n- {({ menuId, parentMenu, flyoutRef, setFlyoutRef, ...context }) =>... | TypeScript | MIT License | patternfly/patternfly-react | fix(Menu): stop passing disableHover to DrilldownMenu DOM (#6571) | 1 | fix | Menu |
777,401 | 10.11.2021 15:17:54 | 18,000 | 3e5b126ba4c0ac34a89f99e959743f9ffbc3d1ed | fix: update bad routing to trial actor
Correct API routing to trial actor, which caused kill to not work. | [
{
"change_type": "MODIFY",
"diff": "@@ -297,15 +297,16 @@ func (a *apiServer) GetTrialCheckpoints(\nfunc (a *apiServer) KillTrial(\nctx context.Context, req *apiv1.KillTrialRequest,\n) (*apiv1.KillTrialResponse, error) {\n- ok, err := a.m.db.CheckTrialExists(int(req.Id))\n+ t, err := a.m.db.TrialByID(int(re... | Python | Apache License 2.0 | determined-ai/determined | fix: update bad routing to trial actor (#3178)
Correct API routing to trial actor, which caused kill to not work. | 1 | fix | null |
756,032 | 10.11.2021 15:25:26 | 28,800 | f6a87bab45bb6ac611f91e20a3c93baf1b180294 | chore: make an escrow purse for RUN (aka: feeIssuer) at Zoe startup
This is to ensure that a local purse is created and to prevent the registration of the feeIssuer in a contract from creating a promise for a purse | [
{
"change_type": "MODIFY",
"diff": "@@ -193,6 +193,8 @@ const makeZoeKit = (\nzoeFeesConfig.timeAuthority,\ntranslateFee,\ntranslateExpiry,\n+ feeIssuer,\n+ feeBrand,\n);\n// Pass the capabilities necessary to create E(zoe).startInstance\n",
"new_path": "packages/zoe/src/zoeService/zoe.js",
"old_pat... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: make an escrow purse for RUN (aka: feeIssuer) at Zoe startup (#4050)
This is to ensure that a local purse is created and to prevent the registration of the feeIssuer in a contract from creating a promise for a purse
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 1 | chore | null |
711,597 | 10.11.2021 15:31:08 | -3,600 | 731f8d9b6d1c362cb82f1b797b95addad8fee352 | fix(core): Correctly set OrderItem prices on tax zone change
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,8 @@ if (process.env.E2E_DEBUG) {\n// tslint:disable-next-line:no-console\nconsole.log('E2E_DEBUG', process.env.E2E_DEBUG, ' - setting long timeout');\njest.setTimeout(1800 * 1000);\n+} else {\n+ jest.setTimeout(15 * 1000);\n}\n/**\n* Increase default timeout... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Correctly set OrderItem prices on tax zone change
Fixes #1216 | 1 | fix | core |
711,597 | 10.11.2021 15:41:17 | -3,600 | 2cb976558bb97e26fe3054a90dde6ba44d7b7ec6 | test(payments-plugin): Fix broken e2e tests | [
{
"change_type": "MODIFY",
"diff": "@@ -8,12 +8,12 @@ import {\nSqljsInitializer,\nTestServer,\n} from '@vendure/testing';\n-import { TEST_SETUP_TIMEOUT_MS, testConfig } from '../../../e2e-common/test-config';\nimport nock from 'nock';\nimport fetch from 'node-fetch';\nimport path from 'path';\nimport { ini... | TypeScript | MIT License | vendure-ecommerce/vendure | test(payments-plugin): Fix broken e2e tests | 1 | test | payments-plugin |
791,704 | 10.11.2021 15:45:16 | 21,600 | b7c768c14e1aae24ae1a9518f438e3c753531339 | core: avoid fatal errors when collecting base artifacts | [
{
"change_type": "MODIFY",
"diff": "@@ -93,6 +93,8 @@ const UIStrings = {\n'manifest-location-changed': `Manifest URL changed while the manifest was being fetched.`,\n/** Warning message explaining that the page does not work offline. */\n'warn-not-offline-capable': `Page does not work offline. The page wil... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: avoid fatal errors when collecting base artifacts (#13312) | 1 | core | null |
679,913 | 10.11.2021 15:48:45 | -3,600 | e81ece0f481c4a82a4ea010bf84fb8ffcdcfcae0 | minor(tools): don't write interim outputs in module-stats | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ const stats = {\n};\n!existsSync(\".meta\") && mkdirSync(\".meta\");\n-writeFileSync(\".meta/raw.js\", raw);\n-writeFileSync(\".meta/min.js\", min);\n+// writeFileSync(\".meta/raw.js\", raw);\n+// writeFileSync(\".meta/min.js\", min);\nwriteFileSync(\".m... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(tools): don't write interim outputs in module-stats | 1 | minor | tools |
865,939 | 10.11.2021 15:52:31 | -3,600 | 600d85cb19e97e4cd700deecd0b887b2ebd9e870 | feat(icons): remove fixed size from file-type icons
Related to | [
{
"change_type": "MODIFY",
"diff": "-<svg width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\">\n+<svg viewBox=\"0 0 24 24\">\n<path d=\"M12.110775,2.0005325 L12.1962,2.00189 C12.4789,2.00733 12.7587,2.0245 13.0352,2.05293 C13.2515,2.07518 13.4226,2.24228 13.4596,2.45656 L13.4596,2.45656 L13.7329,4.04173 C1... | JavaScript | MIT License | camunda/camunda-modeler | feat(icons): remove fixed size from file-type icons
Related to #2552 | 1 | feat | icons |
791,723 | 10.11.2021 15:54:14 | 28,800 | 31b043da206a2b23486a6f25ff39814f12bfc1f9 | report: handle missing credits when rendering meta block | [
{
"change_type": "MODIFY",
"diff": "@@ -127,7 +127,7 @@ export class ReportRenderer {\n: 'Chromium';\nconst channel = report.configSettings.channel;\nconst benchmarkIndex = report.environment.benchmarkIndex.toFixed(0);\n- const axeVersion = report.environment.credits['axe-core'];\n+ const axeVersion = repor... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: handle missing credits when rendering meta block (#13350) | 1 | report | null |
667,636 | 10.11.2021 16:06:48 | -28,800 | 9d66b37ef9d9e5678719eca1b49f2ed2b72545fe | fix(hippy-react): fixed getting appear event name for anonymous function | [
{
"change_type": "MODIFY",
"diff": "@@ -48,12 +48,12 @@ module.exports = {\n2,\n'always',\n(parsed) => {\n- const { header, body, footer } = parsed;\n- const isAsciiAndEmoji = [header, body, footer].every(message => asciiAndEmojiCheck(message));\n+ const { header, body } = parsed;\n+ const isAsciiAndEmoji =... | C++ | Apache License 2.0 | tencent/hippy | fix(hippy-react): fixed getting appear event name for anonymous function | 1 | fix | hippy-react |
141,551 | 10.11.2021 16:10:24 | -39,600 | d6cd780b6c4e50d41d58c43193b2bc3721f86f3c | docs: Fixing Collapsible & Likert links
docs: Fixing Collapsible & Likert component links on Kaizen site | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "draft-packages/collapsible/Readme.mdx",
"old_path": "draft-packages/collapsible/docs/README.mdx"
},
{
"change_type": "RENAME",
"diff": "",
"new_path": "draft-packages/likert-scale-legacy/README.mdx",
"old_path": "draft-packages/... | TypeScript | MIT License | cultureamp/kaizen-design-system | docs: Fixing Collapsible & Likert links (#2272)
docs: Fixing Collapsible & Likert component links on Kaizen site | 1 | docs | null |
791,682 | 10.11.2021 16:16:24 | 18,000 | 2e0c6e6d20bbf354ae85ab360f91714964f774f7 | core(fr): add timespan support to h2 | [
{
"change_type": "MODIFY",
"diff": "@@ -61,8 +61,8 @@ class UsesHTTP2Audit extends Audit {\ntitle: str_(UIStrings.title),\ndescription: str_(UIStrings.description),\nscoreDisplayMode: Audit.SCORING_MODES.NUMERIC,\n- supportedModes: ['navigation'],\n- requiredArtifacts: ['URL', 'devtoolsLogs', 'traces'],\n+ ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fr): add timespan support to h2 (#12814)
Co-authored-by: Connor Clark <cjamcl@google.com> | 1 | core | fr |
739,253 | 10.11.2021 16:34:47 | -3,600 | 7eb7afedc07b3a2ca239e50d30a2010fed2b9509 | feat: change modal defaults sizes | [
{
"change_type": "MODIFY",
"diff": "@@ -26,13 +26,13 @@ export const getModals = theme => {\ngutter: toRem(32),\nsizes: {\nsm: {\n- width: toRem(400)\n+ width: toRem(450)\n},\nmd: {\n- width: toRem(550)\n+ width: toRem(600)\n},\nlg: {\n- width: toRem(680)\n+ width: toRem(730)\n},\nauto: {}\n},\n",
"new_... | TypeScript | MIT License | wttj/welcome-ui | feat: change modal defaults sizes (#955) | 1 | feat | null |
791,282 | 10.11.2021 16:35:40 | 28,800 | aa5bed65bf6423b76fd67f441da5bf0314ea95cb | chore(gapicgen): remove googleapis-discovery | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,6 @@ func generate(ctx context.Context, githubClient *git.GithubClient, forceAll bool\nlog.Printf(\"working out %s\\n\", tmpDir)\ngoogleapisDir := filepath.Join(tmpDir, \"googleapis\")\n- googleapisDiscoDir := filepath.Join(tmpDir, \"googleapis-discovery\")\n... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(gapicgen): remove googleapis-discovery (#5109) | 1 | chore | gapicgen |
777,396 | 10.11.2021 16:44:48 | 25,200 | 42ceb948e16d474d148fb908791de3caf26e5b3a | chore: fix race condition in test_login_as_non_active_user | [
{
"change_type": "MODIFY",
"diff": "@@ -351,6 +351,8 @@ def test_login_as_non_active_user(clean_auth: None) -> None:\nwith logged_in_user(ADMIN_CREDENTIALS):\nchild = det_spawn([\"user\", \"deactivate\", creds.username])\n+ child.wait()\n+ assert child.exitstatus == 0\nchild = det_spawn([\"user\", \"login\"... | Python | Apache License 2.0 | determined-ai/determined | chore: fix race condition in test_login_as_non_active_user (#3182) | 1 | chore | null |
276,951 | 10.11.2021 16:47:50 | 10,800 | cdd9882461db41a1d0283983204e32ea16d4ffff | fix(dialog): fix problem not read property 'nextElementSibling' of null | [
{
"change_type": "MODIFY",
"diff": "@@ -83,8 +83,8 @@ const Dialog = ({ isOpen, children, onClose }) => {\nreturn () => document.removeEventListener('keydown', keyPress);\n}, [keyPress]);\n- return isOpen\n- ? createPortal(\n+ return isOpen ? (\n+ createPortal(\n<Overlay onClick={closeDialog} onClose={onClo... | JavaScript | MIT License | gympass/yoga | fix(dialog): fix problem not read property 'nextElementSibling' of null | 1 | fix | dialog |
791,682 | 10.11.2021 17:13:58 | 18,000 | 8b0a0478e100ef79e01e0af47bd7b1a6dbcfe82d | report(help-dialog): remove timespan SEO | [
{
"change_type": "MODIFY",
"diff": "@@ -97,7 +97,6 @@ export const HelpDialog: FunctionComponent<{onClose: () => void}> = ({\navailableCategories={[\nstrings.categoryPerformance,\nstrings.categoryBestPractices,\n- strings.categorySeo,\n]}\n/>\n<HelpDialogColumn\n",
"new_path": "flow-report/src/help-dial... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(help-dialog): remove timespan SEO (#13354) | 1 | report | help-dialog |
791,834 | 10.11.2021 17:15:16 | 21,600 | 993fbc9dcf9a3d038cebb5e679146c3d6004aacb | core(fr): clone default categories to avoid modification | [
{
"change_type": "MODIFY",
"diff": "'use strict';\nconst legacyDefaultConfig = require('../../config/default-config.js');\n+const {deepClone} = require('../../config/config-helpers.js');\n/** @type {LH.Config.AuditJson[]} */\nconst frAudits = [\n@@ -22,7 +23,8 @@ const frCategoryAuditRefExtensions = {\n/** ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fr): clone default categories to avoid modification (#13337) | 1 | core | fr |
679,913 | 10.11.2021 17:33:34 | -3,600 | cf6d94ebac47d9a4a1b9c87ccbab5faafa50b77c | feat(tools): add new snippet | [
{
"change_type": "MODIFY",
"diff": "\"\"\n],\n\"description\": \"thi.ng umbrella image link\"\n+ },\n+ \"pkgtable_entry\": {\n+ \"scope\": \"markdown\",\n+ \"prefix\": \"@pkgtable\",\n+ \"body\": [\n+ \"| [`@thi.ng/$1`](./packages/$1... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(tools): add new snippet | 1 | feat | tools |
503,940 | 10.11.2021 17:51:53 | 18,000 | 845c98f5f3df8aa9b6acc190707c5f1d7bf3ca38 | fix(jumplinks): fixed to always set clicked item as active | [
{
"change_type": "MODIFY",
"diff": "@@ -100,6 +100,8 @@ export const JumpLinks: React.FunctionComponent<JumpLinksProps> = ({\nconst [scrollItems, setScrollItems] = React.useState(hasScrollSpy ? getScrollItems(children, []) : []);\nconst [activeIndex, setActiveIndex] = React.useState(activeIndexProp);\nconst... | TypeScript | MIT License | patternfly/patternfly-react | fix(jumplinks): fixed to always set clicked item as active (#6542) | 1 | fix | jumplinks |
791,284 | 10.11.2021 18:26:49 | 0 | 4f42e24a305a9684e32f42e1ef09af6bc1e942ce | test(storage): include conformance tests in ci/cd pipeline | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,6 @@ import (\nstorage_v1_tests \"cloud.google.com/go/storage/internal/test/conformance\"\n\"google.golang.org/api/iterator\"\n\"google.golang.org/api/option\"\n- raw \"google.golang.org/api/storage/v1\"\nhtransport \"google.golang.org/api/transport/http\"\n)... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(storage): include conformance tests in ci/cd pipeline (#4998) | 1 | test | storage |
14,244 | 10.11.2021 18:44:08 | -3,600 | 24021eb798561675741346d77a7169e40c1822e3 | docs(examples): remove unnecessary pragma | [
{
"change_type": "MODIFY",
"diff": "-/** @jsx h */\n+import { render } from 'preact';\nimport { autocomplete } from '@algolia/autocomplete-js';\nimport { createTagsPlugin, Tag } from '@algolia/autocomplete-plugin-tags';\n-import { h, render } from 'preact';\nimport qs from 'qs';\nimport {\n",
"new_path"... | TypeScript | MIT License | algolia/autocomplete | docs(examples): remove unnecessary pragma | 1 | docs | examples |
14,244 | 10.11.2021 19:02:43 | -3,600 | b4697bfdd9b6eca575d4b29d7366ea3dbd253bf9 | docs(examples): fix sandbox | [
{
"change_type": "MODIFY",
"diff": "@@ -215,7 +215,7 @@ function onTagsChange(tags: Array<Tag<NotificationFilter>>) {\nfunction splitQuery(query: string) {\nconst [prefix, postfix] = query.split(':');\n- return [prefix, postfix] as const;\n+ return [prefix, postfix];\n}\nfunction getAlltags(tags: Array<Tag<... | TypeScript | MIT License | algolia/autocomplete | docs(examples): fix sandbox | 1 | docs | examples |
791,682 | 10.11.2021 19:21:16 | 18,000 | dbbbe64d644e433f327fc84428235f31d373833f | report: hidden group backcompat | [
{
"change_type": "MODIFY",
"diff": "@@ -60,10 +60,10 @@ A Lighthouse plugin is just a node module with a name that starts with `lighthou\n\"name\": \"lighthouse-plugin-cats\",\n\"main\": \"plugin.js\",\n\"peerDependencies\": {\n- \"lighthouse\": \"^8.6.0\"\n+ \"lighthouse\": \"^9.0.0-alpha.0\"\n},\n\"devDep... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: hidden group backcompat (#13310) | 1 | report | null |
317,646 | 10.11.2021 19:34:26 | -3,600 | 274f800ae25ef466fc609fdfc4dfdb8cfd708c2b | chore: better logging for command output | [
{
"change_type": "MODIFY",
"diff": "@@ -107,11 +107,18 @@ func (c *commandCache) get(command string) (string, bool) {\nreturn command, ok\n}\n+type logType string\n+\n+const (\n+ Error logType = \"error\"\n+ Debug logType = \"debug\"\n+)\n+\ntype tracer interface {\ninit(home string)\nclose()\ntrace(start t... | Go | MIT License | jandedobbeleer/oh-my-posh | chore: better logging for command output | 1 | chore | null |
791,682 | 10.11.2021 19:38:35 | 18,000 | 9d293da79282ddbf952ae1f2fac8959135bb58d4 | core(fr): handle 0 throughput in timespan | [
{
"change_type": "MODIFY",
"diff": "@@ -206,6 +206,8 @@ class UnusedBytes extends Audit {\n*/\nstatic computeWastedMsWithThroughput(wastedBytes, simulator) {\nconst bitsPerSecond = simulator.getOptions().throughput;\n+ // https://github.com/GoogleChrome/lighthouse/pull/13323#issuecomment-962031709\n+ if (bi... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fr): handle 0 throughput in timespan (#13323)
Co-authored-by: Connor Clark <cjamcl@google.com> | 1 | core | fr |
317,646 | 10.11.2021 19:54:57 | -3,600 | 2d3b6e4e2341ea7e5dbc38d70f58f089b9d75125 | fix(java): support Zulu builds
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ func (j *java) string() string {\n}\nfunc (j *java) init(props *properties, env environmentInfo) {\n- javaRegex := `(?: JRE) \\((?P<version>(?P<major>[0-9]+)(?:\\.(?P<minor>[0-9]+))?(?:\\.(?P<patch>[0-9]+))?).*\\),`\n+ javaRegex := `(?: JRE)(?: \\(.*\\))... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(java): support Zulu builds
resolves #1202 | 1 | fix | java |
317,646 | 10.11.2021 20:03:42 | -3,600 | d3ab141cd5917d43e58e66cd419eef657b634f5c | fix: set active colors in debug | [
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,12 @@ func (b *Block) initPlain(env environmentInfo, config *Config) {\nb.env = env\n}\n+func (b *Block) setActiveSegment(segment *Segment) {\n+ b.activeSegment = segment\n+ b.activeBackground = segment.background()\n+ b.activeForeground = segment.foreground(... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: set active colors in debug | 1 | fix | null |
14,244 | 10.11.2021 20:10:38 | -3,600 | 1288b2b6ed3c01d126d002de31e42eb0eceadd24 | docs(examples): put back pragma | [
{
"change_type": "MODIFY",
"diff": "-import { render } from 'preact';\n+/** @jsx h */\n+import { h, render } from 'preact';\nimport { autocomplete } from '@algolia/autocomplete-js';\nimport { createTagsPlugin, Tag } from '@algolia/autocomplete-plugin-tags';\nimport qs from 'qs';\n",
"new_path": "example... | TypeScript | MIT License | algolia/autocomplete | docs(examples): put back pragma | 1 | docs | examples |
317,646 | 10.11.2021 20:39:26 | -3,600 | 1866adfb8852bf1aa3dc2db5e5c7d1ec33a53d5e | fix: feed PWD to cli for init
relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ function _omp_hook() {\nomp_elapsed=$((omp_now-omp_start_time))\nrm -f \"$TIMER_START\"\nfi\n- PS1=\"$(::OMP:: --config=\"$POSH_THEME\" --shell=bash --error=\"$ret\" --execution-time=\"$omp_elapsed\" --stack-count=\"$omp_stack_count\" | tr -d '\\0')\"\n+... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: feed PWD to cli for init
relates to #1207 | 1 | fix | null |
71,371 | 10.11.2021 21:15:36 | -3,600 | af61b7f2fec17d4f817e78db21d09d471d8e2baf | fix(cli): skip bundling for the 'watch' command
Add `watch` to the list of commands that require bundling.
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": "@@ -30,6 +30,7 @@ export enum Command {\nMETADATA = 'metadata',\nINIT = 'init',\nVERSION = 'version',\n+ WATCH = 'watch',\n}\nconst BUNDLING_COMMANDS = [\n@@ -37,6 +38,7 @@ const BUNDLING_COMMANDS = [\nCommand.DIFF,\nCommand.SYNTH,\nCommand.SYNTHESIZE,\n+ Command.WATCH,\n... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(cli): skip bundling for the 'watch' command (#17455)
Add `watch` to the list of commands that require bundling.
Closes #17391
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | cli |
791,376 | 10.11.2021 21:25:39 | -19,080 | f998fdaf2ff09e1f262ff7d65077652a46d8efde | test(spanner): fix flaky TestIntegration_StartBackupOperation test
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -44,6 +44,11 @@ export GCLOUD_TESTS_BIGTABLE_KEYRING=projects/dulcet-port-762/locations/us-centr\nexport GCLOUD_TESTS_BIGTABLE_CLUSTER=\"gc-bt-it-cluster\"\nexport GCLOUD_TESTS_BIGTABLE_INSTANCE=\"gc-bt-it-instance\"\n+# TODO: Remove this env after OMG/43748 is fixed\n... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(spanner): fix flaky TestIntegration_StartBackupOperation test (#5106)
Fixes #5037 | 1 | test | spanner |
603,467 | 10.11.2021 22:58:51 | 0 | ca8f3380daaf99593ddf0a7246758f5681304743 | test(local-server): corrected the test server port
so that it doesn't conflict with AirPlay receiver on macOS Monterey | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"@types/express-serve-static-core\": {\n- \"version\": \"4.17.24\",\n- \"resolved\": \"https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.24.tgz\",\n- \"integrity\": \"sha512-3UJuW+Qxhzwjq3xhwXm2onQcFHn76frIYVbTu+kn24LFxI+... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | test(local-server): corrected the test server port
so that it doesn't conflict with AirPlay receiver on macOS Monterey | 1 | test | local-server |
756,038 | 10.11.2021 22:59:04 | 28,800 | 334aa8796b318dd1efbff76da3e51d3fa077ca8e | fix: upgrade and configure buf
Diff provided by mfig | [
{
"change_type": "MODIFY",
"diff": "@@ -91,7 +91,7 @@ proto-gen: proto-tools\n./scripts/protocgen.sh\nproto-lint: proto-tools\n- buf check lint --error-format=json\n+ buf lint --error-format=json\nproto-check-breaking: proto-tools\nbuf check breaking --against-input '.git#branch=master'\n@@ -133,7 +133,7 @@... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: upgrade and configure buf
Diff provided by mfig | 1 | fix | null |
756,039 | 10.11.2021 23:31:50 | 28,800 | 04799c6d9cd1abc91f67d071b3f93e5689e3b832 | feat(wallet): Render offers | [
{
"change_type": "MODIFY",
"diff": "\"@agoric/eventual-send\": \"^0.13.30\",\n\"@agoric/notifier\": \"^0.3.31\",\n\"@agoric/ui-components\": \"^0.2.25\",\n- \"@material-ui/core\": \"^4.11.3\",\n+ \"@material-ui/core\": \"^4.12.3\",\n\"@material-ui/icons\": \"^4.11.2\",\n\"@testing-library/jest-dom\": \"^5.1... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(wallet): Render offers | 1 | feat | wallet |
815,601 | 11.11.2021 02:52:50 | -28,800 | e2231010f81dddbdeedc31a1e6cf31b1a0390392 | feat: delay txs during hardfork | [
{
"change_type": "MODIFY",
"diff": "@@ -101,7 +101,9 @@ impl TxChunkProcess {\n}\nfn process(&mut self, entry: Entry) -> Stop {\n- let (ret, snapshot) = self.process_inner(entry.clone());\n+ let (ret, snapshot) = self\n+ .process_inner(entry.clone())\n+ .expect(\"process_inner can not return None\");\nret.u... | Rust | MIT License | nervosnetwork/ckb | feat: delay txs during hardfork | 1 | feat | null |
306,652 | 11.11.2021 02:58:37 | -19,080 | 1b64c36177d8a0a42193e7414e7f477aed80477d | feat(switch): add accessibility | [
{
"change_type": "MODIFY",
"diff": "import isEnterKey from './isEnterKey';\n+import isSpaceKey from './isSpaceKey';\nimport useAccessibilityProps from './useAccessibilityProps';\n-export { isEnterKey, useAccessibilityProps };\n+export { isEnterKey, useAccessibilityProps, isSpaceKey };\n",
"new_path": "c... | TypeScript | MIT License | innovaccer/design-system | feat(switch): add accessibility | 1 | feat | switch |
71,366 | 11.11.2021 06:00:50 | -32,400 | 3570b172510c395fd1308c552442e11abc9c4124 | chore(iot-actions): clarify the test difference
This PR refactor the test that I committed earlier, and is based on the following 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": "-import { Template } from '@aws-cdk/assertions';\n+import { Template, Match } from '@aws-cdk/assertions';\nimport * as iam from '@aws-cdk/aws-iam';\nimport * as iot from '@aws-cdk/aws-iot';\nimport * as logs from '@aws-cdk/aws-logs';\n@@ -95,32 +95,12 @@ test('can set rol... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(iot-actions): clarify the test difference (#17451)
This PR refactor the test that I committed earlier, and is based on the following comment.
- https://github.com/aws/aws-cdk/pull/17307#discussion_r745890426
----
*By submitting this pull request, I confirm that my contribution is made under the terms of... | 1 | chore | iot-actions |
71,366 | 11.11.2021 06:46:51 | -32,400 | 49b87dbfe5a37abad8880e0325f7aa8218705407 | feat(iot): add Action to put objects in S3 Buckets
I'm trying to implement aws-iot L2 Constructs.
This PR is one of steps after following PR:
*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": "\"@aws-cdk/assertions/fs-extra/**\",\n\"@aws-cdk/aws-amplify-alpha/yaml\",\n\"@aws-cdk/aws-amplify-alpha/yaml/**\",\n+ \"@aws-cdk/aws-iot-actions-alpha/case\",\n+ \"@aws-cdk/aws-iot-actions-alpha/case/**\",\n\"@aws-cdk/aws-amplify/yaml\",\n\"@aws-cdk/aws-amplify/yaml/**\"... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(iot): add Action to put objects in S3 Buckets (#17307)
I'm trying to implement aws-iot L2 Constructs.
This PR is one of steps after following PR:
- https://github.com/aws/aws-cdk/pull/16681#issuecomment-942233029
----
*By submitting this pull request, I confirm that my contribution is made under the te... | 1 | feat | iot |
277,287 | 11.11.2021 08:34:18 | -3,600 | f8e4111f688f86c1720832a8d7396599117ceff6 | feat: Add TallStatsCard | [
{
"change_type": "ADD",
"diff": "+# Tall stat\n+# Create a vertical label-value pairs collection.\n+# ---\n+from h2o_wave import site, ui\n+\n+page = site['/demo']\n+\n+page.add('example', ui.tall_stats_card(\n+ box='1 1 2 4',\n+ items=[\n+ ui.stat(label='PARAMETER NAME', value='125%'),\n+ ui.stat(label='PA... | Python | Apache License 2.0 | h2oai/wave | feat: Add TallStatsCard #1067 (#1112) | 1 | feat | null |
317,646 | 11.11.2021 08:45:46 | -3,600 | ae9fb25db6ce524177e34153335d128a662ef46b | revert: fetch info from the working directory
This reverts commit | [
{
"change_type": "MODIFY",
"diff": "@@ -292,7 +292,7 @@ func (g *git) getGitCommand() string {\n}\nfunc (g *git) getGitCommandOutput(args ...string) string {\n- args = append([]string{\"-C\", strings.TrimSuffix(g.gitRootFolder, \".git\"), \"--no-optional-locks\", \"-c\", \"core.quotepath=false\", \"-c\", \"... | Go | MIT License | jandedobbeleer/oh-my-posh | revert: fetch info from the working directory
This reverts commit cb17bb914a6201404c803f0abd642e68b811f15f. | 1 | revert | null |
865,917 | 11.11.2021 09:00:18 | -3,600 | a4b82593884578fb0238ef7b63e29210d7e93f9c | chore(deploy): add `.active` class to deploy button | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,8 @@ import React, { PureComponent } from 'react';\nimport { omit } from 'min-dash';\n+import classNames from 'classnames';\n+\nimport { default as CamundaAPI, ApiErrors, ConnectionError } from '../shared/CamundaAPI';\nimport AuthTypes from '../shared/AuthTyp... | JavaScript | MIT License | camunda/camunda-modeler | chore(deploy): add `.active` class to deploy button | 1 | chore | deploy |
865,917 | 11.11.2021 09:00:55 | -3,600 | a8a6c9ae81595d8e610bdb400aaee28ffa9763af | style(status-bar): hover and active colors
Closes | [
{
"change_type": "MODIFY",
"diff": "background-color: var(--status-bar-active-background-color);\nsvg {\n- color: var(--status-bar-active-font-color);\n+ color: var(--status-bar-active-icon-font-color);\n}\n}\n",
"new_path": "client/src/app/status-bar/StatusBar.less",
"old_path": "client/src/app/sta... | JavaScript | MIT License | camunda/camunda-modeler | style(status-bar): hover and active colors
Closes #2550 | 1 | style | status-bar |
791,370 | 11.11.2021 09:01:28 | 25,200 | 77aa19de7fc33a9e831e6b91bd324d6832b44d99 | fix(internal/gapicgen): fix a compute filtering | [
{
"change_type": "MODIFY",
"diff": "@@ -215,7 +215,7 @@ func (g *GenprotoGenerator) getUpdatedPackages(googleapisHash string) (map[strin\nif !strings.HasSuffix(v, \".proto\") {\ncontinue\n}\n- if !strings.HasSuffix(v, \"compute_small.proto\") {\n+ if strings.HasSuffix(v, \"compute_small.proto\") {\ncontinue... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(internal/gapicgen): fix a compute filtering (#5111) | 1 | fix | internal/gapicgen |
711,675 | 11.11.2021 09:08:19 | -39,600 | 43cf81eae415a640bc1d6f71e061f3945d60957a | docs(core): Fix GraphQL operation type for eligibleShippingMethods in Shop API guide | [
{
"change_type": "MODIFY",
"diff": "@@ -97,7 +97,7 @@ Use the `product` query for the Product detail view.\n* {{< shop-api-operation operation=\"removeAllOrderLines\" type=\"mutation\" >}} removes all OrderLine from the Order.\n* {{< shop-api-operation operation=\"setCustomerForOrder\" type=\"mutation\" >}}... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(core): Fix GraphQL operation type for eligibleShippingMethods in Shop API guide (#1218)
Co-authored-by: Vinicius Rosa <vini@chefprep.com.au> | 1 | docs | core |
551,634 | 11.11.2021 10:13:22 | 0 | b8cbf29a7d357d5abe1e0b0b370b244b2a04c05e | fix(cairo): more stable txn read on reader reload | [
{
"change_type": "MODIFY",
"diff": "@@ -933,7 +933,7 @@ public class TableReader implements Closeable, SymbolTableSource {\nUnsafe.getUnsafe().loadFence();\n// ok, we have snapshot, check if our snapshot is stable\n- if (txn == txFile.getTxn()) {\n+ if (txn == txFile.unsafeReadTxn()) {\n// good, very stable... | Java | Apache License 2.0 | questdb/questdb | fix(cairo): more stable txn read on reader reload (#1557) | 1 | fix | cairo |
756,039 | 11.11.2021 10:26:59 | 28,800 | 747853730c02a72b24fb24119bfabcf087107bbc | chore(wallet): move formatDateNow to util file | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import CloseIcon from '@material-ui/icons/Close';\nimport Request from './Request';\nimport Petname from './Petname';\nimport { icons, defaultIcon } from '../util/Icons.js';\n+import { formatDateNow } from '../util/Date';\nimport './Offer.scss';\n@@ -27,18... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(wallet): move formatDateNow to util file | 1 | chore | wallet |
688,423 | 11.11.2021 10:45:19 | -7,200 | 410e267e166228f23ca7fd59e16122901b16a578 | feat(sidebatitem): add font-size style | [
{
"change_type": "ADD",
"diff": "+---\n+'@toptal/picasso': patch\n+---\n+\n+add font-size style into the SideBarItem\n",
"new_path": ".changeset/spotty-bats-repair.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ export default ({ palette, sizes }: Theme) =>\n... | TypeScript | MIT License | toptal/picasso | feat(sidebatitem): [FX-2249] add font-size style (#2220) | 1 | feat | sidebatitem |
428,354 | 11.11.2021 10:55:05 | 18,000 | b6c73bf7ec71204eceee34dce4fc572830072cd0 | feat(NODE-3446): deprecate mapReduce command | [
{
"change_type": "MODIFY",
"diff": "@@ -1415,6 +1415,7 @@ export class Collection<TSchema extends Document = Document> {\n/**\n* Run Map Reduce across a collection. Be aware that the inline option for out will return an array of results not a collection.\n*\n+ * @deprecated collection.mapReduce is deprecate... | TypeScript | Apache License 2.0 | mongodb/node-mongodb-native | feat(NODE-3446): deprecate mapReduce command (#3036) | 1 | feat | NODE-3446 |
71,188 | 11.11.2021 11:13:48 | -3,600 | 59005483ea1224a147db479471f541e2efb9ba23 | fix(ssm): fix service principals for all regions since ap-east-1
fixes
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -82,6 +82,7 @@ export class Default {\n// Services with a regional principal\ncase 'states':\n+ case 'ssm':\nreturn `${service}.${region}.amazonaws.com`;\n// Services with a partitional principal\n",
"new_path": "packages/@aws-cdk/region-info/lib/default.ts",
"... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(ssm): fix service principals for all regions since ap-east-1 (#17047)
fixes #16188
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | ssm |
667,676 | 11.11.2021 11:17:15 | -28,800 | afcdeb1ec44f20cf93efa96079cb3a5cf217ddc4 | feat(core): modify console module log level | [
{
"change_type": "MODIFY",
"diff": "@@ -70,7 +70,7 @@ void ConsoleModule::Log(const hippy::napi::CallbackInfo& info) {\nunicode_string_view view_msg = EscapeMessage(message);\nif (info.Length() == 1) {\n- TDF_BASE_DLOG(INFO) << view_msg;\n+ TDF_BASE_LOG(INFO) << view_msg;\n} else {\nunicode_string_view view... | C++ | Apache License 2.0 | tencent/hippy | feat(core): modify console module log level | 1 | feat | core |
134,842 | 11.11.2021 11:30:46 | -3,600 | d56d137cb3c7ba0db741b80eabc747512910812d | fix(template): add missing cma prop to test setup | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport ConfigScreen from './ConfigScreen';\nimport { render } from '@testing-library/react';\n-import { mockSdk } from '../../test/mocks/mockSdk';\n+import { mockCma, mockSdk } from '../../test/mocks';\ndescribe('Config Screen component', () =>... | JavaScript | MIT License | contentful/create-contentful-app | fix(template): add missing cma prop to test setup | 1 | fix | template |
134,842 | 11.11.2021 11:31:43 | -3,600 | 93c4382bae3be231aabefd3019cd1d9ef849748d | fix(template): name default export same as unit name | [
{
"change_type": "MODIFY",
"diff": "@@ -6,12 +6,12 @@ import { css } from 'emotion';\nexport interface AppInstallationParameters {}\n-interface ConfigProps {\n+interface ConfigScreenProps {\nsdk: AppExtensionSDK;\ncma: PlainClientAPI;\n}\n-const Config = (props: ConfigProps) => {\n+const ConfigScreen = (pro... | JavaScript | MIT License | contentful/create-contentful-app | fix(template): name default export same as unit name | 1 | fix | template |
276,939 | 11.11.2021 11:33:47 | 10,800 | 93fa21cebd20b8cd8caeb10ba84921525fdce9f7 | refactor(navigation): remove uneeded sorting prop and infer everything based on mdx | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import React, { useState } from 'react';\nimport styled from 'styled-components';\nimport { hexToRgb } from '@gympass/yoga-common';\nimport { navigate } from 'gatsby';\n-import { arrayOf, func, oneOf, bool, shape, number, string } from 'prop-types';\n+impo... | JavaScript | MIT License | gympass/yoga | refactor(navigation): remove uneeded sorting prop and infer everything based on mdx | 1 | refactor | navigation |
276,939 | 11.11.2021 11:35:01 | 10,800 | d075b6e8125dc3a5ee000dd6747eab174c470d60 | refactor(doc): add explicit ordering for components page | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ title: 'Components'\nmetaTitle: 'Components List Page'\nmetaDescription: 'This is the list of Components'\nlinkable: false\n-order: 1\n+order: 4\n---\n<Redirect url=\"/components/getting-started\" />\n",
"new_path": "packages/doc/content/components/com... | JavaScript | MIT License | gympass/yoga | refactor(doc): add explicit ordering for components page | 1 | refactor | doc |
603,467 | 11.11.2021 11:43:18 | 0 | 6b976fb8fe47f32a6a2a1b24d1bec1a8c1ccc4f7 | docs(website): added Serenity/JS survey | [
{
"change_type": "MODIFY",
"diff": "<div class=\"container\">\n{{> navigation }}\n</div>\n+\n+ {{> announcement }}\n</div>\n<section id=\"api-docs\">\n",
"new_path": "documentation/website/layouts/api-docs.hbs",
"old_path": "documentation/website/layouts/api-docs.hbs"
},
{
"change_type": "MO... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(website): added Serenity/JS survey | 1 | docs | website |
276,939 | 11.11.2021 12:02:38 | 10,800 | 415115759361b52f3070d7e1f05ee78104fc327e | feat(gh-actions): add new code validation job | [
{
"change_type": "ADD",
"diff": "+name: Yoga\n+\n+on: [push,pull_request]\n+\n+jobs:\n+ linter_and_tests:\n+ runs_on: ubuntu-latest\n+ steps:\n+ - uses: actions/checkout@v2\n+ - uses: actions/setup-node@v2\n+ with:\n+ node-version: 16\n+ cache: 'yarn'\n+ cache-dependency-path: yarn.lock\n+ - name: Install d... | JavaScript | MIT License | gympass/yoga | feat(gh-actions): add new code validation job | 1 | feat | gh-actions |
71,437 | 11.11.2021 12:03:30 | 18,000 | 8fa293a79fc8957410637dfd3a4de2069dead36b | feat(eks): Allow passing of custom IAM role to Kube Ctl Lambda
Adds the parameter `kubectlLambdaRole?` to the EKS `Cluster` construct. This IAM role gets passed to the cluster's `KubeCtlProvider` nested stack's lambda handler for running KubeCtl commands against the cluster. | [
{
"change_type": "MODIFY",
"diff": "@@ -537,6 +537,8 @@ Breaking this down, it means that if the endpoint exposes private access (via `E\nIf the endpoint does not expose private access (via `EndpointAccess.PUBLIC`) **or** the VPC does not contain private subnets, the function will not be provisioned within ... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(eks): Allow passing of custom IAM role to Kube Ctl Lambda (#17196)
Adds the parameter `kubectlLambdaRole?` to the EKS `Cluster` construct. This IAM role gets passed to the cluster's `KubeCtlProvider` nested stack's lambda handler for running KubeCtl commands against the cluster. | 1 | feat | eks |
306,340 | 11.11.2021 12:11:58 | 28,800 | 866a6db0c94fb052785aa80a2d93c60cbd463d32 | refactor: hardcode resource dependencies in testdata | [
{
"change_type": "MODIFY",
"diff": "@@ -11,26 +11,10 @@ provider \"aws\" {\nresource \"aws_config_configuration_recorder\" \"my_config_configuration_recorder\" {\nname = \"example\"\n- role_arn = aws_iam_role.r.arn\n-}\n-\n-resource \"aws_iam_role\" \"r\" {\n- name = \"awsconfig-example\"\n-\n- assume_role_... | Go | Apache License 2.0 | infracost/infracost | refactor: hardcode resource dependencies in testdata (#1123) | 1 | refactor | null |
791,723 | 11.11.2021 12:13:06 | 28,800 | f0178151a8950ea12306102c77074bb80681c9ec | misc(publish): include the report bundle in npm package | [
{
"change_type": "MODIFY",
"diff": "@@ -56,6 +56,7 @@ results.html\ndist/**\n!dist/report/standalone.js\n!dist/report/flow.js\n+!dist/report/bundle.esm.js\n# large files\nchangelog.md\n",
"new_path": ".npmignore",
"old_path": ".npmignore"
},
{
"change_type": "MODIFY",
"diff": "\"node\": ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(publish): include the report bundle in npm package (#13349) | 1 | misc | publish |
426,654 | 11.11.2021 12:29:13 | -7,200 | 3f79c247c5a63a472aca8b293656ec675bb9f500 | chore: fix changeset for chrome-launcher bump | [
{
"change_type": "RENAME",
"diff": "---\n-'@web/test-runner-chrome': patch\n'@web/test-runner': patch\n+'@web/test-runner-chrome': patch\n'@web/test-runner-junit-reporter': patch\n'@web/test-runner-puppeteer': patch\n---\n",
"new_path": ".changeset/lemon-oranges-argue.md",
"old_path": ".changeset/ri... | TypeScript | MIT License | modernweb-dev/web | chore: fix changeset for chrome-launcher bump | 1 | chore | null |
667,635 | 11.11.2021 12:34:34 | -28,800 | 94a21771fbcad215946511809bbb694fd56940fa | refactor(ios): refactor image blur ability
refactor(ios): refactor image blur ability | [
{
"change_type": "MODIFY",
"diff": "@@ -136,10 +136,22 @@ UIImage *HippyBlurredImageWithRadiusv(UIImage *inputImage, CGFloat radius, NSErr\nfree(tempBuffer);\ntempBuffer = NULL;\n+ CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB();\n+ CGBitmapInfo bitmapInfo = kCGBitmapByteOrderDefault;\n+ CGImageA... | C++ | Apache License 2.0 | tencent/hippy | refactor(ios): refactor image blur ability
refactor(ios): refactor image blur ability | 1 | refactor | ios |
815,595 | 11.11.2021 12:38:04 | -28,800 | d98b311be22084fbc2d979e9f026377c9bf83019 | test: add case TooManyUnknownTransactions | [
{
"change_type": "MODIFY",
"diff": "@@ -402,6 +402,7 @@ fn all_specs() -> Vec<Box<dyn Spec>> {\nBox::new(PoolPersisted),\nBox::new(TransactionRelayBasic),\nBox::new(TransactionRelayLowFeeRate),\n+ Box::new(TooManyUnknownTransactions),\n// TODO failed on poor CI server\n// Box::new(TransactionRelayMultiple),... | Rust | MIT License | nervosnetwork/ckb | test: add case TooManyUnknownTransactions | 1 | test | null |
815,595 | 11.11.2021 12:38:11 | -28,800 | a5bbf2eea3ac23ef60dcae8f63fc9c67c8fd7405 | feat: limit number of unknown transactions per peer | [
{
"change_type": "MODIFY",
"diff": "@@ -45,8 +45,6 @@ impl<'a> TransactionHashesProcess<'a> {\n.collect()\n};\n- state.add_ask_for_txs(self.peer, tx_hashes);\n-\n- Status::ok()\n+ state.add_ask_for_txs(self.peer, tx_hashes)\n}\n}\n",
"new_path": "sync/src/relayer/transaction_hashes_process.rs",
"old... | Rust | MIT License | nervosnetwork/ckb | feat: limit number of unknown transactions per peer | 1 | feat | null |
306,309 | 11.11.2021 12:42:13 | -10,800 | c7789aded59cc5ab08c5deacb53728ff85e8bfcd | fix(azure): handle lower-case standard throughput | [
{
"change_type": "MODIFY",
"diff": "@@ -113,7 +113,7 @@ func eventHubsThroughPutCostComponent(region, sku, meterName string, capacity de\nService: strPtr(\"Event Hubs\"),\nAttributeFilters: []*schema.AttributeFilter{\n{Key: \"skuName\", ValueRegex: strPtr(fmt.Sprintf(\"/%s/i\", sku))},\n- {Key: \"meterName\... | Go | Apache License 2.0 | infracost/infracost | fix(azure): handle lower-case standard throughput (#1124) | 1 | fix | azure |
749,519 | 11.11.2021 12:54:33 | 18,000 | 06565680b7fedc832637b711302c5b3f8e6eacbf | chore(changelog): add v8.44.2 [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,27 @@ _Note: Gaps between patch versions are faulty, broken or test releases._\n<!-- DO NOT MODIFY BELOW THIS COMMENT -->\n<!-- insert-new-changelog-here -->\n+## v8.44.2 (2021-11-11)\n+\n+#### :bug: Bug Fix\n+* `loaders`\n+ * [#1233](https://github.com/zende... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | chore(changelog): add v8.44.2 [skip ci] | 1 | chore | changelog |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.