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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
791,723 | 20.12.2021 15:13:11 | 28,800 | d138b06d06d86679776565aed22066f8022dd1bf | deps: update various runtime deps | [
{
"change_type": "MODIFY",
"diff": "\"enquirer\": \"^2.3.6\",\n\"http-link-header\": \"^0.8.0\",\n\"intl-messageformat\": \"^4.4.0\",\n- \"jpeg-js\": \"^0.4.1\",\n+ \"jpeg-js\": \"^0.4.3\",\n\"js-library-detector\": \"^6.4.0\",\n\"lighthouse-logger\": \"^1.3.0\",\n\"lighthouse-stack-packs\": \"^1.6.0\",\n\"... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps: update various runtime deps (#13483) | 1 | deps | null |
791,704 | 20.12.2021 15:14:23 | 28,800 | c8ee06b442610d1fb0cb5edf83f6101e12dab897 | tests: clean up and add comments to cdt layout test scripts | [
{
"change_type": "ADD",
"diff": "+#!/usr/bin/env bash\n+\n+set -euo pipefail\n+\n+##\n+# @license Copyright 2021 The Lighthouse Authors. All Rights Reserved.\n+# Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: clean up and add comments to cdt layout test scripts (#13471) | 1 | tests | null |
217,922 | 20.12.2021 15:15:33 | -3,600 | 92a64224e0e05b911449d08a5cf2a6fb6e3ff240 | fix(gearsets): fixed missing job name in gearsets sync popup | [
{
"change_type": "MODIFY",
"diff": "@@ -92,17 +92,4 @@ export interface GatheringNode {\noceanFishingTime?: null;\nfolklore?: number;\nweathers?: number[];\n- predators?: Predator[];\n- gig?: Gig;\n-}\n-\n-export enum Gig {\n- Large = \"Large\",\n- Normal = \"Normal\",\n- Small = \"Small\",\n-}\n-\n-export ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(gearsets): fixed missing job name in gearsets sync popup | 1 | fix | gearsets |
711,597 | 20.12.2021 15:27:06 | -3,600 | 81e367244d244db6a525fac21bc9c6dc02f05c7d | fix(core): Handle substring search terms for postgres & mysql
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ import gql from 'graphql-tag';\nimport path from 'path';\nimport { initialData } from '../../../e2e-common/e2e-initial-data';\n-import { TEST_SETUP_TIMEOUT_MS, testConfig } from '../../../e2e-common/test-config';\n+import { testConfig, TEST_SETUP_TIMEOUT... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Handle substring search terms for postgres & mysql
Fixes #1277 | 1 | fix | core |
791,284 | 20.12.2021 15:45:42 | 21,600 | ce6e7a022252362ecd04547d3cd6ec50eaf3eec3 | feat(storage): add retry config to the Client and HmacKey operations | [
{
"change_type": "MODIFY",
"diff": "@@ -55,18 +55,22 @@ type BucketHandle struct {\n// found at:\n// https://cloud.google.com/storage/docs/bucket-naming\nfunc (c *Client) Bucket(name string) *BucketHandle {\n+ retry := c.retry.clone()\nreturn &BucketHandle{\nc: c,\nname: name,\nacl: ACLHandle{\nc: c,\nbucke... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(storage): add retry config to the Client and HmacKey operations (#5193) | 1 | feat | storage |
667,680 | 20.12.2021 16:06:01 | -28,800 | e00bd23c60a99a0491a6be0322d53ca71f70dc84 | chore(android): use NDK clang++ instead of `llvm-build` shipped by V8 | [
{
"change_type": "MODIFY",
"diff": "@@ -88,7 +88,7 @@ jobs:\n- name: Generate ${{ matrix.arch }}\nworking-directory: ./v8\nrun: |\n- gn gen out/${{ matrix.arch }} --args=\"target_os=\\\"android\\\" target_cpu=\\\"${{ matrix.cpu }}\\\" v8_target_cpu=\\\"${{ matrix.cpu }}\\\" android_ndk_root=\\\"${ANDROID_ND... | C++ | Apache License 2.0 | tencent/hippy | chore(android): use NDK clang++ instead of `llvm-build` shipped by V8 | 1 | chore | android |
711,597 | 20.12.2021 16:10:53 | -3,600 | fd3e642b17c037332e5338c051b8c59ac18ffb10 | fix(core): EntityHydrator correctly handles custom field relations
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,9 @@ import { initialData } from '../../../e2e-common/e2e-initial-data';\nimport { testConfig, TEST_SETUP_TIMEOUT_MS } from '../../../e2e-common/test-config';\nimport { HydrationTestPlugin } from './fixtures/test-plugins/hydration-test-plugin';\n+import { Updat... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): EntityHydrator correctly handles custom field relations
Fixes #1284 | 1 | fix | core |
126,276 | 20.12.2021 16:15:55 | 10,800 | 9fd740a61478b0a179a66c1591cc06ce7d974c69 | chore(embedded/sql): change column constraints ordering | [
{
"change_type": "MODIFY",
"diff": "@@ -656,7 +656,7 @@ func TestAutoIncrementPK(t *testing.T) {\nrequire.ErrorIs(t, err, ErrLimitedAutoIncrement)\n})\n- _, _, err = engine.Exec(\"CREATE TABLE table1 (id INTEGER AUTO_INCREMENT, title VARCHAR, PRIMARY KEY id)\", nil, nil)\n+ _, _, err = engine.Exec(\"CREATE ... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): change column constraints ordering
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
126,276 | 20.12.2021 16:16:57 | 10,800 | bfef783ce3d630038a691a8f4b5ca19bef2c3908 | fix(embedded/sql): consider not null flag is on for auto incremental column | [
{
"change_type": "MODIFY",
"diff": "@@ -499,7 +499,7 @@ func (stmt *UpsertIntoStmt) execAt(tx *SQLTx, params map[string]interface{}) (*S\ncolPos, specified := selPosByColID[colID]\nif !specified {\n// TODO: Default values\n- if col.notNull {\n+ if col.notNull && !col.autoIncrement {\nreturn nil, fmt.Errorf(... | Go | Apache License 2.0 | codenotary/immudb | fix(embedded/sql): consider not null flag is on for auto incremental column
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | embedded/sql |
711,597 | 20.12.2021 16:21:22 | -3,600 | 8797456adf6da9a6a0ca03e289418379694de5de | fix(core): Handle search job buffer timeout errors, increase timeout
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -69,7 +69,7 @@ export class SubscribableJob<T extends JobData<T> = any> extends Job<T> {\ntap(i => {\nif (timeoutMs < i * pollInterval) {\nthrow new Error(\n- `Job ${this.id} update polling timed out after ${timeoutMs}ms. The job may still be running.`,\n+ `Job ${this.... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Handle search job buffer timeout errors, increase timeout
Relates to #1287 | 1 | fix | core |
877,054 | 20.12.2021 16:26:35 | -3,600 | ebf1a8782c838adc20fe60788bf5b23d0dd97c34 | feat(@vtmn/react): add react alert export | [
{
"change_type": "MODIFY",
"diff": "import '@vtmn/css-design-tokens/dist/index.css';\n+export { VtmnAlert } from './components/VtmnAlert'\nexport { VtmnBadge } from './components/VtmnBadge';\nexport { VtmnButton } from './components/VtmnButton';\nexport { VtmnCheckbox } from './components/VtmnCheckbox';\n@@... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | feat(@vtmn/react): add react alert export (#800) | 1 | feat | @vtmn/react |
711,597 | 20.12.2021 16:30:37 | -3,600 | a30d6399df5f6a53abb8b42f7a9471cde6294fbd | fix(admin-ui): Remove deprecated showCircularDependencies option | [
{
"change_type": "MODIFY",
"diff": "\"./src/lib/static/styles\"\n]\n},\n- \"showCircularDependencies\": false,\n\"allowedCommonJsDependencies\": [\n\"graphql-tag\",\n\"zen-observable\",\n",
"new_path": "packages/admin-ui/angular.json",
"old_path": "packages/admin-ui/angular.json"
},
{
"chang... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Remove deprecated showCircularDependencies option | 1 | fix | admin-ui |
841,378 | 20.12.2021 16:30:52 | -39,600 | 938e544ac55503e91811cfc4e0c333deb2ccc7ed | fix(es/compat): Fix handling of union of the legacy decorator pass
swc_ecma_transforms_proposal:
- Use `Object` for `null`/`undefined`.
- Fix the type for union types. (Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -5043,10 +5043,10 @@ let Sample = _class = _dec11(_class = _dec10(_class = _dec9(((_class = class Sam\n}, _dec1 = typeof Reflect !== \"undefined\" && typeof Reflect.metadata === \"function\" && Reflect.metadata(\"design:type\", Function), _dec2 = typeof Reflect !== \"u... | Rust | Apache License 2.0 | swc-project/swc | fix(es/compat): Fix handling of union of the legacy decorator pass (#3057)
swc_ecma_transforms_proposal:
- Use `Object` for `null`/`undefined`.
- Fix the type for union types. (Closes #2461) | 1 | fix | es/compat |
711,597 | 20.12.2021 16:31:24 | -3,600 | 2782df83248ce0207d5a62931558b6f2afa3349f | fix(admin-ui): Allow CustomerGroup to be created
Fixes | [
{
"change_type": "MODIFY",
"diff": "</form>\n<ng-template vdrDialogButtons>\n<button type=\"button\" class=\"btn\" (click)=\"cancel()\">{{ 'common.cancel' | translate }}</button>\n- <button type=\"submit\" (click)=\"save()\" [disabled]=\"!group.name\" class=\"btn btn-primary\">\n+ <button type=\"submit\" (c... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Allow CustomerGroup to be created
Fixes #1300 | 1 | fix | admin-ui |
711,645 | 20.12.2021 16:34:05 | -3,600 | c682c0ee5d008965b23a9936093f2a7f7e6bf23e | feat(core): Add order event | [
{
"change_type": "ADD",
"diff": "+import { RequestContext } from '../../api/common/request-context';\n+import { Order } from '../../entity';\n+import { VendureEvent } from '../vendure-event';\n+\n+/**\n+ * @description\n+ * This event is fired whenever an {@link Order} is added, updated\n+ * or deleted.\n+ ... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Add order event (#1306)
Co-authored-by: David Spiessens <david.spiessens@pelckmans.be> | 1 | feat | core |
877,015 | 20.12.2021 16:39:56 | -3,600 | d840737468c5c5a4176f5b4c0ebdae2d45c13573 | refactor(@vtmn/react): fix export issue | [
{
"change_type": "MODIFY",
"diff": "import '@vtmn/css-design-tokens/dist/index.css';\n-export { VtmnAlert } from './components/VtmnAlert'\n+export { VtmnAlert } from './components/VtmnAlert';\nexport { VtmnBadge } from './components/VtmnBadge';\nexport { VtmnButton } from './components/VtmnButton';\nexport ... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/react): fix export issue | 1 | refactor | @vtmn/react |
217,922 | 20.12.2021 16:53:07 | -3,600 | f34480a6b885ff46adbd1f584f445ba398800857 | chore(release): 9.2.12 | [
{
"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+<a name=\"9.2.12\"></a>\n+## [9.2.12](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 9.2.12 | 1 | chore | release |
217,922 | 20.12.2021 17:06:41 | -3,600 | 7d111bec936c2130d235da173f6a04f6477c134b | chore: auto updater fix | [
{
"change_type": "MODIFY",
"diff": "@@ -378,6 +378,7 @@ export class IpcService {\n});\n});\nthis.on('update-downloaded', () => {\n+ console.log('UPDATE DOWNLOADED');\nthis.translate.get('UPDATE.New_update_available')\n.pipe(\nfirst(),\n",
"new_path": "apps/client/src/app/core/electron/ipc.service.ts",
... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: auto updater fix | 1 | chore | null |
141,508 | 20.12.2021 17:12:42 | -39,600 | 41502a20f4ee93f572ebbcc39ea5f34ba8ff86d2 | docs: Update component health (mid Dec 2021) | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ health:\ndesigned: true\ndocumented: true\nimplemented: true\n- latestDesign: false\n+ latestDesign: true\nallVariants: true\nresponsive: true\ninternationalized: true\n",
"new_path": "draft-packages/guidance-block/KaizenDraft/GuidanceBlock/README.md... | TypeScript | MIT License | cultureamp/kaizen-design-system | docs: Update component health (mid Dec 2021) (#2369) | 1 | docs | null |
791,463 | 20.12.2021 17:19:03 | 28,800 | 4438aebca2ec01d4dbf22287aa651937a381e043 | fix(profiler): refine regular expression for parsing backoff duration in E2E tests | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,7 @@ var (\n// \"ms\" must be specified before \"m\" in the regexp, to ensure \"ms\" is fully\n// matched.\n- backoffTimeRE = regexp.MustCompile(`(\\d+(\\.\\d+)?(ms|h|m|s|us))+`)\n+ backoffTimeRE = regexp.MustCompile(`(?:^|\\W)((\\d+(\\.\\d+)?(ms|h|m|s|us))+)... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(profiler): refine regular expression for parsing backoff duration in E2E tests (#5229) | 1 | fix | profiler |
667,680 | 20.12.2021 17:53:46 | -28,800 | 248232da0c7cd05e9f079d02cfcc2aa77129993d | chore(android): remove clang++ unknown argument `-ffile-compilation-dir` | [
{
"change_type": "MODIFY",
"diff": "@@ -53,3 +53,18 @@ index 701c66082..bc33b7cd1 100644\n} else if (is_linux && use_sysroot) {\n# By default build against a sysroot image downloaded from Cloud Storage\n# during gclient runhooks.\n+diff --git a/config/compiler/BUILD.gn b/config/compiler/BUILD.gn\n+index 219... | C++ | Apache License 2.0 | tencent/hippy | chore(android): remove clang++ unknown argument `-ffile-compilation-dir` | 1 | chore | android |
667,636 | 20.12.2021 17:54:54 | -28,800 | 04d3f63cc1792e78a8c54764afecbd692f4c50e2 | refactor(react,vue): add ui event binding attribute | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,7 @@ import {\nconvertImgUrl,\nisCaptureEvent,\n} from '../utils';\n+import { eventNamesMap, NATIVE_EVENT } from '../utils/node';\nimport ViewNode from './view-node';\nimport '@localTypes/global';\n@@ -432,10 +433,12 @@ class ElementNode extends ViewNode {\ni... | C++ | Apache License 2.0 | tencent/hippy | refactor(react,vue): add ui event binding attribute | 1 | refactor | react,vue |
841,421 | 20.12.2021 18:26:30 | -32,400 | 0e5895043ffdc76857f798e0daabc05797ff22ac | test(es/codegen): Add some tests for sourcemap | [
{
"change_type": "ADD",
"diff": "+{\n+ \"sourceMaps\": true,\n+ \"inlineSourcesContent\": true,\n+ \"jsc\": {\n+ \"transform\": {\n+ \"hidden\": {\n+ \"jest\": true\n+ }\n+ }\n+ }\n+}\n\\ No newline at end of file\n",
"new_path": "crates/swc/tests/fixture/sourcemap/006/input/.swcrc",
"old_path": nul... | Rust | Apache License 2.0 | swc-project/swc | test(es/codegen): Add some tests for sourcemap (#3078) | 1 | test | es/codegen |
846,857 | 20.12.2021 18:33:29 | -3,600 | e4184a2d57345f6040f4647fe7cde5c3ab2ac3a5 | docs: add favicon example in head config
Fixes issue where the favicon was not being served properly in chrome | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,7 @@ Here is an example of a fully PWA-compliant configuration with VuePress:\nmodule.exports = {\nhead: [\n['link', { rel: 'icon', href: '/logo.png' }],\n+ ['link', { rel: 'icon', href: 'favicon.ico', type: 'image/x-icon' }],\n['link', { rel: 'manifest', hre... | JavaScript | MIT License | vuejs/vuepress | docs: add favicon example in head config (#2259)
Fixes issue where the favicon was not being served properly in chrome | 1 | docs | null |
847,005 | 20.12.2021 18:47:22 | -3,600 | 22bae476fd7a0b0449c646d4f944add5ae903e49 | docs: add note to handle github pages custom domain | [
{
"change_type": "MODIFY",
"diff": "@@ -56,6 +56,11 @@ cd -\nYou can also run the above script in your CI setup to enable automatic deployment on each push.\n:::\n+::: tip\n+When you use a **Custom Domain name**, you MUST add the CNAME file into /docs/.vuepress/public folder (Create the folder if it isn't t... | JavaScript | MIT License | vuejs/vuepress | docs: add note to handle github pages custom domain (#2389)
Co-authored-by: ULIVZ <chenhaoli@bytedance.com> | 1 | docs | null |
846,950 | 20.12.2021 18:49:39 | -3,600 | 53cc2dd25bcd1983d056494ae865367c66b084d3 | docs: add `@source` alias
See | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,12 @@ You can also use the `~` prefix to explicitly specify this is a webpack module r\n\n```\n+One alias that is added by default is `@source`, if you follow the recommended [Directory Structure](./director... | JavaScript | MIT License | vuejs/vuepress | docs: add `@source` alias (#2314)
See #2308 | 1 | docs | null |
865,939 | 20.12.2021 19:55:09 | 0 | 12881d6e88f08d50fcf9aef92d9164062773ecdf | fix: update tab with new attributes
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -275,10 +275,14 @@ export class App extends PureComponent {\nthrow new Error('must not change tab.id');\n}\n- const updatedTab = {\n- ...tab,\n- ...newAttrs\n- };\n+ const {\n+ tabsProvider\n+ } = this.props;\n+\n+ let updatedTab = tabsProvider.createTabForFile(tab.fil... | JavaScript | MIT License | camunda/camunda-modeler | fix: update tab with new attributes
Closes #2581 | 1 | fix | null |
865,939 | 20.12.2021 20:29:22 | 0 | 5a45f189c2b944fc6863faec2c81eff3a124ef2f | fix(forms): tab type for Platform forms
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -344,7 +344,18 @@ export default class TabsProvider {\nexports: {},\nextensions: [ 'form' ],\ncanOpen(file) {\n- return file.name.endsWith('.form');\n+ const {\n+ contents\n+ } = file;\n+\n+ try {\n+ const obj = JSON.parse(contents);\n+ const { executionPlatform } = ob... | JavaScript | MIT License | camunda/camunda-modeler | fix(forms): tab type for Platform forms
Closes #2650 | 1 | fix | forms |
711,597 | 20.12.2021 20:54:54 | -3,600 | 0418d311a406ce475d83b96ff96c100e8b468cc6 | chore: Publish v1.4.2 | [
{
"change_type": "MODIFY",
"diff": "+## <small>1.4.2 (2021-12-20)</small>\n+\n+\n+#### Fixes\n+\n+* **admin-ui** Allow CustomerGroup to be created ([2782df8](https://github.com/vendure-ecommerce/vendure/commit/2782df8)), closes [#1300](https://github.com/vendure-ecommerce/vendure/issues/1300)\n+* **admin-ui... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Publish v1.4.2 | 1 | chore | null |
603,467 | 20.12.2021 21:16:12 | -3,600 | 48a5c1311c80a75e28580cb0831d4804cdd6e646 | test(web): removed dead code | [
{
"change_type": "MODIFY",
"diff": "@@ -14,15 +14,9 @@ describe('Page', () => {\nconst MainPage = {\ntitle: 'Main page title',\nheading: Text.of(PageElement.locatedByCss('h1').describedAs('heading')),\n- newTabLink: PageElement.locatedById('new-tab-link').describedAs('new tab link'),\nnewPopUpLink: PageElem... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | test(web): removed dead code | 1 | test | web |
269,464 | 20.12.2021 21:34:34 | 10,800 | b21d56d5d983770441fcd196f1db5405ab912115 | test: fix version test | [
{
"change_type": "MODIFY",
"diff": "package main\nimport (\n+ \"fmt\"\n+ \"runtime\"\n\"testing\"\n\"github.com/stretchr/testify/require\"\n)\nfunc TestVersion(t *testing.T) {\n+ os := fmt.Sprintf(\"\\ngoos: %s\\ngoarch: %s\", runtime.GOOS, runtime.GOARCH)\nfor name, tt := range map[string]struct {\nversion... | Go | MIT License | goreleaser/goreleaser | test: fix version test
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | test | null |
342,861 | 20.12.2021 22:21:24 | -3,600 | 0c8a9faac81ca84be71857b4c006decc29149630 | chore: add cron task | [
{
"change_type": "MODIFY",
"diff": "# https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token\nGH_TOKEN=\n-GITLAB_TOKEN=\nGATSBY_GOOGLE_CLIENT_ID=\n# you can find PhraseApp secrets in 1Password\nPHRASE_APP_PROJECT_ID=\n",
"new_path": ".env.example... | JavaScript | MIT License | kiwicom/orbit | chore: add cron task | 1 | chore | null |
730,504 | 20.12.2021 22:39:13 | -19,080 | 530acba14e61d1746a55419ecfaa82af32812ea9 | test(plugin-meetings): check correlationId change after create | [
{
"change_type": "MODIFY",
"diff": "@@ -625,6 +625,17 @@ describe('plugin-meetings', () => {\nawait meeting.join({receiveTranscription: true});\nassert.calledOnce(meeting.receiveTranscription);\n});\n+\n+ it('should not create new correlation ID on join immediately after create', async () => {\n+ await meet... | JavaScript | MIT License | webex/webex-js-sdk | test(plugin-meetings): check correlationId change after create | 1 | test | plugin-meetings |
306,638 | 20.12.2021 22:44:56 | -19,080 | 6b46d66f750bbf07aa46d95d4ab97886b7495c9b | fix(Button): fixes button re-rendering issue due to tooltip wrapping | [
{
"change_type": "MODIFY",
"diff": "@@ -97,7 +97,7 @@ const sizeMapping: Record<ButtonSize, number> = {\nlarge: 20,\n};\n-export const Button = React.forwardRef<HTMLButtonElement, ButtonProps>((props, ref) => {\n+const ButtonElement = React.forwardRef<HTMLButtonElement, ButtonProps>((props, ref) => {\nconst... | TypeScript | MIT License | innovaccer/design-system | fix(Button): fixes button re-rendering issue due to tooltip wrapping | 1 | fix | Button |
603,467 | 20.12.2021 23:18:36 | -3,600 | 3187051594158b4b450c82e851e417fd2ed21652 | fix(deps): updated tiny-types to 1.17.0 | [
{
"change_type": "MODIFY",
"diff": "\"cuid\": \"^2.1.8\",\n\"express\": \"^4.17.1\",\n\"morgan\": \"^1.10.0\",\n- \"tiny-types\": \"^1.16.1\"\n+ \"tiny-types\": \"^1.17.0\"\n}\n}\n",
"new_path": "examples/calculator-app/package.json",
"old_path": "examples/calculator-app/package.json"
},
{
"... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(deps): updated tiny-types to 1.17.0 | 1 | fix | deps |
603,467 | 20.12.2021 23:24:34 | -3,600 | 482ee34811f69873e1d37f8bcd855d46225cdd1f | ci(github): enabled CodeQL on main | [
{
"change_type": "MODIFY",
"diff": "@@ -2,10 +2,10 @@ name: \"CodeQL\"\non:\npush:\n- branches: [ master ]\n+ branches: [ master, main ]\npull_request:\n# The branches below must be a subset of the branches above\n- branches: [ master ]\n+ branches: [ master, main ]\nschedule:\n- cron: '41 20 * * 2'\n",
... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(github): enabled CodeQL on main | 1 | ci | github |
815,574 | 20.12.2021 23:26:25 | -28,800 | 0bb67b1756e293d84a7c0ae7346413b3a22d07df | refactor(relay): split compact block execute code, move into non_contextual and contextual check | [
{
"change_type": "MODIFY",
"diff": "use crate::block_status::BlockStatus;\nuse crate::relayer::compact_block_verifier::CompactBlockVerifier;\nuse crate::relayer::{ReconstructionResult, Relayer};\n+use crate::types::{ActiveChain, PendingCompactBlockMap};\nuse crate::utils::send_message_to;\n+use crate::SyncS... | Rust | MIT License | nervosnetwork/ckb | refactor(relay): split compact block execute code, move into non_contextual and contextual check | 1 | refactor | relay |
603,467 | 20.12.2021 23:52:43 | -3,600 | aab8e93a19005710d9f333756cdae5aa21c31058 | fix(rest): corrected LastResponse to wrap .status(), .body(), .header() and .headers() in Adapters
This will make it easier for you to navigate complex response objects in a type-safe way
Closes | [
{
"change_type": "MODIFY",
"diff": "import 'mocha';\nimport { Ensure, equals } from '@serenity-js/assertions';\n-import { LogicError } from '@serenity-js/core';\n+import { actorCalled, LogicError } from '@serenity-js/core';\nimport { GetRequest, LastResponse, Send } from '../../../src';\nimport { actorUsing... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(rest): corrected LastResponse to wrap .status(), .body(), .header() and .headers() in Adapters
This will make it easier for you to navigate complex response objects in a type-safe way
Closes #1082 | 1 | fix | rest |
269,464 | 21.12.2021 00:07:17 | 10,800 | 440e9a63b93b3d982b6f81cc2047dedb3ce4238b | test: fixed snapcraft test | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,19 @@ func EqualFiles(a, b string) (bool, error) {\nreturn as == bs && am == bm, nil\n}\n+// EqualFileContents returns true if both files contents are equal.\n+func EqualFileContents(a, b string) (bool, error) {\n+ _, as, err := sha256sum(a)\n+ if err != nil ... | Go | MIT License | goreleaser/goreleaser | test: fixed snapcraft test
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | test | null |
667,680 | 21.12.2021 00:25:14 | -28,800 | 3724e0120ce3431afab190543baf406f2cf2ec25 | chore(android): sync the android NDK API level to the V8 build config | [
{
"change_type": "MODIFY",
"diff": "@@ -53,18 +53,3 @@ index 701c66082..bc33b7cd1 100644\n} else if (is_linux && use_sysroot) {\n# By default build against a sysroot image downloaded from Cloud Storage\n# during gclient runhooks.\n-diff --git a/config/compiler/BUILD.gn b/config/compiler/BUILD.gn\n-index 219... | C++ | Apache License 2.0 | tencent/hippy | chore(android): sync the android NDK API level to the V8 build config | 1 | chore | android |
846,811 | 21.12.2021 03:49:23 | -28,800 | 67e50a433acfc536a4fed5ee7f14c29977033263 | chore: 1.8.3 changelog | [
{
"change_type": "MODIFY",
"diff": "+## [1.8.3](https://github.com/vuejs/vuepress/compare/v1.8.2...v1.8.3) (2021-12-20)\n+\n+\n+### Bug Fixes\n+\n+* **$core:** escape meta tags correctly (fix [#2831](https://github.com/vuejs/vuepress/issues/2831)) ([#2832](https://github.com/vuejs/vuepress/issues/2832)) ([b... | JavaScript | MIT License | vuejs/vuepress | chore: 1.8.3 changelog | 1 | chore | null |
846,811 | 21.12.2021 03:52:22 | -28,800 | f49e7553071f32dcd0d6731246cf2b5f5a3b9bef | ci: tweak commit lint scope | [
{
"change_type": "MODIFY",
"diff": "const fs = require('fs')\nconst path = require('path')\n-const VuepressPackages = fs.readdirSync(path.resolve(__dirname, 'packages/@vuepress'))\n+const vuepressPackages = fs.readdirSync(path.resolve(__dirname, 'packages/@vuepress'))\n+const availableScopes = [\n+ 'all',\n... | JavaScript | MIT License | vuejs/vuepress | ci: tweak commit lint scope | 1 | ci | null |
667,705 | 21.12.2021 03:56:32 | 0 | d661815ac4cd09f2921a2f10f44702f67f9a38ee | chore(v8): update V8 to 9.7-lkgr@96e2674d
Ref-URL: v8/v8@96e2674d6126c2ae64d44024aaa7968c853ac4a2
Action-Run: [1605067309](https://github.com/Tencent/Hippy/actions/runs/1605067309) | [
{
"change_type": "MODIFY",
"diff": "-This v8 release is auto generated by Github Action([1601512817][2]).\n+This v8 release is auto generated by Github Action([1605067309][2]).\n_Do NOT modify this release manually._\n@@ -6,4 +6,4 @@ Refs: [v8/v8@96e2674d][1]\nBranch/Tag: 9.7-lkgr\n[1]: https://github.com/v... | C++ | Apache License 2.0 | tencent/hippy | chore(v8): update V8 to 9.7-lkgr@96e2674d
Ref-URL: v8/v8@96e2674d6126c2ae64d44024aaa7968c853ac4a2
Action-Run: [1605067309](https://github.com/Tencent/Hippy/actions/runs/1605067309) | 1 | chore | v8 |
841,500 | 21.12.2021 08:10:30 | -3,600 | f1b81266cf895dac28f68151b9c16eaa9401ec43 | feat(node): Report correct error when `swc_v1` and `swc_v2` is enabled at the same time | [
{
"change_type": "MODIFY",
"diff": "extern crate napi_build;\n+#[cfg(all(not(feature = \"swc_v1\"), not(feature = \"swc_v2\")))]\n+compile_error!(\"Please enable swc_v1 or swc_v2 feature\");\n+\n+#[cfg(all(feature = \"swc_v1\", feature = \"swc_v2\"))]\n+compile_error!(\"Features swc_v1 and swc_v2 are incomp... | Rust | Apache License 2.0 | swc-project/swc | feat(node): Report correct error when `swc_v1` and `swc_v2` is enabled at the same time (#3080) | 1 | feat | node |
126,276 | 21.12.2021 08:36:42 | 10,800 | 33bc8b52fe3000f9226c454c4d9e60f41e66d374 | fix(embedded/sql): max key len validations | [
{
"change_type": "MODIFY",
"diff": "@@ -629,6 +629,14 @@ func TestInsertIntoEdgeCases(t *testing.T) {\n_, _, err = engine.Exec(\"INSERT INTO table1 (id, title, active, payload) VALUES (2, 'title1', true, '00A100A2')\", nil, nil)\nrequire.ErrorIs(t, err, ErrInvalidValue)\n})\n+\n+ t.Run(\"insertion in table ... | Go | Apache License 2.0 | codenotary/immudb | fix(embedded/sql): max key len validations
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | embedded/sql |
756,026 | 21.12.2021 09:11:09 | 28,800 | a3b499e21a5057da2937f893fb58d7e704cf275a | refactor: replace function with arrow function
There was one change in vaultManager.js that was non-trivial. The old
code was able to pass a function as a parameter before it was
defined. The new code had to defer the reference by delaying
initialization of a variable that should have been const. | [
{
"change_type": "MODIFY",
"diff": "@@ -8,9 +8,9 @@ import { E } from '@agoric/eventual-send';\n* @param {ZCFMint} zcfMint\n* @param {Amount} amount\n*/\n-export async function paymentFromZCFMint(zcf, zcfMint, amount) {\n+export const paymentFromZCFMint = async (zcf, zcfMint, amount) => {\nconst { zcfSeat, ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: replace function with arrow function (#4195)
There was one change in vaultManager.js that was non-trivial. The old
code was able to pass a function as a parameter before it was
defined. The new code had to defer the reference by delaying
initialization of a variable that should have been const. | 1 | refactor | null |
791,411 | 21.12.2021 09:31:20 | 28,800 | 534375668b5b81bae5ef750c96856bef027f9d1e | feat(bigtable/spanner): add google-c2p dependence to bigtable and spanner
According to discussion in googleapis/google-api-go-client#1283, we plan to move the google-c2p dependence to bigtable/spanner, which are services that will use DirectPath.
feat(bigtable): add google-c2p dependence
feat(spanner): add google-c2p dependence | [
{
"change_type": "ADD",
"diff": "+// Copyright 2021 Google LLC\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+//\n... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(bigtable/spanner): add google-c2p dependence to bigtable and spanner (#5090)
According to discussion in googleapis/google-api-go-client#1283, we plan to move the google-c2p dependence to bigtable/spanner, which are services that will use DirectPath.
feat(bigtable): add google-c2p dependence
feat(spanner): add google-c2p dependence | 1 | feat | bigtable/spanner |
688,455 | 21.12.2021 09:49:07 | -3,600 | 4370e2d84c3768719a530c621eefae835e163e73 | fix(TreeView): fix PointLink positioning to avoid unexpected 0.5px shifts | [
{
"change_type": "ADD",
"diff": "+---\n+'@toptal/picasso': minor\n+---\n+\n+## TreeView\n+\n+- Fix PointLink positioning to avoid unexpected 0.5px shifts\n",
"new_path": ".changeset/modern-mice-destroy.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "Binary files a/packages/p... | TypeScript | MIT License | toptal/picasso | fix(TreeView): fix PointLink positioning to avoid unexpected 0.5px shifts (#2336) | 1 | fix | TreeView |
777,374 | 21.12.2021 10:05:25 | 28,800 | 611947c1482ec1d7410f4902270a8eca68f05899 | ci: only install yq with snap. | [
{
"change_type": "MODIFY",
"diff": "@@ -1853,8 +1853,7 @@ jobs:\n- setup-python-venv:\nexecutor: <<pipeline.parameters.machine-image>>\nextras-requires: anchorecli\n- - run: sudo snap install yq\n- - run: sudo apt-get install -y jq\n+ - run: sudo snap install yq && sudo snap install jq\n- run: (cd tools/scr... | Python | Apache License 2.0 | determined-ai/determined | ci: only install yq with snap. (#3355) | 1 | ci | null |
134,838 | 21.12.2021 10:14:19 | -3,600 | b5aba2bd2051610330e4da60ab11eee9642bf95a | fix(tests): ignore typecheck for test which breaks dev-build | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,8 @@ import { render } from '@testing-library/react';\ndescribe('Field component', () => {\nit('Component text exists', () => {\n+ // @ts-ignore This field component should ideally have an sdk and\n+ // cma property.\nconst { getByText } = render(<Field />);\ne... | JavaScript | MIT License | contentful/create-contentful-app | fix(tests): ignore typecheck for test which breaks dev-build | 1 | fix | tests |
126,276 | 21.12.2021 10:39:18 | 10,800 | 200774dedd7bc90896015b4e7c52c8a4a1d1edaf | sql(embedded/sql): possibility to specify greater value for autoincremental columns | [
{
"change_type": "MODIFY",
"diff": "@@ -675,37 +675,37 @@ func TestAutoIncrementPK(t *testing.T) {\nrequire.Equal(t, 1, ctxs[0].UpdatedRows())\n_, _, err = engine.Exec(\"INSERT INTO table1(id, title) VALUES (1, 'name2')\", nil, nil)\n- require.ErrorIs(t, err, ErrInvalidValue)\n+ require.ErrorIs(t, err, stor... | Go | Apache License 2.0 | codenotary/immudb | sql(embedded/sql): possibility to specify greater value for autoincremental columns
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | sql | embedded/sql |
688,431 | 21.12.2021 10:58:03 | -7,200 | c6b6aba44b58b6a8a72063d8edddd7628b425b5a | fix: add toptal-build as internal contributor | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ on:\njobs:\nnotify-jira:\n# if external contribution\n- if: ${{!contains(fromJson('[\"denieler\", \"TomasSlama\", \"OleksandrNechai\", \"OndrejTuma\", \"dmaklygin1\", \"LashaJini\"]'), github.event.pull_request.user.login)}}\n+ if: ${{!contains(fromJson(... | TypeScript | MIT License | toptal/picasso | fix: add toptal-build as internal contributor | 1 | fix | null |
438,921 | 21.12.2021 10:58:23 | -32,400 | 1e2df4e5eb13a7b9d3324f046b4c40a3a8cde12f | refactor(bar): refactor on draw bar
Reinforce the conditional for stacking bar check
Ref | [
{
"change_type": "MODIFY",
"diff": "@@ -153,9 +153,11 @@ export default {\nconst pathRadius = [\"\", \"\"];\nlet radius = 0;\n- const isRadiusData = $$.isGrouped(d.id) ? $$.isStackingRadiusData(d) : false;\n+ const isGrouped = $$.isGrouped(d.id);\n+ const hasRadius = d.value !== 0 && getRadius;\n+ const isR... | TypeScript | MIT License | naver/billboard.js | refactor(bar): refactor on draw bar (#2469)
Reinforce the conditional for stacking bar check
Ref #2428 | 1 | refactor | bar |
617,459 | 21.12.2021 12:01:17 | -3,600 | 32e5d13d7823c0650fb15a7c029264774be852ea | fix(app): spacing on search results | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ export const CallToActionTile = React.forwardRef(\n<TileChildren>\n{children}\n<StyledDiv hasContentAbove={Boolean(children)}>\n- <Button variant=\"link\" as=\"p\">\n+ <Button variant=\"link\" as=\"span\">\n{action}\n</Button>\n</StyledDiv>\n",
"new_pa... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(app): spacing on search results (#4123) | 1 | fix | app |
134,838 | 21.12.2021 12:12:50 | -3,600 | f3f51de3882e52021bf07fe1beac0fb1251714d2 | fix(test): mock missing properties instead of ignoring typecheck | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport Field from './Field';\nimport { render } from '@testing-library/react';\n+import { mockCma, mockSdk } from '../../test/mocks';\ndescribe('Field component', () => {\nit('Component text exists', () => {\n- // @ts-ignore This field componen... | JavaScript | MIT License | contentful/create-contentful-app | fix(test): mock missing properties instead of ignoring typecheck | 1 | fix | test |
756,029 | 21.12.2021 12:14:47 | 28,800 | 8bb95f38c1ee4ac6a07d10bda09175f625048c32 | refactor(swingset-vat): Update xsnap SES snapshot hashes | [
{
"change_type": "MODIFY",
"diff": "@@ -150,10 +150,9 @@ test('XS + SES snapshots are long-term deterministic', async t => {\nt.teardown(() => vat.close());\nconst h1 = await store.save(vat.snapshot);\n-\nt.is(\nh1,\n- '55d61ad40214961f16eabf0a224215e53feda6c0191482f657226b4e221d82c3',\n+ '5074bc800f9d6f1e1... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(swingset-vat): Update xsnap SES snapshot hashes | 1 | refactor | swingset-vat |
841,509 | 21.12.2021 12:20:20 | 28,800 | 42046e104dfa301a803f3dfd85da2801b0ebad66 | feat(node/core): Include noop swc binaries | [
{
"change_type": "MODIFY",
"diff": "@@ -22,15 +22,22 @@ jobs:\n- host: macos-latest\ntarget: x86_64-apple-darwin\nbuild: |\n+ cargo build -p swc_cli --release\n+ cp ./target/release/swc .\nyarn build\nstrip -x *.node\n- host: windows-latest\n- build: yarn build\n+ build: |\n+ yarn build\n+ cargo build -p sw... | Rust | Apache License 2.0 | swc-project/swc | feat(node/core): Include noop swc binaries (#3088) | 1 | feat | node/core |
217,922 | 21.12.2021 13:12:37 | -3,600 | 6d8c7e741a0aeeef33500735ab88d95cdda16c6e | chore(release): 9.2.13 | [
{
"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+<a name=\"9.2.13\"></a>\n+## [9.2.13](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 9.2.13 | 1 | chore | release |
841,479 | 21.12.2021 13:24:20 | -28,800 | 31dea3dd319a19b75554b061cb1374d12718af24 | fix(es/typescript): Export destructured properties in typescript namespaces | [
{
"change_type": "ADD",
"diff": "+{\n+ \"jsc\": {\n+ \"parser\": {\n+ \"syntax\": \"typescript\",\n+ \"tsx\": false\n+ },\n+ \"target\": \"es5\",\n+ \"loose\": false,\n+ \"minify\": {\n+ \"compress\": false,\n+ \"mangle\": false\n+ }\n+ },\n+ \"module\": {\n+ \"type\": \"es6\"\n+ },\n+ \"minify\": false\n+}... | Rust | Apache License 2.0 | swc-project/swc | fix(es/typescript): Export destructured properties in typescript namespaces (#3084) | 1 | fix | es/typescript |
306,320 | 21.12.2021 13:31:57 | 0 | 5ba874a2f6089447e3bda6ee7185e08b691ae9fb | refactor: rename infracost-comment to scripts/comment | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ RUN npm install -g @infracost/compost\nWORKDIR /root/\n# Scripts are used by CI integrations and other use-cases\n-COPY scripts/infracost-comment.sh /usr/bin/infracost-comment\n+COPY scripts/comment.sh scripts/comment\nCOPY --from=builder /app/build/infr... | Go | Apache License 2.0 | infracost/infracost | refactor: rename infracost-comment to scripts/comment | 1 | refactor | null |
306,320 | 21.12.2021 13:32:17 | 0 | c05bdd1c083e574014ae543677e469bc73734cb2 | chore: add INFRACOST_CI_IMAGE env variable | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,7 @@ WORKDIR /root/\nCOPY scripts/comment.sh scripts/comment\nCOPY --from=builder /app/build/infracost /usr/bin/\n+ENV INFRACOST_CI_IMAGE=true\nENV INFRACOST_SKIP_UPDATE_CHECK='true'\nENV INFRACOST_LOG_LEVEL=info\n",
"new_path": "Dockerfile.ci",
"old_... | Go | Apache License 2.0 | infracost/infracost | chore: add INFRACOST_CI_IMAGE env variable | 1 | chore | null |
603,467 | 21.12.2021 13:35:57 | -3,600 | cd3f2bc1b536c8e56714aecd669bfed7ab078e0a | feat(core): List supports custom collectors | [
{
"change_type": "MODIFY",
"diff": "import 'mocha';\nimport { given } from 'mocha-testdata';\n+import { TinyType } from 'tiny-types';\nimport { actorCalled, Answerable, Expectation, List, LogicError, Mappable, Question } from '../../../src';\nimport { expect } from '../../expect';\n@@ -125,7 +126,7 @@ descr... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(core): List supports custom collectors | 1 | feat | core |
603,467 | 21.12.2021 13:36:57 | -3,600 | a0d9323e8ef2ecfb779596da3c431820104f2137 | refactor(core): more descriptive names for generic types | [
{
"change_type": "MODIFY",
"diff": "export interface Mappable<Item_Type, Collection_Type extends Mappable<Item_Type, Collection_Type>> {\n- map<Mapped_Type>(\n- mapping: (item: Item_Type, index?: number, collection?: Collection_Type) => Mapped_Type\n- ): Promise<Array<Awaited<Mapped_Type>>> | Array<Mapped_T... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | refactor(core): more descriptive names for generic types | 1 | refactor | core |
269,464 | 21.12.2021 13:50:21 | 10,800 | 1f0685f2480f087af8d852d85122c79a01e3a813 | docs(nfpm): note about conventional file names and armv6/v7 | [
{
"change_type": "MODIFY",
"diff": "@@ -80,7 +80,9 @@ On the nFPM name template field, you can use those extra fields as well:\n| `.Release` | release from the nfpm config |\n| `.Epoch` | epoch from the nfpm config |\n| `.PackageName` | package the name. Same as `ProjectName` if not overridden. |\n-| `.Conv... | Go | MIT License | goreleaser/goreleaser | docs(nfpm): note about conventional file names and armv6/v7
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | docs | nfpm |
777,374 | 21.12.2021 14:14:27 | 28,800 | c81a7a9d23d1c62136318d972bfe9e0eca3f656b | ci: unflake master `IdleTimeoutWatcher` test. | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,17 @@ func TestIdleTimeoutWatcher(t *testing.T) {\nsystem.Ask(mActor, actor.Ping{}).Get()\nassert.Equal(t, actionDone, false)\n+\n+ // Go scheduling may sometimes be late to schedule the `IdleTimeoutWatcherTick`.\n+ // The earliest it'd run is after `tickInte... | Python | Apache License 2.0 | determined-ai/determined | ci: unflake master `IdleTimeoutWatcher` test. (#3364) | 1 | ci | null |
269,464 | 21.12.2021 14:23:04 | 10,800 | 1d13d6a7762e807129be57c2e845da3fe906224e | docs: schema | [
{
"change_type": "MODIFY",
"diff": "\"type\": \"boolean\"\n},\n\"use\": {\n- \"type\": \"string\"\n+ \"enum\": [\n+ \"git\",\n+ \"github\",\n+ \"github-native\",\n+ \"gitlab\"\n+ ],\n+ \"type\": \"string\",\n+ \"default\": \"git\"\n},\n\"groups\": {\n\"items\": {\n",
"new_path": "www/docs/static/schema.... | Go | MIT License | goreleaser/goreleaser | docs: schema
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | docs | null |
617,459 | 21.12.2021 14:33:12 | -3,600 | b5235007c971a10a7a4e50252b761960028e7a18 | fix(sdr): url grand est | [
{
"change_type": "MODIFY",
"diff": "},\n\"10\": {\n\"name\": \"aube\",\n- \"url\": \"https://grand-est.dreets.gouv.fr/Renseignements-en-droit-du-travail-5178\"\n+ \"url\": \"https://www.smartagenda.fr/pro/direccte-grand-est/rendez-vous/\"\n},\n\"11\": {\n\"name\": \"AUDE\",\n",
"new_path": "packages/cod... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(sdr): url grand est (#4124) | 1 | fix | sdr |
306,320 | 21.12.2021 15:06:26 | 0 | 18ce448bf515e9973d75a274b6b60bfcb2be77d7 | enhance: use absolute path for comment script | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ RUN npm install -g @infracost/compost\nWORKDIR /root/\n# Scripts are used by CI integrations and other use-cases\n-COPY scripts/comment.sh scripts/comment\n+COPY scripts/comment.sh /scripts/comment\nCOPY --from=builder /app/build/infracost /usr/bin/\nENV... | Go | Apache License 2.0 | infracost/infracost | enhance: use absolute path for comment script | 1 | enhance | null |
791,400 | 21.12.2021 15:21:10 | 18,000 | 694e1de616b171650b086a82f988293b824b7666 | chore(.github): update CNDB owners
Drop as an owner and add | [
{
"change_type": "MODIFY",
"diff": "# Default owner for all directories not owned by others\n* @googleapis/yoshi-go-admins\n-/bigtable/ @enocom @dmahugh @tritone @crwilcox @googleapis/api-bigtable @googleapis/yoshi-go-admins\n+/bigtable/ @enocom @dmahugh @tritone @telpirion @googleapis/api-bigtable @googlea... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(.github): update CNDB owners (#5237)
Drop @crwilcox as an owner and add @telpirion | 1 | chore | .github |
791,255 | 21.12.2021 15:42:09 | 28,800 | c6c85223c695e167d2c0511fbf6739efeedd58da | refactor(bigquery/storage/managedwriter): improve readability
This PR introduces no functional changes. It simply colocates the
two types of variadic options into the same file to aid readability.
Towards: | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,6 @@ import (\nstoragepb \"google.golang.org/genproto/googleapis/cloud/bigquery/storage/v1\"\n\"google.golang.org/protobuf/proto\"\n\"google.golang.org/protobuf/types/descriptorpb\"\n- \"google.golang.org/protobuf/types/known/wrapperspb\"\n)\n// NoStreamOffse... | Go | Apache License 2.0 | googleapis/google-cloud-go | refactor(bigquery/storage/managedwriter): improve readability (#5239)
This PR introduces no functional changes. It simply colocates the
two types of variadic options into the same file to aid readability.
Towards: https://github.com/googleapis/google-cloud-go/issues/4366 | 1 | refactor | bigquery/storage/managedwriter |
841,421 | 21.12.2021 16:09:19 | -32,400 | d482d61b9fd9997367d0dd27e3b90c662064ae3d | chore(scripts): Use `cargo profile instruments` instead of `cargo instruments` | [
{
"change_type": "ADD",
"diff": "+#!/usr/bin/env bash\n+set -eu\n+\n+cargo profile instruments --release -t time --bench typescript --features concurrent,tracing/release_max_level_info $@\n\\ No newline at end of file\n",
"new_path": "crates/swc/scripts/instrument.sh",
"old_path": null
},
{
... | Rust | Apache License 2.0 | swc-project/swc | chore(scripts): Use `cargo profile instruments` instead of `cargo instruments` (#3086) | 1 | chore | scripts |
667,705 | 21.12.2021 16:25:39 | 0 | 81d4c6736277e385cc3283c2b78dc455cb7ed406 | chore(v8): update V8 to 9.7-lkgr@96e2674d
Ref-URL: v8/v8@96e2674d6126c2ae64d44024aaa7968c853ac4a2
Action-Run: [1607559017](https://github.com/Tencent/Hippy/actions/runs/1607559017) | [
{
"change_type": "MODIFY",
"diff": "-This v8 release is auto generated by Github Action([1605067309][2]).\n+This v8 release is auto generated by Github Action([1607559017][2]).\n_Do NOT modify this release manually._\nRefs: [v8/v8@96e2674d][1]\n+\nBranch/Tag: 9.7-lkgr\n[1]: https://github.com/v8/v8/tree/96e... | C++ | Apache License 2.0 | tencent/hippy | chore(v8): update V8 to 9.7-lkgr@96e2674d
Ref-URL: v8/v8@96e2674d6126c2ae64d44024aaa7968c853ac4a2
Action-Run: [1607559017](https://github.com/Tencent/Hippy/actions/runs/1607559017) | 1 | chore | v8 |
865,926 | 21.12.2021 17:10:11 | -3,600 | f2a0ca962513cca118f07fce9ecaf06333eb9301 | deps: update to `camunda-bpmn-js@0.13.0-alpha.0`
This migrates the application to the new properties panel and includes
fixes from the upstream libraries.
Closes
Closes
Closes | [
{
"change_type": "MODIFY",
"diff": "\"resolved\": \"https://registry.npmjs.org/@bpmn-io/align-to-origin/-/align-to-origin-0.7.0.tgz\",\n\"integrity\": \"sha512-a8Ri5q2uhCrHJ415BR9ZulajvOw0SX2Eh0jxwoMZ/ynxcZPBbOKm6kW6HAQFJp0EFHwftMiJstcvIcSjyz0hZA==\"\n},\n- \"@bpmn-io/bpmn-properties-panel\": {\n- \"version... | JavaScript | MIT License | camunda/camunda-modeler | deps: update to `camunda-bpmn-js@0.13.0-alpha.0`
This migrates the application to the new properties panel and includes
fixes from the upstream libraries.
Closes #2663
Closes #2586
Closes #2397 | 1 | deps | null |
617,459 | 21.12.2021 17:15:26 | -3,600 | fbe01276b100d8bf225f08738f115fdcbb934452 | feat(api): add synonymes | [
{
"change_type": "MODIFY",
"diff": "\"update-mock-data\": \"ES_INDEX_PREFIX=cdtn babel-node src/tests/fetch_mock_data.js\",\n\"pretest\": \"NODE_ENV=test babel-node src/tests/create_indexes.js\",\n\"test\": \"ES_INDEX_PREFIX=cdtn_test jest\",\n+ \"test:update\": \"yarn pretest && ES_INDEX_PREFIX=cdtn_test j... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | feat(api): add synonymes (#4126) | 1 | feat | api |
304,860 | 21.12.2021 17:32:22 | -3,600 | f010046b5ad9d098aa46e9267ff505a273245dd5 | chore: Update to edition 2021
* chore: Update to edition 2021
No real reason not to use it since we have 1.56 as the minimum rust version anyway
* refactor: Remove unnecessary imports
* chore: make generate | [
{
"change_type": "MODIFY",
"diff": "name = \"flux-core\"\nversion = \"0.4.0\"\nauthors = [\"Nathaniel Cook <nathaniel@influxdata.com>\"]\n-edition = \"2018\"\n+edition = \"2021\"\n[lib]\nname = \"fluxcore\"\n",
"new_path": "libflux/flux-core/Cargo.toml",
"old_path": "libflux/flux-core/Cargo.toml"
... | Go | MIT License | influxdata/flux | chore: Update to edition 2021 (#4367)
* chore: Update to edition 2021
No real reason not to use it since we have 1.56 as the minimum rust version anyway
https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html#whats-in-1560-stable
* refactor: Remove unnecessary imports
* chore: make generate | 1 | chore | null |
438,921 | 21.12.2021 17:39:10 | -32,400 | b16605deb9e94c9fd6641e2e20c46d972cf4bbe0 | feat(bar): Intent to ship bar.indices.removeNull
Implement bar.indices.removeNull option, where
make positioning each bar shape's position on each tick
removing nullish values.
Close | [
{
"change_type": "MODIFY",
"diff": "@@ -3741,6 +3741,42 @@ d3.select(\".chart_area\")\n]\n},\nBarChartOptions: {\n+ BarIndices: [\n+ {\n+ options: {\n+ data: {\n+ columns: [\n+ ['data1', 4, null, 4],\n+ ['data2', null, 3, null],\n+ ['data3', 1, 4, 4]\n+ ],\n+ type: \"bar\"\n+ },\n+ bar: {\n+ indices: {\n+ r... | TypeScript | MIT License | naver/billboard.js | feat(bar): Intent to ship bar.indices.removeNull
Implement bar.indices.removeNull option, where
make positioning each bar shape's position on each tick
removing nullish values.
Close #1687 | 1 | feat | bar |
217,256 | 21.12.2021 17:45:45 | -7,200 | 0acbc4c3c2d2028520894aef98c785cc61f8b98b | docs(concepts): review index.mdx | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ pagination_prev: guides/index\n<span class=\"badge badge--warning margin-bottom--md\">UNDERSTANDING-ORIENTED</span>\n<p class=\"summary\">\n-A section with key concepts of the methodology, for an advanced understanding of the Feature Sliced philosophy an... | JavaScript | MIT License | feature-sliced/documentation | docs(concepts): review index.mdx | 1 | docs | concepts |
317,714 | 21.12.2021 17:56:57 | 0 | ccc22c4a30b3a7b9ff8f3b0fb13822880ba0e205 | docs: fix typos in plastic scm testing docs | [
{
"change_type": "MODIFY",
"diff": "@@ -4,13 +4,13 @@ title: Setup for Plastic SCM testing\nsidebar_label: Plastic SCM testing\n---\n-When changig the `segment_plastic.go` file, you may need to test your changes against an actual instance of\n+When changing the `segment_plastic.go` file, you may need to tes... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: fix typos in plastic scm testing docs | 1 | docs | null |
401,147 | 21.12.2021 18:12:28 | -19,080 | 14c9eccd172a3a22f1b84b7b44b2b371ec93f57c | fix: add classyGreen color in color pallet
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -25,17 +25,18 @@ export interface GreyScale {\nexport interface ColorPallet {\nblack: string;\n- white: string;\n- professionalNavy: string;\n+ blue: Color;\n+ blush: Color;\n+ classyGreen: string;\neverGreen: Color;\n+ green: Color;\ngrey: GreyScale;\n+ heartbeat: Col... | TypeScript | MIT License | medly/medly-components | fix: add classyGreen color in color pallet
affects: @medly-components/theme | 1 | fix | null |
821,202 | 21.12.2021 18:18:09 | 0 | 291603a471757596ebed27b0758bae9871fd53b0 | feat: add version info to registry for windows installers | [
{
"change_type": "MODIFY",
"diff": "@@ -65,6 +65,8 @@ Section \"${config.name} CLI \\${VERSION}\"\nWriteUninstaller \"$INSTDIR\\\\Uninstall.exe\"\nWriteRegStr HKLM \"Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Uninstall\\\\${config.dirname}\" \\\\\n\"DisplayName\" \"${config.name}\"\n+ WriteRegStr... | TypeScript | MIT License | oclif/oclif | feat: add version info to registry for windows installers (#769) | 1 | feat | null |
841,421 | 21.12.2021 18:19:33 | -32,400 | 0e4dce694da75f6fb3848a2f0479410bf3076412 | refactor(es/minifier): Use `swc_timer`
swc_bundler:
- Add `Config.disable_fixer`.
- Add `Config.disable_hygiene`.
swc_ecma_minifier:
- Use `swc_timer`. | [
{
"change_type": "MODIFY",
"diff": "@@ -2935,6 +2935,7 @@ dependencies = [\n\"swc_ecma_utils\",\n\"swc_ecma_visit\",\n\"swc_node_base\",\n+ \"swc_timer\",\n\"testing\",\n\"tracing\",\n\"unicode-xid\",\n",
"new_path": "Cargo.lock",
"old_path": "Cargo.lock"
},
{
"change_type": "MODIFY",
"d... | Rust | Apache License 2.0 | swc-project/swc | refactor(es/minifier): Use `swc_timer` (#3087)
swc_bundler:
- Add `Config.disable_fixer`.
- Add `Config.disable_hygiene`.
swc_ecma_minifier:
- Use `swc_timer`. | 1 | refactor | es/minifier |
743,979 | 21.12.2021 18:40:42 | -3,600 | 0d65c6c62a8cd68dd983338dc0fd6bdf0189022a | docs: correct URL in readme | [
{
"change_type": "MODIFY",
"diff": "@@ -199,6 +199,6 @@ post on why we think this is important](https://medium.com/the-node-js-collectio\n[conventional-commits-url]: https://conventionalcommits.org/\n[slack-image]: http://devtoolscommunity.herokuapp.com/badge.svg\n[slack-url]: http://devtoolscommunity.herok... | JavaScript | MIT License | yargs/yargs | docs: correct @types/yargs URL in readme (#2099) | 1 | docs | null |
160,177 | 21.12.2021 18:50:00 | -28,800 | 92d4b7a88727b8dd213487f09e1117afa5c48310 | feat: remove node selection | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@logicflow/core\",\n- \"version\": \"0.7.14\",\n+ \"version\": \"0.7.15\",\n\"description\": \"LogicFlow core, to quickly build flowchart editor\",\n\"main\": \"dist/logic-flow.js\",\n\"license\": \"Apache-2.0\",\n",
"new_path": "packages/core/package.j... | TypeScript | Apache License 2.0 | didi/logicflow | feat: remove node selection | 1 | feat | null |
617,459 | 21.12.2021 18:59:11 | -3,600 | 0a140f18b835f4a03eb9df32062188b3c6cedd39 | fix(api): french | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ function getSearchBody({ query, size, sources = [] }) {\n},\n{\nmatch_phrase_prefix: {\n- synonymes: {\n+ \"synonymes.french\": {\nquery,\n},\n},\n",
"new_path": "packages/code-du-travail-api/src/routes/search/search.elastic.js",
"old_path": "pac... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(api): french (#4128) | 1 | fix | api |
317,646 | 21.12.2021 20:30:32 | -3,600 | d3e638e06723f3036e80a8f9488f42c02e96dfa4 | fix(git): use actual path instead of empty -C operator
relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -116,6 +116,7 @@ func (g *git) enabled() bool {\nif gitdir.isDir {\ng.gitWorkingFolder = gitdir.path\ng.gitRootFolder = gitdir.path\n+ g.gitWorktreeFolder = strings.TrimSuffix(gitdir.path, \".git\")\nreturn true\n}\n// handle worktree\n",
"new_path": "src/segment_g... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(git): use actual path instead of empty -C operator
relates to #1474 | 1 | fix | git |
160,177 | 21.12.2021 20:48:57 | -28,800 | 85b36efa14ed9e7a0a5d95e800489d4dfa65b6d6 | fix: edge text use model getTextStyle | [
{
"change_type": "MODIFY",
"diff": "Learn how to configure a non-root public URL by running `npm run build`.\n-->\n<title>React App</title>\n- <!-- <script src=\"http://localhost:9099/logic-flow.js\"></script> -->\n+ <!-- <script src=\"http://localhost:9093/logic-flow.js\"></script> -->\n</head>\n<body>\n<n... | TypeScript | Apache License 2.0 | didi/logicflow | fix: edge text use model getTextStyle | 1 | fix | null |
160,177 | 21.12.2021 20:54:24 | -28,800 | f4eea2c23ec6ac44acbd404b35d94b74fbb69d00 | fix: lf.select -> lf.selectElementById | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,9 @@ const lf = new LogicFlow({\nwidth: 1000,\ngrid: true,\nedgeType: 'custom-polyline',\n+ keyboard: {\n+ enabled: true,\n+ },\nheight: 400\n})\nlf.register(customPolyline);\n",
"new_path": "packages/core/examples/customEdge/index.mjs",
"old_path": "pa... | TypeScript | Apache License 2.0 | didi/logicflow | fix: lf.select -> lf.selectElementById | 1 | fix | null |
780,866 | 21.12.2021 21:06:22 | 10,800 | ca87b476c63a8fec5586ff59b2714bdd0a8ff33f | chore(twbs/scss): prevent deprecation warning about division out of `calc` | [
{
"change_type": "MODIFY",
"diff": "@@ -83,7 +83,7 @@ $color-shift-weights: map-merge(\n$level: abs($level);\n@return mix($color-base, $color, $level * $theme-color-interval);\n} @else {\n- $weight: $level * $theme-color-interval / 2;\n+ $weight: calc($level * $theme-color-interval / 2);\n@return if($level ... | JavaScript | MIT License | ecomplus/storefront | chore(twbs/scss): prevent deprecation warning about division out of `calc` | 1 | chore | twbs/scss |
160,177 | 21.12.2021 21:24:20 | -28,800 | 682ba345451a5c5b522ebcd510f9c9e29be5758e | fix: selection events | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,6 @@ import React, { useEffect } from 'react';\nimport LogicFlow from '@logicflow/core';\nimport { DndPanel, SelectionSelect } from '@logicflow/extension'\nimport ExampleHeader from '../../../../components/example-header';\n-\nconst config = {\nstopScrollGraph:... | TypeScript | Apache License 2.0 | didi/logicflow | fix: selection events | 1 | fix | null |
306,638 | 21.12.2021 21:27:18 | -19,080 | e31559d3f70a9029d8f291fb82f1ee2d95987096 | chore: adds manual release workflow | [
{
"change_type": "ADD",
"diff": "+name: \"Manual release\"\n+\n+on:\n+ workflow_dispatch:\n+ inputs:\n+ release_type:\n+ description: 'Release type to be used in npm version command'\n+ required: true\n+ default: 'prerelease'\n+\n+jobs:\n+ release:\n+ name: Release tag\n+ runs-on: ubuntu-latest\n+ steps:\n+... | TypeScript | MIT License | innovaccer/design-system | chore: adds manual release workflow | 1 | chore | null |
667,680 | 21.12.2021 21:37:10 | -28,800 | 894f8a46efc6d4f9995401ad34236796a73eaba7 | chore(android): update Android NDK version to r23b(23.1.7779620) | [
{
"change_type": "MODIFY",
"diff": "@@ -40,9 +40,9 @@ TARGET_SDK_VERSION=30\n# Specifies Android NDK version\n#\n# Equals to setting android.ndkVersion property in the build.gradle file.\n-# Default is 21.4.7075529\n+# Default is 23.1.7779620\n#\n-NDK_VERSION=21.4.7075529\n+NDK_VERSION=23.1.7779620\n#\n# Sp... | C++ | Apache License 2.0 | tencent/hippy | chore(android): update Android NDK version to r23b(23.1.7779620) | 1 | chore | android |
841,421 | 21.12.2021 21:39:35 | -32,400 | ba2563f59ed819e67a56e39cdcf38a7ccabd8f47 | fix(es/loader): Prefer ESM
swc_ecma_loader:
- Check for `module` field and prefer it over `main`. | [
{
"change_type": "MODIFY",
"diff": "@@ -81,7 +81,7 @@ fn do_test(_entry: &Path, entries: HashMap<String, FileName>, inline: bool, mini\nNodeModulesResolver::new(TargetEnv::Node, Default::default()),\n),\nswc_bundler::Config {\n- require: true,\n+ require: false,\ndisable_inliner: !inline,\nexternal_modules:... | Rust | Apache License 2.0 | swc-project/swc | fix(es/loader): Prefer ESM (#3089)
swc_ecma_loader:
- Check for `module` field and prefer it over `main`. | 1 | fix | es/loader |
269,464 | 21.12.2021 21:45:28 | 10,800 | 78795394dde18f2c9e9d01acbb9f89f9ea3b6ba8 | fix: upload sboms to release | [
{
"change_type": "MODIFY",
"diff": "@@ -83,6 +83,7 @@ func doUpload(ctx *context.Context, conf config.Blob) error {\nartifact.ByType(artifact.Signature),\nartifact.ByType(artifact.Certificate),\nartifact.ByType(artifact.LinuxPackage),\n+ artifact.ByType(artifact.SBOM),\n)\nif len(conf.IDs) > 0 {\nfilter = a... | Go | MIT License | goreleaser/goreleaser | fix: upload sboms to release
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | fix | null |
306,638 | 21.12.2021 22:03:12 | -19,080 | 3c3d52880727969c3cf8f97b2ea89784766719a5 | chore: updates versions of dev dependencies for security issues | [
{
"change_type": "MODIFY",
"diff": "\"path-exists\": \"^3.0.0\"\n}\n},\n+ \"node-notifier\": {\n+ \"version\": \"5.4.5\",\n+ \"resolved\": \"https://registry.npmjs.org/node-notifier/-/node-notifier-5.4.5.tgz\",\n+ \"integrity\": \"sha512-tVbHs7DyTLtzOiN78izLA85zRqB9NvEXkAf014Vx3jtSvn/xBl6bR8ZYifj+dFcFrKI21h... | TypeScript | MIT License | innovaccer/design-system | chore: updates versions of dev dependencies for security issues | 1 | chore | null |
342,861 | 21.12.2021 22:19:04 | -3,600 | 88fbe21d58ab950bf82638c2ae5d19fd6ed6f3e8 | fix(tracking): protected routes | [
{
"change_type": "MODIFY",
"diff": "-exports.createPages = require(\"./gatsby/on-create-page\");\n+exports.createPages = require(\"./gatsby/on-create-pages\");\n",
"new_path": "docs/plugins/dashboard/gatsby-node.js",
"old_path": "docs/plugins/dashboard/gatsby-node.js"
},
{
"change_type": "RE... | JavaScript | MIT License | kiwicom/orbit | fix(tracking): protected routes (#3221) | 1 | fix | tracking |
306,638 | 21.12.2021 22:59:17 | -19,080 | 621d093444288e33a0fc7e6ec8e6fd73707f7648 | chore: add npm ci command to use package.lock freezed versions on CI environments on github actions | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ jobs:\nnode-version: '14.x'\n- name: Install dependencies\n- run: npm install\n+ run: npm ci\n- run: npm run build-css\n",
"new_path": ".github/workflows/chromatic.yml",
"old_path": ".github/workflows/chromatic.yml"
},
{
"change_type": "M... | TypeScript | MIT License | innovaccer/design-system | chore: add npm ci command to use package.lock freezed versions on CI environments on github actions | 1 | chore | null |
780,866 | 21.12.2021 23:13:50 | 10,800 | 2240bf9155ebbd874e5ba5298b75ba969ae54c84 | chore(twbs/mixins): copy gradients mixins to replace color functions | [
{
"change_type": "ADD",
"diff": "+// Gradients\n+\n+@mixin gradient-bg($color) {\n+ @if $enable-gradients {\n+ background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x;\n+ } @else {\n+ background-color: $color;\n+ }\n+}\n+\n+// Horizontal gradient, from left to right\n+//\n+//... | JavaScript | MIT License | ecomplus/storefront | chore(twbs/mixins): copy gradients mixins to replace color functions | 1 | chore | twbs/mixins |
780,866 | 21.12.2021 23:19:22 | 10,800 | 441ce355b7354c129dc96496647262caeca9cc95 | feat(twbs/scss-colors): new `mix-color` function safe for css vars
in addition to `lighten-color` `darken-color` `rgba-color` | [
{
"change_type": "MODIFY",
"diff": "@@ -75,19 +75,27 @@ $color-shift-weights: map-merge(\n}\n}\n-// Request a theme color level\n-@function theme-color-level($color-name: \"primary\", $level: 0) {\n- $color: theme-color($color-name);\n+// Request a theme color level with mix\n+\n+@function mix-color($color-... | JavaScript | MIT License | ecomplus/storefront | feat(twbs/scss-colors): new `mix-color` function safe for css vars
in addition to `lighten-color` `darken-color` `rgba-color` | 1 | feat | twbs/scss-colors |
780,866 | 21.12.2021 23:20:34 | 10,800 | 4e46b4cb78a9076312bbfb453391ec6f88e22bfe | fix(twbs/scss-color): more color functions fixes (triggered by custom themes) | [
{
"change_type": "MODIFY",
"diff": "@import \"bootstrap/scss/mixins/background-variant\";\n@import \"bootstrap/scss/mixins/border-radius\";\n@import \"bootstrap/scss/mixins/box-shadow\";\n-@import \"bootstrap/scss/mixins/gradients\";\n+@import \"mixins/gradients\";\n@import \"bootstrap/scss/mixins/transitio... | JavaScript | MIT License | ecomplus/storefront | fix(twbs/scss-color): more color functions fixes (triggered by custom themes) | 1 | fix | twbs/scss-color |
780,866 | 22.12.2021 00:00:27 | 10,800 | 6740be1331d137e2ce7dfad531829f407e497ccd | fix(twbs/scss-colors): fix gradients mixin to use `color-mix` function | [
{
"change_type": "MODIFY",
"diff": "@mixin gradient-bg($color) {\n@if $enable-gradients {\n- background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x;\n+ background: $color linear-gradient(180deg, color-mix($body-bg, $color, 15%), $color) repeat-x;\n} @else {\nbackground-color... | JavaScript | MIT License | ecomplus/storefront | fix(twbs/scss-colors): fix gradients mixin to use `color-mix` function | 1 | fix | twbs/scss-colors |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.