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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
777,353 | 14.02.2022 13:08:32 | 21,600 | 0edf93b7e83993c25865e32cb9eb9dace330ee5d | test: write SelectFilter tests | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ export const Default = (): React.ReactNode => {\nplaceholder={text('Placeholder', 'Pick an option')}>\n{new Array(count).fill(null).map((v, index) => (\n<Option key={index} value={String.fromCharCode(65 + index)}>\n- Option {String.fromCharCode(65 + inde... | Python | Apache License 2.0 | determined-ai/determined | test: write SelectFilter tests [DET-6663] (#3596) | 1 | test | null |
104,826 | 14.02.2022 13:14:17 | 10,800 | a136a8128ebdfb540a00d737497f4ec900cb3fe1 | fix(IdleTimer): Changes per PR feedbacks. | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,7 @@ class IdleTimer {\nstartIdleUserDetectionInterval() {\n// Push the cookie forward by this.TIMEOUT\n- this.updateUserInactivityTimeout();\n+ this.updateUserInactivityTimeoutCookie();\n// Reset the countdown\nthis.countdown = this.COUNTDOWN_START;\n// Make... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(IdleTimer): Changes per PR feedbacks. | 1 | fix | IdleTimer |
847,143 | 14.02.2022 13:16:58 | -28,800 | 4d7c292f7d3d9420ad76c2f45895e27c714301ba | fix(theme): fix sidebar group link | [
{
"change_type": "MODIFY",
"diff": "import { usePageData, usePageFrontmatter } from \"@vuepress/client\";\n-import { isArray, isPlainObject, isString } from \"@vuepress/shared\";\n+import {\n+ isArray,\n+ isLinkExternal,\n+ isPlainObject,\n+ isString,\n+} from \"@vuepress/shared\";\nimport { useRoute } from... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(theme): fix sidebar group link | 1 | fix | theme |
277,286 | 14.02.2022 13:36:15 | -3,600 | ff51955c5607e9058df9dc7cfa091e2039d44148 | fix: Set Algolia crawler secrets as explicit env vars/ | [
{
"change_type": "MODIFY",
"diff": "@@ -87,3 +87,8 @@ jobs:\nrun: |\nmake publish-website\ncurl -X POST -H \"Content-Type: application/json\" --user $ALGOLIA_CRAWLER_USER_ID:$ALGOLIA_CRAWLER_API_KEY https://crawler.algolia.com/api/1/crawlers/$ALGOLIA_CRAWLER_ID/reindex\n+ env:\n+ ALGOLIA_CRAWLER_API_KEY: ${... | Python | Apache License 2.0 | h2oai/wave | fix: Set Algolia crawler secrets as explicit env vars/ | 1 | fix | null |
841,488 | 14.02.2022 13:41:43 | -28,800 | f1c7394d10d624009549ec24de8c79b08594cfd4 | fix(es/compat): Apply `new.target` before `classes` | [
{
"change_type": "MODIFY",
"diff": "@@ -56,6 +56,13 @@ function _inherits(subClass, superClass) {\n});\nif (superClass) _setPrototypeOf(subClass, superClass);\n}\n+function _instanceof(left, right) {\n+ if (right != null && typeof Symbol !== \"undefined\" && right[Symbol.hasInstance]) {\n+ return right[Symb... | Rust | Apache License 2.0 | swc-project/swc | fix(es/compat): Apply `new.target` before `classes` (#3555) | 1 | fix | es/compat |
104,826 | 14.02.2022 13:55:38 | 10,800 | 4939de0260c431c02896d701d7477ba7a404a682 | fix(IdleTimer): Removing an unused method in IdlerTimer. | [
{
"change_type": "MODIFY",
"diff": "@@ -62,17 +62,6 @@ class IdleTimer {\n}, this.COOKIE_CHECK_INTERVAL);\n}\n- getUserInactivityTimeout() {\n- // Read the inactivity timeout cookie\n- return parseInt(\n- document.cookie.split('; ').reduce((r, v) => {\n- const parts = v.split('=');\n- return parts[0] === th... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(IdleTimer): Removing an unused method in IdlerTimer. | 1 | fix | IdleTimer |
277,286 | 14.02.2022 14:00:39 | -3,600 | ca3df31e44c3f8cc4573677df285c550d2e69e8b | ci: Publish PyCharm plugin during release job. | [
{
"change_type": "MODIFY",
"diff": "@@ -92,3 +92,20 @@ jobs:\nALGOLIA_CRAWLER_ID: ${{ secrets.ALGOLIA_CRAWLER_ID }}\nALGOLIA_CRAWLER_USER_ID: ${{ secrets.ALGOLIA_CRAWLER_USER_ID }}\n+\n+ # Needed for PyCharm plugin publish.\n+ - name: Setup Java\n+ uses: actions/setup-java@v2\n+ with:\n+ distribution: zulu\... | Python | Apache License 2.0 | h2oai/wave | ci: Publish PyCharm plugin during release job. | 1 | ci | null |
915,307 | 14.02.2022 14:07:31 | -19,080 | 36c042dc5e7fc7c5c72a0115b41181264224917c | ci: init GitHub Actions CI for Ory Oathkeeper | [
{
"change_type": "MODIFY",
"diff": "@@ -13,11 +13,191 @@ concurrency:\ncancel-in-progress: true\njobs:\n+ sdk-generate:\n+ name: Generate SDKs\n+ runs-on: ubuntu-latest\n+ outputs:\n+ sdk-cache-key: ${{ steps.sdk-generate.outputs.sdk-cache-key }}\n+ steps:\n+ - uses: ory/ci/sdk/generate@master\n+ with:\n+ t... | Go | Apache License 2.0 | ory/oathkeeper | ci: init GitHub Actions CI for Ory Oathkeeper | 1 | ci | null |
438,921 | 14.02.2022 14:11:08 | -32,400 | 3911bff66e488d8d1ac9ce46a0b99688c021b456 | chore(deps-dev): update dependency
update dependencies to the latest | [
{
"change_type": "MODIFY",
"diff": "\"@babel/preset-typescript\": \"^7.16.7\",\n\"@babel/runtime\": \"^7.17.2\",\n\"@commitlint/cli\": \"^15.0.0\",\n- \"@commitlint/config-conventional\": \"^16.0.0\",\n+ \"@commitlint/config-conventional\": \"^16.2.1\",\n\"@rollup/plugin-babel\": \"^5.3.0\",\n\"@rollup/plug... | TypeScript | MIT License | naver/billboard.js | chore(deps-dev): update dependency (#2548)
update dependencies to the latest | 1 | chore | deps-dev |
277,007 | 14.02.2022 14:21:11 | 10,800 | a4df3c627d5c36271b12b6cceb8ed5fad04085fd | test(snackbar): add new required prop on tests | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ describe('<Snackbar />', () => {\nit('should match snapshot', () => {\nconst { container } = render(\n<ThemeProvider>\n- <Snackbar open message=\"Make wellbeing universal\" />\n+ <Snackbar open message=\"Make wellbeing universal\" onClose={jest.fn()} />\n<... | JavaScript | MIT License | gympass/yoga | test(snackbar): add new required prop on tests | 1 | test | snackbar |
265,942 | 14.02.2022 14:27:23 | 18,000 | 6ce9a2a0bb12a58d2662dc1342f1a8b3e929a16e | chore: fix linter problem with implicit returns | [
{
"change_type": "MODIFY",
"diff": "@@ -421,6 +421,7 @@ export class Upload extends Pumpify {\n}\nthis.set({uri});\nthis.startUploading();\n+ return;\n});\n}\n});\n@@ -1031,6 +1032,7 @@ export class Upload extends Pumpify {\n}\nthis.set({uri});\nthis.startUploading();\n+ return;\n});\n}\n",
"new_path": ... | TypeScript | Apache License 2.0 | googleapis/nodejs-storage | chore: fix linter problem with implicit returns (#1784) | 1 | chore | null |
679,913 | 14.02.2022 14:33:07 | -3,600 | 7dd89cbb1193b9d1d6b06fa026d5f76077a46f6d | feat(examples): rewrite xmlconv CLI to use | [
{
"change_type": "MODIFY",
"diff": "-#!/usr/bin/env node\n-\n-const fs = require(\"fs\");\n-const path = require(\"path\");\n-const program = require(\"commander\");\n-const package = require(\"../package.json\");\n-const convert = require(\"./convert\");\n-const format = require(\"./format\");\n-const util... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): rewrite xmlconv CLI to use @thi.ng/args | 1 | feat | examples |
104,826 | 14.02.2022 14:41:43 | 10,800 | 5f1abce1d43f9c628d64e856a3e05dd34fef63e5 | fix(IdleTimer): Adding an extra callback to IdleTimer that is fired when the user inactivity timeout cookie is cleared in some other tab.
Listening for the onCookieCleared callback in IdleTimeoutConfirmationDialog to redirect to the inactivity logout page. | [
{
"change_type": "MODIFY",
"diff": "@@ -108,6 +108,15 @@ const IdleLogoutConfirmationModal = ({\nwindow.location.href = routes.logoutInactivity;\n}\n},\n+ onCookieCleared: async () => {\n+ const result = await onRouteChange(\n+ SUITE_HEADER_ROUTE_TYPES.LOGOUT,\n+ routes.logoutInactivity\n+ );\n+ if (result)... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(IdleTimer): Adding an extra callback to IdleTimer that is fired when the user inactivity timeout cookie is cleared in some other tab.
Listening for the onCookieCleared callback in IdleTimeoutConfirmationDialog to redirect to the inactivity logout page. | 1 | fix | IdleTimer |
841,488 | 14.02.2022 14:44:33 | -28,800 | 45b44b088cf0c0964232b66bb4b7b5f9e539623d | fix(es/compat): Handle arrow parameters in class fields | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,7 @@ struct Params {\n/// transform an arrow expression to a function expression.\nhoister: FnEnvHoister,\nin_subclass: bool,\n+ in_prop: bool,\nc: Config,\n}\n@@ -394,6 +395,25 @@ impl Params {\nimpl VisitMut for Params {\nnoop_visit_mut_type!();\n+ // gener... | Rust | Apache License 2.0 | swc-project/swc | fix(es/compat): Handle arrow parameters in class fields (#3556) | 1 | fix | es/compat |
791,370 | 14.02.2022 14:45:37 | 25,200 | dcab7c4a98ebecfef1f75ec5bddfd7782b28a7c5 | feat(spanner): add better version metadata to calls
This new version file will automatically be maintained by release-please.
We just landed a similar change in storage recently in This
will be rolling out to all modules soon.
Fixes:
Updates: | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ import (\n\"cloud.google.com/go/internal/trace\"\nvkit \"cloud.google.com/go/spanner/apiv1\"\n+ \"cloud.google.com/go/spanner/internal\"\n\"google.golang.org/api/option\"\n\"google.golang.org/api/option/internaloption\"\ngtransport \"google.golang.org/ap... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(spanner): add better version metadata to calls (#5515)
This new version file will automatically be maintained by release-please.
We just landed a similar change in storage recently in #5507. This
will be rolling out to all modules soon.
Fixes: #5515
Updates: #2749 | 1 | feat | spanner |
277,007 | 14.02.2022 14:49:20 | 10,800 | 70b2975b75c3e0f80067b6c59f050a8a33d8f163 | docs(snackbar): doc: adjust examples | [
{
"change_type": "MODIFY",
"diff": "@@ -134,6 +134,7 @@ render(() => {\nmessage=\"We are making wellbeing universal.\"\nduration={4000}\nonClose={handleOnClose}\n+ hideCloseButton\n/>\n</>\n);\n",
"new_path": "packages/doc/content/components/components/snackbar/index.mdx",
"old_path": "packages/doc/... | JavaScript | MIT License | gympass/yoga | docs(snackbar): doc: adjust examples | 1 | docs | snackbar |
386,595 | 14.02.2022 14:57:39 | -7,200 | 02f3c77a0d8bc386c54866c7ecbf256c97851f0c | chore: Fix pnp and lock file. | [
{
"change_type": "MODIFY",
"diff": "@@ -3490,18 +3490,12 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/server\", \"workspace:packages/server\"],\n[\"@lowdefy/api\", \"workspace:packages/api\"],\n[\"@lowdefy/block-utils\", \"workspace:packages/utils/block-utils\"],\n- [\"@lowdefy/bl... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Fix pnp and lock file. | 1 | chore | null |
777,369 | 14.02.2022 15:00:38 | 25,200 | 296c374db09bf875e5758a8a7558be604f3ac076 | chore: adding a limit to task endpoints by type | [
{
"change_type": "MODIFY",
"diff": "@@ -586,6 +586,8 @@ export const postModelVersion: Service.DetApi<\n/* Tasks */\n+const TASK_LIMIT = 1000;\n+\nexport const getCommands: Service.DetApi<\nService.GetCommandsParams, Api.V1GetCommandsResponse, Type.CommandTask[]\n> = {\n@@ -596,7 +598,7 @@ export const getC... | Python | Apache License 2.0 | determined-ai/determined | chore: adding a limit to task endpoints by type (#3604) | 1 | chore | null |
847,143 | 14.02.2022 15:06:48 | -28,800 | ed8197b75b252e4756647b408811b4078ac7689c | refactor: update exposed api | [
{
"change_type": "MODIFY",
"diff": "@@ -33,4 +33,4 @@ export const addThisPlugin: Plugin<AddThisOptions> = (options) => {\nexport const addThis = (\noptions: AddThisOptions | false\n-): PluginConfig<AddThisOptions> => [addThisPlugin, options];\n+): PluginConfig<AddThisOptions> => [\"add-this\", options];\n"... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | refactor: update exposed api | 1 | refactor | null |
847,143 | 14.02.2022 15:12:23 | -28,800 | 23f2d2253b49188718bc91174b8118f9b8673375 | fix(theme): fix active header link plugin | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ export const resolveActiveHeaderLinksOptions = (\nif (activeHeaderLinks === false) return false;\nreturn {\n- headerLinkSelector: \".sidebar-link\",\n+ headerLinkSelector: \".sidebar-link, .toc-link\",\nheaderAnchorSelector: \".header-anchor\",\n};\n};\n",... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(theme): fix active header link plugin | 1 | fix | theme |
847,143 | 14.02.2022 15:20:26 | -28,800 | 46451875887d5cc1fc7166d10f6fce1e99c810d7 | feat(theme): update options | [
{
"change_type": "MODIFY",
"diff": "@@ -119,7 +119,7 @@ export default defineComponent({\n\"hide-navbar\": hideNavbar.value,\n\"sidebar-open\": isSidebarOpen.value,\n},\n- frontmatter.value.pageClass || \"\",\n+ frontmatter.value.containerClass || \"\",\n]);\n/** Get scroll distance */\n",
"new_path": "... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat(theme): update options | 1 | feat | theme |
756,043 | 14.02.2022 15:24:46 | 28,800 | fdea2c05cbe8655ad6d29f0f206bbd09e2b75db9 | refactor: parameterize Amount type | [
{
"change_type": "MODIFY",
"diff": "*/\n/**\n- * @typedef {Object} Amount\n+ * @template {AmountValue} [V=AmountValue]\n+ * @typedef {object} Amount\n* Amounts are descriptions of digital assets, answering the questions\n* \"how much\" and \"of what kind\". Amounts are values labeled with a brand.\n* Amount... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: parameterize Amount type | 1 | refactor | null |
847,143 | 14.02.2022 15:26:31 | -28,800 | 92ff9237e028269bc427004e7ce194ea9ec329ef | feat(theme): update home frontmatter options | [
{
"change_type": "MODIFY",
"diff": "@@ -26,10 +26,10 @@ export default defineComponent({\nreturn withBase(frontmatter.value.heroImage);\n});\n- const darkHeroImage = computed(() => {\n- if (!frontmatter.value.darkHeroImage) return null;\n+ const heroImageDark = computed(() => {\n+ if (!frontmatter.value.her... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat(theme): update home frontmatter options | 1 | feat | theme |
915,035 | 14.02.2022 15:31:00 | -3,600 | 4c91a393c9c8bee50557a21b12b01923c874ff14 | fix: comply with new fosite persister interface | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ require (\ngithub.com/oleiade/reflections v1.0.1\ngithub.com/olekukonko/tablewriter v0.0.1\ngithub.com/ory/analytics-go/v4 v4.0.2\n- github.com/ory/fosite v0.40.3-0.20211013150831-5027277a8297\n+ github.com/ory/fosite v0.42.1\ngithub.com/ory/go-acc v0.2.... | Go | Apache License 2.0 | ory/hydra | fix: comply with new fosite persister interface (#2990) | 1 | fix | null |
756,043 | 14.02.2022 15:38:59 | 28,800 | 201b09ea374bbf07d2ba677e3061cf89948d3dff | refactor: move AmountMath method definitions inline | [
{
"change_type": "MODIFY",
"diff": "@@ -173,8 +173,23 @@ const coerceLR = (h, leftAmount, rightAmount) => {\nreturn [h.doCoerce(leftAmount.value), h.doCoerce(rightAmount.value)];\n};\n-/** @type {AmountMath} */\n+/**\n+ * Logic for manipulating amounts.\n+ *\n+ * Amounts are the canonical description of tra... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: move AmountMath method definitions inline | 1 | refactor | null |
667,676 | 14.02.2022 15:44:29 | -28,800 | c33d7fdc6ad8fdba70f44f1c443456ce2805e79a | fix(core): fix dynamicLoad bug | [
{
"change_type": "MODIFY",
"diff": "@@ -206,13 +206,12 @@ class JSCCtxValue : public CtxValue {\n: context_(context), value_(value) {\nJSValueProtect(context_, value_);\n}\n-\n~JSCCtxValue() { JSValueUnprotect(context_, value_); }\n+ JSCCtxValue(const JSCCtxValue&) = delete;\n+ JSCCtxValue &operator=(const ... | C++ | Apache License 2.0 | tencent/hippy | fix(core): fix dynamicLoad bug | 1 | fix | core |
756,043 | 14.02.2022 15:45:25 | 28,800 | b9baeb02c5f34c134173d9fe0055f96fd56fa191 | refactor: parameterize AmountMath methods | [
{
"change_type": "MODIFY",
"diff": "@@ -84,19 +84,31 @@ const helpers = {\ncopyBag: copyBagMathHelpers,\n};\n-/** @type {(value: AmountValue) => AssetKind} */\n+/**\n+ * @template {AmountValue} V\n+ * @type {(value: V) =>\n+ * V extends NatValue ? 'nat' :\n+ * V extends SetValue ? 'set' :\n+ * V extends Cop... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: parameterize AmountMath methods | 1 | refactor | null |
791,370 | 14.02.2022 16:02:16 | 25,200 | eeac5c245fac73b60e256a890855e682ac733b17 | chore: update recommender
With some of the automation changes last week this change was lost
from
Changes:
feat(recommender): Sustainability Projection
Incorporate above new features, as well as update .bazel files.
Source-Link: | [
{
"change_type": "MODIFY",
"diff": "@@ -88,7 +88,7 @@ import (\ntype clientHookParams struct{}\ntype clientHook func(context.Context, clientHookParams) ([]option.ClientOption, error)\n-const versionClient = \"20220207\"\n+const versionClient = \"20220214\"\nfunc insertMetadata(ctx context.Context, mds ...me... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore: update recommender (#5653)
With some of the automation changes last week this change was lost
from #758.
Changes:
feat(recommender): Sustainability Projection
Incorporate above new features, as well as update .bazel files.
PiperOrigin-RevId: 427821134
Source-Link: https://github.com/googleapis/googleapis/commit/44d6bef0ca6db8bba3fb324c8186e694bcc4829c | 1 | chore | null |
311,096 | 14.02.2022 16:34:10 | -3,600 | a093544fdfc438ed03024285b2a35c5f645ea011 | fix(back-button, breadcrumb, item): flip chevron icons on RTL | [
{
"change_type": "MODIFY",
"diff": "@@ -121,7 +121,7 @@ export class BackButton implements ComponentInterface, ButtonInterface {\n}\nrender() {\n- const { color, defaultHref, disabled, type, hasIconOnly, backButtonIcon, backButtonText, inheritedAttributes } = this;\n+ const { color, defaultHref, disabled, t... | TypeScript | MIT License | ionic-team/ionic-framework | fix(back-button, breadcrumb, item): flip chevron icons on RTL (#24705) | 1 | fix | back-button, breadcrumb, item |
756,029 | 14.02.2022 16:53:59 | 28,800 | 84823eec817dac3f4c8f4b5e6605adc03694f8be | fix: Patch promise-kit | [
{
"change_type": "ADD",
"diff": "+diff --git a/node_modules/@endo/promise-kit/index.d.ts b/node_modules/@endo/promise-kit/index.d.ts\n+deleted file mode 100644\n+index 6f597a9..0000000\n+--- a/node_modules/@endo/promise-kit/index.d.ts\n++++ /dev/null\n+@@ -1 +0,0 @@\n+-export { makePromiseKit, isPromise } f... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: Patch promise-kit | 1 | fix | null |
756,029 | 14.02.2022 16:54:31 | 28,800 | 5e401b876f76d972b75ad9d0610b1789232447e4 | chore: Remove promise-kit CI workflow | [
{
"change_type": "MODIFY",
"diff": "@@ -198,8 +198,6 @@ jobs:\nrun: cd packages/import-manager && yarn test\n- name: yarn test (notifier)\nrun: cd packages/notifier && yarn test\n- - name: yarn test (promise-kit)\n- run: cd packages/promise-kit && yarn test\n- name: yarn test (same-structure)\nrun: cd packa... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: Remove promise-kit CI workflow | 1 | chore | null |
942,581 | 14.02.2022 17:02:22 | 25,200 | 7be6da05bfac53d9afffcc5c81514fa2b6789a24 | fix(tabs): Add back the extending bottom border
v6 removed an extra `div` in Tabs, but didn't change `margin` to `padding` in the single `div` element which caused a regression of the bottom border of the tablist.
[category:Components] | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,7 @@ export const TabsList = createComponent('div')({\nas={Element}\nposition=\"relative\"\nborderBottom={`1px solid ${commonColors.divider}`}\n- marginX=\"m\"\n+ paddingX=\"m\"\nspacing=\"xxxs\"\n{...props}\n>\n",
"new_path": "modules/react/tabs/lib/Tabs... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(tabs): Add back the extending bottom border (#1474)
v6 removed an extra `div` in Tabs, but didn't change `margin` to `padding` in the single `div` element which caused a regression of the bottom border of the tablist.
[category:Components] | 1 | fix | tabs |
711,597 | 14.02.2022 17:28:11 | -3,600 | 3a5859c87071aac2eaf64ff7c593623353065474 | docs(common): Remove outdated docs tag | [
{
"change_type": "MODIFY",
"diff": "@@ -264,8 +264,6 @@ export interface AdminUiConfig {\n/**\n* @description\n* An array of languages for which translations exist for the Admin UI.\n- *\n- * @default [LanguageCode.en, LanguageCode.es]\n*/\navailableLanguages: LanguageCode[];\n/**\n",
"new_path": "packa... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(common): Remove outdated docs tag | 1 | docs | common |
865,918 | 14.02.2022 17:32:08 | -3,600 | 28d2bb8c75c6c3337d9609d4e8fac9262a9b4e6e | fix(bpmn): unregister `commandStack.changed` listener
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -214,7 +214,11 @@ export class BpmnEditor extends CachedComponent {\nmodeler[fn]('minimap.toggle', this.handleMinimapToggle);\n+ if (fn === 'on') {\nmodeler[ fn ]('commandStack.changed', LOW_PRIORITY, this.handleLintingDebounced);\n+ } else if (fn === 'off') {\n+ model... | JavaScript | MIT License | camunda/camunda-modeler | fix(bpmn): unregister `commandStack.changed` listener
closes #2732 | 1 | fix | bpmn |
104,826 | 14.02.2022 18:08:24 | 10,800 | ae8a5357970445171f983c61cfab4610e5dd4a06 | fix(IdleTimer): Removing the method that deletes the cookie (it is not needed and may cause a bug)
Redirecting to routes.logout if cookie is cleared. | [
{
"change_type": "MODIFY",
"diff": "@@ -109,12 +109,9 @@ const IdleLogoutConfirmationModal = ({\n}\n},\nonCookieCleared: async () => {\n- const result = await onRouteChange(\n- SUITE_HEADER_ROUTE_TYPES.LOGOUT,\n- routes.logoutInactivity\n- );\n+ const result = await onRouteChange(SUITE_HEADER_ROUTE_TYPES.LO... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(IdleTimer): Removing the method that deletes the cookie (it is not needed and may cause a bug)
Redirecting to routes.logout if cookie is cleared. | 1 | fix | IdleTimer |
847,143 | 14.02.2022 18:29:31 | -28,800 | 93570dc80cd707654b6e75c9fc84b862bda5cb0d | feat: only use git plugin in production mode | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import {\nimport { useThemeLocaleData } from \"./themeData\";\nimport { resolveEditLink } from \"@theme-hope/utils\";\n+import type { GitContributor } from \"@vuepress/plugin-git\";\nimport type { ComputedRef } from \"vue\";\nimport type {\nAutoLink,\n@@ -... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat: only use git plugin in production mode | 1 | feat | null |
530,369 | 14.02.2022 18:37:47 | 18,000 | 7efb675ceabd4090d819abde5151888dde7aea79 | fix: mutable should be optional and not always true for render workflow
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": "@@ -558,7 +558,9 @@ export class NodeProject extends GitHubProject {\ncontainerImage: options.workflowContainerImage,\ngitIdentity: this.workflowGitIdentity,\nmutableBuild: options.mutableBuild,\n- preBuildSteps: this.renderWorkflowSetup({ mutable: true }),\n+ preBuildSte... | TypeScript | Apache License 2.0 | projen/projen | fix: mutable should be optional and not always true for render workflow (#1616)
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | fix | null |
679,913 | 14.02.2022 18:40:57 | -3,600 | 8a5a81ffcb49c767cf4eaf95cd3427cdf0345494 | fix(vectors): centered handling in standardize() | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ export const standardize = (\na: ReadonlyVec,\nisCentered = false\n) => {\n- out = isCentered ? center(out, a) : !out ? a : set(out, a);\n+ out = !isCentered ? center(out, a) : !out ? a : set(out, a);\nconst d = sd(out, true);\nreturn d > 0 ? mulN(null, ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(vectors): centered handling in standardize() | 1 | fix | vectors |
679,913 | 14.02.2022 18:42:56 | -3,600 | 5cc57953a182fa2c6894c2fe15b1f8edc72d5321 | feat(transducers): add mapA() helper | [
{
"change_type": "MODIFY",
"diff": "@@ -26,3 +26,11 @@ export function map<A, B>(fn: Fn<A, B>, src?: Iterable<A>): any {\nreturn compR(rfn, (acc, x: A) => r(acc, fn(x)));\n};\n}\n+\n+/**\n+ * Convenience wrapper for {@link map} to transform an iterable with given `fn`\n+ * and immediatedly collect results i... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(transducers): add mapA() helper | 1 | feat | transducers |
841,509 | 14.02.2022 18:58:44 | 28,800 | ad6f24ad83ed0086ab7f4e260800df598212be25 | build(*): Dedupe `once_cell` | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,7 @@ dashmap = \"4.0.2\"\neither = \"1\"\nindexmap = {version = \"1\", features = [\"serde\"]}\nlru = \"0.7.1\"\n-once_cell = \"1\"\n+once_cell = \"1.9.0\"\npathdiff = \"0.2.0\"\nregex = \"1\"\nserde = {version = \"1\", features = [\"derive\"]}\n",
"new_p... | Rust | Apache License 2.0 | swc-project/swc | build(*): Dedupe `once_cell` (#3567) | 1 | build | * |
847,143 | 14.02.2022 18:59:25 | -28,800 | c4339637eedd7992b388c1e2f4c1326fce7a717a | refactor(theme): remove necessary check | [
{
"change_type": "MODIFY",
"diff": "@@ -87,7 +87,7 @@ export const resolveArraySidebarItems = (\n: item.link\n? {\n...item,\n- ...(item.link && !isLinkExternal(item.link)\n+ ...(!isLinkExternal(item.link)\n? { link: useAutoLink(resolvePrefix(pathPrefix, item.link)).link }\n: {}),\n}\n",
"new_path": "pac... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | refactor(theme): remove necessary check | 1 | refactor | theme |
847,143 | 14.02.2022 19:02:23 | -28,800 | ca21b375e39ae8224cd35d36641c7c49fe1a1b2b | chore(components): fix rollup config | [
{
"change_type": "MODIFY",
"diff": "@@ -60,19 +60,19 @@ export default [\n],\ndtsExternal: [/\\.scss$/],\n}),\n- ...rollupTypescript(\"client/components/PageAnchor\", {\n+ ...rollupTypescript(\"client/components/Pagination\", {\nexternal: [\n\"@mr-hope/vuepress-shared/lib/client\",\n- \"@vuepress/client\",\... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | chore(components): fix rollup config | 1 | chore | components |
306,635 | 14.02.2022 19:03:14 | -19,080 | 4bee0cfb2662bc7a5b729edab337d391d9525551 | fix(docs): fix leftnav highlight on tab changes | [
{
"change_type": "MODIFY",
"diff": "@@ -17,17 +17,16 @@ const LeftNav = (props) => {\nconst [active, setActive] = React.useState();\nfunction getActiveNavItem() {\n- if (isBrowser && window.location.pathname && frontmatter.tabs) {\n-\n- const url = window.location.pathname.split('/');\n+ const pathName = wi... | TypeScript | MIT License | innovaccer/design-system | fix(docs): fix leftnav highlight on tab changes | 1 | fix | docs |
841,509 | 14.02.2022 19:05:09 | 28,800 | d6477a76cf088072f5355335f48413fbbc9310c7 | feat(plugin/runner): Improve resolver support for npm | [
{
"change_type": "MODIFY",
"diff": "@@ -3470,6 +3470,7 @@ dependencies = [\n\"swc_atoms\",\n\"swc_common\",\n\"swc_ecma_ast\",\n+ \"swc_ecma_loader\",\n\"swc_ecma_parser\",\n\"swc_ecma_visit\",\n\"testing\",\n",
"new_path": "Cargo.lock",
"old_path": "Cargo.lock"
},
{
"change_type": "MODIFY",... | Rust | Apache License 2.0 | swc-project/swc | feat(plugin/runner): Improve resolver support for npm (#3566) | 1 | feat | plugin/runner |
104,826 | 14.02.2022 19:09:53 | 10,800 | 566817359c46f453e53000b4edce6f90d9f40c1c | test(IdleLogoutConfirmationModal): Adding some more tests to increase coverage. | [
{
"change_type": "MODIFY",
"diff": "@@ -163,6 +163,30 @@ describe('IdleLogoutConfirmationModal', () => {\n});\nexpect(window.location.href).not.toBe(commonProps.routes.logoutInactivity);\n});\n+ it('user has logged out in another tab', async () => {\n+ render(<IdleLogoutConfirmationModal {...commonProps} on... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(IdleLogoutConfirmationModal): Adding some more tests to increase coverage. | 1 | test | IdleLogoutConfirmationModal |
847,143 | 14.02.2022 19:21:35 | -28,800 | 14287b3fbc34a694a472f2e0703d83f1d5df5307 | fix(components): fix rollup config | [
{
"change_type": "MODIFY",
"diff": "@@ -18,8 +18,8 @@ export default [\n\"@Badge\",\n\"@BreadCrumb\",\n\"@FullScreen\",\n- \"@PageAnchor\",\n\"@Pagination\",\n+ \"@TOC\",\n/\\.scss$/,\n],\ndtsExternal: [/\\.scss$/],\n",
"new_path": "packages/components/rollup.config.js",
"old_path": "packages/compon... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(components): fix rollup config | 1 | fix | components |
847,143 | 14.02.2022 19:23:40 | -28,800 | 0d902b5d6ad93d79cfe90ca4baaea5c5ce749054 | feat(theme): update feed option | [
{
"change_type": "MODIFY",
"diff": "@@ -7,8 +7,8 @@ export const resolveFeedOptions = (\n): FeedOptions | false => {\nif (options === false) return false;\n- // disable feed if `hostname` is not set and no options for feed plugin\n- if (!Object.keys(options || {}).length && !themeConfig.hostname) return fal... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat(theme): update feed option | 1 | feat | theme |
847,143 | 14.02.2022 19:32:48 | -28,800 | 4f96ec6bfa02248830002255e6e471a434d29ca0 | refactor(blog2): fix typos | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ By default, all the pages generated from Markdown files but not homepage will be\n### category\n-- Type: `BlogCategoryOptoins[]`\n+- Type: `BlogCategoryOptions[]`\nBlog category config, see [Blog Category Config](#blog-category-config)\n@@ -60,7 +60,7 @@... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | refactor(blog2): fix typos | 1 | refactor | blog2 |
841,421 | 14.02.2022 19:49:21 | -32,400 | b1fc7a9e3446240e4615a50517e4a13c50c05f4e | chore(ci): Add a bot for auto-rebasing | [
{
"change_type": "ADD",
"diff": "+name: SWC Bot\n+\n+on:\n+ push:\n+ branches:\n+ - main\n+ schedule:\n+ - cron: \"0,30 * * * *\"\n+\n+jobs:\n+ auto-rebase:\n+ name: Auto rebase\n+ runs-on: ubuntu-latest\n+ concurrency: swc-bot-auto-rebase\n+ steps:\n+ - uses: actions/checkout@v2\n+ with:\n+ repository: \"s... | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Add a bot for auto-rebasing (#3560) | 1 | chore | ci |
185,950 | 14.02.2022 20:32:10 | -3,600 | 82382b7ab309a90b25d8d1fe87a86ffd6e6bfe72 | fix: throw error when no supported Gist files | [
{
"change_type": "MODIFY",
"diff": "@@ -151,6 +151,14 @@ export class RemoteLoader {\n}\n}\n+ // If no files were populated into values, the Fiddle did not\n+ // contain any supported files. Throw an error to let the user know.\n+ if (Object.keys(values).length === 0) {\n+ throw new Error(\n+ 'This Gist did... | TypeScript | MIT License | electron/fiddle | fix: throw error when no supported Gist files (#972) | 1 | fix | null |
841,455 | 14.02.2022 20:55:52 | -10,800 | f9fda2743cb549d1af6b9bbb92155da3f60536c2 | feat(es/lints): Implement `no-empty-pattern` rule | [
{
"change_type": "ADD",
"diff": "+{\n+ \"jsc\": {\n+ \"lints\": {\n+ \"noEmptyPattern\": [\n+ \"error\"\n+ ]\n+ }\n+ }\n+}\n\\ No newline at end of file\n",
"new_path": "crates/swc/tests/errors/lints/no-empty-pattern/default/.swcrc",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+... | Rust | Apache License 2.0 | swc-project/swc | feat(es/lints): Implement `no-empty-pattern` rule (#3550) | 1 | feat | es/lints |
320,226 | 14.02.2022 21:02:51 | -3,600 | a146ea351db46e21553990f625a90dbdbd72f395 | chore(ldlc): add 3050 | [
{
"change_type": "MODIFY",
"diff": "@@ -41,6 +41,12 @@ export const Ldlc: Store = {\nseries: '3080',\nurl: 'https://www.ldlc.com/fr-be/fiche/PB00369299.html',\n},\n+ {\n+ brand: 'msi',\n+ model: 'ventus 2X (LHR)',\n+ series: '3050',\n+ url: 'https://www.ldlc.com/fiche/PB00480344.html',\n+ },\n{\nbrand: 'gig... | TypeScript | MIT License | jef/streetmerchant | chore(ldlc): add 3050 (#2948) | 1 | chore | ldlc |
841,421 | 14.02.2022 21:13:25 | -32,400 | 47a81bdb95e11e577afd35c854939151bb8bd668 | chore(ci): Remove useless tests from the matrix | [
{
"change_type": "MODIFY",
"diff": "@@ -75,101 +75,175 @@ jobs:\n- name: Run cargo check for all targets\nrun: cargo check --color always --all --all-targets\ntest:\n- name: Test\n- runs-on: ${{ matrix.os }}\n+ name: Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }}\n+ runs-on: ${{ matrix.sett... | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Remove useless tests from the matrix (#3561) | 1 | chore | ci |
71,744 | 14.02.2022 21:37:31 | -7,200 | 8c6777c904588f9b911d8b8a5d63a65ae1c7aad9 | feat(ec2): allow imdsv2 usage on bastion host
Allow user to use Instance Metadata Service Version 2 (IMDSv2) on Bastion Host.
*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": "@@ -97,6 +97,13 @@ export interface BastionHostLinuxProps {\n* @default - default options\n*/\nreadonly initOptions?: ApplyCloudFormationInitOptions;\n+\n+ /**\n+ * Whether IMDSv2 should be required on this instance\n+ *\n+ * @default - false\n+ */\n+ readonly requireImds... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(ec2): allow imdsv2 usage on bastion host (#18955)
Allow user to use Instance Metadata Service Version 2 (IMDSv2) on Bastion Host.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | ec2 |
713,832 | 14.02.2022 21:39:26 | -3,600 | 348580cad4de6aaa8f49f8e8a5f7dda342fcd74b | fix: restore dompurify dependency | [
{
"change_type": "ADD",
"diff": "+---\n+'@verdaccio/readme': patch\n+---\n+\n+fix: restore dompurify dependency\n",
"new_path": ".changeset/stupid-rings-protect.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "\"lib\"\n],\n\"dependencies\": {\n- \"dompurify\": \"^2.2.6\",\n+ ... | TypeScript | MIT License | verdaccio/monorepo | fix: restore dompurify dependency (#553) | 1 | fix | null |
847,143 | 14.02.2022 21:44:51 | -28,800 | d953ef5a5468073d7934cc396a982fb40779b637 | feat(seo2): refine options and update docs | [
{
"change_type": "MODIFY",
"diff": "@@ -29,18 +29,24 @@ export const seoPlugin: Plugin<SeoOptions> = (options, app) => {\npermalink: resolvePagePermalink(page),\n};\nconst { OGP, JSONLD } = generateSeo(options as SeoOptions, pageSeoInfo);\n- const metaContext: SeoContent = {\n- ...OGP,\n- ...(options.ogp ? ... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat(seo2): refine options and update docs | 1 | feat | seo2 |
713,832 | 14.02.2022 22:08:33 | -3,600 | e8e533edbdd49d259988e8deacd60d51d8cd181b | fix: downgrade jsdom | [
{
"change_type": "ADD",
"diff": "+---\n+'@verdaccio/readme': patch\n+---\n+\n+fix: downgrade jsdom to 15.2.1\n",
"new_path": ".changeset/tiny-rocks-grin.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "],\n\"dependencies\": {\n\"dompurify\": \"2.2.6\",\n- \"jsdom\": \"19.0.0\... | TypeScript | MIT License | verdaccio/monorepo | fix: downgrade jsdom (#555) | 1 | fix | null |
71,113 | 14.02.2022 22:19:48 | -7,200 | 90d7f02e49cfb59f5b39017b8ac12e5b75d15a6c | docs(ec2): Clarify `vpcName` documentation for VPC
Explain that VPC doesn't support providing a physical name
Related:
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -969,6 +969,8 @@ export interface VpcProps {\n/**\n* The VPC name.\n*\n+ * Since the VPC resource doesn't support providing a physical name, the value provided here will be recorded in the `Name` tag\n+ *\n* @default this.node.path\n*/\nreadonly vpcName?: string;\n",
... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(ec2): Clarify `vpcName` documentation for VPC (#18932)
Explain that VPC doesn't support providing a physical name
Related: https://github.com/aws/aws-cdk/issues/18912
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | docs | ec2 |
471,409 | 14.02.2022 22:40:02 | -7,200 | e47fcaa1a04de35b096f373f44abbf87ff4125f2 | fix(browser-extension-autoinjection): update eslint-plugin-json5 version to 0.1.4 | [
{
"change_type": "MODIFY",
"diff": "\"eslint-config-airbnb-base\": \"15.0.0\",\n\"eslint-plugin-header\": \"3.1.1\",\n\"eslint-plugin-import\": \"2.25.4\",\n- \"eslint-plugin-json5\": \"0.1.3\",\n+ \"eslint-plugin-json5\": \"0.1.4\",\n\"gts\": \"3.1.0\",\n\"html-webpack-plugin\": \"5.3.2\",\n\"jimp\": \"0.1... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | fix(browser-extension-autoinjection): update eslint-plugin-json5 version to 0.1.4 (#896) | 1 | fix | browser-extension-autoinjection |
847,143 | 14.02.2022 23:52:43 | -28,800 | 5ad3716e0c5df07aabbde0ce19f548dedd26eb80 | refactor: frontmatter options update | [
{
"change_type": "MODIFY",
"diff": "@@ -62,7 +62,7 @@ If your site has a lot of articles, you may consider this option to reduce feed\n!(\nfrontmatter.home ||\n!filePathRelative ||\n- frontmatter.isArticle === false ||\n+ frontmatter.article === false ||\nfrontmatter.feed === false\n);\n```\n",
"new_pat... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | refactor: frontmatter options update | 1 | refactor | null |
841,509 | 15.02.2022 00:03:17 | 28,800 | a96217feaa9fea72cf828f2ec02f0639b5dd1561 | feat(plugin): Add `PluginContext` | [
{
"change_type": "MODIFY",
"diff": "@@ -60,7 +60,11 @@ use swc_ecma_transforms_optimization::{inline_globals2, GlobalExprMap};\nuse swc_ecma_visit::{Fold, VisitMutWith};\nuse self::util::BoolOrObject;\n-use crate::{builder::PassBuilder, plugin::PluginConfig, SwcComments, SwcImportResolver};\n+use crate::{\n... | Rust | Apache License 2.0 | swc-project/swc | feat(plugin): Add `PluginContext` (#3568) | 1 | feat | plugin |
71,327 | 15.02.2022 01:01:13 | -3,600 | 3ba90881dab49f47220872e6e5afef3a7732ef13 | feat(rds): simpler way to configure parameters for instance and cluster
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": "@@ -527,6 +527,51 @@ new rds.OptionGroup(this, 'Options', {\n});\n```\n+## Parameter Groups\n+\n+Database parameters specify how the database is configured.\n+For example, database parameters can specify the amount of resources, such as memory, to allocate to a database.\... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(rds): simpler way to configure parameters for instance and cluster (#18126)
Fixes #18124
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | rds |
841,421 | 15.02.2022 02:12:32 | -32,400 | d3f1c4e6025722dbf5dcb493e5a60067b4227341 | chore: Fix auto-rebase script again | [
{
"change_type": "MODIFY",
"diff": "@@ -35,10 +35,11 @@ const repo = 'swc';\nconst pr = autoMergePrs[0];\n- await octokit.rest.repos.mergeUpstream({\n- owner: pr.head.repo.owner.login,\n- repo: pr.head.repo.name,\n- branch: pr.head.ref,\n+ await octokit.rest.pulls.updateBranch({\n+ owner,\n+ repo,\n+ pull_n... | Rust | Apache License 2.0 | swc-project/swc | chore: Fix auto-rebase script again | 1 | chore | null |
841,385 | 15.02.2022 06:33:54 | -10,800 | 3399702b735cebcf19855b01c5b884cb44e06653 | feat(css/ast): Use `SimpleBlock` for `@document` at-rule | [
{
"change_type": "MODIFY",
"diff": "use swc_common::{ast_node, Span};\n-use crate::{Function, Rule, Url};\n+use crate::{Function, SimpleBlock, Url};\n#[ast_node(\"DocumentRule\")]\npub struct DocumentRule {\npub span: Span,\npub matching_functions: Vec<DocumentRuleMatchingFunction>,\n- pub block: Vec<Rule>,... | Rust | Apache License 2.0 | swc-project/swc | feat(css/ast): Use `SimpleBlock` for `@document` at-rule (#3564) | 1 | feat | css/ast |
756,043 | 15.02.2022 06:59:33 | 28,800 | fa6235c6de4c6deecc5899f61bbb1131eeac0293 | refactor: treat all packages/* as workspaces | [
{
"change_type": "MODIFY",
"diff": "\"useWorkspaces\": true,\n\"workspaces\": [\n\"golang/cosmos\",\n- \"packages/assert\",\n- \"packages/import-manager\",\n- \"packages/sparse-ints\",\n- \"packages/store\",\n- \"packages/bundle-source\",\n- \"packages/import-bundle\",\n- \"packages/eventual-send\",\n- \"pa... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: treat all packages/* as workspaces | 1 | refactor | null |
277,286 | 15.02.2022 08:39:34 | -3,600 | 488424a19f9298ffd5cce27407549b3668f3b5bd | ci: Add global publish-pycharm make target. | [
{
"change_type": "MODIFY",
"diff": "@@ -104,8 +104,4 @@ jobs:\n- name: Publish Plugin\nenv:\nJETBRAINS_PUBLISH_TOKEN: ${{ secrets.JETBRAINS_PUBLISH_TOKEN }}\n- run: |\n- make generate\n- make test\n- make verify\n- ./gradlew publishPlugin\n+ run: make publish-pycharm\n",
"new_path": ".github/workflows/r... | Python | Apache License 2.0 | h2oai/wave | ci: Add global publish-pycharm make target. | 1 | ci | null |
791,394 | 15.02.2022 08:58:48 | -39,600 | ca5c332610fe31ad5ad7c0d45c8eeb5310de65bd | docs(pubsublite): more updates for regional topics
A few more outdated comments about zonal topics. | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,8 @@ To publish messages to a topic:\n[snip]:# (publish)\n```go\n// Create a PublisherClient for topic1 in zone us-central1-b.\n-// See https://cloud.google.com/pubsub/lite/docs/locations for available zones.\n+// See https://cloud.google.com/pubsub/lite/docs... | Go | Apache License 2.0 | googleapis/google-cloud-go | docs(pubsublite): more updates for regional topics (#5619)
A few more outdated comments about zonal topics. | 1 | docs | pubsublite |
865,918 | 15.02.2022 09:05:43 | -3,600 | ca0d1d8ea094fe48feedcd8c0fc8e88d4e3fcb9f | fix(cmmn): unsubscribe error handler correctly | [
{
"change_type": "MODIFY",
"diff": "@@ -121,8 +121,13 @@ export class CmmnEditor extends CachedComponent {\nmodeler[fn](event, this.handleChanged);\n});\n+ if (fn === 'on') {\nmodeler[fn]('error', 1500, this.handleError);\n}\n+ else if (fn === 'off') {\n+ modeler[fn]('error', this.handleError);\n+ }\n+ }\nu... | JavaScript | MIT License | camunda/camunda-modeler | fix(cmmn): unsubscribe error handler correctly | 1 | fix | cmmn |
791,394 | 15.02.2022 09:19:11 | -39,600 | 01564507f57829e7b68f5db3d94acc1ca2ddc90a | fix(pubsublite): use pubsublite internal version
Pass the version number in pubsublite/internal/version.go to the server in stream metadata. | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ import (\n\"google.golang.org/protobuf/types/known/structpb\"\nvkit \"cloud.google.com/go/pubsublite/apiv1\"\n+ pslinternal \"cloud.google.com/go/pubsublite/internal\"\ngax \"github.com/googleapis/gax-go/v2\"\n)\n@@ -261,10 +262,10 @@ func (pm pubsubMeta... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(pubsublite): use pubsublite internal version (#5618)
Pass the version number in pubsublite/internal/version.go to the server in stream metadata. | 1 | fix | pubsublite |
791,370 | 15.02.2022 09:48:33 | 25,200 | 29c7f79a5bd113fee664722e459301081929ee74 | chore: bulk release yoshi managed libs
All yoshi managed libs will be released as one PR. Modules owned
by other teams will continue to be seperate PRs. This will cut down
repo noise and cause less pressure on CI systems | [
{
"change_type": "MODIFY",
"diff": "@@ -7,3 +7,8 @@ branches:\nmanifest: true\nmanifestFile: .release-please-manifest-submodules.json\nmanifestConfig: release-please-config-submodules.json\n+ - branch: main\n+ handleGHRelease: true\n+ manifest: true\n+ manifestFile: .release-please-manifest-submodules.json\... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore: bulk release yoshi managed libs (#5655)
All yoshi managed libs will be released as one PR. Modules owned
by other teams will continue to be seperate PRs. This will cut down
repo noise and cause less pressure on CI systems | 1 | chore | null |
699,191 | 15.02.2022 09:53:33 | 28,800 | 9dfd67b48aad83d62920158f49334cac1d334a94 | chore: loosen eng lead review requirement to only core | [
{
"change_type": "MODIFY",
"diff": "-* @twilio-labs/design-system-eng-leads\n+* @twilio-labs/design-system-eng\n-# Paste core - round robin someone from the team and a lead for review\n-/packages/ @twilio-labs/design-systems-eng @twilio-labs/design-system-eng-leads\n+# Paste core - round robin someone from ... | TypeScript | MIT License | twilio-labs/paste | chore: loosen eng lead review requirement to only core (#2208) | 1 | chore | null |
739,261 | 15.02.2022 10:20:11 | -3,600 | 84e734270c0ee383f5e63914b0058430c0dc9744 | feat: allow to customize wui theme | [
{
"change_type": "MODIFY",
"diff": "@@ -107,18 +107,23 @@ If it doesn't work for you, check that the id of your react root is set to `root\nIn order to get your theme object typed with our theme, you have to override the default theme by adding this in a \"styled.d.ts\" file at the root of your project:\n``... | TypeScript | MIT License | wttj/welcome-ui | feat: allow to customize wui theme (#1023) | 1 | feat | null |
739,259 | 15.02.2022 10:20:36 | -3,600 | 8fc6a585e1e2ad97419d54df9a2e1f4b66253258 | fix: accept numbers for fontSizes & radius | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ export type ThemeRadii = {\nsm: string\nmd: string\nlg: string\n+ [key: number]: string;\n}\nexport const radii: ThemeRadii = { sm: '4px', md: '6px', lg: '10px' }\n",
"new_path": "packages/Core/theme/radii.ts",
"old_path": "packages/Core/theme/radi... | TypeScript | MIT License | wttj/welcome-ui | fix: accept numbers for fontSizes & radius (#1022) | 1 | fix | null |
739,265 | 15.02.2022 10:20:59 | -3,600 | 86b7c14c4e6684a52db48ef132991425e816026c | fix: timeIntervals prop not working properly | [
{
"change_type": "MODIFY",
"diff": "@@ -56,7 +56,9 @@ export const DatePicker = forwardRef<'input', DatePickerProps>(\n},\nref\n) => {\n- const formatDate = (date: string | number | Date) => getDate(date, 15)\n+ const timeIntervals = rest?.timeIntervals\n+ const formatDate = (date: string | number | Date) =... | TypeScript | MIT License | wttj/welcome-ui | fix: timeIntervals prop not working properly (#1016)
Signed-off-by: Paul-Xavier Ceccaldi <pix@wttj.co> | 1 | fix | null |
126,276 | 15.02.2022 10:22:16 | 10,800 | caddadad5e48a5cb7475e317a01d1aef91468ca9 | chore(embedded/tbtree): rebase non-indexed on kv syncthreshold | [
{
"change_type": "MODIFY",
"diff": "@@ -1213,9 +1213,10 @@ func (t *TBtree) IncreaseTs(ts uint64) error {\nt.root = root\n- t.insertionCount++\n+ t.insertionCountSinceFlush++\n+ t.insertionCountSinceSync++\n- if t.insertionCount >= t.flushThld {\n+ if t.insertionCountSinceFlush >= t.flushThld {\n_, _, err :... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/tbtree): rebase non-indexed on kv syncthreshold
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/tbtree |
730,451 | 15.02.2022 10:50:39 | 18,000 | 07b5e8b71db0a93a0bef0407a5a068459a83586c | fix(plugin-meetings): fix extmap config boolean | [
{
"change_type": "MODIFY",
"diff": "@@ -324,7 +324,7 @@ pc.setRemoteSessionDetails = (\nif (peerConnection.signalingState === SDP.HAVE_LOCAL_OFFER || (peerConnection.signalingState === SDP.STABLE && typeStr === SDP.OFFER)) {\nsdp = setStartBitrateOnRemoteSdp(sdp);\n- if (peerConnection.enableExtmap) {\n+ if... | JavaScript | MIT License | webex/webex-js-sdk | fix(plugin-meetings): fix extmap config boolean | 1 | fix | plugin-meetings |
667,664 | 15.02.2022 10:56:52 | -28,800 | 4aa5758104dfbba1431c3e6034ef22d9b44efbfc | feat(android): support remote non usb debug | [
{
"change_type": "MODIFY",
"diff": "@@ -36,11 +36,11 @@ public abstract class HippyEngineHost {\nContextHolder.initAppContext(mApplication);\n}\n- public HippyEngineManager createDebugHippyEngineManager(String debugJs) {\n+ public HippyEngineManager createDebugHippyEngineManager(String debugJs, String remot... | C++ | Apache License 2.0 | tencent/hippy | feat(android): support remote non usb debug | 1 | feat | android |
304,868 | 15.02.2022 11:06:26 | 25,200 | 45634dca6cd0107e20b1a412e1df9e0186d3217b | feat(test): add extra verbose level to dump AST of test
Print the entire AST of the test case post transform with -vvv | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,7 @@ import (\n\"github.com/influxdata/flux\"\n\"github.com/influxdata/flux/ast\"\n+ \"github.com/influxdata/flux/ast/astutil\"\n\"github.com/influxdata/flux/ast/testcase\"\n\"github.com/influxdata/flux/codes\"\n\"github.com/influxdata/flux/dependencies/files... | Go | MIT License | influxdata/flux | feat(test): add extra verbose level to dump AST of test (#4489)
Print the entire AST of the test case post transform with -vvv | 1 | feat | test |
304,868 | 15.02.2022 11:14:31 | 25,200 | 194fb3dcfe27994cea6ad740f2e3b3fd34ca14f2 | fix(schema): update tests to use explicit yield
Test that are extended need to use an explicit yield, these tests are
extended in order to validate their planner rules. | [
{
"change_type": "MODIFY",
"diff": "Binary files a/libflux/go/libflux/buildinfo.gen.go and b/libflux/go/libflux/buildinfo.gen.go differ\n",
"new_path": "libflux/go/libflux/buildinfo.gen.go",
"old_path": "libflux/go/libflux/buildinfo.gen.go"
},
{
"change_type": "MODIFY",
"diff": "@@ -497,... | Go | MIT License | influxdata/flux | fix(schema): update tests to use explicit yield (#4488)
Test that are extended need to use an explicit yield, these tests are
extended in order to validate their planner rules. | 1 | fix | schema |
791,323 | 15.02.2022 11:29:20 | 28,800 | 435f7574c26fa117011737ea1c0a8426eb910bfc | docs(pubsub): add emulator instructions to doc | [
{
"change_type": "MODIFY",
"diff": "@@ -136,5 +136,26 @@ Slow Message Processing\nFor use cases where message processing exceeds 30 minutes, we recommend using\nthe base client in a pull model, since long-lived streams are periodically killed\nby firewalls. See the example at https://godoc.org/cloud.google.... | Go | Apache License 2.0 | googleapis/google-cloud-go | docs(pubsub): add emulator instructions to doc (#5652) | 1 | docs | pubsub |
889,620 | 15.02.2022 11:35:15 | -28,800 | 052f3d38049ee0d9decd6eaff1f9a6f91a4c1cef | fix(webui): clearer item card display | [
{
"change_type": "MODIFY",
"diff": "class=\"link-underline text-truncate\"\nv-html=\"t.title\"\nstyle=\"display: block\"\n+ :class=\"i !== 0 ? 'font-weight-light' : ''\"\n/>\n</v-card-subtitle>\n</template>\n- <v-card-text class=\"px-2\" v-html=\"body\">\n+ <v-card-text class=\"px-2 font-weight-light\" v-ht... | Kotlin | MIT License | gotson/komga | fix(webui): clearer item card display | 1 | fix | webui |
504,030 | 15.02.2022 11:37:16 | 18,000 | f4f1ca105692d1f4ea5a3ae78e022e88f2a41173 | chore(Nav): Nav Drilldown example & demo | [
{
"change_type": "MODIFY",
"diff": "@@ -672,3 +672,8 @@ NavWithFlyout = () => {\n);\n};\n```\n+\n+### Drilldown\n+\n+```ts isBeta file=\"./NavDrilldown.tsx\"\n+```\n",
"new_path": "packages/react-core/src/components/Nav/examples/Nav.md",
"old_path": "packages/react-core/src/components/Nav/examples/N... | TypeScript | MIT License | patternfly/patternfly-react | chore(Nav): Nav Drilldown example & demo (#6875) | 1 | chore | Nav |
838,025 | 15.02.2022 11:54:18 | -10,800 | 9ee375063183c8e617eb66157e289c40d43c97c3 | docs: AccountSetNameInMenu is deprecated | [
{
"change_type": "MODIFY",
"diff": "@@ -141,6 +141,8 @@ func (vk *VK) AccountSetInfo(params Params) (response int, err error) {\n// AccountSetNameInMenu sets an application screen name\n// (up to 17 characters), that is shown to the user in the left menu.\n//\n+// Deprecated: This method is deprecated and m... | Go | MIT License | severecloud/vksdk | docs: AccountSetNameInMenu is deprecated | 1 | docs | null |
915,146 | 15.02.2022 11:54:33 | -19,080 | 067438f36ab102d4704cc90654eeff6eb03634a6 | ci: use ory/ci/checkout | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n- name: Checkout repository\n- uses: actions/checkout@v2\n+ uses: ory/ci/checkout@master\nwith:\n# We must fetch at least the immediate parents so that if this is\n# a pull request then we can checkout the head.\n@@... | Go | Apache License 2.0 | ory/hydra | ci: use ory/ci/checkout (#2991) | 1 | ci | null |
342,861 | 15.02.2022 11:57:04 | -3,600 | bc6ed45ac409e0424b5e93dfc9211640218e7805 | feat(NavigationBar): add hideOnScroll prop | [
{
"change_type": "MODIFY",
"diff": "@@ -27,4 +27,10 @@ export default {\n</Stack>\n</NavigationBar>\n),\n+ exampleKnobs: [\n+ {\n+ component: \"NavigationBar\",\n+ knobs: [{ name: \"hideOnScroll\", type: \"boolean\", defaultValue: true }],\n+ },\n+ ],\n};\n",
"new_path": "docs/src/__examples__/Navigatio... | JavaScript | MIT License | kiwicom/orbit | feat(NavigationBar): add hideOnScroll prop (#3282) | 1 | feat | NavigationBar |
847,143 | 15.02.2022 12:06:20 | -28,800 | de07a2aa044d04bccde8b0c96f80c0ca79d19a2e | feat(theme): refine encrypt options | [
{
"change_type": "MODIFY",
"diff": "@@ -18,8 +18,8 @@ export const useGlobalEcrypt = (): GlobalEncrypt => {\nconst globalToken = ref(\"\");\nconst isGlobalEncrypted = computed(() => {\n- if (options.value.status === \"global\" && options.value.global) {\n- const { global } = options.value;\n+ if (options.va... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat(theme): refine encrypt options | 1 | feat | theme |
104,826 | 15.02.2022 12:20:17 | 10,800 | 19db552c26a0f0795d985fe68cb4b127e5b4c6fb | fix(IdleTimer): Adding the `Secure;` property to the cookie, | [
{
"change_type": "MODIFY",
"diff": "@@ -80,7 +80,7 @@ class IdleTimer {\n// Write the inactivity timeout cookie\ndocument.cookie = `${this.COOKIE_NAME}=${encodeURIComponent(\ntimestamp\n- )};expires=${expires};path=/;domain=${this.COOKIE_DOMAIN};`;\n+ )};expires=${expires};path=/;domain=${this.COOKIE_DOMAIN... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(IdleTimer): Adding the `Secure;` property to the cookie, | 1 | fix | IdleTimer |
386,584 | 15.02.2022 12:31:08 | -7,200 | 46ad3c07982dacb481b1513750db19b55fe89382 | fix(engine): Reverted index based block id change in callMethod action test. | [
{
"change_type": "MODIFY",
"diff": "@@ -80,7 +80,7 @@ test('CallMethod with no args, synchronous method', async () => {\n{\nid: 'a',\ntype: 'CallMethod',\n- params: { blockId: 'block:root:textInput:0', method: 'blockMethod' },\n+ params: { blockId: 'textInput', method: 'blockMethod' },\n},\n],\n},\n@@ -161,... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(engine): Reverted index based block id change in callMethod action test. | 1 | fix | engine |
185,980 | 15.02.2022 12:31:56 | 25,200 | a6eadf927cfbd81c7967e4e7a261983de08c0837 | feat: use WCO on macOS | [
{
"change_type": "DELETE",
"diff": "-.darwin {\n- .chrome {\n- text-align: center;\n- background-color: @background-1;\n- border-bottom: @border;\n- -webkit-app-region: drag;\n- height: 24px;\n- font-size: 1.4rem;\n- line-height: 15px;\n-\n- small,\n- p,\n- span {\n- user-select: none;\n- }\n- }\n-\n- .big_... | TypeScript | MIT License | electron/fiddle | feat: use WCO on macOS (#961) | 1 | feat | null |
104,825 | 15.02.2022 12:33:12 | 18,000 | a978cdae200c2571a96685939e27e6574c142917 | fix(table): fix type error | [
{
"change_type": "MODIFY",
"diff": "@@ -1017,8 +1017,8 @@ export class AITableModel implements PaginationModel {\n}\nprotected tabularToNested(\n- headerRow: TableHeaderItem[] = [],\n- availableHeaderItems: TableHeaderItem[][] = [],\n+ headerRow: AITableHeaderItem[] = [],\n+ availableHeaderItems: AITableHea... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): fix type error | 1 | fix | table |
826,703 | 15.02.2022 12:36:42 | -19,080 | 76c556ef5c0448f87da9350f04200a2217df0b25 | ci: use ory/ci/checkout | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ jobs:\nname: Run lints and checks\nruns-on: ubuntu-latest\nsteps:\n- - uses: actions/checkout@v2\n+ - uses: ory/ci/checkout@master\n- uses: actions/setup-go@v2\nwith:\ngo-version: ^1.17\n@@ -65,7 +65,7 @@ jobs:\ncockroachdb/cockroach:v20.2.5 start-single... | Go | Apache License 2.0 | ory/keto | ci: use ory/ci/checkout (#839) | 1 | ci | null |
386,595 | 15.02.2022 12:37:12 | -7,200 | d796de3cc7e3bf8602d76e5190cfd1d4f71c775a | fix(build): Throw better error for incorrect user transformer functions. | [
{
"change_type": "MODIFY",
"diff": "import path from 'path';\nasync function getUserJavascriptFunction({ context, filePath }) {\n- const module = await import(path.resolve(context.directories.config, filePath));\n- return module.default;\n+ try {\n+ return (await import(path.resolve(context.directories.conf... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): Throw better error for incorrect user transformer functions. | 1 | fix | build |
386,595 | 15.02.2022 12:38:14 | -7,200 | 5bc113b18cc30090d9862d95dc6d021b0fe9af6b | fix(build): Fix error message when block is not an object. | [
{
"change_type": "MODIFY",
"diff": "import { get, type } from '@lowdefy/helpers';\nfunction formatArrayKey({ index, object }) {\n- if (!type.isNone(object.id) || !type.isNone(object.type)) {\n+ if (type.isObject(object) && (!type.isNone(object.id) || !type.isNone(object.type))) {\nconst objectId = type.isNo... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): Fix error message when block is not an object. | 1 | fix | build |
386,595 | 15.02.2022 12:39:32 | -7,200 | 07902b0e06f9c72a04168842d7f9bb8de470c424 | feat(cli): Add config option for server-dev and server directories. | [
{
"change_type": "MODIFY",
"diff": "\"lerna:publish\": \"lerna publish from-git\",\n\"postversion\": \"yarn install\",\n\"prettier\": \"prettier --config .prettierrc --write **/*.js\",\n- \"start:server-dev\": \"yarn workspace @lowdefy/server-dev start --package-manager yarn --config-directory ../../app\",\... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(cli): Add config option for server-dev and server directories. | 1 | feat | cli |
386,595 | 15.02.2022 12:57:44 | -7,200 | 0128df671a212ba0584bc47678e3c6d9939e4307 | chore(build): Fix error message for runTransformer. | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,9 @@ async function runTransformer({ context, parsedFile, refDef }) {\ntry {\nreturn transformerFn(parsedFile, refDef.vars);\n} catch (error) {\n- context.logger.error(`Error running transformer ${refDef.transformer} for ${refDef.path}.`);\n+ context.logger.e... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore(build): Fix error message for runTransformer. | 1 | chore | build |
688,430 | 15.02.2022 13:05:00 | -7,200 | 160f334c8f746c647df204a6436e8b261e9b1aa0 | fix: fix dist-package directory not found errors | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ const compile = function(tsConfig, packageJson, packageRootDir) {\nfunction clean() {\nlog(`Removing: ${tsConfig.compilerOptions.outDir}`, 'green')\n- fs.rmdirSync(tsConfig.compilerOptions.outDir, {\n+ fs.rmSync(tsConfig.compilerOptions.outDir, {\nrecurs... | TypeScript | MIT License | toptal/picasso | fix: fix dist-package directory not found errors (#2439) | 1 | fix | null |
386,595 | 15.02.2022 13:05:13 | -7,200 | cccaabcdaeb357dc8c1382310166cd96af10b2e0 | fix(build): Throw instead of logging error for build. | [
{
"change_type": "MODIFY",
"diff": "@@ -25,10 +25,9 @@ async function runTransformer({ context, parsedFile, refDef }) {\ntry {\nreturn transformerFn(parsedFile, refDef.vars);\n} catch (error) {\n- context.logger.error(\n+ throw Error(\n`Error calling transformer \"${refDef.transformer}\" from \"${refDef.pat... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): Throw instead of logging error for build. | 1 | fix | build |
386,595 | 15.02.2022 13:22:18 | -7,200 | b3c980d2bfc99d1ef4f48a5fb9ef6f99353a4fd6 | fix(build): Move page not an object error to addDefaultPages. | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,12 @@ async function addDefaultPages({ components }) {\nthrow new Error('lowdefy.pages is not an array.');\n}\n- const pageIds = components.pages.map((page) => page.id);\n+ const pageIds = components.pages.map((page, index) => {\n+ if (!type.isObject(page)) {... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): Move page not an object error to addDefaultPages. | 1 | fix | build |
699,221 | 15.02.2022 13:34:08 | 21,600 | 64de05f5551c5ebc94cbf85028cfaf2a637c19d3 | fix(link-button): updates default style for link buttons | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/button': patch\n+'@twilio-paste/core': patch\n+---\n+\n+Updates 'reset' styles to set inherited font size\n",
"new_path": ".changeset/lucky-lies-travel.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,6 @@ impo... | TypeScript | MIT License | twilio-labs/paste | fix(link-button): updates default style for link buttons (#2194) | 1 | fix | link-button |
791,255 | 15.02.2022 14:17:07 | 28,800 | d253c24fd61f181971056ba00749efd69b3ae691 | feat(bigquery/storage/managedwriter): minor ease-of-use improvements
* feat(bigquery/storage/managedwriter): minor ease-of-use improvements
This PR updates the reference for default streams to use the newer
.../streams/_default form (though both are accepted), and adds a
utility function for constructing parent references easily. | [
{
"change_type": "MODIFY",
"diff": "@@ -125,7 +125,7 @@ func (c *Client) buildManagedStream(ctx context.Context, streamFunc streamClient\nif ms.streamSettings.streamID == \"\" {\n// not instantiated with a stream, construct one.\n- streamName := fmt.Sprintf(\"%s/_default\", ms.destinationTable)\n+ streamNam... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(bigquery/storage/managedwriter): minor ease-of-use improvements (#5660)
* feat(bigquery/storage/managedwriter): minor ease-of-use improvements
This PR updates the reference for default streams to use the newer
.../streams/_default form (though both are accepted), and adds a
utility function for constructing parent references easily.
Co-authored-by: Steffany Brown <30247553+steffnay@users.noreply.github.com> | 1 | feat | bigquery/storage/managedwriter |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.