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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
71,350 | 26.10.2021 16:52:57 | 25,200 | 3efd31e478d5060f0fb45668ae3ef1cb44e9fd14 | chore: add corymhall, peterwoodworth, ryparker to mergify | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ pull_request_rules:\nlabel:\nadd: [ contribution/core ]\nconditions:\n- - author~=^(eladb|RomainMuller|garnaat|nija-at|skinny85|rix0rrr|NGL321|Jerry-AWS|MrArnoldPalmer|NetaNir|iliapolo|njlynch|ericzbeard|ccfife|fulghum|pkandasamy91|SoManyHs|uttarasridhar... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: add corymhall, peterwoodworth, ryparker to mergify | 1 | chore | null |
777,401 | 26.10.2021 16:53:54 | 14,400 | c9d3da663a528a467e5f66deef565e9de55d0def | fix: update experiment state proto with missing enum value
The changes updates the protobuf to include a new experiment state (STOPPING_KILLED). It also updates the webui to show this state the same as STOPPING_CANCELED (since the distinction shouldn't matter to the user). | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,8 @@ enum State {\nSTATE_DELETING = 10;\n// The experiment failed to delete.\nSTATE_DELETE_FAILED = 11;\n+ // The experiment is killed and is shutting down.\n+ STATE_STOPPING_KILLED = 12;\n}\n// Experiment is a collection of one or more trials that are explor... | Python | Apache License 2.0 | determined-ai/determined | fix: update experiment state proto with missing enum value [DET-6115] (#3114)
The changes updates the protobuf to include a new experiment state (STOPPING_KILLED). It also updates the webui to show this state the same as STOPPING_CANCELED (since the distinction shouldn't matter to the user). | 1 | fix | null |
4,988 | 26.10.2021 16:57:33 | -7,200 | 13bb7826fe2fe0d9ef8746c2626b27db367cd025 | docs(csv-parse): new delimiter array sample | [
{
"change_type": "ADD",
"diff": "+\n+import assert from 'assert';\n+import { parse } from 'csv-parse/sync';\n+\n+const input = `color name::red::green::blue\n+Cyan \\t \"0\" :: 255 :: 255\n+Yellow \\t \"255\" :: \"255\" ::\"0\"\n+Hot Pink \\t \"255\" :: 105 :: \"180\"`\n+\n+const output = parse(input, {\n+ ... | JavaScript | MIT License | adaltas/node-csv | docs(csv-parse): new delimiter array sample | 1 | docs | csv-parse |
306,321 | 26.10.2021 17:27:13 | -3,600 | 21c35b9daf605a2e3b796a32875ba81f0b1c3c11 | fix: sort error keys before output to avoid test collisions | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ version: 0.1\nprojects:\n- path: \"../../examples/terraform\"\n- a_bad_key: \"here\"\nsecond_bad_key: \"again\"\n+ a_bad_key: \"here\"\n- path: \"../../examples/test\"\na_further_bad_key: \"here\"\n\\ No newline at end of file\n",
"new_path": "cmd/infr... | Go | Apache License 2.0 | infracost/infracost | fix: sort error keys before output to avoid test collisions (#1080) | 1 | fix | null |
791,704 | 26.10.2021 18:12:12 | 25,200 | ea41909e69fb54953196d8f0619cf3f89bfb211d | misc: simplify release process, run package-test in CI | [
{
"change_type": "ADD",
"diff": "+name: package-test\n+\n+on:\n+ push:\n+ branches: [master]\n+ pull_request: # run on all PRs, not just PRs to a particular branch\n+\n+jobs:\n+ package-test:\n+ runs-on: ubuntu-latest\n+ name: Package Test\n+\n+ steps:\n+ - name: git clone\n+ uses: actions/checkout@v2\n+\n+... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: simplify release process, run package-test in CI (#13212) | 1 | misc | null |
503,993 | 26.10.2021 18:17:59 | -7,200 | 716ac80e2414507d589ee3002fc0cea0068ae59c | fix(types): SelectOptionProp made optional
Upgrading from 4.135 to >4.150 made some typescript projects broken since the types were not overlapping anymore. | [
{
"change_type": "MODIFY",
"diff": "@@ -68,7 +68,7 @@ export interface SelectOptionProps extends Omit<React.HTMLProps<HTMLElement>, 't\n/** @hide Internal callback for the setting the index of the next item to focus after view more is clicked */\nsetViewMoreNextIndex?: () => void;\n/** @hide Flag indicating... | TypeScript | MIT License | patternfly/patternfly-react | fix(types): SelectOptionProp made optional (#6503)
Upgrading from 4.135 to >4.150 made some typescript projects broken since the types were not overlapping anymore. | 1 | fix | types |
791,704 | 26.10.2021 18:37:14 | 25,200 | cbdcab106a97dcdbece797f6eee5cc4781abd2d8 | report: sort audits by weight | [
{
"change_type": "MODIFY",
"diff": "@@ -532,6 +532,13 @@ export class CategoryRenderer {\nclumps.set(clumpId, clump);\n}\n+ // Sort audits by weight.\n+ for (const auditRefs of clumps.values()) {\n+ auditRefs.sort((a, b) => {\n+ return b.weight - a.weight;\n+ });\n+ }\n+\n// Render each clump.\nfor (const [... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: sort audits by weight (#13053) | 1 | report | null |
791,704 | 26.10.2021 18:37:33 | 25,200 | 1d106b14623f96dea09af8105982a9bab5f035b8 | misc(build): use prepack script to build report | [
{
"change_type": "MODIFY",
"diff": "\"node\": \">=14.15\"\n},\n\"scripts\": {\n+ \"prepack\": \"yarn build-report --standalone --flow\",\n\"build-all\": \"npm-run-posix-or-windows build-all:task\",\n\"build-all:task\": \"yarn build-report && yarn build-cdt-lib && yarn build-devtools && (yarn build-extension... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(build): use prepack script to build report (#13261) | 1 | misc | build |
777,388 | 26.10.2021 18:44:27 | 21,600 | ad0f5e0b3f15afa988aa350e71cd6fe80b79e58c | ci: switch release ordering of Docker and PyPi publishing | [
{
"change_type": "MODIFY",
"diff": "@@ -2491,13 +2491,6 @@ workflows:\n- build-helm\n- build-proto\n- - publish-python-package:\n- matrix:\n- parameters:\n- path: [\"harness\", \"common\", \"cli\", \"deploy\", \"model_hub\"]\n- context: determined-production\n- filters: *release-and-rc-filters\n-\n- package... | Python | Apache License 2.0 | determined-ai/determined | ci: switch release ordering of Docker and PyPi publishing [DET-5195] (#3128) | 1 | ci | null |
251,188 | 26.10.2021 18:45:37 | -10,800 | b65149267d7cde4ed7a37322bdcadbaf23ccd0fb | feat: upgrade resteasy | [
{
"change_type": "MODIFY",
"diff": "package org.gluu.oxauth.client.fido.u2f;\n+import javax.ws.rs.core.UriBuilder;\n+\nimport org.gluu.oxauth.client.service.ClientFactory;\nimport org.gluu.oxauth.model.fido.u2f.U2fConfiguration;\nimport org.jboss.resteasy.client.jaxrs.ResteasyClient;\nimport org.jboss.reste... | Java | MIT License | gluufederation/oxauth | feat: upgrade resteasy | 1 | feat | null |
877,015 | 26.10.2021 18:51:43 | -7,200 | e84353912ef92f7ede2e18cf774acb09de54c7e5 | refactor(@vtmn/css-link): change CSS classes order | [
{
"change_type": "MODIFY",
"diff": "text-decoration: none;\n}\n-.vtmn-link:visited,\n-.vtmn-link--standalone:visited {\n- color: var(--vtmn-semantic-color_content-visited);\n- text-decoration: none;\n-}\n-\n.vtmn-link:hover,\n.vtmn-link--standalone:hover {\ncolor: var(--vtmn-semantic-color_hover-brand);\nte... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/css-link): change CSS classes order | 1 | refactor | @vtmn/css-link |
251,188 | 26.10.2021 19:16:21 | -10,800 | b6bfeb7d24ab24f8df715c4a8f0d2625be6fad00 | chore: remove defined in bom dependecies | [
{
"change_type": "MODIFY",
"diff": "<activemq.version>5.15.14</activemq.version>\n<httpcore.version>4.4.6</httpcore.version>\n- <httpclient.version>4.5.3</httpclient.version>\n<log4j.version>2.13.3</log4j.version>\n<slf4j.version>1.7.25</slf4j.version>\n<version>${slf4j.version}</version>\n</dependency>\n- ... | Java | MIT License | gluufederation/oxauth | chore: remove defined in bom dependecies | 1 | chore | null |
317,646 | 26.10.2021 19:50:30 | -7,200 | 870209803268ae86400767b7896417be37cbc1ac | fix(azfunc): ignore newline in version
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ func (az *azfunc) init(props *properties, env environmentInfo) {\n{\nexecutable: \"func\",\nargs: []string{\"--version\"},\n- regex: `(?P<version>.+)`,\n+ regex: `(?P<version>[0-9.]+)`,\n},\n},\n}\n",
"new_path": "src/segment_az_functions.go",
"o... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(azfunc): ignore newline in version
resolves #1108 | 1 | fix | azfunc |
551,634 | 26.10.2021 19:59:06 | -3,600 | f080c7308f7e5969f523fd11b58f4d6c486c1855 | fix(ilp): fix ILP sender encoding, fix ILP parser to handle table name with spaces | [
{
"change_type": "ADD",
"diff": "+/*******************************************************************************\n+ * ___ _ ____ ____\n+ * / _ \\ _ _ ___ ___| |_| _ \\| __ )\n+ * | | | | | | |/ _ \\/ __| __| | | | _ \\\n+ * | |_| | |_| | __/\\__ \\ |_| |_| | |_) |\n+ * \\__\\_\\\\__,_|\\___||___/\\__|____... | Java | Apache License 2.0 | questdb/questdb | fix(ilp): fix ILP sender encoding, fix ILP parser to handle table name with spaces (#1473) | 1 | fix | ilp |
667,713 | 26.10.2021 20:28:12 | -28,800 | a0a4a71b0ab23539a0829322d534f0946cea7b51 | fix(android): scroll view page scroll problem | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ package com.tencent.mtt.hippy.views.scroll;\nimport android.animation.ValueAnimator;\nimport android.content.Context;\nimport android.os.Build;\n+import android.util.Log;\nimport android.view.MotionEvent;\nimport android.view.View;\nimport android.widget... | C++ | Apache License 2.0 | tencent/hippy | fix(android): scroll view page scroll problem | 1 | fix | android |
667,713 | 26.10.2021 20:32:16 | -28,800 | 3536d516e592cc9a6b3c316889fe97312b0f8a3e | fix(android): do not onRestoreInstanceState for sub views | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,9 @@ package com.tencent.mtt.hippy;\nimport android.content.Context;\nimport android.os.Build;\n+import android.os.Parcelable;\nimport android.util.DisplayMetrics;\n+import android.util.SparseArray;\nimport android.view.Display;\nimport android.view.View;\nim... | C++ | Apache License 2.0 | tencent/hippy | fix(android): do not onRestoreInstanceState for sub views | 1 | fix | android |
135,425 | 26.10.2021 21:10:31 | 14,400 | 7841a5d1f85c51483bd7394822d45afe05243ae2 | refactor(cz-commitlint,prompt): remove duplication in case conversion
* refactor(cz-commitlint): remove duplication in case conversion
The was previously duplicating the case conversion logic also found in
the package.
* refactor(prompt): remove duplication in case conversion
The package was previously duplicating the ... | [
{
"change_type": "MODIFY",
"diff": "-import _ from 'lodash';\n-import camelCase from 'lodash/camelCase';\n-import kebabCase from 'lodash/kebabCase';\n-import snakeCase from 'lodash/snakeCase';\n-import startCase from 'lodash/startCase';\n-import upperFirst from 'lodash/upperFirst';\nimport {ruleIsActive, ru... | TypeScript | MIT License | conventional-changelog/commitlint | refactor(cz-commitlint,prompt): remove duplication in case conversion (#2794)
* refactor(cz-commitlint): remove duplication in case conversion
The @commitlint/cz-commitlint was previously duplicating the case conversion logic also found in
the @commitlint/ensure package.
* refactor(prompt): remove duplication i... | 1 | refactor | cz-commitlint,prompt |
4,988 | 26.10.2021 22:04:20 | -7,200 | 8b722bac06763813a7125f8e941609dafbb838f5 | docs(csv-parse): update promises recipe | [
{
"change_type": "MODIFY",
"diff": "+import assert from 'assert';\nimport fs from 'fs';\n+import os from 'os';\nimport { parse } from 'csv-parse';\n// Note, the `stream/promises` module is only available\n// starting with Node.js version 16\nimport { finished } from 'stream/promises';\n-import { dirname } f... | JavaScript | MIT License | adaltas/node-csv | docs(csv-parse): update promises recipe | 1 | docs | csv-parse |
877,015 | 26.10.2021 22:45:03 | -7,200 | 5cd02e2dac3ed9a42329529baa40f39fd6a73c42 | docs: add decorators to showcase to center stories | [
{
"change_type": "MODIFY",
"diff": "/* Stories' preview */\n#root {\n+ font-size: 1rem;\n+ width: 100%;\n+ height: 100vh;\n+ display: flex;\n+ align-items: center;\n+ justify-content: center;\npadding: 1rem;\nmargin-top: 110px;\n+ gap: 1rem;\n}\n.block {\nmargin-bottom: 1rem;\n}\n/* Docs preview */\n+ .docs... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | docs: add decorators to showcase to center stories | 1 | docs | null |
306,444 | 26.10.2021 22:57:00 | -7,200 | eb61cbfed289f6f10aecb0effdae994fc156dc7c | chore: fix docs site font css custom props | [
{
"change_type": "MODIFY",
"diff": "@@ -18,4 +18,10 @@ html {\n/* search colors*/\n--rocket-search-highlight-color: #2c3e50;\n+\n+ --text-color: black;\n+ --primary-font-family: 'Open Sans', sans-serif;\n+ --secondary-font-family: 'Montserrat', sans-serif;\n+ --monospace-font-family: 'SFMono-Regular', 'Cons... | JavaScript | MIT License | ing-bank/lion | chore: fix docs site font css custom props | 1 | chore | null |
269,464 | 26.10.2021 23:04:59 | 10,800 | 5de2a8bb86540088165d2e5e6c5c2f2a679317dd | fix: goreleaser should conflict with goreleaser-pro | [
{
"change_type": "MODIFY",
"diff": "@@ -132,6 +132,8 @@ brews:\n- name: go\ntype: optional\n- name: git\n+ conflicts:\n+ - goreleaser-pro\ninstall: |-\nbin.install \"goreleaser\"\nbash_completion.install \"completions/goreleaser.bash\" => \"goreleaser\"\n",
"new_path": ".goreleaser.yml",
"old_path":... | Go | MIT License | goreleaser/goreleaser | fix: goreleaser should conflict with goreleaser-pro | 1 | fix | null |
67,516 | 26.10.2021 23:09:16 | -7,200 | aa7b893c539fe9b32bc63bf1ca9f9a96a27b474b | test(runtime-html): noop coercion | [
{
"change_type": "MODIFY",
"diff": "/* eslint-disable @typescript-eslint/no-unsafe-assignment */\n-import { Class } from '@aurelia/kernel';\n+import { Class, noop } from '@aurelia/kernel';\nimport { Aurelia, bindable, customElement, CustomElement, IPlatform, coercer } from '@aurelia/runtime-html';\nimport {... | TypeScript | MIT License | aurelia/aurelia | test(runtime-html): noop coercion | 1 | test | runtime-html |
269,464 | 26.10.2021 23:10:49 | 10,800 | 679ed3b7c92903d11621d2e1f4588b0f7b595b62 | docs: improve universal binaries docs
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,8 @@ universal_binaries:\n# Universal binary name template.\n#\n+ # You will want to change this if you have multiple builds!\n+ #\n# Defaults to '{{ .ProjectName }}'\nname_template: '{{.ProjectName}}_{{.Version}}'\n@@ -44,3 +46,16 @@ removing the single-arch... | Go | MIT License | goreleaser/goreleaser | docs: improve universal binaries docs
closes #2579 | 1 | docs | null |
67,516 | 26.10.2021 23:11:54 | -7,200 | ea75d05cf49edebd0c6b875a9b3ab36e45aeb41a | test(runtime-html): global coercion configuration | [
{
"change_type": "MODIFY",
"diff": "/* eslint-disable @typescript-eslint/no-unsafe-assignment */\nimport { Class, noop } from '@aurelia/kernel';\n-import { Aurelia, bindable, customElement, CustomElement, IPlatform, coercer } from '@aurelia/runtime-html';\n+import { Aurelia, bindable, customElement, CustomE... | TypeScript | MIT License | aurelia/aurelia | test(runtime-html): global coercion configuration | 1 | test | runtime-html |
251,208 | 26.10.2021 23:40:28 | -19,080 | 2dfbb1dad029a1b5befbba6c16eded0dc41a1ca7 | feat: An OTP sent over email as a 2FA method | [
{
"change_type": "ADD",
"diff": "+# One-Time Password (OTP) Authentication over Email\n+\n+## Overview\n+This document explains how to use the Gluu Server's included\n+[Email_2fa interception script](https://raw.githubusercontent.com/GluuFederation/oxAuth/master/Server/integrations/email2FA/email2FAExternal... | Java | MIT License | gluufederation/oxauth | feat: #1582 An OTP sent over email as a 2FA method | 1 | feat | null |
71,262 | 27.10.2021 02:22:31 | -10,800 | ad36306ed206e8102a85ee391136b84ba6f4c6e1 | docs(lambda-layer-kubctl): fix incorrect versions in README
Swap Helm and Kubectl versions in the README
*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": "This module exports a single class called `KubectlLayer` which is a `lambda.Layer` that bundles the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/kubectl/) and the [`helm`](https://helm.sh/) command line.\n-> - Helm Version: 1.20.0\n-> - Kubectl Version: 3.4.2\... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(lambda-layer-kubctl): fix incorrect versions in README (#16413)
Swap Helm and Kubectl versions in the README
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | docs | lambda-layer-kubctl |
551,656 | 27.10.2021 03:12:12 | 25,200 | bf57e73caeb8a0ffaf93fb4c6649d4e4cdd2d324 | docs: added Feature request template in yaml | [
{
"change_type": "DELETE",
"diff": "----\n-name: Feature request\n-about: Suggest an idea for this project\n-title: ''\n-labels: 'New feature'\n-assignees: ''\n-\n----\n-\n-**Is your feature request related to a problem? Please describe.**\n-A clear and concise description of what the problem is. Ex. I'm al... | Java | Apache License 2.0 | questdb/questdb | docs: added Feature request template in yaml (#1470) | 1 | docs | null |
551,656 | 27.10.2021 03:57:41 | 25,200 | ccd8cea25aacafd4e18be12bcb73e05a21a55432 | doc: fixed: Added Bug Report Template in yaml | [
{
"change_type": "DELETE",
"diff": "----\n-name: Bug report\n-about: Create a report to help us improve\n-title: ''\n-labels: 'bug'\n-assignees: ''\n-\n----\n-\n-**Describe the bug**\n-A clear and concise description of what the bug is.\n-\n-**To Reproduce**\n-Steps to reproduce the behavior:\n-1. Go to '..... | Java | Apache License 2.0 | questdb/questdb | doc: fixed: Added Bug Report Template in yaml (#1469) | 1 | doc | null |
317,662 | 27.10.2021 03:58:17 | 25,200 | 68a0d5fd95e69182b03abcf9c20037e3a735bda2 | docs(linux): install themes correctly | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ Once added, reload your profile for the changes to take effect.\nAdd the following to `~/.zshrc`:\n```bash\n-eval \"$(oh-my-posh --init --shell zsh --config ~/jandedobbeleer.omp.json)\"\n+eval \"$(oh-my-posh --init --shell zsh --config ~/.poshthemes/jand... | Go | MIT License | jandedobbeleer/oh-my-posh | docs(linux): install themes correctly | 1 | docs | linux |
791,834 | 27.10.2021 08:42:17 | 18,000 | 48ffdde10889c255700b69aecca66a26b1bf16aa | core(build): statically evaluate inlined fs-method arguments | [
{
"change_type": "MODIFY",
"diff": "const assert = require('assert').strict;\nconst fs = require('fs');\n+const path = require('path');\n+\nconst acorn = require('acorn');\nconst MagicString = require('magic-string').default;\n+const resolve = require('resolve');\n// ESTree provides much better types for AS... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(build): statically evaluate inlined fs-method arguments (#13248) | 1 | core | build |
317,842 | 27.10.2021 08:52:56 | 0 | 42aac1fbf4b716743a67e590076666b05c6f20b9 | feat: php language segment | [
{
"change_type": "ADD",
"diff": "+---\n+id: php\n+title: php\n+sidebar_label: php\n+---\n+\n+## What\n+\n+Display the currently active php version.\n+\n+## Sample Configuration\n+\n+```json\n+{\n+ \"type\": \"php\",\n+ \"style\": \"powerline\",\n+ \"powerline_symbol\": \"\\uE0B0\",\n+ \"foreground\": \"#fff... | Go | MIT License | jandedobbeleer/oh-my-posh | feat: php language segment | 1 | feat | null |
447,446 | 27.10.2021 08:53:39 | 14,400 | 9a26126556da4a04399214017c2eda9be90effd2 | fix: update RadioGroup item styles when disabled | [
{
"change_type": "MODIFY",
"diff": "import React, { Component } from 'react';\nimport PropTypes from 'prop-types';\nimport withReduxForm from '../../libs/hocs/withReduxForm';\n-import RadioItmes from './radioItems';\n+import RadioItems from './radioItems';\nimport RenderIf from '../RenderIf';\nimport { uniq... | JavaScript | MIT License | nexxtway/react-rainbow | fix: update RadioGroup item styles when disabled (#2310) | 1 | fix | null |
185,952 | 27.10.2021 09:11:43 | 25,200 | ef195f4e57633ec2db7df90897833217b2ec847f | refactor: `new-window` -> `setWindowOpenHandler` | [
{
"change_type": "MODIFY",
"diff": "@@ -64,9 +64,9 @@ export function createMainWindow(): Electron.BrowserWindow {\nbrowserWindow = null;\n});\n- browserWindow.webContents.on('new-window', (event, url) => {\n- event.preventDefault();\n- shell.openExternal(url);\n+ browserWindow.webContents.setWindowOpenHand... | TypeScript | MIT License | electron/fiddle | refactor: `new-window` -> `setWindowOpenHandler` (#860) | 1 | refactor | null |
141,508 | 27.10.2021 09:25:37 | -39,600 | a326aa21c056c92b11b646757718dc661298a51d | fix: Remove IDs from Icon elements
These were previously used for linking with aria-labelledby, but we were told they are not required, and they are creating issues for us with duplicate IDs. | [
{
"change_type": "MODIFY",
"diff": "import classnames from \"classnames\"\nimport * as React from \"react\"\n-\nimport { warn } from \"../../util/console\"\n-import { uuidFromString } from \"../../util/uuidFromString\"\n-\nimport styles from \"./Icon.module.scss\"\ntype RolesType =\n@@ -25,8 +22,6 @@ const ... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: Remove IDs from Icon elements (#2124)
These were previously used for linking with aria-labelledby, but we were told they are not required, and they are creating issues for us with duplicate IDs. | 1 | fix | null |
276,993 | 27.10.2021 09:36:08 | 10,800 | e5fc8cb79b9280b5762fb16d41f06e0398ade955 | refactor(bottomsheet): remove bottom sheet component react native | [
{
"change_type": "DELETE",
"diff": "-### Reference\n-\n-Gympass `<BottomSheet />` description\n-\n-### Usage\n-\n-```javascript type=expo\n- <BottomSheet />\n-```\n-\n-### Props\n-\n-<PropsTable component=\"BottomSheet\" platform=\"native\" />\n\\ No newline at end of file\n",
"new_path": null,
"old... | JavaScript | MIT License | gympass/yoga | refactor(bottomsheet): remove bottom sheet component react native | 1 | refactor | bottomsheet |
104,844 | 27.10.2021 09:41:12 | 14,400 | dcbdc64a86e82781426dc2636d5f0bb1976332bd | chore(test-app): added script to change file paths from docker artifacts | [
{
"change_type": "ADD",
"diff": "+#!/usr/bin/env node\n+\n+const fs = require('fs');\n+\n+const coverage = JSON.parse(\n+ fs.readFileSync(\n+ '~/work/carbon-addons-iot-react/carbon-addons-iot-react/packages/react/cypress/coverage/coverage-final.json'\n+ )\n+);\n+\n+const fixedCoverage = {};\n+Object.keys(co... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test-app): added script to change file paths from docker artifacts | 1 | chore | test-app |
471,152 | 27.10.2021 09:44:15 | -7,200 | c0ab95266a68853156de804b1f2895755df4e3f7 | fix(core): support regex global flag in urlMatches | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ export function urlMatches(url: string, urlToMatch: string | RegExp): boolean {\nif (typeof urlToMatch === 'string') {\nreturn url === urlToMatch;\n} else {\n- return urlToMatch.test(url);\n+ return !!url.match(urlToMatch);\n}\n}\n/**\n",
"new_path":... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | fix(core): support regex global flag in urlMatches (#2560)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> | 1 | fix | core |
104,844 | 27.10.2021 09:45:08 | 14,400 | 3232ccc0264116b6cd7df0da091348458ce8258a | chore(test-app): needed to add the script to our test action | [
{
"change_type": "MODIFY",
"diff": "@@ -174,6 +174,12 @@ jobs:\nname: jest-coverage\npath: ~/work/carbon-addons-iot-react/carbon-addons-iot-react/packages/react/jest/coverage/\n+ - name: Change file paths for cypress coverage report\n+ run: |\n+ cd scripts\n+ ls -la\n+ yarn reports\n+\n- name: Copy, combine... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test-app): needed to add the script to our test action | 1 | chore | test-app |
471,242 | 27.10.2021 09:50:51 | -7,200 | 5de52ee31953c8776ea030d16dd74bf2df868b2c | chore: cleanup setting config in instrumentations | [
{
"change_type": "MODIFY",
"diff": "@@ -76,11 +76,11 @@ export class FetchInstrumentation extends InstrumentationBase<\nprivate _usedResources = new WeakSet<PerformanceResourceTiming>();\nprivate _tasksCount = 0;\n- constructor(config: FetchInstrumentationConfig = {}) {\n+ constructor(config?: FetchInstrume... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | chore: cleanup setting config in instrumentations (#2522)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> | 1 | chore | null |
749,548 | 27.10.2021 10:03:07 | 25,200 | 511b972c0acb4dc702f9654f37393979d990d976 | chore(changelog): add v8.44.0 [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,12 @@ _Note: Gaps between patch versions are faulty, broken or test releases._\n<!-- DO NOT MODIFY BELOW THIS COMMENT -->\n<!-- insert-new-changelog-here -->\n+## v8.44.0 (2021-10-27)\n+\n+#### :rocket: New Feature\n+* `colorpickers`\n+ * [#1228](https://gith... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | chore(changelog): add v8.44.0 [skip ci] | 1 | chore | changelog |
777,396 | 27.10.2021 10:10:42 | 21,600 | 940b5adec765df274f64d575a59ea03ad53e5bb7 | docs: fix docker install docs
The old ones were just plain wrong. | [
{
"change_type": "MODIFY",
"diff": "docker pull determinedai/determined-master:VERSION\ndocker pull determinedai/determined-agent:VERSION\n-#. Assuming you are running multiple containerized services on the Determined master machine,\n- optionally create the ``determined`` network that we will use in the se... | Python | Apache License 2.0 | determined-ai/determined | docs: fix docker install docs [DET-5900] (#3129)
The old ones were just plain wrong. | 1 | docs | null |
306,913 | 27.10.2021 10:14:39 | -7,200 | 8419cb3f07f764a29baa4ff3f06267f5e220543d | feat(elements|ino-icon): add icon `request` | [
{
"change_type": "ADD",
"diff": "+<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17.863\" height=\"16.6\" viewBox=\"0 0 17.863 16.6\">\n+ <path fill=\"currentColor\" d=\"M15.8,6.057V9.269c-5.216.12-7.78,2.258-9.017,4.059a9.653,9.653,0,0,0-.651,9.034l.114.3H7.483V22.2c0-4.849,3.022-7.69,8.313-7.845v3.2l7.... | TypeScript | MIT License | inovex/elements | feat(elements|ino-icon): add icon `request` (#447) | 1 | feat | elements|ino-icon |
739,260 | 27.10.2021 10:22:02 | -7,200 | 0e8b016b716608e3482f05b369afa2e9b09f5e0b | feat: add PasswordInput component | [
{
"change_type": "MODIFY",
"diff": "@@ -41,6 +41,7 @@ import { Loader } from '@welcome-ui/loader'\nimport { MarkdownEditor } from '@welcome-ui/markdown-editor'\nimport * as Modal from '@welcome-ui/modal'\nimport { Pagination } from '@welcome-ui/pagination'\n+import { PasswordInput } from '@welcome-ui/passwo... | TypeScript | MIT License | wttj/welcome-ui | feat: add PasswordInput component (#945) | 1 | feat | null |
104,844 | 27.10.2021 10:27:22 | 14,400 | b3d6f87882d039e104230037ea73663982a86018 | chore(test-app): need to set proper permissions on file | [
{
"change_type": "MODIFY",
"diff": "@@ -177,8 +177,9 @@ jobs:\n- name: Change file paths for cypress coverage report\nrun: |\ncd scripts\n+ chmod +x change-paths.js\nls -la\n- yarn reports\n+ node change-paths.js\n- name: Copy, combine, and report coverage\nrun: |\n",
"new_path": ".github/workflows/test... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test-app): need to set proper permissions on file | 1 | chore | test-app |
141,508 | 27.10.2021 10:34:21 | -39,600 | be4a5c8ccb588bee660868f04bb5910547196121 | fix: Update snapshots after removing IDs from Icon | [
{
"change_type": "MODIFY",
"diff": "@@ -16,9 +16,7 @@ exports[`Dropdown renders control action dropdown 1`] = `\nrole=\"img\"\nviewBox=\"0 0 20 20\"\n>\n- <title\n- id=\"9bf7d107-5813-5af0-bab0-b86e615f8ec3\"\n- >\n+ <title>\nOpen menu\n</title>\n<use\n@@ -39,9 +37,7 @@ exports[`Dropdown renders control act... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: Update snapshots after removing IDs from Icon (#2125) | 1 | fix | null |
826,652 | 27.10.2021 10:41:09 | 0 | 1d813fe84fa3333904026368dec946aa423a284e | chore: update repository templates to
Updated repository templates to | [
{
"change_type": "ADD",
"diff": "+description: 'Create a bug report'\n+labels:\n+ - bug\n+name: 'Bug Report'\n+body:\n+ - attributes:\n+ value: \"Thank you for taking the time to fill out this bug report!\\n\"\n+ type: markdown\n+ - attributes:\n+ label: 'Preflight checklist'\n+ options:\n+ - label:\n+ 'I c... | Go | Apache License 2.0 | ory/keto | chore: update repository templates to 8191b78131173cce8788143f6ad95119d9b813c5
Updated repository templates to https://github.com/ory/meta/commit/8191b78131173cce8788143f6ad95119d9b813c5 | 1 | chore | null |
503,951 | 27.10.2021 10:53:56 | 14,400 | efcb3573b71541328ce2b16caa80ce33b2a62131 | fix: change transformer cjs package to private | [
{
"change_type": "MODIFY",
"diff": "{\n- \"name\": \"@patternfly/transformer-cjs-imports\",\n+ \"name\": \"transformer-cjs-imports\",\n+ \"private\": true,\n\"version\": \"4.6.6\",\n\"description\": \"Transform CJS imports to ESM in typescript depending on module target.\",\n\"main\": \"index.js\",\n\"licen... | TypeScript | MIT License | patternfly/patternfly-react | fix: change transformer cjs package to private (#6515) | 1 | fix | null |
777,369 | 27.10.2021 11:10:17 | 18,000 | b344cac8605cd11f30a293596f7943fc9cdd2ebc | style: prefer optional chain | [
{
"change_type": "MODIFY",
"diff": "@@ -46,6 +46,7 @@ module.exports = {\n'error',\n{ args: 'after-used', ignoreRestSiblings: true },\n],\n+ '@typescript-eslint/prefer-optional-chain': [ 'error' ],\n'array-bracket-spacing': [ 'error', 'always' ],\n'array-element-newline': [ 'error', 'consistent' ],\n'arrow-... | Python | Apache License 2.0 | determined-ai/determined | style: prefer optional chain (#3124) | 1 | style | null |
815,598 | 27.10.2021 11:31:23 | -28,800 | 5d6d975e74b4f1154a5837d85e1c0f5110f502bc | chore: changelog for v0.101.1 | [
{
"change_type": "MODIFY",
"diff": "+# [v0.101.1](https://github.com/nervosnetwork/ckb/compare/v0.101.0...v0.101.1) (2021-10-27)\n+\n+### Bug Fixes\n+\n+* #3129 **hardfork:** Tx-pool clear statistical data before re-run all transactions (@yangby-cryptape)\n+* #3115: Remove tx hash from Relayer#tx_filter whe... | Rust | MIT License | nervosnetwork/ckb | chore: changelog for v0.101.1 | 1 | chore | null |
428,492 | 27.10.2021 11:31:50 | 14,400 | 2d85dc05e357c50a937888fb6866109a7811eb30 | docs(NODE-3650): Note that boolean options must now be specified as booleans in upgrade guide | [
{
"change_type": "MODIFY",
"diff": "@@ -174,6 +174,9 @@ Users should use `authMechanismProperties.SERVICE_NAME` like so:\n- In a URI query param: `?authMechanismProperties=SERVICE_NAME:alternateServiceName`\n- Or as an option: `{ authMechanismProperties: { SERVICE_NAME: 'alternateServiceName' } }`\n+### Non... | TypeScript | Apache License 2.0 | mongodb/node-mongodb-native | docs(NODE-3650): Note that boolean options must now be specified as booleans in upgrade guide (#3017) | 1 | docs | NODE-3650 |
711,597 | 27.10.2021 11:34:28 | -7,200 | 3e1a3cf01a92fb71a8b5dc113a06499f84984ffc | fix(core): Allow an Order in ArrangingAdditionalPayment to be cancelled
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -90,6 +90,9 @@ export class OrderStateMachine {\n}\n}\nif (fromState === 'ArrangingAdditionalPayment') {\n+ if (toState === 'Cancelled') {\n+ return;\n+ }\nconst existingPayments = await this.connection.getRepository(data.ctx, Payment).find({\nrelations: ['refunds'],\n... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Allow an Order in ArrangingAdditionalPayment to be cancelled
Fixes #1177 | 1 | fix | core |
342,861 | 27.10.2021 11:40:25 | -7,200 | 5ed358bf7218b912b4eb3322e77c960a45fe2c3c | feat(TextLink): add active and focus colors | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import createRel from \"../primitives/ButtonPrimitive/common/createRel\";\nimport type { Props, GetLinkStyleProps } from \".\";\n-const getColor = ({ theme, type }) => {\n+const getColor = ({ type }) => ({ theme }) => {\nconst tokens = {\n[TYPE_OPTIONS.PRI... | JavaScript | MIT License | kiwicom/orbit | feat(TextLink): add active and focus colors | 1 | feat | TextLink |
104,844 | 27.10.2021 12:10:34 | 14,400 | a369ca80adede409cb87f686f8a598cb8de7776f | chore(test-app): need to update path for chagepath script | [
{
"change_type": "MODIFY",
"diff": "@@ -176,16 +176,13 @@ jobs:\n- name: Change file paths for cypress coverage report\nrun: |\n- cd scripts\n- chmod +x change-paths.js\n- ls -la\n- node change-paths.js\n+ cd packages/react\n+ pwd\n+ node ../../scripts/change-paths.js\n- name: Copy, combine, and report cove... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test-app): need to update path for chagepath script | 1 | chore | test-app |
777,396 | 27.10.2021 12:25:35 | 21,600 | e3253260a3247d6cae8406ce2f7215161af5cdf3 | fix: webui links to new docs layouts | [
{
"change_type": "MODIFY",
"diff": "@@ -105,7 +105,7 @@ const DeterminedAuth: React.FC<Props> = ({ canceler }: Props) => {\n{loginForm}\n<p className={css.message}>\nForgot your password, or need to manage users? Check out our \n- <Link external path={paths.docs('/topic-guides/users.html')} popout>docs... | Python | Apache License 2.0 | determined-ai/determined | fix: webui links to new docs layouts (#3132) | 1 | fix | null |
705,211 | 27.10.2021 12:32:42 | 14,400 | 5f5c84d9d2cbe0940d6a3988a8103cbaf90fb77d | fix(Chip): Adjust Chip samples | [
{
"change_type": "MODIFY",
"diff": "<StackPanel>\n<!-- MaterialFilledInputChipStyle -->\n<TextBlock Text=\"Input - Filled\"\n+ Margin=\"0,20,0,0\"\nStyle=\"{StaticResource MaterialSubtitle1}\" />\n<ScrollViewer>\n<StackPanel Orientation=\"Horizontal\"\n<!-- ### ChipGroup -->\n<TextBlock Text=\"ChipGroup\"\n... | C# | Apache License 2.0 | unoplatform/uno.themes | fix(Chip): Adjust Chip samples | 1 | fix | Chip |
679,913 | 27.10.2021 12:34:28 | -7,200 | 7c75fbe48e9a1c57c79c2ac770f967d5b725c622 | fix(hiccup-svg): re-enable `filter` attrib in conversion
update convertAttrib() to treat filter attrib as normal attrib | [
{
"change_type": "MODIFY",
"diff": "@@ -181,11 +181,11 @@ const convertAttrib = (res: any, id: string, v: any) => {\ncase \"baseline\":\nres[\"dominant-baseline\"] = BASE_LINE[v] || v;\nbreak;\n- case \"filter\":\n+ // case \"filter\":\n// TODO needs to be translated into <filter> def first\n// https://deve... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(hiccup-svg): re-enable `filter` attrib in conversion
- update convertAttrib() to treat filter attrib as normal attrib | 1 | fix | hiccup-svg |
71,719 | 27.10.2021 12:40:55 | 25,200 | 354686b189377dd1daae7ba616e8fb62488d9855 | fix(custom-resources): invalid service name leads to unhelpful error message
fix(custom-resources): improve AwsSdkCall service error
Makes the error that occurs when an invalid service name is supplied more explicit.
Closes
*By submitting this pull request, I confirm that my contribution is made under the terms of the ... | [
{
"change_type": "MODIFY",
"diff": "@@ -176,6 +176,9 @@ export async function handler(event: AWSLambda.CloudFormationCustomResourceEvent\n}\n+ if (!Object.prototype.hasOwnProperty.call(AWS, call.service)) {\n+ throw Error(`Service ${call.service} does not exist in AWS SDK version ${AWS.VERSION}.`);\n+ }\nco... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(custom-resources): invalid service name leads to unhelpful error message (#16718)
fix(custom-resources): improve AwsSdkCall service error
Makes the error that occurs when an invalid service name is supplied more explicit.
Closes #7312
----
*By submitting this pull request, I confirm that my contrib... | 1 | fix | custom-resources |
104,844 | 27.10.2021 12:54:50 | 14,400 | 64b07bf3eae1124afee0ff19a9dd88d6dadfbfd5 | chore(test-app): fix path in action | [
{
"change_type": "MODIFY",
"diff": "@@ -176,7 +176,7 @@ jobs:\n- name: Change file paths for cypress coverage report\nrun: |\n- cd packages/react\n+ cd packages/react/cypress/coverage\npwd\nnode ../../scripts/change-paths.js\n",
"new_path": ".github/workflows/test.yml",
"old_path": ".github/workflow... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test-app): fix path in action | 1 | chore | test-app |
4,988 | 27.10.2021 13:13:18 | -7,200 | 2c3a19be5aa7509f90aaa0c1958bd2db24da945b | docs(csv-parse): new info samples | [
{
"change_type": "ADD",
"diff": "+\n+import assert from 'assert';\n+import { parse } from 'csv-parse';\n+\n+parse('1,2,3\\na,b,c', (err, data, {lines, records}) => {\n+ assert.equal(\n+ `There are ${lines} lines with ${records} records.`\n+ ,\n+ 'There are 2 lines with 2 records.'\n+ );\n+});\n",
"new_p... | JavaScript | MIT License | adaltas/node-csv | docs(csv-parse): new info samples | 1 | docs | csv-parse |
386,595 | 27.10.2021 13:14:43 | -7,200 | 33656e650cc57ae9d6c76c1ed20de8950c7e468e | fix(blockDev): Include makeCssClass in stubBlockProps. | [
{
"change_type": "MODIFY",
"diff": "import React, { useState } from 'react';\nimport { type } from '@lowdefy/helpers';\n+import { makeCssClass } from '@lowdefy/block-tools';\nimport schemaTest from './schemaTest';\n@@ -49,7 +50,7 @@ const stubBlockProps = ({ block, meta, logger, initialValue }) => {\nblock.... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blockDev): Include makeCssClass in stubBlockProps. | 1 | fix | blockDev |
386,595 | 27.10.2021 13:15:29 | -7,200 | 4cddae2b1e59b606cc92e960f6b3dc8452b0d885 | chore(deps): Include js-yaml for demo builds. | [
{
"change_type": "MODIFY",
"diff": "@@ -4804,22 +4804,12 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"ajv\", \"npm:6.12.6\"],\n[\"ajv-errors\", \"virtual:09ba37edd9db25b7821b7d2b2d2055c41a6ed7b7590f4f31cb08f11ca472be4a006b49e750b63bf1615697d9f5fdbcda49d5e649e3491c0b6490a9dc0dbedfa2#npm:1.0... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore(deps): Include js-yaml for demo builds. | 1 | chore | deps |
815,598 | 27.10.2021 13:15:57 | -28,800 | a2be82c05095179ddcab3f9950ab3ad4dc81834b | fix: disable recent reject db when path is empty
Opening a db using empty path causes undefined behaviour, because it
leads to calling `back()` on string in C++. | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ use crate::component::recent_reject::RecentReject;\nuse crate::error::Reject;\nuse crate::util::verify_rtx;\nuse ckb_app_config::TxPoolConfig;\n-use ckb_logger::{error, trace};\n+use ckb_logger::{error, trace, warn};\nuse ckb_snapshot::Snapshot;\nuse ckb_s... | Rust | MIT License | nervosnetwork/ckb | fix: disable recent reject db when path is empty
Opening a db using empty path causes undefined behaviour, because it
leads to calling `back()` on string in C++. | 1 | fix | null |
104,844 | 27.10.2021 13:24:44 | 14,400 | df7a9251c03992c14946e2c895fdd66664bd6122 | chore(test-app): had to update path for script call | [
{
"change_type": "MODIFY",
"diff": "@@ -178,7 +178,7 @@ jobs:\nrun: |\ncd packages/react/cypress/coverage\npwd\n- node ../../scripts/change-paths.js\n+ node ../../../../scripts/change-paths.js\n- name: Copy, combine, and report coverage\nrun: |\n",
"new_path": ".github/workflows/test.yml",
"old_path... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test-app): had to update path for script call | 1 | chore | test-app |
386,581 | 27.10.2021 13:42:51 | -7,200 | 8aa264243706ea089377d11302e9d81fc02ef26b | fix(api): Fix api context tests. | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,10 @@ getSecrets.mockImplementation(() => ({ secret: true }));\ncreateAuthorize.mockImplementation(({ authenticated, roles = [] }) => ({ authenticated, roles }));\n-createReadConfigFile.mockImplementation(({ configDirectory }) => () => ({ configDirectory }));... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(api): Fix api context tests. | 1 | fix | api |
4,988 | 27.10.2021 13:56:07 | -7,200 | 0d0047bbf8b6f0fd25892f65a86f4d9a809901b9 | docs(csv-parse): disable lint indent with async | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,8 @@ import fs from 'fs/promises';\nimport os from 'os';\nimport { parse } from '../lib/sync.js';\n+/* hide-next-line */\n+/* eslint-disable indent */\n/* hide-next-line */\n(async() => {\n// Prepare the dataset\n",
"new_path": "packages/csv-parse/samples/r... | JavaScript | MIT License | adaltas/node-csv | docs(csv-parse): disable lint indent with async | 1 | docs | csv-parse |
679,913 | 27.10.2021 14:03:40 | -7,200 | afcdda0e10bd7d824af68dd4e79ceb749d16181b | fix(gp): limit AST.mutate() to max tree depth
always respect max tree depth to avoid overly complex trees
due to repeated mutation
update docs | [
{
"change_type": "MODIFY",
"diff": "@@ -52,20 +52,29 @@ export class AST<OP, T> {\n}\n/**\n- * Probilistically replaces randomly chosen tree nodes with a new\n- * random AST of given `maxDepth` (default: 1). Never mutates root.\n+ * Probilistically replaces randomly chosen tree nodes with a new random AST\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(gp): limit AST.mutate() to max tree depth
- always respect max tree depth to avoid overly complex trees
due to repeated mutation
- update docs | 1 | fix | gp |
711,597 | 27.10.2021 14:12:17 | -7,200 | 95bff8ffaa2beb5b086e5f0e212da7beee5f976a | fix(core): Fix order modification with refund on shipping
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -1507,6 +1507,55 @@ describe('Order modification', () => {\n});\n});\n+ // https://github.com/vendure-ecommerce/vendure/issues/1197\n+ describe('refund on shipping when change made to shippingAddress', () => {\n+ let order: OrderWithModificationsFragment;\n+ beforeAll(... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix order modification with refund on shipping
Fixes #1197 | 1 | fix | core |
4,988 | 27.10.2021 14:13:14 | -7,200 | af5009d11ad8cc22a530c697aea57a62b30e6b18 | docs(csv): destructured import | [
{
"change_type": "MODIFY",
"diff": "-import * as csv from '../lib/index.js';\n+// Import the package\n+import {generate, parse, transform, stringify} from 'csv';\n-csv.generate({seed: 1, columns: 2, length: 20}, function(err, data){\n- csv.parse(data, function(err, data){\n- csv.transform(data, function(dat... | JavaScript | MIT License | adaltas/node-csv | docs(csv): destructured import | 1 | docs | csv |
71,651 | 27.10.2021 14:24:25 | 25,200 | 3cfe8a2df9edfb3133e470eb8f2274efcc2adda1 | feat(cloudtrail): selector for management event exclusions
Closes:
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -334,6 +334,7 @@ export class Trail extends Resource {\nvalues: dataResourceValues,\n}],\nincludeManagementEvents: options.includeManagementEvents,\n+ excludeManagementEventSources: options.excludeManagementEventSources,\nreadWriteType: options.readWriteType,\n});\n}\n... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(cloudtrail): selector for management event exclusions (#16546)
Closes: #16273
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | cloudtrail |
386,595 | 27.10.2021 14:25:28 | -7,200 | 357fd0c162203f81ccbb2ff5bc80f75bb3c0ebac | fix(blockDev): Fix stubBlockProps test. | [
{
"change_type": "MODIFY",
"diff": "@@ -19,11 +19,9 @@ import { useState } from 'react';\nimport stubBlockProps from './stubBlockProps';\njest.mock('react', () => {\n- const React = {\n- createElement: jest.fn(),\n- };\n+ const originalModule = jest.requireActual('react');\nconst useState = jest.fn();\n- re... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blockDev): Fix stubBlockProps test. | 1 | fix | blockDev |
915,035 | 27.10.2021 14:28:53 | -7,200 | 1eeeeae059549e50d6c8a5a0ff2c6be3037d73c4 | refactor: change location of homebrew tap
BREAKING CHANGE: Please note that the location of our Homebrew tap has changed for Ory Hydra from `ory/ory/hydra` to `ory/tap/hydra`:
```patch
brew install ory/ory/hydra
+ brew install ory/tap/hydra
``` | [
{
"change_type": "MODIFY",
"diff": "@@ -170,7 +170,9 @@ changelog:\nbrews:\n- tap:\nowner: ory\n- name: homebrew-hydra\n+ name: homebrew-tap\n+ name: hydra\n+ description: Ory Hydra with SQLite Support\nids:\n- hydra-sqlite\nhomepage: https://www.ory.sh\n@@ -179,6 +181,8 @@ brews:\nemail: 3372410+aeneasr@us... | Go | Apache License 2.0 | ory/hydra | refactor: change location of homebrew tap
BREAKING CHANGE: Please note that the location of our Homebrew tap has changed for Ory Hydra from `ory/ory/hydra` to `ory/tap/hydra`:
```patch
- brew install ory/ory/hydra
+ brew install ory/tap/hydra
``` | 1 | refactor | null |
317,842 | 27.10.2021 14:31:56 | -7,200 | 9f80243b1eeb7b87b6321df9b161ea64eaabf61d | feat(php): extensions added + doc updated | [
{
"change_type": "MODIFY",
"diff": "---\nid: php\ntitle: php\n-sidebar_label: php\n+sidebar_label: PHP\n---\n## What\n@@ -32,5 +32,5 @@ Display the currently active php version.\n- missing_command_text: `string` - text to display when the command is missing - defaults to empty\n- display_mode: `string` - de... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(php): extensions added + doc updated | 1 | feat | php |
711,597 | 27.10.2021 14:32:35 | -7,200 | c7a7bbdac6d4850f8ddea9b7f0b016078b1e8816 | fix(admin-ui): Add pt_PT translation to ui config | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,7 @@ export const defaultAvailableLanguages = [\nLanguageCode.zh_Hans,\nLanguageCode.zh_Hant,\nLanguageCode.pt_BR,\n+ LanguageCode.pt_PT,\nLanguageCode.cs,\nLanguageCode.fr,\nLanguageCode.ru,\n",
"new_path": "packages/admin-ui-plugin/src/constants.ts",
... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Add pt_PT translation to ui config | 1 | fix | admin-ui |
617,459 | 27.10.2021 14:49:20 | -7,200 | 7d7629ce399af250a30b1f529d6ca0eac7920842 | fix(modeles): cc 1404 et cc 1518 | [
{
"change_type": "MODIFY",
"diff": "@@ -49,4 +49,5 @@ exports.config = {\n},\nteardown: null,\ntests: \"./specs/*_test.js\",\n+ timeout: 60000,\n};\n",
"new_path": "packages/code-du-travail-frontend-e2e/codecept.conf.js",
"old_path": "packages/code-du-travail-frontend-e2e/codecept.conf.js"
}
] | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(modeles): cc 1404 et cc 1518 (#3933)
Co-authored-by: caroline <caroline.bourdeu@gmail.com> | 1 | fix | modeles |
306,320 | 27.10.2021 14:50:20 | -3,600 | 5d40cb23d2be32aa2a00e3f50de5c5f62c39c364 | feat: add resource summary | [
{
"change_type": "MODIFY",
"diff": "@@ -268,10 +268,12 @@ func runMain(cmd *cobra.Command, runCtx *config.RunContext) error {\nspinner.Success()\n- r := output.ToOutputFormat(projects)\n- r.Currency = runCtx.Config.Currency\n+ r, err := output.ToOutputFormat(projects)\n+ if err != nil {\n+ return err\n+ }\n... | Go | Apache License 2.0 | infracost/infracost | feat: add resource summary | 1 | feat | null |
815,609 | 27.10.2021 14:51:17 | -28,800 | 5d3bebb2573ee3cc329c354f4060654ce7eb14c8 | chore: fix several typos | [
{
"change_type": "MODIFY",
"diff": "@@ -849,7 +849,7 @@ impl ChainService {\nfor number in (bottom..=tip_number).rev() {\nlet hash = snapshot\n.get_block_hash(number)\n- .unwrap_or_else(|| panic!(\"invaild block number({}), tip={}\", number, tip_number));\n+ .unwrap_or_else(|| panic!(\"invalid block number(... | Rust | MIT License | nervosnetwork/ckb | chore: fix several typos | 1 | chore | null |
428,449 | 27.10.2021 14:54:46 | 14,400 | 9435b30111a1f1984be185f475640bf9b479e2bc | chore: add instructions on howto test specialized environments | [
{
"change_type": "MODIFY",
"diff": "@@ -62,3 +62,7 @@ lib/\noutput\nserverless-expansion.yml\n+serverless.env\n+\n+lb-expansion.yml\n+lb.env\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY",
"diff": "@@ -54,6 +54,7 @@ If you just want to get formatting ... | TypeScript | Apache License 2.0 | mongodb/node-mongodb-native | chore: add instructions on howto test specialized environments (#3009) | 1 | chore | null |
71,632 | 27.10.2021 15:16:33 | 25,200 | dbb3f25904403bfc020a081e94270f5c16a7606f | feat(events): DLQ support for EventBus target
Closes
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ Currently supported are:\n* Put a record to a Kinesis stream\n* [Log an event into a LogGroup](#log-an-event-into-a-loggroup)\n* Put a record to a Kinesis Data Firehose stream\n-* Put an event on an EventBridge bus\n+* [Put an event on an EventBridge bus... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(events): DLQ support for EventBus target (#16383)
Closes #15954.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | events |
277,273 | 27.10.2021 15:18:38 | 25,200 | a2191a2164f1bb71d408fc34d148bf52235db0ad | feat: Send logout event to all connected apps when a user logs out | [
{
"change_type": "MODIFY",
"diff": "@@ -40,11 +40,6 @@ type App struct {\nkeySecret string // access key secret\n}\n-// Boot represents the initial message sent when a client connects to an app\n-type Boot struct {\n- Hash string `json:\"#,omitempty\"` // location hash\n-}\n-\nfunc toAppMode(mode string) Ap... | Python | Apache License 2.0 | h2oai/wave | feat: Send logout event to all connected apps when a user logs out | 1 | feat | null |
304,867 | 27.10.2021 15:19:30 | -3,600 | 877d18d2b8f2729ae5c2c5fa9385f31897c9bb7a | chore: ast: implement DurationLiteral.String
Currently, to format a Duration, it's necessary to import the `parser`
package, which is a heavyweight dependency because it imports
the Rust Flux parser.
To avoid that necessity, move the `parser.FormatDuration` code into `DurationLiteral.String`
and implement `parser.Forma... | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import (\n\"fmt\"\n\"regexp\"\n\"strconv\"\n+ \"strings\"\n\"time\"\n)\n@@ -1714,6 +1715,17 @@ func (l *DurationLiteral) Copy() Node {\nreturn nl\n}\n+// String implements fmt.Stringer by returning\n+// the duration formatted as its Flux representation.\n+... | Go | MIT License | influxdata/flux | chore: ast: implement DurationLiteral.String (#4187)
Currently, to format a Duration, it's necessary to import the `parser`
package, which is a heavyweight dependency because it imports
the Rust Flux parser.
To avoid that necessity, move the `parser.FormatDuration` code into `DurationLiteral.String`
and implemen... | 1 | chore | null |
306,653 | 27.10.2021 15:20:39 | -19,080 | a09a586ff8e3618df5385dbcbc53a031726b9382 | feat(textarea): update the story according to accessibility | [
{
"change_type": "MODIFY",
"diff": "@@ -6,15 +6,19 @@ export const textareaWithCaption = () => {\nreturn (\n<>\n- <Label withInput={true}>Confirmation Notes</Label>\n+ <Label withInput={true} htmlFor=\"notes\">\n+ Confirmation Notes\n+ </Label>\n<Textarea\n- name=\"Textarea\"\n+ name=\"notes\"\nclassName=\"... | TypeScript | MIT License | innovaccer/design-system | feat(textarea): update the story according to accessibility | 1 | feat | textarea |
815,573 | 27.10.2021 15:39:38 | -28,800 | 517c80c4b745c6468942d1e89999a9bdd7bef2f4 | fix: fix get git commit info | [
{
"change_type": "MODIFY",
"diff": "@@ -115,6 +115,7 @@ pub fn get_commit_describe() -> Option<String> {\n])\n.output()\n.ok()\n+ .filter(|output| output.status.success())\n.and_then(|r| {\nString::from_utf8(r.stdout)\n.ok()\n@@ -131,6 +132,7 @@ pub fn get_commit_date() -> Option<String> {\n.args(&[\"log\",... | Rust | MIT License | nervosnetwork/ckb | fix: fix get git commit info | 1 | fix | null |
266,134 | 27.10.2021 15:43:15 | 25,200 | c114d7cd42373554ac1548cbe1c86d184e4fed23 | fix(m-o-g): break up the amount of PRs to check if greater than the limit | [
{
"change_type": "MODIFY",
"diff": "// limitations under the License.\nimport {GCFBootstrapper} from 'gcf-utils';\n-import appFn from './merge-on-green';\n+import {handler} from './merge-on-green';\nconst bootstrap = new GCFBootstrapper();\n-module.exports['merge_on_green'] = bootstrap.gcf(appFn, {\n+module... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | fix(m-o-g): break up the amount of PRs to check if greater than the limit (#2737) | 1 | fix | m-o-g |
104,844 | 27.10.2021 15:43:42 | 14,400 | d18b98318288ed630c4ed196c9414adaf933f99e | chore(test-app): put correct file name to write coverage to | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,7 @@ Object.keys(coverage).forEach((key) => {\nconst value = coverage[key];\nvalue.path = fixedKey;\nfixedCoverage[fixedKey] = value;\n+ console.log(fixedKey);\n});\n-fs.writeFileSync('coverage-final-fixed.json', JSON.stringify(fixedCoverage));\n+fs.writeFile... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test-app): put correct file name to write coverage to | 1 | chore | test-app |
815,609 | 27.10.2021 16:08:07 | -28,800 | 56930f35ac8995a2fcc59d6d20f587b0f1b4fc03 | test: fix potential failure in integration test DeclaredWrongCyclesAndRelayAgain | [
{
"change_type": "MODIFY",
"diff": "@@ -102,12 +102,13 @@ impl Spec for DeclaredWrongCyclesAndRelayAgain {\n// removing invalid tx hash from node0's known tx filer is async, wait 5 seconds to make sure it's removed\nsleep(5);\n+ // connect node0 with node1, tx will be relayed from node1 to node0\n+ node0.co... | Rust | MIT License | nervosnetwork/ckb | test: fix potential failure in integration test DeclaredWrongCyclesAndRelayAgain | 1 | test | null |
777,379 | 27.10.2021 16:14:23 | 14,400 | 098d01232fe603b6a67c42f7d5d2d7deff3aa2d3 | fix: CLI fixes for model registry API | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ from . import render\ndef render_model(model: Model) -> None:\ntable = [\n+ [\"ID\", model.model_id],\n[\"Name\", model.name],\n[\"Description\", model.description],\n[\"Creation Time\", model.creation_time],\n@@ -62,10 +63,16 @@ def list_models(args: Na... | Python | Apache License 2.0 | determined-ai/determined | fix: CLI fixes for model registry API (#3134) | 1 | fix | null |
915,035 | 27.10.2021 16:26:48 | 0 | 7da8adf83d613ac9aa3b2803036c68bf2fe64cd1 | autogen: add v1.10.7 to version.schema.json | [
{
"change_type": "MODIFY",
"diff": "\"$ref\": \"https://raw.githubusercontent.com/ory/hydra/v1.10.6/spec/config.json\"\n}\n]\n+ },\n+ {\n+ \"allOf\": [\n+ {\n+ \"properties\": {\n+ \"version\": {\n+ \"const\": \"v1.10.7\"\n+ }\n+ }\n+ },\n+ {\n+ \"$ref\": \"https://raw.githubusercontent.com/ory/hydra/v1.10.... | Go | Apache License 2.0 | ory/hydra | autogen: add v1.10.7 to version.schema.json | 1 | autogen | null |
667,635 | 27.10.2021 16:28:23 | -28,800 | c20468f3bdc5501c2823649b997ef8470527f096 | fix(ios): a placeholder of text attachment for all system version | [
{
"change_type": "MODIFY",
"diff": "@@ -397,12 +397,14 @@ static void resetFontAttribute(NSTextStorage *textStorage) {\nif (isnan(width) || isnan(height)) {\nHippyLogError(@\"Views nested within a <Text> must have a width and height\");\n}\n-\n+ static UIImage *placehoderImage = nil;\n+ static dispatch_once... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): a placeholder of text attachment for all system version | 1 | fix | ios |
386,581 | 27.10.2021 16:30:08 | -7,200 | f6f667d38f6cfe554bff94068ae1216f7dc4d2e4 | chore: Remove from tests | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ jobs:\n# format tests don't pass on node 12 since icu is missing and tests don't work with locales\n- name: Test packages\n- run: yarn test --ignore='@lowdefy/format' --ignore='@lowdefy/blocks-*'\n+ run: yarn test --ignore='@lowdefy/format' --ignore='@lo... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Remove @lowdefy/graphql from tests | 1 | chore | null |
306,320 | 27.10.2021 16:46:05 | -3,600 | 6feb6501f8b1efd6cfef3ebbf0ff28445e710bc5 | chore: update docker tagging
Currently we tag new version with: `:v0.9.11` and `:latest`. This updates it so we tag with `:0.9.11`, `:0.9`, and `:latest`. We remove the `v` prefix to be consistent with how other docker images are tagged. | [
{
"change_type": "MODIFY",
"diff": "@@ -36,14 +36,30 @@ jobs:\n./build/infracost-darwin-arm64.tar.gz\n./docs/generated/docs.tar.gz\n- - name: Build and push Docker images\n- uses: docker/build-push-action@v1\n+ - name: Set up Docker Buildx\n+ uses: docker/setup-buildx-action@v1\n+\n+ - name: Docker meta\n+ ... | Go | Apache License 2.0 | infracost/infracost | chore: update docker tagging (#1070)
Currently we tag new version with: `:v0.9.11` and `:latest`. This updates it so we tag with `:0.9.11`, `:0.9`, and `:latest`. We remove the `v` prefix to be consistent with how other docker images are tagged. | 1 | chore | null |
699,187 | 27.10.2021 17:10:09 | 25,200 | 2c40ce261ecaee06988757e747314a77c4800ad6 | chore: update yarnlock | [
{
"change_type": "MODIFY",
"diff": "@@ -11098,19 +11098,19 @@ __metadata:\nlanguageName: node\nlinkType: hard\n-\"@twilio-paste/alert-dialog@^0.1.0, @twilio-paste/alert-dialog@^0.1.2, @twilio-paste/alert-dialog@workspace:packages/paste-core/components/alert-dialog\":\n+\"@twilio-paste/alert-dialog@^0.2.0, @... | TypeScript | MIT License | twilio-labs/paste | chore: update yarnlock | 1 | chore | null |
791,834 | 27.10.2021 17:15:15 | 18,000 | 5b2ffd813a76da3ed2040c7cbf2b64d82a71a04c | core(build): add js minification to inline-fs plugin | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,7 @@ const path = require('path');\nconst acorn = require('acorn');\nconst MagicString = require('magic-string').default;\nconst resolve = require('resolve');\n+const terser = require('terser');\n// ESTree provides much better types for AST nodes. See https:/... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(build): add js minification to inline-fs plugin (#13272) | 1 | core | build |
306,320 | 27.10.2021 17:16:42 | -3,600 | f23ee408874e58a62ff0f6c559d3fd31b23ee8a5 | chore: specify Docker tags to push | [
{
"change_type": "MODIFY",
"diff": "@@ -59,6 +59,7 @@ jobs:\nuses: docker/build-push-action@v2\nwith:\ncontext: .\n+ tags: ${{ steps.meta.outputs.tags }}\npush: true\n- name: Update Homebrew formula\n",
"new_path": ".github/workflows/create-release.yml",
"old_path": ".github/workflows/create-release... | Go | Apache License 2.0 | infracost/infracost | chore: specify Docker tags to push | 1 | chore | null |
342,861 | 27.10.2021 17:23:12 | -7,200 | 48db8ba1a8bb0720080ced88e19cb7c23004af34 | fix(cloneWithTooltip): wrong type declaration | [
{
"change_type": "MODIFY",
"diff": "@@ -246,7 +246,8 @@ const Checkbox: React.AbstractComponent<Props, HTMLElement> = React.forwardRef<P\nreadOnly={readOnly}\nerror={hasError}\n/>\n- {cloneWithTooltip(\n+ {tooltip &&\n+ cloneWithTooltip(\ntooltip,\n<IconContainer\ndisabled={disabled}\n",
"new_path": "pa... | JavaScript | MIT License | kiwicom/orbit | fix(cloneWithTooltip): wrong type declaration | 1 | fix | cloneWithTooltip |
151,461 | 27.10.2021 17:30:49 | -7,200 | fbdb8a0b8f93e2704255bb0d4cf2fc79b2faf40b | chore: fix analytics.ready event example typo | [
{
"change_type": "MODIFY",
"diff": "@@ -422,8 +422,8 @@ Fire callback on analytics ready event\n**Example**\n```js\n-analytics.ready() => {\n- console.log('all plugins have loaded or were skipped', payload)\n+analytics.ready((payload) => {\n+ console.log('all plugins have loaded or were skipped', payload);\... | JavaScript | MIT License | davidwells/analytics | chore: fix analytics.ready event example typo | 1 | chore | null |
160,176 | 27.10.2021 17:42:43 | -28,800 | db966950e59b5166e704ccd958e837e2fa3e1f6a | feat(core): adjust edge startPoint or endPoint | [
{
"change_type": "MODIFY",
"diff": "// isSilentMode: true,\n// overlapMode: 1,\nmetaKeyMultipleSelected: true,\n+ adjustEdgeStartAndEnd: true,\nedgeTextEdit: true,\nkeyboard: {\nenabled: true,\nlf.setTheme(\n{\nnodeText: { autoWrap: true, lineHeight: 1.5 },\n- edgeText: { autoWrap: true, lineHeight: 1.5 }\n... | TypeScript | Apache License 2.0 | didi/logicflow | feat(core): adjust edge startPoint or endPoint | 1 | feat | core |
667,636 | 27.10.2021 17:44:04 | -28,800 | 7f3be4d093718110f69af07d3cc8803480478428 | refactor(hippy-vue): change iPhoneX judgement | [
{
"change_type": "MODIFY",
"diff": "@@ -205,8 +205,7 @@ const Native = {\nlet isIPhoneX = false;\nif (Native.Platform === 'ios') {\n// iOS12 - iPhone11: 48 Phone12/12 pro/12 pro max: 47 other: 44\n- const statusBarHeightList = [44, 47, 48];\n- isIPhoneX = statusBarHeightList.indexOf(Native.Dimensions.screen... | C++ | Apache License 2.0 | tencent/hippy | refactor(hippy-vue): change iPhoneX judgement | 1 | refactor | hippy-vue |
711,597 | 27.10.2021 18:15:50 | -7,200 | 752cc1337126914649d4a6378e26c51e7a966730 | fix(admin-ui-plugin): Correctly handle base href for custom routes
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -116,10 +116,12 @@ export class AdminUiPlugin implements NestModule {\n? path.join(app.sourcePath, 'src')\n: (app && app.path) || DEFAULT_APP_PATH;\nconst adminUiConfigPath = path.join(adminUiAppPath, 'vendure-ui-config.json');\n+ const indexHtmlPath = path.join(adminU... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui-plugin): Correctly handle base href for custom routes
Fixes #1152 | 1 | fix | admin-ui-plugin |
251,188 | 27.10.2021 18:17:31 | -10,800 | 927c2115f0ee7421077ee6e3409cf5a65af0df69 | feat: don't close engine after processing one request | [
{
"change_type": "MODIFY",
"diff": "@@ -255,9 +255,10 @@ public abstract class BaseClient<T extends BaseRequest, V extends BaseResponse>\nif (clientResponse != null) {\nclientResponse.close();\n}\n- if (resteasyClient != null && resteasyClient.httpEngine() != null) {\n- resteasyClient.httpEngine().close();\... | Java | MIT License | gluufederation/oxauth | feat: don't close engine after processing one request | 1 | feat | null |
531,793 | 27.10.2021 18:45:10 | -3,600 | 93064a0ddc4bcd1284517b852d731b3865179c17 | fix(ci): don't run actions from forks | [
{
"change_type": "MODIFY",
"diff": "@@ -256,7 +256,7 @@ jobs:\nbenchmark-go:\nname: Benchmark Go code compare\n- if: github.event_name == 'pull_request'\n+ if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name\nneeds: stage-... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ci): don't run actions from forks | 1 | fix | ci |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.