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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
73,326 | 04.10.2021 13:50:34 | -10,800 | 9cab12b1852a1f9c90f4b32082b01ab913de6351 | chore: auto approve dependabot
See
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: | [
{
"change_type": "MODIFY",
"diff": "@@ -6,10 +6,10 @@ on: pull_request\njobs:\nauto-approve:\nif: >\n- contains(github.event.pull_request.labels.*.name, 'pr/auto-approve') &&\n- (github.event.pull_request.user.login == 'aws-cdk-automation'\n- || github.event.pull_request.user.login == 'dependabot[bot]'\n- |... | TypeScript | Apache License 2.0 | aws/jsii | chore: auto approve dependabot (#3017)
See https://github.com/aws/aws-cdk/pull/16777#issue-748759529
---
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0 | 1 | chore | null |
699,201 | 04.10.2021 14:02:22 | 21,600 | d4eaf8b1802780842daeeaed43ba1cc5062d2a9e | feat(toast): add element customization | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/toast': minor\n+'@twilio-paste/core': minor\n+---\n+\n+[Toast] Enable Component to respect element customizations set on the customization provider. Component now enables setting an element name on the underlying HTML element and checks the emotion them... | TypeScript | MIT License | twilio-labs/paste | feat(toast): add element customization | 1 | feat | toast |
791,723 | 04.10.2021 14:03:16 | 25,200 | 62881875cb3484af41c8943ed6184dc7f3222dcd | misc: set predictable order for sample json timing entries | [
{
"change_type": "MODIFY",
"diff": "@@ -211,7 +211,7 @@ class Runner {\nduration: parseFloat(entry.duration.toFixed(2)),\nentryType: entry.entryType,\n};\n- });\n+ }).sort((a, b) => a.startTime - b.startTime);\nconst runnerEntry = timingEntries.find(e => e.name === 'lh:runner:run');\nreturn {entries: timing... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: set predictable order for sample json timing entries (#13162) | 1 | misc | null |
826,656 | 04.10.2021 15:03:45 | -7,200 | c4acefab2dd71e434d71857a8262194a523ee2fd | ci: bump ory/cli version for release pipeline | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ require (\ngithub.com/go-swagger/go-swagger v0.26.1\ngithub.com/goreleaser/godownloader v0.1.1-0.20200426152203-fd8ad8f7dd78\ngithub.com/mattn/goveralls v0.0.7\n- github.com/ory/cli v0.0.73-0.20211001113806-d0cbcdc5d8d3\n+ github.com/ory/cli v0.0.73-0.20... | Go | Apache License 2.0 | ory/keto | ci: bump ory/cli version for release pipeline | 1 | ci | null |
756,026 | 04.10.2021 15:29:41 | 25,200 | 724d629184f4fd82b8ad95af7bb6c028f5c14ef0 | docs: regenerate governance diagrams
* docs: regenerate governance diagrams
Following add a shell script to generate the diagrams.
Rename the files for better consistency.
Check in new .pngs, since the .pumls were recently updated.
* chore: add a final newline | [
{
"change_type": "MODIFY",
"diff": "Binary files a/packages/governance/docs/contractGovernance.png and b/packages/governance/docs/contractGovernance.png differ\n",
"new_path": "packages/governance/docs/contractGovernance.png",
"old_path": "packages/governance/docs/contractGovernance.png"
},
{
... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | docs: regenerate governance diagrams (#3927)
* docs: regenerate governance diagrams
Following #3888, add a shell script to generate the diagrams.
Rename the files for better consistency.
Check in new .pngs, since the .pumls were recently updated.
* chore: add a final newline | 1 | docs | null |
141,560 | 04.10.2021 15:57:52 | -39,600 | 5aa19738eab6c47185671545bc7691bb1be05506 | feat: Add reversed & destructive support for Button | [
{
"change_type": "MODIFY",
"diff": "@@ -349,6 +349,31 @@ $caButton-verticalPaddingForm: calc(\ncolor: $color-white;\n}\n}\n+\n+ &%caButtonDestructive {\n+ &:not(:disabled) {\n+ background: $color-red-300;\n+ border-color: $border-borderless-border-color;\n+ color: $color-purple-800;\n+\n+ &:hover {\n+ backg... | TypeScript | MIT License | cultureamp/kaizen-design-system | feat: Add reversed & destructive support for Button (#1978)
Co-authored-by: Jake Pitman <jakeseanp@gmail.com> | 1 | feat | null |
730,536 | 04.10.2021 16:06:58 | 14,400 | ddc66734a9b950b3a1a512098bbbd6391274ca01 | chore(deps-dev): bump webpack-dev-server from 4.0.0b to 4.3.1 | [
{
"change_type": "MODIFY",
"diff": "Binary files a/package-lock.json and b/package-lock.json differ\n",
"new_path": "package-lock.json",
"old_path": "package-lock.json"
},
{
"change_type": "MODIFY",
"diff": "\"terser-webpack-plugin\": \"^4.2.3\",\n\"webpack\": \"^4.46.0\",\n\"webpack-cli... | JavaScript | MIT License | webex/webex-js-sdk | chore(deps-dev): bump webpack-dev-server from 4.0.0b to 4.3.1 | 1 | chore | deps-dev |
730,536 | 04.10.2021 16:08:15 | 14,400 | 95bcf015ecf3e8ff544e03a2403dc215afcdf461 | chore(deps-dev): bump webpack-cli from 4.6.0 to 4.8.0 | [
{
"change_type": "MODIFY",
"diff": "Binary files a/package-lock.json and b/package-lock.json differ\n",
"new_path": "package-lock.json",
"old_path": "package-lock.json"
},
{
"change_type": "MODIFY",
"diff": "\"standard-version\": \"^9.1.1\",\n\"terser-webpack-plugin\": \"^4.2.3\",\n\"web... | JavaScript | MIT License | webex/webex-js-sdk | chore(deps-dev): bump webpack-cli from 4.6.0 to 4.8.0 | 1 | chore | deps-dev |
730,415 | 04.10.2021 16:20:14 | 25,200 | 33c5cf4abd6524ba8258f2b953ec8bd9acf25b54 | fix(sdk-adapter): upgrade to ^1.64.0 | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==\",\n\"dev\": true\n},\n+ \"@dabh/diagnostics\": {\n+ \"version\": \"2.0.2\",\n+ \"resolved\": \"https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.... | JavaScript | MIT License | webex/react-widgets | fix(sdk-adapter): upgrade to ^1.64.0 | 1 | fix | sdk-adapter |
777,353 | 04.10.2021 16:28:37 | 18,000 | 85aabd3bc9f90a02d9ac01e6ea0186a01b64eaff | chore: added confirmation modal to task kill | [
{
"change_type": "MODIFY",
"diff": "@@ -75,10 +75,33 @@ const TaskActionDropdown: React.FC<Props> = ({ task, onComplete, curUser }: Prop\n}\ncase Action.Kill:\nif (isExperiment) {\n+ Modal.confirm({\n+ content: `\n+ Are you sure you want to kill\n+ experiment ${id}?\n+ `,\n+ icon: <ExclamationCircleOutlined... | Python | Apache License 2.0 | determined-ai/determined | chore: added confirmation modal to task kill [DET-6049] (#3035) | 1 | chore | null |
826,656 | 04.10.2021 16:35:25 | -7,200 | 4806dca5133be8cb2ae0c73251d58b183a44a9ad | ci: bump go to 1.17 for goreleaser/release job | [
{
"change_type": "MODIFY",
"diff": "@@ -103,6 +103,34 @@ jobs:\n- run:\nname: Build and push CLI docs\ncommand: \"bash <(curl -s https://raw.githubusercontent.com/ory/ci/master/src/scripts/docs/cli.sh)\"\n+ release:\n+ docker:\n+ - image: cimg/go:1.17\n+ parameters:\n+ gitauthtoken:\n+ description: A GitHub... | Go | Apache License 2.0 | ory/keto | ci: bump go to 1.17 for goreleaser/release job (#751) | 1 | ci | null |
127,946 | 04.10.2021 16:40:03 | -10,800 | 60a4f153718b498cba1e9419d72a7532e199a3ba | feat: update default shadow | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ import { Sidebar } from './Sidebar';\nimport { InputsPanel } from './InputsPanel';\nconst PickerContainer = styled.div(\n- ({ theme: { color, space, radius, breakpoint, zIndex } }) => ({\n+ ({ theme: { color, space, radius, breakpoint, zIndex, boxShadow ... | TypeScript | MIT License | coingaming/moon-design | feat: update default shadow | 1 | feat | null |
217,922 | 04.10.2021 16:47:01 | -7,200 | 7800e280be81245f13f7e939e107b0089e1c11a1 | feat(allagan-reports): you can now submit bozja, eureka and other maps as sources | [
{
"change_type": "MODIFY",
"diff": "[nzTitle]=\"title\">\n<ng-template #title>\n<div fxLayout=\"row\" fxLayoutAlign=\"flex-start center\" fxLayoutGap=\"5px\">\n+ <ng-container *ngIf=\"instance > 0; else mapDisplay\">\n<div>{{instance | instanceName | i18n}}</div>\n- <app-db-button [id]=\"instance.id\" type=... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(allagan-reports): you can now submit bozja, eureka and other maps as sources | 1 | feat | allagan-reports |
217,922 | 04.10.2021 16:59:34 | -7,200 | 570a7728a69f01876a7f6dd47c688a2b8f7ae7e8 | fix(allagan-reports): filtered some outdated items from the items needing data | [
{
"change_type": "MODIFY",
"diff": "@@ -56,8 +56,11 @@ export class AllaganReportsComponent {\nfishCoverage: Math.floor(1000 * (this.lazyData.data.fishes.length - fishWithNoData.length) / this.lazyData.data.fishes.length) / 10,\nfishWithNoData,\nitemsWithNoSource: Object.values(extracts).filter(e => {\n- co... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(allagan-reports): filtered some outdated items from the items needing data | 1 | fix | allagan-reports |
711,597 | 04.10.2021 17:00:33 | -7,200 | 511f04d8abbfe9fe6fcb582f1a8731817b74f602 | fix(core): Fix error when resolving deleted Product from Order
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -3351,10 +3351,7 @@ export type Product = Node & {\ndescription: Scalars['String'];\nfeaturedAsset?: Maybe<Asset>;\nassets: Array<Asset>;\n- /** Returns all ProductVariants */\nvariants: Array<ProductVariant>;\n- /** Returns a paginated, sortable, filterable list of Pr... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix error when resolving deleted Product from Order
Fixes #1125 | 1 | fix | core |
826,656 | 04.10.2021 17:15:15 | -7,200 | 00fa3ea58dd7456e7bce928c199d079ecfd7842f | ci: use cimg/go:1.17-node for release job | [
{
"change_type": "MODIFY",
"diff": "@@ -105,7 +105,7 @@ jobs:\ncommand: \"bash <(curl -s https://raw.githubusercontent.com/ory/ci/master/src/scripts/docs/cli.sh)\"\nrelease:\ndocker:\n- - image: cimg/go:1.17\n+ - image: cimg/go:1.17-node\nparameters:\ngitauthtoken:\ndescription: A GitHub API Token\n",
"... | Go | Apache License 2.0 | ory/keto | ci: use cimg/go:1.17-node for release job | 1 | ci | null |
127,946 | 04.10.2021 17:33:22 | -10,800 | 4d66c54683c6140b84747e069d5f34bea4318fa3 | feat: update Accordion | [
{
"change_type": "MODIFY",
"diff": "\"chokidar\": \"chokidar \\\"**/*.tsx\\\" \\\"**/*.ts\\\" -i \\\"lib/**/*.d.ts\\\" -c \\\"pnpm run build:code\\\" \"\n},\n\"dependencies\": {\n- \"@heathmont/moon-assets\": \"workspace:^7.3.0\",\n\"@heathmont/moon-components\": \"workspace:^7.3.0\",\n+ \"@heathmont/moon-i... | TypeScript | MIT License | coingaming/moon-design | feat: update Accordion | 1 | feat | null |
711,597 | 04.10.2021 17:43:29 | -7,200 | 5017622ba224d43064d36fd43d8193fea1652482 | feat(core): Allow DefaultJobQueue retries to be configured per queue
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -64,6 +64,7 @@ export class InMemoryJobQueueStrategy extends PollingJobQueueStrategy implements\n.toString()\n.padEnd(10, '0');\n}\n+ (job as any).retries = this.setRetries(job.queueName, job);\n// tslint:disable-next-line:no-non-null-assertion\nthis.jobs.set(job.id!, ... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Allow DefaultJobQueue retries to be configured per queue
Relates to #1111 | 1 | feat | core |
127,946 | 04.10.2021 18:02:04 | -10,800 | bc739327460414764f3412d8a153cb1c353c8d12 | fix: dialog shadow & overlay color | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,6 @@ export const DialogContainer = styled.div<{ variant?: 'default' | 'new' }>(\nborderRadius: variant === 'new' ? rem(16) : rem(radius.small),\ncolor: color.bulma[100],\nbackground: variant === 'new' ? color.gohan[100] : color.goku[100],\n- boxShadow: boxSh... | TypeScript | MIT License | coingaming/moon-design | fix: dialog shadow & overlay color | 1 | fix | null |
472,067 | 04.10.2021 18:27:13 | -32,400 | c95107d976e5e805177fd468a66a7817aeba93b4 | refactor(spindle-tokens): rewrite with TypeScript | [
{
"change_type": "MODIFY",
"diff": "dist/\npublic/\n+packages/spindle-tokens/lib/*.js\n",
"new_path": ".eslintignore",
"old_path": ".eslintignore"
},
{
"change_type": "MODIFY",
"diff": "@@ -125,3 +125,6 @@ dist\n# acot test result\n.acot/\n+\n+# Files in packages\n+packages/spindle-token... | TypeScript | MIT License | openameba/spindle | refactor(spindle-tokens): rewrite with TypeScript | 1 | refactor | spindle-tokens |
730,428 | 04.10.2021 19:19:23 | 0 | d1169a7cf35ed22a3c9a30ae8ca654e0e058f0e4 | chore(release): 0.39.0 [skip ci] | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+## [0.39.0](https://github.com/webex/react-widgets/compare/v0.38.0...v0.39.0) (2021-10-04)\n+\n... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.39.0 [skip ci] | 1 | chore | release |
217,922 | 04.10.2021 19:27:27 | -7,200 | dc75552a0ba97c625401b746055e31fe379e4ac4 | fix(db): better ordering for tugs in bit times chart | [
{
"change_type": "MODIFY",
"diff": "</ng-template>\n<div>\n<div fxLayout=\"row\" fxLayoutAlign=\"center center\" fxLayoutGap=\"10px\">\n- <div fxLayout=\"row\" fxLayoutGap=\"5px\" fxLayoutAlign=\"center center\" *ngFor=\"let color of colors; index as i\">\n- <div class=\"legend-box\" style.background-color=... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): better ordering for tugs in bit times chart | 1 | fix | db |
777,376 | 04.10.2021 19:36:01 | 14,400 | e0129f52aeb640f0525add141e8925d1f28cd763 | fix: Make agent names unique for det deploy local agent-up | [
{
"change_type": "MODIFY",
"diff": "import argparse\n+import socket\nimport sys\nfrom pathlib import Path\nfrom typing import Callable, Dict\n@@ -8,6 +9,8 @@ from determined.common.declarative_argparse import Arg, BoolOptArg, Cmd, Group\nfrom . import cluster_utils\nfrom .preflight import check_docker_insta... | Python | Apache License 2.0 | determined-ai/determined | fix: Make agent names unique for det deploy local agent-up (#3038) | 1 | fix | null |
667,635 | 04.10.2021 19:43:18 | -28,800 | 0cbe048d11088f0217f4cb94617b350a7f5fc766 | fix(ios): also check root tag for touch handler | [
{
"change_type": "MODIFY",
"diff": "@@ -352,6 +352,11 @@ typedef void (^ViewBlock)(UIView *view, BOOL *stop);\n- (BOOL)checkViewBelongToTouchHandler:(UIView *)view {\nNSNumber *reactTag = [view hippyTag];\nUIView *checkView = [_bridge.uiManager viewForHippyTag:reactTag];\n+ if (!checkView) {\n+ NSNumber *vi... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): also check root tag for touch handler | 1 | fix | ios |
530,354 | 04.10.2021 20:27:29 | 25,200 | 682432c3c4e596a35f97f13fa711b33b13175548 | fix(release): update changelog task env var
Missed an environment variable rename.
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": "@@ -16,7 +16,7 @@ import { updateChangelog, UpdateChangelogOptions } from './update-changelog';\nconst inputChangelog = process.env.CHANGELOG;\nconst outputChangelog = process.env.PROJECT_CHANGELOG_FILE;\n-const releaseTagFile = process.env.VERSION_FILE;\n+const releaseTa... | TypeScript | Apache License 2.0 | projen/projen | fix(release): update changelog task env var (#1116)
Missed an environment variable rename.
https://github.com/projen/projen/pull/1047#issuecomment-933883743
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | fix | release |
380,712 | 04.10.2021 21:18:51 | -7,200 | 5b319353b474f52f3cd670247b3fa0219b1aa0ce | chore: Added tsconfig paths for type-checking any issues on macro types | [
{
"change_type": "MODIFY",
"diff": "+// @ts-ignore\ndeclare module \"@lingui/macro\" {\nimport type { MessageDescriptor, I18n } from \"@lingui/core\"\n",
"new_path": "packages/macro/global.d.ts",
"old_path": "packages/macro/global.d.ts"
},
{
"change_type": "ADD",
"diff": "+import { I18n,... | TypeScript | MIT License | lingui/js-lingui | chore: Added tsconfig paths for type-checking any issues on macro types (#1142) | 1 | chore | null |
448,074 | 04.10.2021 21:27:16 | -7,200 | a4f5810fd82e0f0aa954fde5c21c148015727aad | docs: remove section on UMD module names
The UMD bundles have been removed in APF13 so this commit the UMD module name configuration from the documentation. | [
{
"change_type": "MODIFY",
"diff": "@@ -50,26 +50,3 @@ If you'd like to turn off this feature completely, you can do so by providing a\n}\n}\n```\n-\n-## Resolving UMD Module Identifiers\n-\n-By default, ng-packagr will treat dependencies as external dependencies.\n-This means that dependencies are not incl... | TypeScript | MIT License | ng-packagr/ng-packagr | docs: remove section on UMD module names
The UMD bundles have been removed in APF13 so this commit the UMD module name configuration from the documentation. | 1 | docs | null |
67,516 | 04.10.2021 21:49:25 | -7,200 | d64d704b044c6b854ea1ab915ac141956410a9a3 | refactor(bindable): auto discover coercer WIP | [
{
"change_type": "MODIFY",
"diff": "@@ -1107,10 +1107,10 @@ describe(`TemplateCompiler - combinations`, function () {\n[\n(ctx) => [undefined, undefined, 'value'],\n(ctx) => [{}, undefined, 'value'] as any,\n- (ctx) => [BindableDefinition.create('asdf', { attribute: 'bazBaz', property: 'bazBaz', mode: Bindi... | TypeScript | MIT License | aurelia/aurelia | refactor(bindable): auto discover coercer WIP | 1 | refactor | bindable |
902,122 | 04.10.2021 21:58:05 | -7,200 | 43cc7f9821ba03d6e7da0581af384a60f7814276 | chore: timeout priority | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,6 @@ const percentile = require('percentile')\nconst timeSpan = require('time-span')\nconst prettyMs = require('pretty-ms')\n-const BROWSERLESS_TIMEOUT = 15000\nconst HEADLESS = true\n// const TMP_FOLDER = '/tmp'\n@@ -14,7 +13,7 @@ const createBrowserless = id ... | JavaScript | MIT License | microlinkhq/browserless | chore: timeout priority (#314) | 1 | chore | null |
902,122 | 04.10.2021 21:58:42 | -7,200 | e2a90a6be1671317809c97630ff489d9c9b7d55b | chore(release): v9.2.10 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [9.2.10](https://github.com/microlinkhq/browserless/compare/v9.2.9...v9.2.10) (2021-10-04)\n+\n+**Note:** Version ... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.2.10 | 1 | chore | release |
603,467 | 04.10.2021 22:54:20 | -3,600 | ce1fc7f8c8dcee0c0f41a2a2663b9ebe18de740d | fix(rest): reverted axios to 0.21.4 to avoid issue axios/axios#4124 introduced in version 0.22.0 | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==\"\n},\n\"axios\": {\n- \"version\": \"0.22.0\",\n- \"resolved\": \"https://registry.npmjs.org/axios/-/axios-0.22.0.tgz\",\n- \"integrity\": \"sha512-Z0U3uhqQeg... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(rest): reverted axios to 0.21.4 to avoid issue axios/axios#4124 introduced in version 0.22.0 | 1 | fix | rest |
756,013 | 04.10.2021 22:55:20 | 21,600 | ed797d0bee3cbb4084df7e0961fdbfe741039b79 | fix(SwingSet): `typeof f === 'function'`, not `instanceOf Function` | [
{
"change_type": "MODIFY",
"diff": "@@ -196,14 +196,16 @@ export function makeDeviceSlots(\n)}`,\n);\n}\n- if (!(t[method] instanceof Function)) {\n+ const fn = t[method];\n+ const ftype = typeof fn;\n+ if (ftype !== 'function') {\nthrow new TypeError(\n- `target[${method}] is not a function, typeof is ${ty... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(SwingSet): `typeof f === 'function'`, not `instanceOf Function` | 1 | fix | SwingSet |
269,464 | 04.10.2021 23:35:28 | 10,800 | ced53473889ff9c6dca96b02c1c4067348f787bf | refactor: improve scmChangeloger | [
{
"change_type": "MODIFY",
"diff": "@@ -185,14 +185,28 @@ func getChangeloger(ctx *context.Context) (changeloger, error) {\ncase \"\":\nreturn gitChangeloger{}, nil\ncase \"github\":\n- client, err := client.New(ctx)\n+ return newGitHubChangeloger(ctx)\n+ default:\n+ return nil, fmt.Errorf(\"invalid changel... | Go | MIT License | goreleaser/goreleaser | refactor: improve scmChangeloger
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | refactor | null |
791,255 | 04.10.2021 23:46:29 | 25,200 | 8844e40b7c2a7347e174587ea2cf438a6da9e16f | feat(bigquery): add support for AvroOptions in external data config | [
{
"change_type": "MODIFY",
"diff": "@@ -143,6 +143,8 @@ func bqToExternalDataConfig(q *bq.ExternalDataConfiguration) (*ExternalDataConfi\ne.DecimalTargetTypes = append(e.DecimalTargetTypes, DecimalTargetType(v))\n}\nswitch {\n+ case q.AvroOptions != nil:\n+ e.Options = bqToAvroOptions(q.AvroOptions)\ncase q... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(bigquery): add support for AvroOptions in external data config (#4945) | 1 | feat | bigquery |
791,400 | 05.10.2021 00:14:11 | 21,600 | 744a753d24da443226d44178736e4be76023d802 | docs(bigquery): use xerror.As with googleapi.Error
Fix up type assertions with googleapi.Error to use xerrors.As.
In bigquery, this was only required in integration tests and in
the package docs.
Follows from and similar to some of the fixes in storage
in (storage required additional changes though). | [
{
"change_type": "MODIFY",
"diff": "@@ -303,9 +303,10 @@ Errors\nErrors returned by this client are often of the type googleapi.Error: https://godoc.org/google.golang.org/api/googleapi#Error\n-These errors can be introspected for more information by type asserting to the richer *googleapi.Error type. For ex... | Go | Apache License 2.0 | googleapis/google-cloud-go | docs(bigquery): use xerror.As with googleapi.Error (#4814)
Fix up type assertions with googleapi.Error to use xerrors.As.
In bigquery, this was only required in integration tests and in
the package docs.
Follows from #4797 and similar to some of the fixes in storage
in #4802 (storage required additional changes ... | 1 | docs | bigquery |
877,026 | 05.10.2021 00:22:39 | -7,200 | 20dc091f650aa34fd7c766cfcd0891228000f7ce | fix(@vtmn-snackbar): fix html snackbar button bug | [
{
"change_type": "MODIFY",
"diff": "@@ -14,8 +14,7 @@ window.addEventListener('DOMContentLoaded', (event) => {\ndocument.body.appendChild(newDiv);\nif (snackbar === 'vtmn-snackbar-1') {\n- document.body.lastChild.innerHTML =\n- '<div id=\"vtmn-snackbar-1\" class=\"vtmn-snackbar\"><div class=\"vtmn-snackbar_... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | fix(@vtmn-snackbar): fix html snackbar button bug (#652) | 1 | fix | @vtmn-snackbar |
756,013 | 05.10.2021 01:00:34 | 21,600 | 80d00bf9046d2b0f23a2a509a6a8a127b613d802 | fix(xsnap): get ordering right so that ses loads before most shims
now depends on `assert`, so xsnap bundles
must `import 'ses'` before it, and `lockdown()` after it. | [
{
"change_type": "MODIFY",
"diff": "// @ts-nocheck\n-import 'ses';\n// see install-ses-debug.js\nconst debugOptions = {\n",
"new_path": "packages/xsnap/lib/lockdown-shim-debug.js",
"old_path": "packages/xsnap/lib/lockdown-shim-debug.js"
},
{
"change_type": "MODIFY",
"diff": "// @ts-noche... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(xsnap): get ordering right so that ses loads before most shims
@agoric/eventual-send now depends on `assert`, so xsnap bundles
must `import 'ses'` before it, and `lockdown()` after it. | 1 | fix | xsnap |
756,013 | 05.10.2021 01:01:59 | 21,600 | dcb340451f56901b0d554b80c1239e08bef8331a | test(SwingSet): update xsnap golden hashes | [
{
"change_type": "MODIFY",
"diff": "@@ -165,7 +165,7 @@ test('XS + SES snapshots are long-term deterministic', async t => {\nconst h2 = await store.save(vat.snapshot);\nt.is(\nh2,\n- 'b3bd291a9b42abb6acbe488a4da0c0eacee417a9f0ca94b88f7fbe4191bc43a0',\n+ 'c75fc90f431088d792041570238996e6877b0a5f75c55bd81a7c2... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(SwingSet): update xsnap golden hashes | 1 | test | SwingSet |
756,013 | 05.10.2021 01:09:26 | 21,600 | 7632df9755c8109bb57ab1204d0cdcfb07e1515c | test: get `ses` and `@agoric/eventual-send` import ordering right
eventual-send now depends on assert being defined by ses. | [
{
"change_type": "MODIFY",
"diff": "// @ts-check\n-import '@agoric/eventual-send/shim.js';\nimport 'ses';\n+import '@agoric/eventual-send/shim.js';\nimport './lockdown.js';\n",
"new_path": "packages/captp/test/prepare-test-env.js",
"old_path": "packages/captp/test/prepare-test-env.js"
},
{
"... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test: get `ses` and `@agoric/eventual-send` import ordering right
eventual-send now depends on assert being defined by ses. | 1 | test | null |
679,913 | 05.10.2021 01:34:11 | -7,200 | e2ce82ad5c73ec3527ecca17931bad9614524b62 | feat(pixel-dither): add ditherWithKernel() & various presets | [
{
"change_type": "ADD",
"diff": "+<!-- This file is generated - DO NOT EDIT! -->\n+\n+# \n+\n+[](https://www.npmjs.com/package/@thi.ng/pixel-dither)\n+![... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pixel-dither): add ditherWithKernel() & various presets | 1 | feat | pixel-dither |
756,013 | 05.10.2021 02:03:11 | 21,600 | 9f017f40c8ec2f74abbbb0c9c6b4092acd31edc7 | test(install-metering-and-ses): disable; first step towards removal | [
{
"change_type": "MODIFY",
"diff": "\"main\": \"install-metering-and-ses.js\",\n\"scripts\": {\n\"build\": \"exit 0\",\n- \"test\": \"ava\",\n- \"test:c8\": \"c8 $C8_OPTIONS ava --config=ava-nesm.config.js\",\n+ \"test\": \"exit 0\",\n+ \"test:c8\": \"exit 0\",\n\"test:xs\": \"exit 0\",\n\"lint-check\": \"y... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(install-metering-and-ses): disable; first step towards removal | 1 | test | install-metering-and-ses |
780,866 | 05.10.2021 02:27:38 | 0 | 346ed37b6b8090832456d6f8ac015e1f742638df | chore(vscode): setup recommended vscode and gitpod settings/extensions | [
{
"change_type": "ADD",
"diff": "+\n+vscode:\n+ extensions:\n+ - standard.vscode-standard\n+ - atishay-jain.all-autocomplete\n+ - xabikos.javascriptsnippets\n+ - bungcip.better-toml\n",
"new_path": ".gitpod.yml",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+{\n+ \"recommendation... | JavaScript | MIT License | ecomplus/storefront | chore(vscode): setup recommended vscode and gitpod settings/extensions | 1 | chore | vscode |
780,866 | 05.10.2021 02:30:05 | 0 | bba76796c98b116c3ae6186341a3071bad0131d9 | chore(vscode): toml extension not needed | [
{
"change_type": "MODIFY",
"diff": "@@ -4,4 +4,3 @@ vscode:\n- standard.vscode-standard\n- atishay-jain.all-autocomplete\n- xabikos.javascriptsnippets\n- - bungcip.better-toml\n",
"new_path": ".gitpod.yml",
"old_path": ".gitpod.yml"
},
{
"change_type": "MODIFY",
"diff": "\"recommendation... | JavaScript | MIT License | ecomplus/storefront | chore(vscode): toml extension not needed | 1 | chore | vscode |
217,255 | 05.10.2021 03:27:34 | -18,000 | 0345afc2a303444833fa9f49bdada02bf2a3a8fd | fix(header): remove `text--secondary` className
Class style named `text--secondary` are overridden by button
styles and there is no need to use this class name | [
{
"change_type": "MODIFY",
"diff": "@@ -14,10 +14,7 @@ export function Header() {\n<h1 className=\"hero__title\">{siteConfig.title}</h1>\n<p className=\"hero__subtitle\">{translate({ id: \"features.hero.tagline\" })}</p>\n<div className=\"button-group\">\n- <Link\n- className=\"button button--primary button... | JavaScript | MIT License | feature-sliced/documentation | fix(header): remove `text--secondary` className
Class style named `text--secondary` are overridden by button
styles and there is no need to use this class name | 1 | fix | header |
780,866 | 05.10.2021 03:57:25 | 0 | 7772f8e40995b21b6a6c400bcfd09e0b7a468bfd | chore(pkg): edit versino script to get env gh token | [
{
"change_type": "MODIFY",
"diff": "\"build\": \"npm run run:main -- build\",\n\"build:demo\": \"npm run run:main -- build:site\",\n\"preversion\": \"lerna run build --since\",\n- \"version\": \"lerna version\",\n+ \"version\": \"GH_TOKEN=$(grep GH_TOKEN .env | cut -d '=' -f2) lerna version\",\n\"release\":... | JavaScript | MIT License | ecomplus/storefront | chore(pkg): edit versino script to get env gh token | 1 | chore | pkg |
780,866 | 05.10.2021 03:58:03 | 0 | 3188dbfd7ebc8b4f048f71ecee156cc061cf567d | chore(vscode): add ejs and vetur extensions | [
{
"change_type": "MODIFY",
"diff": "@@ -4,3 +4,5 @@ vscode:\n- standard.vscode-standard\n- atishay-jain.all-autocomplete\n- xabikos.javascriptsnippets\n+ - octref.vetur\n+ - digitalbrainstem.javascript-ejs-support\n",
"new_path": ".gitpod.yml",
"old_path": ".gitpod.yml"
},
{
"change_type": "... | JavaScript | MIT License | ecomplus/storefront | chore(vscode): add ejs and vetur extensions | 1 | chore | vscode |
780,866 | 05.10.2021 03:58:52 | 0 | f31512b31a4fecf5ae44371ecbe6bff7e0297f3e | chore(vscode): set path to associate components html files to vue-html lang | [
{
"change_type": "MODIFY",
"diff": "\"standard.run\": \"onSave\",\n\"yaml.schemas\": {\n\"https://json.schemastore.org/github-workflow\": \"/.github/workflows/**/*.yml\"\n+ },\n+ \"files.associations\": {\n+ \"**/html/*.html\": \"vue-html\"\n}\n}\n\\ No newline at end of file\n",
"new_path": ".vscode/se... | JavaScript | MIT License | ecomplus/storefront | chore(vscode): set path to associate components html files to vue-html lang | 1 | chore | vscode |
780,866 | 05.10.2021 04:00:29 | 0 | 8737d09116322ec8b50ff7703b5411c3f4e91e5d | perf(scss): minor a11y and stamps images aspec ratio fixes (footer) | [
{
"change_type": "MODIFY",
"diff": ".footer {\nbackground: var(--light);\nborder-top: var(--spacer-1) solid var(--secondary);\n- color: var(--gray);\n&__contacts {\n@media (min-width: 992px) {\n",
"new_path": "@ecomplus/storefront-template/template/scss/components/_footer.scss",
"old_path": "@ecompl... | JavaScript | MIT License | ecomplus/storefront | perf(scss): minor a11y and stamps images aspec ratio fixes (footer) | 1 | perf | scss |
780,866 | 05.10.2021 04:11:08 | 0 | 4392360ba212bba041d6193a08392aa414814f75 | perf(components/picture): explicitly show first picture <img> width/height when available | [
{
"change_type": "MODIFY",
"diff": ":srcset=\"srcset\"\n:type=\"type\"\n>\n+ <img\n+ v-if=\"imgHeight\"\n+ :width=\"imgWidth\"\n+ :height=\"imgHeight\"\n+ >\n</template>\n<source\n",
"new_path": "@ecomplus/storefront-components/src/html/APicture.html",
"old_path": "@ecomplus/storefront-components/sr... | JavaScript | MIT License | ecomplus/storefront | perf(components/picture): explicitly show first picture <img> width/height when available | 1 | perf | components/picture |
780,866 | 05.10.2021 05:12:40 | 0 | 3db80381e9e492fd4afd24f8351af00587b41517 | feat(app/cart): parse `cart_items` url params if set, then clear url query | [
{
"change_type": "MODIFY",
"diff": "@@ -48,6 +48,35 @@ export default {\nthis.fetchCartItems({ items: [item] })\n}\necomCart.on('addItem', fetchAddedItem)\n+ const urlParams = new URLSearchParams(window.location.search)\n+ const urlItems = urlParams.get('cart_items')\n+ if (urlItems) {\n+ try {\n+ const ite... | JavaScript | MIT License | ecomplus/storefront | feat(app/cart): parse `cart_items` url params if set, then clear url query | 1 | feat | app/cart |
780,866 | 05.10.2021 05:34:42 | 0 | fcf15bcd5571c7e0ad948f8e4126b8360dcd742f | chore(pkg): add npm config script and run before release to set registry and token | [
{
"change_type": "MODIFY",
"diff": "\"build:demo\": \"npm run run:main -- build:site\",\n\"preversion\": \"lerna run build --since\",\n\"version\": \"GH_TOKEN=$(grep GH_TOKEN .env | cut -d '=' -f2) lerna version\",\n- \"release\": \"npm run version && lerna publish from-git\",\n+ \"config\": \"npm config se... | JavaScript | MIT License | ecomplus/storefront | chore(pkg): add npm config script and run before release to set registry and token | 1 | chore | pkg |
780,866 | 05.10.2021 05:53:39 | 0 | 1f4a02dc778c47b7f4bd29fb76375453ddc5c71a | fix(components/picture): remove <img> to prevent preload
set img width/height on lozad loaded event | [
{
"change_type": "MODIFY",
"diff": ":srcset=\"srcset\"\n:type=\"type\"\n>\n- <img\n- v-if=\"imgHeight\"\n- :width=\"imgWidth\"\n- :height=\"imgHeight\"\n- >\n</template>\n<source\n",
"new_path": "@ecomplus/storefront-components/src/html/APicture.html",
"old_path": "@ecomplus/storefront-components/sr... | JavaScript | MIT License | ecomplus/storefront | fix(components/picture): remove <img> to prevent preload
set img width/height on lozad loaded event | 1 | fix | components/picture |
780,866 | 05.10.2021 06:03:53 | 0 | 5e0779dc10a9fb704f78b8f6017aea7a7f9e8dfe | chore(pkg): edit npm config script to get `GH_PKG_TOKEN` from .env | [
{
"change_type": "MODIFY",
"diff": "\"build:demo\": \"npm run run:main -- build:site\",\n\"preversion\": \"lerna run build --since\",\n\"version\": \"GH_TOKEN=$(grep GH_TOKEN .env | cut -d '=' -f2) lerna version\",\n- \"config\": \"npm config set //npm.pkg.github.com/:_authToken=$(grep GH_TOKEN .env | cut -... | JavaScript | MIT License | ecomplus/storefront | chore(pkg): edit npm config script to get `GH_PKG_TOKEN` from .env | 1 | chore | pkg |
791,331 | 05.10.2021 07:01:39 | -7,200 | 7b242bd5a831227f79c064931d6529ea793c3623 | feat: support CREATE | DROP VIEW | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,7 @@ type database struct {\nlastTS time.Time // last commit timestamp\ntables map[spansql.ID]*table\nindexes map[spansql.ID]struct{} // only record their existence\n+ views map[spansql.ID]struct{} // only record their existence\nrwMu sync.Mutex // held by re... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat: support CREATE | DROP VIEW (#4937)
Co-authored-by: Hengfeng Li <hengfeng@google.com> | 1 | feat | null |
185,950 | 05.10.2021 09:19:10 | -7,200 | 82cd0ec1b62c3a2eeb89df43e8abfdc124758747 | fix: silent failure on file creation | [
{
"change_type": "MODIFY",
"diff": "@@ -148,9 +148,13 @@ export class SidebarFileTree extends React.Component<\n};\npublic createEditor = (editorId: EditorId) => {\n- const { editorMosaic } = this.props.appState;\n- editorMosaic.addNewFile(editorId);\n- editorMosaic.show(editorId);\n+ const { appState } = t... | TypeScript | MIT License | electron/fiddle | fix: silent failure on file creation (#867) | 1 | fix | null |
711,597 | 05.10.2021 09:31:13 | -7,200 | d85649502fafa1cf53455502ee002121694b7637 | docs(core): Clarify activeQueues docs | [
{
"change_type": "MODIFY",
"diff": "@@ -740,7 +740,10 @@ export interface JobQueueOptions {\n* @description\n* Defines the queues that will run in this process.\n* This can be used to configure only certain queues to run in this process.\n- * If its empty all queues will be run\n+ * If its empty all queues ... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(core): Clarify activeQueues docs | 1 | docs | core |
217,922 | 05.10.2021 09:41:28 | -7,200 | e1e9f07903d774ea914ae4baf5d30c603fb060b4 | fix(currency-spending): use price per currency spent for the ordering formula | [
{
"change_type": "MODIFY",
"diff": "@@ -137,7 +137,7 @@ export class CurrencySpendingComponent extends TeamcraftComponent implements OnI\n.filter(trade => trade.trades.some(t => t.currencies.some(c => c.id === currency)))\n.map(tradeSource => tradeSource.npcs.filter(npc => !npc.festival).map(npc => npc.id))... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(currency-spending): use price per currency spent for the ordering formula | 1 | fix | currency-spending |
217,922 | 05.10.2021 09:45:13 | -7,200 | e8657b2d7c0848d01581fb77738278df91d1beae | fix(alarms): fixed hookset icon for fishing alarms | [
{
"change_type": "MODIFY",
"diff": "<div *ngIf=\"row.alarm.baits !== undefined\" class=\"baits\">\n<app-fishing-bait [baits]=\"row.alarm.baits\"></app-fishing-bait>\n</div>\n- <img *ngIf=\"row.alarm.hookset\" [nzTooltipTitle]=\"(row.alarm.hookset === 'precision'? 4179 : 4103) | actionName | i18n\" class=\"g... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): fixed hookset icon for fishing alarms | 1 | fix | alarms |
217,922 | 05.10.2021 09:45:45 | -7,200 | 65942ae1efb690ef4d5c33180be33839f69c1905 | chore: auto-regenerate alarms if they're older than 8.6.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -55,7 +55,7 @@ export class AlarmsFacade {\nif (this.regenerating) {\nreturn [null];\n}\n- if (environment.production && alarms[0] && semver.ltr(alarms[0].appVersion || '6.0.0', '8.5.2')) {\n+ if (environment.production && alarms[0] && semver.ltr(alarms[0].appVersion |... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: auto-regenerate alarms if they're older than 8.6.0 | 1 | chore | null |
127,946 | 05.10.2021 09:50:07 | -10,800 | 82fccde60510d2d40cb6ebcab4382e1d51c54a8f | fix: Accordion shadow | [
{
"change_type": "MODIFY",
"diff": "import styled from 'styled-components';\nimport { rem } from '@heathmont/moon-utils';\n-export const AccordionWrapper = styled.div(({ theme: { color, radius, boxShadow } }) => ({\n+export const AccordionWrapper = styled.div(({ theme: { color, radius } }) => ({\nwidth: '10... | TypeScript | MIT License | coingaming/moon-design | fix: Accordion shadow | 1 | fix | null |
877,017 | 05.10.2021 09:54:49 | -7,200 | f157771d6fbb765cdc5f70915c525a2c9bcf58ae | fix(@vtmn/svelte): allow to use two-ways binding on VtmnTextInput | [
{
"change_type": "MODIFY",
"diff": "* @type {string}\n*/\nexport let icon;\n+\n+ /**\n+ * The value of the input\n+ * @type {string}\n+ */\n+ export let value;\n</script>\n{#if labelText}\n{/if}\n{#if multiline}\n<textarea\n+ bind:value\nclass=\"vtmn-text-input\"\nclass:vtmn-text-input--error={error}\nclass... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | fix(@vtmn/svelte): allow to use two-ways binding on VtmnTextInput (#659) | 1 | fix | @vtmn/svelte |
791,282 | 05.10.2021 09:56:21 | 25,200 | 299b3688f09ff0322d9574878270235d24eb5957 | chore(storage): replace Canceled status with context.Canceled | [
{
"change_type": "MODIFY",
"diff": "@@ -1111,7 +1111,6 @@ func TestIntegration_SimpleWriteGRPC(t *testing.T) {\n}\nfunc TestIntegration_CancelWriteGRPC(t *testing.T) {\n- t.Skip(\"https://github.com/googleapis/google-cloud-go/issues/4772\")\nctx := context.Background()\n// Create an HTTP client to verify te... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(storage): replace Canceled status with context.Canceled (#4896) | 1 | chore | storage |
791,370 | 05.10.2021 09:58:10 | 21,600 | bdce93b97b991aa2d30c3183bdc3a3c7e6a5b595 | chore: freeze gRPC version
In the latest version of gRPC the library is no longer compatible
with 1.11. v1.41.0 of gRPC is currently compatible with 1.14+.
Until our versions align we should freeze updating this dependency. | [
{
"change_type": "MODIFY",
"diff": "\"commitMessageAction\": \"update\",\n\"groupName\": \"all\",\n\"ignoreDeps\": [\n- \"google.golang.org/genproto\"\n+ \"google.golang.org/genproto\",\n+ \"google.golang.org/grpc\"\n],\n\"force\": {\n\"constraints\": {\n",
"new_path": ".github/renovate.json",
"old_... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore: freeze gRPC version (#4949)
In the latest version of gRPC the library is no longer compatible
with 1.11. v1.41.0 of gRPC is currently compatible with 1.14+.
Until our versions align we should freeze updating this dependency. | 1 | chore | null |
711,597 | 05.10.2021 10:01:42 | -7,200 | 9fda858b1c987330237a35a9ac0f841c2405767f | feat(job-queue-plugin): Allow config of retries/backoff for BullMQ
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -85,12 +85,14 @@ export class BullMQJobQueueStrategy implements InspectableJobQueueStrategy {\n}\nasync add<Data extends JobData<Data> = {}>(job: Job<Data>): Promise<Job<Data>> {\n- const bullJob = await this.queue.add(job.queueName, job.data, {\n- attempts: job.retrie... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(job-queue-plugin): Allow config of retries/backoff for BullMQ
Relates to #1111 | 1 | feat | job-queue-plugin |
503,933 | 05.10.2021 10:18:54 | 14,400 | 7c54b8858c4404cd591522515c7f1a2dd7eff809 | docs(Menu): Added options menu demo using menu | [
{
"change_type": "MODIFY",
"diff": "@@ -66,8 +66,10 @@ BasicComposableMenu = () => {\nconst onToggleClick = ev => {\nev.stopPropagation(); // Stop handleClickOutside from handling\nsetTimeout(() => {\n+ if (menuRef.current) {\nconst firstElement = menuRef.current.querySelector('li > button:not(:disabled)');... | TypeScript | MIT License | patternfly/patternfly-react | docs(Menu): Added options menu demo using menu (#6380)
Co-authored-by: Titani <tlabaj@redaht.com> | 1 | docs | Menu |
530,354 | 05.10.2021 10:22:59 | 25,200 | 5659d5f1da726e90e52a549c41949d414c857528 | fix(release): fix changelog release tag parsing
Now that we're pulling from the release tag file
we have to strip the preceding `v` since the version
is recorded without it in changelogs. | [
{
"change_type": "MODIFY",
"diff": "@@ -63,7 +63,7 @@ test('missing release tag throws an error', async () => {\ntest('mismatched release tag and input changelog release tag throws an error', async () => {\nconst releaseTag = 'v1.2.0';\n- const inputChangelogReleaseTag = 'v1.1.0';\n+ const inputChangelogRel... | TypeScript | Apache License 2.0 | projen/projen | fix(release): fix changelog release tag parsing (#1119)
Now that we're pulling from the release tag file
we have to strip the preceding `v` since the version
is recorded without it in changelogs. | 1 | fix | release |
531,793 | 05.10.2021 10:35:58 | -3,600 | 2c2717448807e5eafbe4f97bb9e3c9bfa2c72ff1 | chore(ui): upgrade all 3rd party e2e test dependencies | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"@types/node\": {\n- \"version\": \"15.6.0\",\n- \"resolved\": \"https://registry.npmjs.org/@types/node/-/node-15.6.0.tgz\",\n- \"integrity\": \"sha512-gCYSfQpy+LYhOFTKAeE8BkyGqaxmlFxe+n4DKM6DR0wzw/HISUE/hAmkC/KT8Sw5PCJblqg062b3z9gucv3k0A==\",\n+ \"version\": \"16... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): upgrade all 3rd party e2e test dependencies | 1 | chore | ui |
711,597 | 05.10.2021 10:39:22 | -7,200 | 9c544bf67c158015d9d06e154af7ada9f4c4e2e1 | feat(admin-ui): Display retry data in job list | [
{
"change_type": "MODIFY",
"diff": "@@ -1662,6 +1662,8 @@ export type Job = Node & {\nerror?: Maybe<Scalars['JSON']>;\nisSettled: Scalars['Boolean'];\nduration: Scalars['Int'];\n+ retries: Scalars['Int'];\n+ attempts: Scalars['Int'];\n};\nexport type JobFilterParameter = {\n@@ -1673,6 +1675,8 @@ export type... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Display retry data in job list | 1 | feat | admin-ui |
127,946 | 05.10.2021 10:39:48 | -10,800 | 75f56d035fa934b4fd936be410907aae96321919 | feat: Button isIcon | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import React from 'react';\nimport { Button } from '@heathmont/moon-components';\nimport { IconProfile } from '@heathmont/moon-assets';\n+import { NotificationsBellRinging } from '@heathmont/moon-icons';\nimport Preview from '../../components/codePreview/P... | TypeScript | MIT License | coingaming/moon-design | feat: Button isIcon | 1 | feat | null |
711,597 | 05.10.2021 11:04:16 | -7,200 | 2f24a334ac5e7ea6e14c48721a5dbbf70babe74b | fix(job-queue-plugin): Correctly filter BullMQ jobs by isSettled | [
{
"change_type": "MODIFY",
"diff": "@@ -138,7 +138,10 @@ export class BullMQJobQueueStrategy implements InspectableJobQueueStrategy {\n}\nconst settledFilter = options?.filter?.isSettled;\nif (settledFilter?.eq != null) {\n- jobTypes = settledFilter.eq === true ? ['completed', 'failed'] : ['wait', 'active',... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(job-queue-plugin): Correctly filter BullMQ jobs by isSettled | 1 | fix | job-queue-plugin |
791,270 | 05.10.2021 11:12:10 | 14,400 | 3a6265077b03be00aba0eb73655448ece96edf82 | doc(bigquery): fix struct tag in doc comment | [
{
"change_type": "MODIFY",
"diff": "@@ -180,7 +180,7 @@ automatically inferred as nullable, so the \"nullable\" tag is only needed for []b\nName string `bigquery:\"full_name\"`\nGrades []int\nSecret string `bigquery:\"-\"`\n- Optional []byte `bigquery:\",nullable\"\n+ Optional []byte `bigquery:\",nullable\"... | Go | Apache License 2.0 | googleapis/google-cloud-go | doc(bigquery): fix struct tag in doc comment (#4948) | 1 | doc | bigquery |
826,656 | 05.10.2021 11:13:38 | -7,200 | 831a57c07ab258c440935373d1e55616b22d5dc3 | ci: use proper goreleaser/release job | [
{
"change_type": "MODIFY",
"diff": "@@ -103,34 +103,6 @@ jobs:\n- run:\nname: Build and push CLI docs\ncommand: \"bash <(curl -s https://raw.githubusercontent.com/ory/ci/master/src/scripts/docs/cli.sh)\"\n- release:\n- docker:\n- - image: cimg/go:1.17-node\n- parameters:\n- gitauthtoken:\n- description: A G... | Go | Apache License 2.0 | ory/keto | ci: use proper goreleaser/release job | 1 | ci | null |
815,593 | 05.10.2021 11:17:46 | -28,800 | ca08571d11a884a3e90c0e4b6d3f3959eb4bb1b4 | fix: orphan tx pool count is hardcoded as 0 in rpc get_tx_pool | [
{
"change_type": "MODIFY",
"diff": "@@ -4465,9 +4465,9 @@ Transaction pool information.\nAn orphan transaction has an input cell from the transaction which is neither in the chain nor in the transaction pool.\n-* `total_tx_size`: [`Uint64`](#type-uint64) - Total count of transactions in the pool of all the ... | Rust | MIT License | nervosnetwork/ckb | fix: orphan tx pool count is hardcoded as 0 in rpc get_tx_pool | 1 | fix | null |
277,277 | 05.10.2021 11:31:58 | -7,200 | 7078ab1ace5969c8f47bce23e288626baef4f18c | feat: WidePlotCard. | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ wizard.py\nissue_tracker.py\ndashboard.py\nwide_info.py\n+wide_plot.py\nstat_small.py\nstat_large.py\nstat_wide_gauge.py\n",
"new_path": "py/examples/tour.conf",
"old_path": "py/examples/tour.conf"
},
{
"change_type": "ADD",
"diff": "+#... | Python | Apache License 2.0 | h2oai/wave | feat: WidePlotCard. #1030 (#1031) | 1 | feat | null |
711,597 | 05.10.2021 11:47:52 | -7,200 | 73fa2781f59ae783f8c9d87e31e5318d392a0569 | fix(core): Correctly calculate job duration for pending/retrying jobs | [
{
"change_type": "MODIFY",
"diff": "@@ -93,6 +93,9 @@ export class Job<T extends JobData<T> = any> {\n}\nget duration(): number {\n+ if (this.state === JobState.PENDING || this.state === JobState.RETRYING) {\n+ return 0;\n+ }\nconst end = this._settledAt || new Date();\nreturn +end - +(this._startedAt || en... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Correctly calculate job duration for pending/retrying jobs | 1 | fix | core |
711,597 | 05.10.2021 11:48:57 | -7,200 | 3b3bb3b4d90da61e9cd37c6cc17ff8fbc3063630 | fix(job-queue-plugin): More accurate determination of BullMQ job state | [
{
"change_type": "MODIFY",
"diff": "@@ -65,7 +65,7 @@ export class BullMQJobQueueStrategy implements InspectableJobQueueStrategy {\n);\nconst processFn = this.queueNameProcessFnMap.get(queueName);\nif (processFn) {\n- const job = this.createVendureJob(bullJob);\n+ const job = await this.createVendureJob(bul... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(job-queue-plugin): More accurate determination of BullMQ job state | 1 | fix | job-queue-plugin |
472,067 | 05.10.2021 11:52:24 | -32,400 | 3e9b69c222ca00a0218c68108a9cf93deb1362ea | test(spindle-tokens): add test for custom exporter | [
{
"change_type": "MODIFY",
"diff": "@@ -128,3 +128,4 @@ dist\n# Files in packages\npackages/spindle-tokens/lib/*.js\n+packages/spindle-tokens/output-folder/\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "ADD",
"diff": "+module.exports = {\n+ verbose: true,\n+... | TypeScript | MIT License | openameba/spindle | test(spindle-tokens): add test for custom exporter | 1 | test | spindle-tokens |
503,951 | 05.10.2021 11:57:33 | 14,400 | cb2790910bf9c43f07dde76c3d0310f16c9c01b6 | chore(drawer): remove duplicate example from drawer | [
{
"change_type": "MODIFY",
"diff": "@@ -624,84 +624,6 @@ class DrawerStackedContentBodyElements extends React.Component {\n}\n```\n-### Stacked content body elements\n-\n-```js\n-import React from 'react';\n-import {\n- Drawer,\n- DrawerPanelContent,\n- DrawerContent,\n- DrawerContentBody,\n- DrawerPanelBod... | TypeScript | MIT License | patternfly/patternfly-react | chore(drawer): remove duplicate example from drawer (#6348) (#6397) | 1 | chore | drawer |
127,946 | 05.10.2021 12:00:02 | -10,800 | b0961e7379a539e47c7f33ea4dcffbe96c617b92 | fix: multiselect alignments | [
{
"change_type": "MODIFY",
"diff": "@@ -6,16 +6,67 @@ import { Button } from '@heathmont/moon-components';\nimport Table from '../../../components/Table';\nimport Preview from '../../../components/codePreview/Preview';\n+import CodeSnippet from '../../../components/CodeSnippet';\nconst SubText: React.FC = (... | TypeScript | MIT License | coingaming/moon-design | fix: multiselect alignments | 1 | fix | null |
306,320 | 05.10.2021 12:02:20 | -3,600 | d2e6ce74c428630d6fe2c62600899ebc4fd393ec | fix: fix output paths containing ~
Also now shows an error if the path is invalid | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import (\n\"github.com/infracost/infracost/internal/config\"\n\"github.com/infracost/infracost/internal/output\"\n\"github.com/infracost/infracost/internal/ui\"\n+ \"github.com/mitchellh/go-homedir\"\n\"github.com/pkg/errors\"\n\"github.com/spf13/cobra\"\n... | Go | Apache License 2.0 | infracost/infracost | fix: fix output paths containing ~ (#1017)
Also now shows an error if the path is invalid | 1 | fix | null |
104,853 | 05.10.2021 12:02:30 | 14,400 | 9664123a66b1f7fb141b4aac4bdcb65f32fbde6c | chore(table): remove unnecessary nulls from story | [
{
"change_type": "MODIFY",
"diff": "@@ -15,9 +15,8 @@ simpleModel.setHeader([\nrowSpan: 2,\n}),\nnew TableHeaderItem({ data: 'hwer', colSpan: 2, sortable: false }),\n- null,\n],\n- [null, new TableHeaderItem({ data: 'hwer1' }), new TableHeaderItem({ data: 'hwer2' })],\n+ [new TableHeaderItem({ data: 'hwer1'... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(table): remove unnecessary nulls from story | 1 | chore | table |
104,853 | 05.10.2021 12:03:31 | 14,400 | 031258157e03ec4a01ecf00a7b2168463cc3b703 | fix(table): projectedRowLength now does rowSpans | [
{
"change_type": "MODIFY",
"diff": "@@ -164,8 +164,8 @@ export class AITableModel implements PaginationModel {\n}\nthis.header = newHeader;\n} else {\n- this.header.forEach((headerRow) => {\n- const projectedRowLength = this.projectedRowLength(headerRow);\n+ this.header.forEach((headerRow, rowIndex) => {\n+... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): projectedRowLength now does rowSpans | 1 | fix | table |
276,939 | 05.10.2021 12:13:56 | 10,800 | a77e82f0de286725b7eda9231f3391c29ee2b072 | refactor(navigation): make it accessible through keyboard | [
{
"change_type": "MODIFY",
"diff": "@@ -57,35 +57,22 @@ const Nav = styled.div`\n`;\nconst StyledList = styled(MDXElements.Ul)`\n- font-size: 14px;\n+ font-size: 2rem;\n+ font-weight: 300;\nlist-style-type: none;\npadding: 0;\nmargin: 0;\nwidth: 100%;\n`;\n-const AnchorLink = styled(Link)`\n- ${({\n- level,... | JavaScript | MIT License | gympass/yoga | refactor(navigation): make it accessible through keyboard | 1 | refactor | navigation |
866,394 | 05.10.2021 12:23:14 | 14,400 | 8880016a2be5a72ac83367f1b98726c31c9c738d | chore(issue-template): introduce test scenario creation form
### Related Ticket(s)
No related issue
### Description
This adds a test scenario issue form for Praveen to input issues for the engineering team.
### Changelog
**New**
`test_scenario_creation.yaml` | [
{
"change_type": "ADD",
"diff": "+name: Test Scenario Creation\n+description:\n+ Describe the test scenario that will need to be created in e2e tests\n+title: '[THE COMPONENT NAME]: Brief description'\n+labels: ['dev','test: e2e']\n+body:\n+ - type: input\n+ id: component\n+ attributes:\n+ label: Component ... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(issue-template): introduce test scenario creation form (#7311)
### Related Ticket(s)
No related issue
### Description
This adds a test scenario issue form for Praveen to input issues for the engineering team.
### Changelog
**New**
- `test_scenario_creation.yaml` | 1 | chore | issue-template |
217,922 | 05.10.2021 12:24:30 | -7,200 | 23a0e7fa7ab736bb43074846c01dace40b36ffde | feat(allagan-reports): new details field for voyage source: rarity | [
{
"change_type": "MODIFY",
"diff": "</nz-autocomplete>\n</nz-form-control>\n</nz-form-item>\n+ <nz-form-item>\n+ <nz-form-label [nzSpan]=\"3\">{{'ALLAGAN_REPORTS.Voyage_rarity' | translate}}</nz-form-label>\n+ <nz-form-control [nzSpan]=\"10\">\n+ <nz-select formControlName=\"rarity\">\n+ <nz-option [nzValue... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(allagan-reports): new details field for voyage source: rarity | 1 | feat | allagan-reports |
471,568 | 05.10.2021 12:32:43 | -7,200 | 2dbb6032a61134d1f9e180876570aa8ddb36e4b9 | chore: added "type": "module" to package.json | [
{
"change_type": "MODIFY",
"diff": "\"author\": \"open-wc\",\n\"homepage\": \"https://github.com/open-wc/open-wc/tree/master/packages/chai-a11y-axe\",\n\"main\": \"index.js\",\n+ \"type\": \"module\",\n\"scripts\": {\n\"prepublishOnly\": \"publish-docs --github-url https://github.com/open-wc/open-wc/ --git-... | JavaScript | MIT License | open-wc/open-wc | chore: added "type": "module" to package.json (#2267)
Co-authored-by: Benny Powers <bennypowers@users.noreply.github.com>
Co-authored-by: Pascal Schilp <pascalschilp@gmail.com> | 1 | chore | null |
276,939 | 05.10.2021 12:35:58 | 10,800 | 4daa5b15ddc9984a2850cad75dc441a7416af1d9 | feat(navigation): minor semantics improvements | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ import createTree from './tree';\nimport MDXElements from '../MDXElements';\n-const Wrapper = styled.div`\n+const Wrapper = styled.aside`\n${({\nopened,\ntheme: {\n@@ -45,7 +45,7 @@ const Wrapper = styled.div`\n`};\n`;\n-const Nav = styled.div`\n+const Nav... | JavaScript | MIT License | gympass/yoga | feat(navigation): minor semantics improvements | 1 | feat | navigation |
342,861 | 05.10.2021 12:43:11 | -7,200 | f9d7065d09550ffad2ebae1af23cdfe5fd7e5202 | fix(Card): set description Text default as div | [
{
"change_type": "MODIFY",
"diff": "@@ -79,7 +79,7 @@ const Header = ({\n</Heading>\n)}\n</Stack>\n- {description && <Text>{description}</Text>}\n+ {description && <Text as=\"div\">{description}</Text>}\n</Stack>\n)}\n{header && icon}\n",
"new_path": "packages/orbit-components/src/Card/components/Header... | JavaScript | MIT License | kiwicom/orbit | fix(Card): set description Text default as div (#3132) | 1 | fix | Card |
699,201 | 05.10.2021 13:12:43 | 14,400 | 3a5a90b74201fece264c2a07344810d52c7b3bc4 | feat(combobox): add element customization | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/combobox': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Combobox] Enable Component to respect element customizations set on the customization provider. Component now enables setting an element name on the underlying HTML element and checks the emotio... | TypeScript | MIT License | twilio-labs/paste | feat(combobox): add element customization (#1897) | 1 | feat | combobox |
821,215 | 05.10.2021 13:23:38 | 21,600 | 430bb19068133f3622f660f614e3fa69009cb73c | fix: bump oclif/core to 1.0.0 [skip-validate-pr] | [
{
"change_type": "MODIFY",
"diff": "},\n\"bugs\": \"https://github.com/oclif/oclif/issues\",\n\"dependencies\": {\n- \"@oclif/core\": \"^0.5.38\",\n+ \"@oclif/core\": \"^1.0.0\",\n\"@oclif/fixpack\": \"^2.3.0\",\n\"@oclif/plugin-help\": \"^3\",\n\"@oclif/plugin-not-found\": \"^1.2.2\",\n",
"new_path": "... | TypeScript | MIT License | oclif/oclif | fix: bump oclif/core to 1.0.0 (#687) [skip-validate-pr] | 1 | fix | null |
730,436 | 05.10.2021 13:25:53 | 18,000 | db2e226436ef80d4c89fc4e3584b651be46f372e | feat(space-widget): add optional props for showSubmitButton and sendMessageOnReturnKey
Allow users to use a send button and disable the return key for sending message. Show an error if configured in a way that will not allow users to send a message. | [
{
"change_type": "MODIFY",
"diff": "@@ -95,3 +95,121 @@ exports[`MessageComposer component snapshot tests renders properly 1`] = `\n</div>\n</div>\n`;\n+\n+exports[`MessageComposer component snapshot tests renders submit button 1`] = `\n+<div\n+ className=\"webex-message-composer messageComposer\"\n+>\n+ <d... | JavaScript | MIT License | webex/react-widgets | feat(space-widget): add optional props for showSubmitButton and sendMessageOnReturnKey
Allow users to use a send button and disable the return key for sending message. Show an error if configured in a way that will not allow users to send a message. | 1 | feat | space-widget |
217,922 | 05.10.2021 13:41:41 | -7,200 | 92357e08a7c1808fd8c836a9882547949a2ae0c5 | feat(allagan-reports): filter system for data checkers | [
{
"change_type": "ADD",
"diff": "+import { BehaviorSubject } from 'rxjs';\n+\n+export class LocalStorageBehaviorSubject<T> extends BehaviorSubject<T> {\n+\n+ private readonly key: string;\n+ private readonly defaultValue: T;\n+\n+ constructor(key: string, defaultValue: T) {\n+ const LSvalue = localStorage.g... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(allagan-reports): filter system for data checkers | 1 | feat | allagan-reports |
217,922 | 05.10.2021 13:47:32 | -7,200 | de7eb239a751b5029bcaaca0163c908c2ef97c69 | feat(allagan-reports): better display for a distinction between instances and maps | [
{
"change_type": "MODIFY",
"diff": "/>\n<nz-autocomplete #auto nzBackfill>\n<nz-auto-option *ngFor=\"let option of instanceCompletion$ | async\" [nzValue]=\"option.name | i18n\">\n- {{ option.name | i18n }}\n+ {{ option.name | i18n }} ({{(option.id < 0 ? 'DB.Map' : 'COMMON.Instance') | translate}}#{{option.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(allagan-reports): better display for a distinction between instances and maps | 1 | feat | allagan-reports |
699,207 | 05.10.2021 13:53:15 | 25,200 | a8ba78e469b839fe4e920bb75f6909ae005b16cd | feat(modal): customization | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/modal': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Modal] Enable Component to respect element customizations set on the customization provider. Component now enables setting an element name on the underlying HTML element and checks the emotion them... | TypeScript | MIT License | twilio-labs/paste | feat(modal): customization (#1903) | 1 | feat | modal |
306,635 | 05.10.2021 14:03:41 | -19,080 | 2a4a707ebd6d26d782e77e36706a01e12b130471 | test(Dropdown): adds test cases for dropdown component | [
{
"change_type": "MODIFY",
"diff": "@@ -499,7 +499,7 @@ const DropdownList = (props: OptionsProps) => {\nif (listOptions.length === 0 && !loadingOptions) {\nconst { noResultMessage = 'No result found' } = props;\nreturn (\n- <div className={'Dropdown-errorWrapper'}>\n+ <div className={'Dropdown-errorWrapper... | TypeScript | MIT License | innovaccer/design-system | test(Dropdown): adds test cases for dropdown component | 1 | test | Dropdown |
276,989 | 05.10.2021 14:05:06 | 10,800 | 81b94c8b7854fe3d62eade8dc675981e0524de14 | refactor(button.icon): update propTypes and its defaultProps | [
{
"change_type": "MODIFY",
"diff": "@@ -119,12 +119,11 @@ ButtonIcon.propTypes = {\npressed: bool,\ninverted: bool,\nsecondary: bool,\n- /** an Icon from yoga-icons package */\nicon: oneOfType([node, func]),\n};\nButtonIcon.defaultProps = {\n- large: undefined,\n+ large: false,\ndisabled: false,\npressed: f... | JavaScript | MIT License | gympass/yoga | refactor(button.icon): update propTypes and its defaultProps
Co-authored-by: Lucas Coelho <lucascoelhodacosta@gmail.com> | 1 | refactor | button.icon |
276,989 | 05.10.2021 14:16:27 | 10,800 | ad69b057a29cb0f38fb2db180b0e7a4a9da7cef8 | feat(button.icon): add forwardRef on Native | [
{
"change_type": "MODIFY",
"diff": "-import React from 'react';\n+import React, { forwardRef } from 'react';\nimport styled, { withTheme } from 'styled-components';\nimport { node, oneOfType, func, bool } from 'prop-types';\nimport Icon from '../../Icon';\n@@ -64,7 +64,9 @@ const ButtonContainer = styled.Vi... | JavaScript | MIT License | gympass/yoga | feat(button.icon): add forwardRef on Native | 1 | feat | button.icon |
802,847 | 05.10.2021 14:18:19 | 10,800 | 00ea0e75083fcf73adf6e2aaa190332f73abde9a | feat: added dependabot config file | [
{
"change_type": "ADD",
"diff": "+version: 2\n+updates:\n+ - package-ecosystem: npm\n+ directory: '/'\n+ schedule:\n+ interval: monthly\n+ time: '08:00'\n+ - package-ecosystem: npm\n+ directory: '/packages/core'\n+ schedule:\n+ interval: monthly\n+ time: '08:00'\n+ - package-ecosystem: npm\n+ directory: '/p... | TypeScript | Apache License 2.0 | juntossomosmais/venice | feat: added dependabot config file | 1 | feat | null |
826,656 | 05.10.2021 14:22:08 | -7,200 | 44a560378c1f8cb3b812ca727b541f91def2165a | ci: strip `refs/tags/` for go-gRPC client tags | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,8 @@ jobs:\nrun: |\ngit config --local user.email \"zepatrik@users.noreply.github.com\"\ngit config --local user.name \"zepatrik\"\n+ RELEASE_VERSION=\"$(sed 's#^refs/tags/##' <(echo $RELEASE_REF))\"\ngit tag -a \"proto/$RELEASE_VERSION\" -m \"Release $RELEAS... | Go | Apache License 2.0 | ory/keto | ci: strip `refs/tags/` for go-gRPC client tags (#754) | 1 | ci | null |
821,215 | 05.10.2021 14:29:11 | 21,600 | 3c409d99f1b6fc8b73df6431aaade99e24fb82de | chore: fix prepack script | [
{
"change_type": "ADD",
"diff": "+{\"version\":\"2.0.0-main.5\",\"commands\":{\"generate\":{\"id\":\"generate\",\"description\":\"generate a new CLI\\nThis will clone the template repo 'oclif/hello-world' and update package properties\",\"strict\":true,\"pluginName\":\"oclif\",\"pluginAlias\":\"oclif\",\"pl... | TypeScript | MIT License | oclif/oclif | chore: fix prepack script | 1 | chore | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.