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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
826,708 | 23.08.2021 21:39:55 | -7,200 | 35767df9e6f69ab3630c120530285b308ebdee01 | fix: proper mktemp | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ source scripts/prep.sh\nto_git() {\nlang=$1\n- gitdir=$(mktemp -t \"${GIT_REPO}-${lang}-\")\n+ gitdir=$(mktemp -t \"${GIT_REPO}-${lang}.XXXXXX\")\nsrcdir=\"clients/${PROJECT}/${lang}\"\n(cd ${gitdir}; gh repo create ory/${GIT_REPO}-${lang} --enable-wiki fa... | C# | Apache License 2.0 | ory/sdk | fix: proper mktemp | 1 | fix | null |
826,708 | 23.08.2021 21:46:08 | -7,200 | e92820986be462c6918968b688a70c749de8a800 | fix: mktemp is a dir | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ source scripts/prep.sh\nto_git() {\nlang=$1\n- gitdir=$(mktemp -t \"${GIT_REPO}-${lang}.XXXXXX\")\n+ gitdir=$(mktemp -d -t \"${GIT_REPO}-${lang}.XXXXXX\")\nsrcdir=\"clients/${PROJECT}/${lang}\"\n(cd ${gitdir}; gh repo create ory/${GIT_REPO}-${lang} --enabl... | C# | Apache License 2.0 | ory/sdk | fix: mktemp is a dir | 1 | fix | null |
826,708 | 23.08.2021 21:46:31 | -7,200 | 585e2c016de766cca5e5665165d0ae769bdb986a | fix: escape string | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ to_git() {\ngitdir=$(mktemp -d -t \"${GIT_REPO}-${lang}.XXXXXX\")\nsrcdir=\"clients/${PROJECT}/${lang}\"\n- (cd ${gitdir}; gh repo create ory/${GIT_REPO}-${lang} --enable-wiki false --public -y -d \"Autogenerated $(PROJECT) SDK.\" || true)\n+ (cd ${gitdi... | C# | Apache License 2.0 | ory/sdk | fix: escape string | 1 | fix | null |
826,708 | 23.08.2021 21:48:46 | -7,200 | 29fa6eccdbf1b86b65ca8341af383472c5f88e46 | fix: var expansion | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ to_git() {\ngitdir=$(mktemp -d -t \"${GIT_REPO}-${lang}.XXXXXX\")\nsrcdir=\"clients/${PROJECT}/${lang}\"\n- (cd ${gitdir}; gh repo create \"ory/${GIT_REPO}-${lang}\" --enable-wiki false --public -y -d \"Autogenerated $(PROJECT) SDK.\" || true)\n+ (cd ${g... | C# | Apache License 2.0 | ory/sdk | fix: var expansion | 1 | fix | null |
826,708 | 23.08.2021 22:01:03 | -7,200 | a620ca5c2e7fac3996da6e40236a53cc3564ad78 | fix: resolve gh cli issues | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ version: 2.1\njobs:\npublish:\ndocker:\n- - image: oryd/sdk:v0.0.32\n+ - image: oryd/sdk:v0.0.33\nworking_directory: /sdk\nsteps:\n- checkout\n",
"new_path": ".circleci/config.yml",
"old_path": ".circleci/config.yml"
},
{
"change_type": "MO... | C# | Apache License 2.0 | ory/sdk | fix: resolve gh cli issues | 1 | fix | null |
791,704 | 23.08.2021 22:22:57 | 18,000 | efaaf1742b41fcf553d19146991a25f0df47d754 | misc(build): refactor devtools bundle tweaking | [
{
"change_type": "MODIFY",
"diff": "@@ -136,7 +136,7 @@ async function browserifyFile(entryPath, distPath) {\n// Make sure path exists.\nawait mkdir(path.dirname(distPath), {recursive: true});\n- return new Promise((resolve, reject) => {\n+ await new Promise((resolve, reject) => {\nconst writeStream = fs.cr... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(build): refactor devtools bundle tweaking (#12974) | 1 | misc | build |
826,708 | 23.08.2021 22:42:58 | -7,200 | 5e5e46a288e82451ff120397abf9990ca40b4a52 | fix: resolve gh install issues | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ version: 2.1\njobs:\npublish:\ndocker:\n- - image: oryd/sdk:v0.0.33\n+ - image: oryd/sdk:v0.0.34\nworking_directory: /sdk\nsteps:\n- checkout\n",
"new_path": ".circleci/config.yml",
"old_path": ".circleci/config.yml"
},
{
"change_type": "MO... | C# | Apache License 2.0 | ory/sdk | fix: resolve gh install issues | 1 | fix | null |
217,237 | 23.08.2021 23:06:04 | -10,800 | ba3d3afb265448010ed8bdd59d10e105b7b23e53 | chore(i18n): translate pages (homePage) | [
{
"change_type": "MODIFY",
"diff": "{\n+ \"pages.home.features.title\": {\n+ \"message\": \"Features\",\n+ \"description\": \"Features\"\n+ },\n+ \"pages.home.features.logic.title\": {\n+ \"message\": \"Explicit business-logic\",\n+ \"description\": \"Feature title\"\n+ },\n+ \"pages.home.features.logic.des... | JavaScript | MIT License | feature-sliced/documentation | chore(i18n): translate pages (homePage) | 1 | chore | i18n |
217,237 | 23.08.2021 23:14:14 | -10,800 | 19189963502282149b1e254af6e6199579f9303c | chore(i18n): translate pages (examplePage) | [
{
"change_type": "MODIFY",
"diff": "\"message\": \"Companies using methodology\",\n\"description\": \"Companies using methodology\"\n},\n- \"pages.home.companies.want_to_appear\": {\n+ \"pages.home.companies.add_me\": {\n\"message\": \"Methodology is used in your company?\",\n\"description\": \"Methodology ... | JavaScript | MIT License | feature-sliced/documentation | chore(i18n): translate pages (examplePage) | 1 | chore | i18n |
471,242 | 23.08.2021 23:15:52 | -7,200 | 5bb9fcc4db7e12741a46f140fa3804c4dfdd0e81 | chore(deps): remove shimmer from dependencies | [
{
"change_type": "MODIFY",
"diff": "\"@opentelemetry/api\": \"^1.0.2\",\n\"@types/mocha\": \"8.2.3\",\n\"@types/node\": \"14.17.9\",\n- \"@types/shimmer\": \"1.0.2\",\n\"codecov\": \"3.8.3\",\n\"mocha\": \"7.2.0\",\n\"nyc\": \"15.1.0\",\n",
"new_path": "packages/opentelemetry-context-async-hooks/package... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | chore(deps): remove shimmer from dependencies (#2425) | 1 | chore | deps |
217,237 | 23.08.2021 23:21:39 | -10,800 | 15e6d0fd3e70ddb1f5003371fe11518636d3e5b0 | chore(i18n): translate pages (versionsPage) | [
{
"change_type": "MODIFY",
"diff": "\"message\": \"See also versions list\",\n\"description\": \"Versions reminder\"\n},\n+ \"pages.versions.title\": {\n+ \"message\": \"Feature Sliced versions\",\n+ \"description\": \"Feature Sliced versions\"\n+ },\n+ \"pages.versions.current\": {\n+ \"message\": \"The do... | JavaScript | MIT License | feature-sliced/documentation | chore(i18n): translate pages (versionsPage) | 1 | chore | i18n |
603,467 | 23.08.2021 23:46:41 | -7,200 | c72d03bbb4976ccb980144cf99f4ea8dbc5193bc | fix(jasmine): added JasmineReporter interface
re | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import { ModuleLoader } from '@serenity-js/core/lib/io';\nimport * as sinon from 'sinon';\nimport { JasmineAdapter } from '../../src/adapter';\n+import { JasmineReporter } from '../../src/jasmine';\nimport { FakeJasmineRunner } from './FakeJasmineRunner';\... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(jasmine): added JasmineReporter interface
re #962 | 1 | fix | jasmine |
217,237 | 23.08.2021 23:52:18 | -10,800 | b90ee46ef55da3d2bf722fcb12bf1c83b48fc069 | chore(i18n): run lints (and minor fixes) | [
{
"change_type": "MODIFY",
"diff": "import React from \"react\";\n// eslint-disable-next-line import/no-unresolved\nimport Layout from \"@theme/Layout\";\n-import { ExampleCard } from \"@site/src/entities/example\";\nimport { translate } from \"@docusaurus/Translate\";\n+import { ExampleCard } from \"@site/... | JavaScript | MIT License | feature-sliced/documentation | chore(i18n): run lints (and minor fixes) | 1 | chore | i18n |
915,201 | 24.08.2021 00:16:04 | -28,800 | 57b41e93f89ff847da0386a8315603bba203f417 | chore: update x/sys to support go 1.17
See: | [
{
"change_type": "MODIFY",
"diff": "@@ -61,6 +61,7 @@ require (\ngo.uber.org/automaxprocs v1.3.0\ngolang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2\ngolang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5\n+ golang.org/x/sys v0.0.0-20210819135213-f52c844e1c1c // indirect\ngolang.org/x/tools v0.1.0\ngopk... | Go | Apache License 2.0 | ory/hydra | chore: update x/sys to support go 1.17 (#2687)
See: https://github.com/golang/go/issues/46763 | 1 | chore | null |
342,899 | 24.08.2021 01:47:59 | -15,480 | 5253d0e95c2485511f8fc640502e12e773f60bff | docs: fix RTL code example | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ If you need to enable `rtl` inside `orbit-components`, set it inside `ThemeProvi\nimport { ThemeProvider } from \"styled-components\";\nimport { defaultTheme } from \"@kiwicom/orbit-components\";\n-<ThemeProvider theme={{ orbit: defaultTheme, rtl: true }}>... | JavaScript | MIT License | kiwicom/orbit | docs: fix RTL code example | 1 | docs | null |
217,237 | 24.08.2021 02:16:02 | -10,800 | 59b97ec4666e839782f411aa6f78863ef8053e16 | chore(i18n): translate articles (intro) | [
{
"change_type": "MODIFY",
"diff": "@@ -5,24 +5,24 @@ slug: intro\n# Intro\n-Methodology for designing *frontend projects*, aimed [**at splitting the application according to business logic and areas of responsibility.**][refs-splitting]\n+A methodology for designing *frontend projects*, aimed [**at dividin... | JavaScript | MIT License | feature-sliced/documentation | chore(i18n): translate articles (intro) | 1 | chore | i18n |
306,635 | 24.08.2021 03:23:32 | -19,080 | 4e776a46a09a1b8fcecc7e87826255c55b71e693 | test(TimePicker): adds test cases for TimePicker component | [
{
"change_type": "ADD",
"diff": "+import * as React from 'react';\n+import { render, fireEvent } from '@testing-library/react';\n+import { testHelper, filterUndefined, valueHelper, testMessageHelper } from '@/utils/testHelper';\n+import { TimePicker } from '@/index';\n+import { TimePickerProps as Props } fr... | TypeScript | MIT License | innovaccer/design-system | test(TimePicker): adds test cases for TimePicker component | 1 | test | TimePicker |
815,598 | 24.08.2021 08:31:49 | -7,200 | 4fe934eb592e8d095f293aced2c275b2840c5832 | chore: update publish-crates.sh to support yanking | [
{
"change_type": "MODIFY",
"diff": "@@ -64,6 +64,7 @@ generate_readme() {\ncp -f Cargo.lock Cargo.lock.bak\nPUBLISH_FROM=\"${CKB_PUBLISH_FROM:-}\"\n+YANK=\"${CKB_YANK:-}\"\nSKIP=false\nif [ -n \"$PUBLISH_FROM\" ]; then\nSKIP=true\n@@ -80,6 +81,11 @@ for crate_dir in $CRATES; do\nfi\nif [ \"$SKIP\" = true ];... | Rust | MIT License | nervosnetwork/ckb | chore: update publish-crates.sh to support yanking | 1 | chore | null |
419,525 | 24.08.2021 08:50:07 | -7,200 | 12a4d5aa414f727d3d5fedbcde357a15247faa18 | refactor: make seed option optional
Should fix | [
{
"change_type": "MODIFY",
"diff": "@@ -112,7 +112,6 @@ export class MigrationCommandFactory {\nargs.option('seed', {\ntype: 'string',\ndesc: 'Allows to seed the database after dropping it and rerunning all migrations',\n- default: '',\n});\n}\n",
"new_path": "packages/cli/src/commands/MigrationCommandF... | TypeScript | MIT License | mikro-orm/mikro-orm | refactor: make seed option optional (#2140)
Should fix https://github.com/mikro-orm/mikro-orm/issues/1843#issuecomment-903175177 | 1 | refactor | null |
826,708 | 24.08.2021 08:58:08 | -7,200 | 21d7f02e720a1827d015bf16fa3879185862fa8b | fix: gh create task | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ to_git() {\ngitdir=$(mktemp -d -t \"${GIT_REPO}-${lang}.XXXXXX\")\nsrcdir=\"clients/${PROJECT}/${lang}\"\n- (cd ${gitdir}; gh repo create \"ory/${GIT_REPO}-${lang}\" --enable-wiki false --public -y -d \"Autogenerated $PROJECT SDK.\" || true)\n+ (cd ${git... | C# | Apache License 2.0 | ory/sdk | fix: gh create task | 1 | fix | null |
711,597 | 24.08.2021 09:34:00 | -7,200 | 28a3bb51d2678c2f339182995188b30070b34fa5 | chore: Add job-queue-plugin to local publish script | [
{
"change_type": "MODIFY",
"diff": "@@ -23,4 +23,5 @@ cd ../elasticsearch-plugin && npm publish -reg $VERDACCIO &&\\\ncd ../email-plugin && npm publish -reg $VERDACCIO &&\\\ncd ../testing && npm publish -reg $VERDACCIO &&\\\ncd ../ui-devkit && npm publish -reg $VERDACCIO &&\\\n+cd ../job-queue-plugin && npm... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Add job-queue-plugin to local publish script | 1 | chore | null |
276,939 | 24.08.2021 09:37:47 | 10,800 | 9b172c9a0e539b0ec88ca790358594e2b3ddacdf | fix(picker): correct dependencies usage | [
{
"change_type": "MODIFY",
"diff": "@@ -460,7 +460,7 @@ EXTERNAL SOURCES:\nSPEC CHECKSUMS:\nboost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c\nCocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99\n- DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2\n+ DoubleConversion: cde41648... | JavaScript | MIT License | gympass/yoga | fix(picker): correct dependencies usage | 1 | fix | picker |
777,399 | 24.08.2021 09:52:05 | 25,200 | 5bab31709894a5a24f6f161bdc4ed575772b64ef | docs: add release notes for 0.16.4 | [
{
"change_type": "MODIFY",
"diff": "Version 0.16\n**************\n+Version 0.16.4\n+==============\n+\n+**Release Date:** August 23, 2021\n+\n+**New Features**\n+\n+- WebUI: Add a trial comparison modal, allowing comparison of information, metrics, and\n+ hyperparameters between specific trials within an ex... | Python | Apache License 2.0 | determined-ai/determined | docs: add release notes for 0.16.4 (#2865)
(cherry picked from commit 69817c42e51ba204d521f278d0a34447cee46eca) | 1 | docs | null |
826,708 | 24.08.2021 09:53:15 | -7,200 | 6387f288e1707d2c27410351604e3a6867bbe969 | fix: improve gh create init phase | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ to_git() {\ngitdir=$(mktemp -d -t \"${GIT_REPO}-${lang}.XXXXXX\")\nsrcdir=\"clients/${PROJECT}/${lang}\"\n- (cd ${gitdir}; gh repo create \"ory/${GIT_REPO}-${lang}\" --public -y -d \"Autogenerated $PROJECT SDK.\" || true)\n+ (cd ${gitdir}; git init; gh r... | C# | Apache License 2.0 | ory/sdk | fix: improve gh create init phase | 1 | fix | null |
815,577 | 24.08.2021 10:15:22 | -28,800 | 2e906e63e25828470bd605cacb1ce917cb42ddcc | chore: remove ban address from peer store | [
{
"change_type": "MODIFY",
"diff": "@@ -60,6 +60,9 @@ impl PeerStore {\n/// this method will assume peer and addr is untrust since we have not connected to it.\npub fn add_addr(&mut self, addr: Multiaddr) -> Result<()> {\nself.check_purge()?;\n+ if self.ban_list.is_addr_banned(&addr) {\n+ return Ok(());\n+ ... | Rust | MIT License | nervosnetwork/ckb | chore: remove ban address from peer store | 1 | chore | null |
699,207 | 24.08.2021 10:17:20 | 25,200 | e3398bd5aaa84aaabe934bcad061cda705cdbe0a | docs(website): add badge docs | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/badge': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Badge]: Update badge container div max width value to be \"fit-content\"\n",
"new_path": ".changeset/cyan-maps-taste.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": ... | TypeScript | MIT License | twilio-labs/paste | docs(website): add badge docs (#1783) | 1 | docs | website |
141,572 | 24.08.2021 10:32:40 | -36,000 | 64c616ae6fbb455b11956586c1590dad57cee09c | docs: Heart theme on Kaizen site
docs: Heart theme on Kaizen site
Uses a delayed instantiation of ThemeManager by utilising the fact that React.useEffect is only run in the browser, not the server. | [
{
"change_type": "MODIFY",
"diff": "import classnames from \"classnames\"\nimport * as React from \"react\"\nimport \"../styles/global.scss\"\n+import { useSSRHeartTheme } from \"../utils/useSSRHeartTheme\"\nimport Footer from \"./Footer\"\nimport Head from \"./Head\"\nimport MainNav from \"./MainNav\"\n-\n... | TypeScript | MIT License | cultureamp/kaizen-design-system | docs: Heart theme on Kaizen site (#1883)
docs: Heart theme on Kaizen site
Uses a delayed instantiation of ThemeManager by utilising the fact that React.useEffect is only run in the browser, not the server.
Co-authored-by: ActuallyACat <allanna.beaton@gmail.com> | 1 | docs | null |
386,597 | 24.08.2021 10:46:30 | -7,200 | 0d3244af5b13633c640bc471ed72cb7df035b415 | feat(operators): Add _hash operator. | [
{
"change_type": "ADD",
"diff": "+# Copyright 2020-2021 Lowdefy, Inc\n+\n+# Licensed under the Apache License, Version 2.0 (the \"License\");\n+# you may not use this file except in compliance with the License.\n+# You may obtain a copy of the License at\n+\n+# http://www.apache.org/licenses/LICENSE-2.0\n+\... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(operators): Add _hash operator. | 1 | feat | operators |
826,708 | 24.08.2021 10:51:34 | -7,200 | d20ec2e490d7508e3132e7ba54ed0320542acc38 | feat: add license to gh init | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ to_git() {\ngitdir=$(mktemp -d -t \"${GIT_REPO}-${lang}.XXXXXX\")\nsrcdir=\"clients/${PROJECT}/${lang}\"\n- (cd ${gitdir}; git init; gh repo create \"ory/${GIT_REPO}-${lang}\" `--enable-wiki`, --public -y -d \"Autogenerated $PROJECT SDK.\" || true)\n+ (c... | C# | Apache License 2.0 | ory/sdk | feat: add license to gh init | 1 | feat | null |
826,708 | 24.08.2021 10:57:09 | -7,200 | e0107267b24ed2b3b87a3b632df3388ff8c15c63 | fix: specify remote | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ to_git() {\nsrcdir=\"clients/${PROJECT}/${lang}\"\n(cd ${gitdir}; git init; gh repo create \"ory/${GIT_REPO}-${lang}\" --enable-wiki=false --public -y -l Apache-2.0 -d \"Autogenerated $PROJECT SDK.\" || true)\n- (cd \"${gitdir}\"; git fetch origin || tru... | C# | Apache License 2.0 | ory/sdk | fix: specify remote | 1 | fix | null |
127,946 | 24.08.2021 11:01:09 | -10,800 | 93ce029c9b9d43bde3333b9e88c013bbeb5f130e | fix: icons page, trigger build | [
{
"change_type": "MODIFY",
"diff": "@@ -426,7 +426,7 @@ export default function PageIcons() {\n<TextSizesPreview />\n</section>\n- <InternalText>Click on the icons to see how to import them.</InternalText>\n+ <InternalText>Please select icons for Import</InternalText>\n{displaySelectedIconsImport ? (\n<Impo... | TypeScript | MIT License | coingaming/moon-design | fix: icons page, trigger build | 1 | fix | null |
386,597 | 24.08.2021 11:03:35 | -7,200 | 1f74ca7674f48241060ebcb4030378f279431376 | fix(renderer): Add crypto build fallback. | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ module.exports = {\nalias: {\nbuffer: require.resolve('buffer'),\n},\n- fallback: { buffer: false, path: false, fs: false },\n+ fallback: { buffer: false, path: false, fs: false, crypto: false },\n},\nmodule: {\nrules: [\n",
"new_path": "packages/ren... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(renderer): Add crypto build fallback. | 1 | fix | renderer |
826,708 | 24.08.2021 11:07:41 | -7,200 | e74023a1e215ccd74b2433ff0cbfd1594c0f9ce1 | fix: conditional clone | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,19 @@ to_git() {\ngitdir=$(mktemp -d -t \"${GIT_REPO}-${lang}.XXXXXX\")\nsrcdir=\"clients/${PROJECT}/${lang}\"\n- (cd ${gitdir}; git init; gh repo create \"ory/${GIT_REPO}-${lang}\" --enable-wiki=false --public -y -l Apache-2.0 -d \"Autogenerated $PROJECT SDK... | C# | Apache License 2.0 | ory/sdk | fix: conditional clone | 1 | fix | null |
386,597 | 24.08.2021 11:16:12 | -7,200 | 3e07218df07737fce28de4525f8d1fc69702e729 | feat(operators): Add algorithm. | [
{
"change_type": "MODIFY",
"diff": "@@ -90,3 +90,20 @@ _ref:\n_hash.sha512: Hello World!\n```\nReturns: `\"861844d6704e8573fec34d967e20bcfef3d424cf48be04e6dc08f2bd58c729743371015ead891cc3cf1c9d34b49264b510751b1ff9e537937bc46b5d6ff4ecc8\"`.\n+\n+ - name: ripemd160\n+ types: |\n+ ```\n+ (value: string): strin... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(operators): Add RIPEMD-160 algorithm. | 1 | feat | operators |
494,300 | 24.08.2021 11:17:06 | -7,200 | bbeb6132ba82e28057bc14bf35ea99b70f0c4118 | docs: fix func naming for Logout flow
rename createSelfServiceLogoutUrlForBrowsers to createSelfServiceLogoutFlowUrlForBrowsers | [
{
"change_type": "MODIFY",
"diff": "-import { Configuration, PublicApi } from '@ory/kratos-client';\n-const kratos = new PublicApi(new Configuration({ basePath: 'https://playground.projects.oryapis.com/api/kratos/public/' }));\n-\n-const flowId = '' // usually something like: req.query.flow\n+import { Confi... | Go | Apache License 2.0 | ory/kratos | docs: fix func naming for Logout flow (#1676)
rename createSelfServiceLogoutUrlForBrowsers to createSelfServiceLogoutFlowUrlForBrowsers | 1 | docs | null |
471,532 | 24.08.2021 11:17:17 | -7,200 | 580ce0ee19deec4363d25110fe39fe50c837844e | fix(semantic-dom-diff): snapshot testing with WTR
Snapshot testing with WTR updated to not modify the snapshot files running the test | [
{
"change_type": "ADD",
"diff": "+---\n+'@open-wc/semantic-dom-diff': patch\n+---\n+\n+Snapshot testing with WTR updated to not modify the snapshot files running the test\n",
"new_path": ".changeset/plenty-bikes-wave.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "\"@web/dev... | JavaScript | MIT License | open-wc/open-wc | fix(semantic-dom-diff): snapshot testing with WTR
Snapshot testing with WTR updated to not modify the snapshot files running the test | 1 | fix | semantic-dom-diff |
826,708 | 24.08.2021 11:21:49 | -7,200 | ca701a8b26060c8641c4bc24ae6ca74bc7d0f095 | fix: use correct remote | [
{
"change_type": "MODIFY",
"diff": "@@ -13,12 +13,12 @@ to_git() {\nrepo=\"ory/${GIT_REPO}-${lang}\"\nmkdir -p ${gitdir} || true\n- git clone \"git@github.com:ory/${repo}.git\" \"${gitdir}\" || true\n+ git clone \"git@github.com:${repo}.git\" \"${gitdir}\" || true\nif gh repo view $repo ; then\nmkdir -p ${g... | C# | Apache License 2.0 | ory/sdk | fix: use correct remote | 1 | fix | null |
160,160 | 24.08.2021 11:24:54 | -28,800 | 9e8bd621e28ff9563f1a02e10708a6e421a01870 | fix(core): isElementInArea fix | [
{
"change_type": "MODIFY",
"diff": "@@ -213,6 +213,7 @@ class GraphModel {\n[x, y] = this.transformMatrix.CanvasPointToHtmlPoint([x, y]);\nif (!isPointInArea([x, y], lt, rb)) {\ninArea = false;\n+ break;\n}\n}\nreturn inArea;\n",
"new_path": "packages/core/src/model/GraphModel.ts",
"old_path": "pack... | TypeScript | Apache License 2.0 | didi/logicflow | fix(core): isElementInArea fix | 1 | fix | core |
438,954 | 24.08.2021 11:36:37 | 14,400 | da2f3ff99ea27ac5339e81feca659b7ce1f0a6b9 | feat(Subchart): add subchart x axis tick format option
allows for a different format to be used for subchart x axis
defaults to using same format as x axis if not specified
Close | [
{
"change_type": "MODIFY",
"diff": "@@ -48,3 +48,4 @@ Donald Pipowitch <pipo@senaeh.de>\nSung Oh Park <sung-oh.park@navercorp.com>\nAdrian Schmutzler <dev@schmutzler.it>\nAziz Gazanchiyan <ZIZ@KMDPoland.pl>\n+Eben Collins <collinseben@gmail.com>\n",
"new_path": "AUTHORS.txt",
"old_path": "AUTHORS.tx... | TypeScript | MIT License | naver/billboard.js | feat(Subchart): add subchart x axis tick format option
allows for a different format to be used for subchart x axis
defaults to using same format as x axis if not specified
Close #2314 | 1 | feat | Subchart |
730,417 | 24.08.2021 11:36:42 | 14,400 | 0e0fa1ca439c105c127c4ad8cfc7138d68a332f0 | fix(style): reduce spacing between meta and message | [
{
"change_type": "MODIFY",
"diff": "display: flex;\npadding: 0;\nmargin: 0;\n- margin-bottom: 7px;\n+ margin-bottom: 4px;\nfont-family: CiscoSansTT Regular, 'Helvetica Neue', Arial;\nfont-size: 12px;\nfont-weight: 300;\n",
"new_path": "packages/node_modules/@webex/react-component-activity-item-base/src/... | JavaScript | MIT License | webex/react-widgets | fix(style): reduce spacing between meta and message | 1 | fix | style |
104,828 | 24.08.2021 11:40:29 | -7,200 | 62ae498b0dd01a7adee0428ad2f26cea50345a92 | fix(table): removed unusable pagination prop currentpage | [
{
"change_type": "MODIFY",
"diff": "@@ -1032,7 +1032,6 @@ The table can sum columns and show their aggregate total in a footer. A custom v\n| pageNumberAria | string | |\n| itemsPerPage | string | |\n| itemsRange | func | | (min, max) => `${min}-${max} items` |\n-| currentPage | func | | (page) => `page ${p... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): removed unusable pagination prop currentpage | 1 | fix | table |
141,585 | 24.08.2021 11:45:25 | -36,000 | d34d0e770fe80e897677fc3f8bb46dc70087fda8 | docs: Remove the "not built" string in documenation pages
This information is now encapsulated in the component health tags | [
{
"change_type": "MODIFY",
"diff": "---\ntitle: Autocomplete\n-navTitle: Autocomplete (not built)\n+navTitle: Autocomplete\nsummaryParagraph: Autocomplete automatically completes typed user input with matching results from a larger data set. Autosuggest breaks beyond the input provided to suggest alternativ... | TypeScript | MIT License | cultureamp/kaizen-design-system | docs: Remove the "not built" string in documenation pages (#1886)
- This information is now encapsulated in the component health tags | 1 | docs | null |
826,708 | 24.08.2021 11:50:24 | -7,200 | 26227fb5a53718a9db44ae139b3912d9aec506e1 | feat: add README for repos | [
{
"change_type": "ADD",
"diff": "+# ${GIT_REPO}-${lang}\n+\n+This is the official Ory ${PROJECT_UCF} SDK for ${lang}.\n+\n+## Generation\n+\n+This code base is auto-generated using\n+[OpenAPI Generator](https://openapi-generator.tech). If you find bugs in the SDK\n+please check if there is an open issue at\... | C# | Apache License 2.0 | ory/sdk | feat: add README for repos | 1 | feat | null |
386,595 | 24.08.2021 11:50:53 | -7,200 | 6dc8d28608f18317986f21613af59a513d84cef8 | feat(operators): Add uuid to client, closes | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,6 @@ _ref:\npageId: _uuid\npageTitle: _uuid\nfilePath: operators/_uuid.yaml\n- env: Server Only\ntypes: |\n```\n(void): string\n",
"new_path": "packages/docs/operators/_uuid.yaml",
"old_path": "packages/docs/operators/_uuid.yaml"
},
{
"change_... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(operators): Add uuid to client, closes #783 | 1 | feat | operators |
865,917 | 24.08.2021 12:01:38 | -7,200 | fc3c2bc539cb01ba46ac11e426661e2f4b63e97e | deps(client): bump to `bpmn-io/bpmn-properties-panel@v0.2.0` | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-a8Ri5q2uhCrHJ415BR9ZulajvOw0SX2Eh0jxwoMZ/ynxcZPBbOKm6kW6HAQFJp0EFHwftMiJstcvIcSjyz0hZA==\"\n},\n\"@bpmn-io/bpmn-properties-panel\": {\n- \"version\": \"github:bpmn-io/bpmn-properties-panel#bbb1e76702b3cae258852682929a8de74ffed967\",\n- \"from\": \"... | JavaScript | MIT License | camunda/camunda-modeler | deps(client): bump to `bpmn-io/bpmn-properties-panel@v0.2.0` | 1 | deps | client |
826,708 | 24.08.2021 12:13:52 | -7,200 | 1bfe167d3bc84557de0f87a784b1f6805e022bcb | fix: use curl instead of buggy gh view | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ to_git() {\nmkdir -p ${gitdir} || true\ngit clone \"git@github.com:${repo}.git\" \"${gitdir}\" || true\n- if gh repo view $repo; then\n+ if [[ $(curl -sw '%{http_code}' -o /dev/null \"https://github.com/${repo}\") == \"200\" ]]; then\nmkdir -p ${gitdir} ... | C# | Apache License 2.0 | ory/sdk | fix: use curl instead of buggy gh view | 1 | fix | null |
679,913 | 24.08.2021 12:15:50 | -7,200 | 27a0d7e5052d6c40b247bfe4ef8c1611b9907a6a | fix(base-n): fix remove unintentional int cast
use Math.floor() in BaseN.encode() to avoid casting intermediate
values to 32 bit int range | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ export class BaseN implements IBase {\nlet res = \"\";\nwhile (x > 0) {\nres = base[x % N] + res;\n- x = (x / N) | 0;\n+ x = Math.floor(x / N);\n}\nreturn res;\n}\n",
"new_path": "packages/base-n/src/base.ts",
"old_path": "packages/base-n/src/bas... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(base-n): fix #308, remove unintentional int cast
- use Math.floor() in BaseN.encode() to avoid casting intermediate
values to 32 bit int range | 1 | fix | base-n |
217,237 | 24.08.2021 12:31:22 | -10,800 | 7724de5c14cf680f03bf37db64f52267c4191bcd | review(i18n): self-reviewed (GetStarted, README, general fixes) | [
{
"change_type": "MODIFY",
"diff": "@@ -12,9 +12,9 @@ You can ask your question in [telegram chat](https://t.me/feature_sliced) / [git\n### Structure = Architecture?\n-Architecture-about abstractions and building links between them (shared/features/pages/...)\n+Architecture defines abstractions and relation... | JavaScript | MIT License | feature-sliced/documentation | review(i18n): self-reviewed (GetStarted, README, general fixes) | 1 | review | i18n |
386,595 | 24.08.2021 12:49:35 | -7,200 | 3f2fc757224ec4a766b138d45ebcc68d47c56463 | feat(operators): Add _uuid v1, v2, v3, v4, and v5 options. | [
{
"change_type": "MODIFY",
"diff": "limitations under the License.\n*/\n-import { v4 as uuidv4 } from 'uuid';\n+import { v1, v2, v3, v4, v5 } from 'uuid';\n+import { type } from '@lowdefy/helpers';\n-function _uuid() {\n- return uuidv4();\n+function _uuid({ params, location }) {\n+ if (type.isNone(params) |... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(operators): Add _uuid v1, v2, v3, v4, and v5 options. | 1 | feat | operators |
873,683 | 24.08.2021 12:54:02 | -7,200 | 17dcd3ebcffe88bab470afe79bf80b43481ba6f5 | chore(rich-text): v0.19.10 as latest | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@contentful/field-editor-rich-text\",\n- \"version\": \"0.19.9\",\n+ \"version\": \"0.19.10\",\n\"source\": \"./src/index.tsx\",\n\"main\": \"./dist/index.js\",\n\"module\": \"dist/field-editor-rich-text.esm.js\",\n",
"new_path": "packages/rich-text/pac... | TypeScript | MIT License | contentful/field-editors | chore(rich-text): v0.19.10 as latest | 1 | chore | rich-text |
386,595 | 24.08.2021 12:55:06 | -7,200 | 07178f1bd59d5fb52f94bcfd08f860026aaeb83d | fix(docs): Update _uuid docs. | [
{
"change_type": "MODIFY",
"diff": "@@ -24,16 +24,32 @@ _ref:\n(void): string\n```\ndescription: |\n- The `_uuid` operator creates a version 4 [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier). A UUID is a random identifier that is, for all practical purposes, unique. It looks like:\n+ The... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Update _uuid docs. | 1 | fix | docs |
104,828 | 24.08.2021 13:09:52 | -7,200 | 009028d1aa18f6345c094397a3608b8888df9d55 | fix(table): removed unusable pagination prop itemsrange | [
{
"change_type": "MODIFY",
"diff": "@@ -1031,7 +1031,6 @@ The table can sum columns and show their aggregate total in a footer. A custom v\n| pageForwardAria | string | |\n| pageNumberAria | string | |\n| itemsPerPage | string | |\n-| itemsRange | func | | (min, max) => `${min}-${max} items` |\n| itemsRange... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): removed unusable pagination prop itemsrange | 1 | fix | table |
826,708 | 24.08.2021 13:21:47 | -7,200 | a0629421a553610fd45aaeaf78478cffb1a9e8ed | feat: move to debian based image to support dart | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ version: 2.1\njobs:\npublish:\ndocker:\n- - image: oryd/sdk:v0.0.34\n+ - image: oryd/sdk:v0.0.35\nworking_directory: /sdk\nsteps:\n- checkout\n",
"new_path": ".circleci/config.yml",
"old_path": ".circleci/config.yml"
},
{
"change_type": "MO... | C# | Apache License 2.0 | ory/sdk | feat: move to debian based image to support dart | 1 | feat | null |
889,626 | 24.08.2021 13:30:12 | -36,000 | 1d3f4e42472cae446e53ceacbbe181f48e88a54b | feat(webui): display library name in book/series screen, empty all trash
adds a button in 'Server Settings > Server' to empty trash for all libraries
display the library name next to Series name on Book and Series details screen | [
{
"change_type": "MODIFY",
"diff": "\"title\": \"{name} collection\"\n},\n\"common\": {\n+ \"library\": \"Library\",\n\"all_libraries\": \"All Libraries\",\n\"books\": \"Books\",\n\"books_n\": \"No book | 1 book | {count} books\",\n},\n\"server\": {\n\"server_management\": {\n+ \"button_empty_trash\": \"Emp... | Kotlin | MIT License | gotson/komga | feat(webui): display library name in book/series screen, empty all trash
adds a button in 'Server Settings > Server' to empty trash for all libraries
display the library name next to Series name on Book and Series details screen
Co-authored-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com> | 1 | feat | webui |
815,598 | 24.08.2021 13:33:24 | -28,800 | c65af06d55390036c28af360dfd66a38f352f0dd | deps(metrics-service): enable hyper server | [
{
"change_type": "MODIFY",
"diff": "@@ -15,4 +15,4 @@ ckb-async-runtime = { path = \"../runtime\", version = \"= 0.100.0-pre\" }\nckb-util = { path = \"..\", version = \"= 0.100.0-pre\" }\nopentelemetry-prometheus = \"0.8\"\nprometheus = \"0.12\"\n-hyper = \"0.14\"\n+hyper = { version = \"0.14\", features =... | Rust | MIT License | nervosnetwork/ckb | deps(metrics-service): enable hyper server | 1 | deps | metrics-service |
699,189 | 24.08.2021 13:38:35 | 18,000 | ca0bf6188ad7ac3375bec75d6461924b13edb391 | feat(display-pill-group): add package | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/display-pill-group': major\n+'@twilio-paste/core': minor\n+---\n+\n+[DisplayPillGroup]: Adding this new Paste component package for Display Pill Group.\n",
"new_path": ".changeset/brave-clouds-press.md",
"old_path": null
},
{
"change_typ... | TypeScript | MIT License | twilio-labs/paste | feat(display-pill-group): add package (#1800) | 1 | feat | display-pill-group |
791,704 | 24.08.2021 13:40:13 | 18,000 | 8591fa2feb86d7eff3b8b26a208c06191ad7f4b1 | clients(viewer): make entire directory use modules | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "lighthouse-viewer/.eslintrc.cjs",
"old_path": "lighthouse-viewer/.eslintrc.js"
},
{
"change_type": "RENAME",
"diff": "",
"new_path": "lighthouse-viewer/package.json",
"old_path": "lighthouse-viewer/app/src/package.json"
},
{... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | clients(viewer): make entire directory use modules (#12975) | 1 | clients | viewer |
276,986 | 24.08.2021 13:47:17 | 10,800 | 90b98cf8f0f02563c12c885eae883d04908e0574 | fix(icons): add UserFilledStar to native | [
{
"change_type": "MODIFY",
"diff": "@@ -127,6 +127,7 @@ import {\nUpload2,\nUserAdd,\nUserFilled,\n+ UserFilledStar,\nUser,\nVideo,\nVisibilityOff,\n@@ -265,6 +266,7 @@ export {\nUpload2,\nUserAdd,\nUserFilled,\n+ UserFilledStar,\nUser,\nVideo,\nVisibilityOff,\n",
"new_path": "packages/icons/src/index.n... | JavaScript | MIT License | gympass/yoga | fix(icons): add UserFilledStar to native | 1 | fix | icons |
141,516 | 24.08.2021 13:48:05 | -36,000 | d05baee3cefccad676add0ed5999817758d71de7 | feat: add ability to have first line underneath the heading | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,7 @@ type Props = {\nonHide?: () => void\nautomationId?: string\nnoBottomMargin?: boolean\n+ forceMultiline?: boolean\n}\nconst InlineNotification = ({\n",
"new_path": "packages/component-library/components/Notification/InlineNotification.tsx",
"old_p... | TypeScript | MIT License | cultureamp/kaizen-design-system | feat: add ability to have first line underneath the heading (#1885) | 1 | feat | null |
217,922 | 24.08.2021 14:06:09 | -7,200 | 6f2a32b35dfe47d209d0b45f768515c57115a671 | chore: versions update | [
{
"change_type": "MODIFY",
"diff": "export const gameEnv = {\nmaxLevel: 80,\n- globalGameVersion: 5.55,\n- koreanGameVersion: 5.45,\n- chineseGameVersion: 5.45\n+ globalGameVersion: 5.581,\n+ koreanGameVersion: 5.5,\n+ chineseGameVersion: 5.55\n};\n",
"new_path": "apps/client/src/environments/game-env.t... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: versions update | 1 | chore | null |
826,708 | 24.08.2021 14:14:05 | -7,200 | a68ea7fbfafe0251e789c09f72a5d39ddeb8b144 | fix: accidental double clone | [
{
"change_type": "MODIFY",
"diff": "@@ -12,9 +12,6 @@ to_git() {\nrepo=\"ory/${GIT_REPO}-${lang}\"\n- mkdir -p ${gitdir} || true\n- git clone \"git@github.com:${repo}.git\" \"${gitdir}\" || true\n-\nif [[ $(curl -sw '%{http_code}' -o /dev/null \"https://github.com/${repo}\") == \"200\" ]]; then\nmkdir -p ${... | C# | Apache License 2.0 | ory/sdk | fix: accidental double clone | 1 | fix | null |
791,690 | 24.08.2021 14:22:05 | 18,000 | 93477bcf65e4347724da1112565d0a0cbdf65cca | core(viewport): add viewport audit as perf diagnostic | [
{
"change_type": "MODIFY",
"diff": "@@ -907,6 +907,7 @@ Object {\n\"dom-size\",\n\"duplicated-javascript\",\n\"legacy-javascript\",\n+ \"viewport\",\n],\n\"weight\": 30,\n},\n@@ -1130,6 +1131,11 @@ Object {\n\"id\": \"unsized-images\",\n\"weight\": 0,\n},\n+ Object {\n+ \"group\": \"diagnostics\",\n+ \"id\"... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(viewport): add viewport audit as perf diagnostic (#12972) | 1 | core | viewport |
826,708 | 24.08.2021 14:33:09 | -7,200 | f6e7d120cf6ef3876674debe0c16a059b94a310b | fix: proper gh repo init | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ to_git() {\nmkdir -p ${gitdir} || true\ngit clone \"git@github.com:${repo}.git\" \"${gitdir}\" || true\nelse\n- (cd \"${gitdir}\"; git init; gh repo create \"ory/${repo}\" --enable-wiki=false --public -y -l Apache-2.0 -d \"Autogenerated $PROJECT SDK.\" |... | C# | Apache License 2.0 | ory/sdk | fix: proper gh repo init | 1 | fix | null |
217,237 | 24.08.2021 14:33:23 | -10,800 | f1becd6e51b69cc2a18da837ce7294fcc30c6bca | review(i18n): self-reviewed (QuickStart and general fixes) | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,7 @@ The second level of separation: by **specific BL functionality**\n:::note Self-test\n-\"What area of BL does the module affect?\"\n+\"What scope of BL does the module affect?\"\n*Before that , it is necessary to determine the scope of responsibility (lay... | JavaScript | MIT License | feature-sliced/documentation | review(i18n): self-reviewed (QuickStart and general fixes) | 1 | review | i18n |
667,635 | 24.08.2021 14:42:44 | -28,800 | 4da3e89fb01ce193b4f6f5bbdead3f771f657684 | feat(ios): add visibility property for view | [
{
"change_type": "MODIFY",
"diff": "@@ -69,6 +69,7 @@ typedef void (^HippyApplierVirtualBlock)(NSDictionary<NSNumber *, HippyVirtualNo\n@property (nonatomic, assign) BOOL isList;\n@property (nonatomic, weak) HippyBridge *bridge;\n@property (nonatomic, assign) MTTDirection layoutDirection;\n+@property (nonat... | C++ | Apache License 2.0 | tencent/hippy | feat(ios): add visibility property for view | 1 | feat | ios |
217,237 | 24.08.2021 14:50:16 | -10,800 | 18174f3a9a2d24788f19020dede99cfe9c2ea733 | review(i18n): self-reviewed (Concepts and general fixes) | [
{
"change_type": "MODIFY",
"diff": "@@ -34,12 +34,12 @@ It is difficult to reuse/modify existing logic\nAt the same time, there are usually [two extremes](https://github.com/feature-sliced/documentation/discussions/14):\n-- Or the logic is written completely from scratch for each module *(with possible repe... | JavaScript | MIT License | feature-sliced/documentation | review(i18n): self-reviewed (Concepts and general fixes) | 1 | review | i18n |
826,708 | 24.08.2021 14:50:22 | -7,200 | de7827f3e616d3f72692abff10cd229338398274 | fix: override readme | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ to_git() {\ncp -R \"${srcdir}/.\" \"${gitdir}\"\nls -la \"${gitdir}\"\n+ rm \"${gitdir}/README.md\" || true\nenvsubst < \"${config/README.md}\" > \"${gitdir}/README.md\"\n(cd \"${gitdir}\"; git add -A || true; (git commit -a -F- <<EOF\n",
"new_path":... | C# | Apache License 2.0 | ory/sdk | fix: override readme | 1 | fix | null |
679,913 | 24.08.2021 14:50:52 | -7,200 | e3fb4fc16d9bbbe0dacc86d26d523e7611de6a57 | refactor(tools): re-use MD table gen from new pkg | [
{
"change_type": "MODIFY",
"diff": "+import { tableKeys } from \"@thi.ng/markdown-table\";\nimport { readdirSync } from \"fs\";\nimport { META_FIELD } from \"../api\";\nimport { CONFIG } from \"../config\";\n@@ -5,7 +6,6 @@ import { readJSON } from \"../io\";\nimport { thumb } from \"./asset\";\nimport { li... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(tools): re-use MD table gen from new pkg | 1 | refactor | tools |
679,913 | 24.08.2021 14:53:39 | -7,200 | 31879491ed4b59e4d91c818939f9c9beee980779 | feat(color-palettes): update/simplify swatch gen | [
{
"change_type": "MODIFY",
"diff": "import { dotsH, lch } from \"@thi.ng/color\";\n-import { compareByKey } from \"@thi.ng/compare\";\n+import { compareByKey, compareNumDesc } from \"@thi.ng/compare\";\nimport { serialize } from \"@thi.ng/hiccup\";\nimport { svg } from \"@thi.ng/hiccup-svg\";\n-import { pad... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(color-palettes): update/simplify swatch gen | 1 | feat | color-palettes |
217,237 | 24.08.2021 15:03:51 | -10,800 | 6bc93dbe9ba038e9dd9bd476155153f30bc8b934 | review(i18n): self-reviewed (Guides and general fixes) | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,7 @@ Thanks to this, *a balance is maintained between compliance with the `DRY` princ\n## See also\n- [Reasons for creating the methodology][refs-motivation]\n-- [(Guide) How to bring modules to low connectivity][refs-low-coupling]\n+- [(Guide) How to reach a... | JavaScript | MIT License | feature-sliced/documentation | review(i18n): self-reviewed (Guides and general fixes) | 1 | review | i18n |
217,237 | 24.08.2021 15:06:26 | -10,800 | fc18908d81406f4ba506617e224aec07003b3efd | review(i18n): self-reviewed (About, Intro and general fixes) | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ The methodology should set out the reasons and solutions to our everyday problem\nSo that developers can use a *battle-tested* approach that allows them to bypass long-standing problems of architecture and development\n-> *@sergeysova: Imagine-a develope... | JavaScript | MIT License | feature-sliced/documentation | review(i18n): self-reviewed (About, Intro and general fixes) | 1 | review | i18n |
711,597 | 24.08.2021 15:11:03 | -7,200 | 0e971e73489c8e1efcb331921787dc1bcdd269af | feat(job-queue-plugin): Set default concurrency | [
{
"change_type": "MODIFY",
"diff": "@@ -10,13 +10,14 @@ import {\nLogger,\nPaginatedList,\n} from '@vendure/core';\n-import Bull, { Processor, Queue, QueueScheduler, Worker } from 'bullmq';\n+import Bull, { Processor, Queue, QueueScheduler, Worker, WorkerOptions } from 'bullmq';\nimport { ALL_JOB_TYPES, BUL... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(job-queue-plugin): Set default concurrency | 1 | feat | job-queue-plugin |
127,946 | 24.08.2021 15:12:08 | -10,800 | ba1346d88477b5783c2970479bba3f5abae46a94 | fix(ci): publish for build_docs_and_push | [
{
"change_type": "MODIFY",
"diff": "@@ -233,28 +233,29 @@ workflows:\n- dependencies\n- build\n- - build_docs_and_push:\n+ - publish:\ncontext: global\nfilters:\nbranches:\n- only:\n- - develop\n- - master\n+ only: master\nrequires:\n- dependencies\n- build\n- lint\n- - build_storybook\n- - publish:\n+ - bu... | TypeScript | MIT License | coingaming/moon-design | fix(ci): publish for build_docs_and_push | 1 | fix | ci |
730,431 | 24.08.2021 15:15:02 | 14,400 | 0a92bd9791cf5e47ca253b5591a6ded07f3fd86e | test(widget-space): test for startCall | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,27 @@ describe('Space Widget Startup Settings Tests', () => {\n});\n});\n+ describe('startCall', () => {\n+ it.skip('call is placed after startCall is set to true', () => {\n+ browserLocal.execute((localAccessToken, localToPersonId) => {\n+ const options = {\... | JavaScript | MIT License | webex/react-widgets | test(widget-space): test for startCall | 1 | test | widget-space |
217,237 | 24.08.2021 15:19:24 | -10,800 | d507f33dc3cf7f35f49cb2e95a1d86d6e265562b | review(i18n): self-reviewed (Reference and general fixes) | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ sidebar_label: Knowledge types\n# Types of knowledge in the project\n-In any project, the following \"types of knowledge\"can be distinguished\n+In any project, you can distinguish certain types of knowledge\n## Fundamental knowledge\n",
"new_path": "w... | JavaScript | MIT License | feature-sliced/documentation | review(i18n): self-reviewed (Reference and general fixes) | 1 | review | i18n |
217,237 | 24.08.2021 15:25:07 | -10,800 | 1be0b9ce280da6bb0c700800b3583d43263420bc | hotchore(CI): set timeout for gh-actions | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ on:\njobs:\ndeploy:\nruns-on: ubuntu-18.04\n+ timeout-minutes: 10\nenv:\nALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}\n",
"new_path": ".github/workflows/deploy.yml",
"old_path": ".github/workflows/deploy.yml"
},
{
"change_type": "MODIFY",
"d... | JavaScript | MIT License | feature-sliced/documentation | hotchore(CI): set timeout for gh-actions | 1 | hotchore | CI |
217,237 | 24.08.2021 15:40:44 | -10,800 | f0d03071d0c7ae46744d130b94c83414729fc7c2 | chore(CI): temp increasing of timeout | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ on:\njobs:\ndeploy:\nruns-on: ubuntu-18.04\n- timeout-minutes: 10\n+ timeout-minutes: 15\nenv:\nALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}\n",
"new_path": ".github/workflows/deploy.yml",
"old_path": ".github/workflows/deploy.yml"
},
{
"change_... | JavaScript | MIT License | feature-sliced/documentation | chore(CI): temp increasing of timeout | 1 | chore | CI |
71,734 | 24.08.2021 15:47:49 | -3,600 | 305f683e86cca221705c0138572faa38043396eb | feat(lambda): nodejs14.x supports inline code
Cloudformation now supports Inline code for NodeJS14 runtime. Updating CDK to reflect that
*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": "@@ -77,7 +77,7 @@ export class Runtime {\n/**\n* The NodeJS 14.x runtime (nodejs14.x)\n*/\n- public static readonly NODEJS_14_X = new Runtime('nodejs14.x', RuntimeFamily.NODEJS, { supportsInlineCode: false });\n+ public static readonly NODEJS_14_X = new Runtime('nodejs14.... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(lambda): nodejs14.x supports inline code (#16131)
Cloudformation now supports Inline code for NodeJS14 runtime. Updating CDK to reflect that
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | lambda |
104,828 | 24.08.2021 15:53:11 | -7,200 | d0fc296e591797f352372cb711ca2e1b4bf0686c | fix(table): added function for i18n props itemsselected & itemselected
Modified table and componentUtilityFunctions.js to support functions and strings (for backwards compatibility) | [
{
"change_type": "MODIFY",
"diff": "@@ -412,8 +412,8 @@ export const defaultProps = (baseProps) => ({\ncloseMenuAria: 'Close menu',\nclearSelectionAria: 'Clear selection',\nbatchCancel: 'Cancel',\n- itemsSelected: 'items selected',\n- itemSelected: 'item selected',\n+ itemsSelected: (selectedCount) => `${se... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): added function for i18n props itemsselected & itemselected
Modified table and componentUtilityFunctions.js to support functions and strings (for backwards compatibility) | 1 | fix | table |
217,922 | 24.08.2021 16:06:17 | -7,200 | 0a498cbd2a0c700d14386fa34e7183603e83734c | feat(db): log tracking integration in fishing spot pages | [
{
"change_type": "MODIFY",
"diff": "<img *ngIf=\"!display.alarm.fishEyes\" [src]=\"display.alarm.type | nodeTypeIcon: true\" alt=\"\" class=\"node-type-icon\">\n<img *ngIf=\"display.alarm.fishEyes\" [src]=\"762 | statusIcon | xivapiIcon\" alt=\"\" class=\"node-type-icon fish-eyes\">\n</button>\n- <button *n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(db): log tracking integration in fishing spot pages | 1 | feat | db |
826,708 | 24.08.2021 16:14:40 | -7,200 | 8391f9ca457661eeea571414279a27fffec58c69 | fix: readme envsubst | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ to_git() {\nls -la \"${gitdir}\"\nrm \"${gitdir}/README.md\" || true\n- envsubst < \"${config/README.md}\" > \"${gitdir}/README.md\"\n+ envsubst < \"config/README.md\" > \"${gitdir}/README.md\"\n(cd \"${gitdir}\"; git add -A || true; (git commit -a -F- <... | C# | Apache License 2.0 | ory/sdk | fix: readme envsubst | 1 | fix | null |
141,560 | 24.08.2021 16:18:29 | -36,000 | 716d88b02395b89b1ea0201d8e2c45ff763ac48d | fix: Update IconButton component hover colour to match Heart UI kit | [
{
"change_type": "MODIFY",
"diff": "@@ -463,7 +463,7 @@ $caButton-verticalPaddingForm: calc(\n&:active,\n:global(.js-focus-visible) &:global(.focus-visible) {\ncolor: $color-blue-500;\n- background: $color-blue-100;\n+ background: $color-gray-200;\nborder-color: $border-borderless-border-color;\n}\n}\n",
... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: Update IconButton component hover colour to match Heart UI kit (#1888) | 1 | fix | null |
699,232 | 24.08.2021 16:23:49 | 25,200 | 30160725ecdb5a028f15a162c7a6806b7bc7b178 | chore(tokens): add an orange alias
chore(tokens): add text icon colors for status
chore(tokens): add changeset
chore(tokens): add text color icon tokens
chore(tokens): fix errors, alias value, snapshots | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/design-tokens': patch\n+'@twilio-paste/core': patch\n+---\n+\n+Added an alias for orange-65 and added the following text color tokens for icons:\n+\n+- color-text-icon-error -> red-60 (default) / red-40 (dark)\n+- color-text-icon-success -> green-70 (de... | TypeScript | MIT License | twilio-labs/paste | chore(tokens): add an orange alias
chore(tokens): add text icon colors for status
chore(tokens): add changeset
chore(tokens): add text color icon tokens
chore(tokens): fix errors, alias value, snapshots | 1 | chore | tokens |
276,986 | 24.08.2021 16:37:22 | 10,800 | 3a853742c6f4cbe97b2440c7f93e04184580f1ce | fix(icons): add native extension | [
{
"change_type": "ADD",
"diff": "+import Accessibility from './accessibility.svg';\n+import Accessible from './accessible.svg';\n+import AddBooking from './add_booking.svg';\n+import Add from './add.svg';\n+import AlertCircle from './alert_circle.svg';\n+import AlertTriangle from './alert_triangle.svg';\n+i... | JavaScript | MIT License | gympass/yoga | fix(icons): add native extension | 1 | fix | icons |
699,207 | 24.08.2021 16:57:25 | 25,200 | af3b1e558fc438352b47098d7d085d7eeffbfa51 | chore(button): link and destructive link should not be centered | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/button': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Button] All link variants should have left aligned text.\n",
"new_path": ".changeset/chilly-eggs-provide.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -130,10... | TypeScript | MIT License | twilio-labs/paste | chore(button): link and destructive link should not be centered (#1801) | 1 | chore | button |
276,986 | 24.08.2021 17:01:56 | 10,800 | 818a24cd3ec34750217a269e3a2a69a32b0e6b5d | fix(icons): allow UserFilledStar to have a dinamic color | [
{
"change_type": "MODIFY",
"diff": "-<svg width=\"22\" height=\"23\" viewBox=\"0 0 22 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n- <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.6791 2.06303C21.9876 2.08931 22.1126 2.46904 21.8787 2.66958L20.5938 3.7713L20.9779 5.40779C21.0479 5.70... | JavaScript | MIT License | gympass/yoga | fix(icons): allow UserFilledStar to have a dinamic color | 1 | fix | icons |
815,577 | 24.08.2021 17:24:39 | -28,800 | 06decf97ba3db82960db539ef6a2ec204a9204ed | test: test for chunk verify cycle calculation | [
{
"change_type": "MODIFY",
"diff": "use byteorder::{ByteOrder, LittleEndian};\n-use ckb_chain_spec::consensus::{TWO_IN_TWO_OUT_BYTES, TWO_IN_TWO_OUT_CYCLES, TYPE_ID_CODE_HASH};\n-use ckb_crypto::secp::{Generator, Privkey};\n+use ckb_chain_spec::consensus::{TWO_IN_TWO_OUT_CYCLES, TYPE_ID_CODE_HASH};\n+use ck... | Rust | MIT License | nervosnetwork/ckb | test: test for chunk verify cycle calculation | 1 | test | null |
71,652 | 24.08.2021 17:28:27 | -7,200 | 64019bbf090e156261feb626a5a4bd7ff4f26545 | feat(cognito): user pools - device tracking
fixes
This pull request adds the support of device configuration for Cognito user pools. [DeviceConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html)
*By submitting this pull request, I confirm ... | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,7 @@ This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aw\n- [Multi-factor Authentication](#multi-factor-authentication-mfa)\n- [Account Recovery Settings](#account-recovery-settings)\n- [Emails](#emails)\n+ - [Device Tracking](#de... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(cognito): user pools - device tracking (#16055)
fixes #15013
This pull request adds the support of device configuration for Cognito user pools. [DeviceConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html)
----
*By submittin... | 1 | feat | cognito |
826,708 | 24.08.2021 17:48:33 | -7,200 | 2e75b555ce70a955a13a5f835a62a7a44b11fcf1 | docs: add links to package repos | [
{
"change_type": "MODIFY",
"diff": "This is the official Ory ${PROJECT_UCF} SDK for ${lang}.\n+## Published on Package Managers\n+\n+This SDK is published for several popular languages on their respective package repositories:\n+\n+- [Dart (pub)](https://pub.dev/packages/${DART_PUB_NAME})\n+- [.NET (nuget)]... | C# | Apache License 2.0 | ory/sdk | docs: add links to package repos | 1 | docs | null |
386,584 | 24.08.2021 17:49:46 | -7,200 | c9ef4b93fadf3dfa9b01ffb43fbd0375706bcb25 | feat: Add support for v1, v3, v4 and v5 to the _uuid operator. | [
{
"change_type": "MODIFY",
"diff": "@@ -19,26 +19,18 @@ _ref:\npageId: _uuid\npageTitle: _uuid\nfilePath: operators/_uuid.yaml\n- types: |\n- ```\n- (void): string\n- ```\ndescription: |\nThe `_uuid` operator creates [UUIDs](https://en.wikipedia.org/wiki/Universally_unique_identifier). A UUID is a random id... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Add support for v1, v3, v4 and v5 to the _uuid operator. | 1 | feat | null |
730,428 | 24.08.2021 17:50:47 | 0 | 3919b3bf103c0da9790a8bd4981927c446b2e01b | chore(release): 0.24.0 [skip ci] | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+## [0.24.0](https://github.com/webex/react-widgets/compare/v0.23.0...v0.24.0) (2021-08-24)\n+\n... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.24.0 [skip ci] | 1 | chore | release |
73,317 | 24.08.2021 18:03:21 | -7,200 | a4ed9a851964038a884d1ebb09e2a347f0389c38 | feat: type system hint
Using the hint allows any interface to always be treated as a struct (as
long as all it's properties are readonly and it has no methods) even if
it has an `I`-prefixed name. | [
{
"change_type": "MODIFY",
"diff": "@@ -5,4 +5,5 @@ nav:\n- quick-start\n- typescript-restrictions.md\n- configuration\n+ - hints.md\n- toolchain\n",
"new_path": "gh-pages/content/user-guides/lib-author/.pages.yml",
"old_path": "gh-pages/content/user-guides/lib-author/.pages.yml"
},
{
"chang... | TypeScript | Apache License 2.0 | aws/jsii | feat: @struct type system hint (#2965)
Using the hint allows any interface to always be treated as a struct (as
long as all it's properties are readonly and it has no methods) even if
it has an `I`-prefixed name. | 1 | feat | null |
386,595 | 24.08.2021 18:11:25 | -7,200 | 101d23a3f9f495549553ddecbd5420867e9023db | feat(renderer): Refactoring renderer and implementing onMount and onMountAsyc, closes | [
{
"change_type": "MODIFY",
"diff": "@@ -34,8 +34,11 @@ const Block = ({ methods }) => {\nremoteEntryUrl: `https://blocks-cdn.lowdefy.com/v${packageJson.version}/blocks-antd/remoteEntry.js`,\n},\n}}\n- Loading={''}\n- render={(Comp) => (\n+ >\n+ {(Comp) =>\n+ Comp === false ? (\n+ ''\n+ ) : (\n<Comp\nblockId... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(renderer): Refactoring renderer and implementing onMount and onMountAsyc, closes #778 | 1 | feat | renderer |
386,595 | 24.08.2021 18:11:47 | -7,200 | a3c698dde629b475a8d1858613f85a67c4ec13f6 | feat(docs): Add onMount and onMountAsync docs. | [
{
"change_type": "MODIFY",
"diff": "@@ -34,6 +34,9 @@ _ref:\n##### Block validation\n- Field level input validation can be achieved by marking a `input` block as `required` or by specifying a list of `validate` tests.\n- Validation is invoked using the [`Validate`](/Validate) action.\n+ ##### Block events\n... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(docs): Add onMount and onMountAsync docs. | 1 | feat | docs |
386,595 | 24.08.2021 18:12:16 | -7,200 | 1e689d2cf27d9d94c1202bd4f716369b7aea8313 | fix(docs): Add basic full example for AxiosHttp. | [
{
"change_type": "MODIFY",
"diff": "@@ -81,6 +81,45 @@ _ref:\nProperties for a AxiosHttp can be set on either the connection, the request, or both. However, both a connection and request need to be defined.\n+ ###### A basic full example requesting data from https://jsonplaceholder.typicode.com\n+\n+ ```yam... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Add basic full example for AxiosHttp. | 1 | fix | docs |
366,946 | 24.08.2021 18:40:11 | -32,400 | 8076aea547315b04e573d29717db6c01b4ea6a40 | chore: fix outline of `AccordionPanel` not to be rounded | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,6 @@ import { AccordionPanelItemContext } from './AccordionPanelItem'\nimport { useClassNames } from './useClassNames'\nimport { Heading, HeadingTagTypes, HeadingTypes } from '../Heading'\nimport { FaCaretRightIcon, FaCaretUpIcon } from '../Icon'\n-import { rad... | TypeScript | MIT License | kufu/smarthr-ui | chore: fix outline of `AccordionPanel` not to be rounded (#1824) | 1 | chore | null |
815,601 | 24.08.2021 19:02:25 | -28,800 | ab6606f6f82316bccd1d4258a61ceb960d0236e2 | fix: snapshot current cycles | [
{
"change_type": "MODIFY",
"diff": "@@ -273,13 +273,18 @@ impl TryFrom<TransactionState<'_>> for TransactionSnapshot {\n} = state;\n// we should not capture snapshot if load program failed by exceeded cycles\n- let snap =\n- if vm.program_loaded {\n+ let (snap, current_cycles) = if vm.program_loaded {\n+ le... | Rust | MIT License | nervosnetwork/ckb | fix: snapshot current cycles | 1 | fix | null |
815,598 | 24.08.2021 19:27:56 | -28,800 | 2f99cbd44d1d54e4df3414c6e44703e3637f8303 | chore: override nightly toolchain in coverage workflow
Fix the error that grcov could not find llvm-profdata: | [
{
"change_type": "MODIFY",
"diff": "@@ -13,10 +13,11 @@ jobs:\nif: |\ngithub.repository_owner == 'nervosnetwork'\nsteps:\n- - name: install nightly\n- run: |\n- rustup toolchain list | { grep 'nightly' || rustup install nightly; }\n- uses: actions/checkout@v2\n+ - uses: actions-rs/toolchain@v1\n+ with:\n+ t... | Rust | MIT License | nervosnetwork/ckb | chore: override nightly toolchain in coverage workflow
Fix the error that grcov could not find llvm-profdata: https://github.com/nervosnetwork/ckb/runs/3377259782?check_suite_focus=true#step:4:1946 | 1 | chore | null |
71,080 | 24.08.2021 20:16:53 | 14,400 | e547ba0d1491af0abe703132fa06fe786ffd7070 | feat(cloudwatch): add support for cross-account alarms
Allows `accountId` to be specified in a CloudWatch Alarm. This opens up the ability to create cross-account alarms, which was just [announced](https://aws.amazon.com/about-aws/whats-new/2021/08/announcing-amazon-cloudwatch-cross-account-alarms/).
closes
*By submitt... | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,8 @@ represents the amount of errors reported by that Lambda function:\nconst errors = fn.metricErrors();\n```\n+`Metric` objects can be account and region aware. You can specify `account` and `region` as properties of the metric, or use the `metric.attachTo(... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(cloudwatch): add support for cross-account alarms (#16007)
Allows `accountId` to be specified in a CloudWatch Alarm. This opens up the ability to create cross-account alarms, which was just [announced](https://aws.amazon.com/about-aws/whats-new/2021/08/announcing-amazon-cloudwatch-cross-account-alarms/).
close... | 1 | feat | cloudwatch |
730,428 | 24.08.2021 20:37:05 | 0 | e62413986bbcc632b47cb5f8266630d848e3c91e | chore(release): 0.25.0 [skip ci] | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+## [0.25.0](https://github.com/webex/react-widgets/compare/v0.24.0...v0.25.0) (2021-08-24)\n+\n... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.25.0 [skip ci] | 1 | chore | release |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.