author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
791,723 | 15.09.2021 15:06:13 | 25,200 | cb00325d735353437144c78f26c714cc76b9f590 | report(3p-filter): drop for/id as elements are already nested | [
{
"change_type": "MODIFY",
"diff": "@@ -219,16 +219,14 @@ export class ReportUIFeatures {\nreturn !thirdPartyFilterAuditExclusions.includes(containingAudit.id);\n});\n- tablesWithUrls.forEach((tableEl, index) => {\n+ tablesWithUrls.forEach((tableEl) => {\nconst rowEls = getTableRows(tableEl);\nconst thirdPa... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(3p-filter): drop for/id as elements are already nested (#13067) | 1 | report | 3p-filter |
889,620 | 15.09.2021 15:09:04 | -28,800 | 817c2939b038efa548bb0a348d0dcad60b0e6909 | feat: index titleSort for series
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -44,6 +44,7 @@ fun BookDto.toDocument() =\nfun SeriesDto.toDocument() =\nDocument().apply {\nadd(TextField(\"title\", metadata.title, Field.Store.NO))\n+ if (metadata.titleSort != metadata.title) add(TextField(\"title\", metadata.titleSort, Field.Store.NO))\nadd(TextFi... | Kotlin | MIT License | gotson/komga | feat: index titleSort for series
closes #626 | 1 | feat | null |
889,620 | 15.09.2021 15:12:00 | -28,800 | 6e0c51ed1d88417b78cb95c01ca17102806726bb | feat: index ngrams to allow partial search | [
{
"change_type": "MODIFY",
"diff": "@@ -55,5 +55,17 @@ class KomgaProperties {\nclass Lucene {\n@get:NotBlank\nvar dataDirectory: String = \"\"\n+\n+ var indexAnalyzer = IndexAnalyzer()\n+\n+ class IndexAnalyzer {\n+ @get:Positive\n+ var minGram: Int = 3\n+\n+ @get:Positive\n+ var maxGram: Int = 10\n+\n+ va... | Kotlin | MIT License | gotson/komga | feat: index ngrams to allow partial search | 1 | feat | null |
889,620 | 15.09.2021 15:12:41 | -28,800 | a7204e85b986e890f367be558b144d872205990a | feat: index updater facility on startup | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,9 @@ package org.gotson.komga.infrastructure.search\nimport mu.KotlinLogging\nimport org.apache.lucene.analysis.Analyzer\n+import org.apache.lucene.document.Document\n+import org.apache.lucene.document.Field\n+import org.apache.lucene.document.StringField\nimpo... | Kotlin | MIT License | gotson/komga | feat: index updater facility on startup | 1 | feat | null |
126,276 | 15.09.2021 15:33:33 | 10,800 | dee57a8ad1ffd773915db2f2b052fa09b38d2d67 | chore(pkg/server): validate replication settings | [
{
"change_type": "MODIFY",
"diff": "@@ -794,6 +794,10 @@ func (s *ImmuServer) CreateDatabaseWith(ctx context.Context, req *schema.Databas\nreturn nil, fmt.Errorf(\"database '%s' already exists\", req.GetDatabaseName())\n}\n+ if (!req.Replica && req.MasterDatabase != \"\") || (req.Replica && req.MasterDataba... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/server): validate replication settings
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/server |
276,989 | 15.09.2021 15:34:59 | 10,800 | f34ec3ca4db94b7d9e9a625f53bce88f44bdb811 | refactor(system): remove our resolve function and use lodash.get instead | [
{
"change_type": "MODIFY",
"diff": "import merge from './merge';\nimport hexToRgb from './hexToRgb';\nimport elevate from './elevate';\n-import resolve from './resolve';\n-export { merge, hexToRgb, elevate, resolve };\n+export { merge, hexToRgb, elevate };\n",
"new_path": "packages/common/src/index.js",... | JavaScript | MIT License | gympass/yoga | refactor(system): remove our resolve function and use lodash.get instead
Co-authored-by: Leonardo Luiz <ext.invillia.leonardo.filho@gympass.com>
Co-authored-by: Kaic Bastidas <kaicbastidas@gmail.com> | 1 | refactor | system |
791,723 | 15.09.2021 15:42:13 | 25,200 | 1e225484aefd793c200fb979fe73822fe218d88d | core(tracing): remove cpu_profiler.hires | [
{
"change_type": "MODIFY",
"diff": "@@ -60,7 +60,6 @@ class Trace extends FRGatherer {\n// A bug introduced in M92 causes these categories to crash targets on Linux.\n// See https://github.com/GoogleChrome/lighthouse/issues/12835 for full investigation.\n// 'disabled-by-default-v8.cpu_profiler',\n- // 'disa... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(tracing): remove cpu_profiler.hires (#13056) | 1 | core | tracing |
749,530 | 15.09.2021 15:45:54 | 14,400 | 75709fcede4acee3cb56dda88db4b08ba88114c7 | chore(changelog): add v8.40.1 [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,28 @@ _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.40.1 (2021-09-15)\n+\n+#### :bug: Bug Fix\n+* `tabs`\n+ * [#1172](https://github.com/zendeskg... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | chore(changelog): add v8.40.1 [skip ci] | 1 | chore | changelog |
126,281 | 15.09.2021 15:59:13 | -7,200 | 7eb9f1e9da61eec2749e13989b50de4e7cfd30a4 | chore(Dockerfile): Remove unused IMMUDB_DBNAME env var | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,6 @@ ARG IMMU_GID=\"3322\"\nENV IMMUDB_HOME=\"/usr/share/immudb\" \\\nIMMUDB_DIR=\"/var/lib/immudb\" \\\n- IMMUDB_DBNAME=\"immudb\" \\\nIMMUDB_ADDRESS=\"0.0.0.0\" \\\nIMMUDB_PORT=\"3322\" \\\nIMMUDB_PIDFILE=\"\" \\\n@@ -54,7 +53,6 @@ ARG IMMU_GID=\"3322\"\nEN... | Go | Apache License 2.0 | codenotary/immudb | chore(Dockerfile): Remove unused IMMUDB_DBNAME env var | 1 | chore | Dockerfile |
401,123 | 15.09.2021 16:02:22 | -19,080 | a8ff9534d937dde5afafa982b702ba5b164b8c60 | docs: adds props naming rules to contributing.md file
affects:
@medly-components/loaders, | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,19 @@ This repo uses yarn workspaces, so you should install `yarn` as the package mana\nBefore committing any thing just run `yarn init:commitizen` once, so that next time whenever you run `git commit` you will be asked right set of questions about the commit... | TypeScript | MIT License | medly/medly-components | docs: adds props naming rules to contributing.md file (#426)
affects: @medly-components/core, @medly-components/forms, @medly-components/icons,
@medly-components/layout, @medly-components/loaders, @medly-components/theme,
@medly-components/utils
Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com> | 1 | docs | null |
889,620 | 15.09.2021 16:14:06 | -28,800 | 5e9cb43710a1263aead9fe3479a7a3c4c532535e | fix(api): add maxNumberSort to TachiyomiReadProgressV2Dto.kt | [
{
"change_type": "MODIFY",
"diff": "@@ -58,9 +58,15 @@ class ReadProgressDtoDao(\n.fetch()\n.toList()\n+ val maxNumberSort = dsl.select(DSL.max(d.NUMBER_SORT))\n+ .from(b)\n+ .leftJoin(d).on(b.ID.eq(d.BOOK_ID))\n+ .where(b.SERIES_ID.eq(seriesId))\n+ .fetchOne(DSL.max(d.NUMBER_SORT)) ?: 0F\n+\nval booksCount... | Kotlin | MIT License | gotson/komga | fix(api): add maxNumberSort to TachiyomiReadProgressV2Dto.kt | 1 | fix | api |
472,067 | 15.09.2021 16:17:42 | -32,400 | e83b758b7b45237608293246bcf17f0f1fcd2c84 | ci: set PAT to create PR | [
{
"change_type": "MODIFY",
"diff": "@@ -39,6 +39,7 @@ jobs:\n- name: Create Pull Request\nuses: peter-evans/create-pull-request@v3\nwith:\n+ token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}\ncommit-message: 'feat(spindle-icons): update icons'\nbranch: feat/build-icon-via-webhook\ndelete-branch: true\n",
"new... | TypeScript | MIT License | openameba/spindle | ci: set PAT to create PR | 1 | ci | null |
739,259 | 15.09.2021 16:18:47 | -7,200 | c283cbae940503346e3dbb89387df8f3f51bbcc9 | chore: netlify deploy w/ circle | [
{
"change_type": "MODIFY",
"diff": "@@ -74,6 +74,56 @@ jobs:\narguments: |\n--metadata GitCommit=$CIRCLE_SHA1 --delete\n+ build:\n+ <<: *defaults\n+ resource_class: large\n+ steps:\n+ - attach_workspace:\n+ at: ~/welcome-ui\n+ - restore_cache:\n+ key: v2-welcome-ui-{{ .Environment.CIRCLE_SHA1 }}\n+ - run: y... | TypeScript | MIT License | wttj/welcome-ui | chore: netlify deploy w/ circle (#926) | 1 | chore | null |
889,620 | 15.09.2021 16:20:10 | -28,800 | d06d11a658ededa28c81f324315265f56a7997a2 | test: remove irrelevant test | [
{
"change_type": "MODIFY",
"diff": "@@ -662,32 +662,6 @@ class BookDtoDaoTest(\nassertThat(found.map { it.name }).containsExactly(\"X-Men\", \"Another X-Men adventure\")\n}\n- @Test\n- fun `given books when searching by single letter then results are ordered by rank`() {\n- // given\n- seriesLifecycle.addBo... | Kotlin | MIT License | gotson/komga | test: remove irrelevant test | 1 | test | null |
791,834 | 15.09.2021 16:21:15 | 18,000 | 06bdf13a3d8c471a69eaaa773c3ef6b3d2b32624 | core: make main tsc compile cacheable | [
{
"change_type": "MODIFY",
"diff": "@@ -70,6 +70,10 @@ lighthouse.getAuditList = Runner.getAuditList;\nlighthouse.traceCategories = require('./gather/driver.js').traceCategories;\nlighthouse.Audit = require('./audits/audit.js');\nlighthouse.Gatherer = require('./gather/gatherers/gatherer.js');\n+\n+// Expli... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: make main tsc compile cacheable (#13069) | 1 | core | null |
826,656 | 15.09.2021 16:27:23 | -7,200 | fceb7c2a3549881aec34b5c1a2d217afd0ab2740 | ci: distinguish Keto and `proto/` releases | [
{
"change_type": "MODIFY",
"diff": "@@ -119,7 +119,9 @@ workflows:\n- validate\nfilters:\ntags:\n- only: /.*/\n+ # We have two types of tags: v0.0.0-foo.0 and proto/v0.0.0-foo.0\n+ # This should only run for releases of Keto itself\n+ only: /v.*/\nbranches:\nonly: master\n- docs/cli\n@@ -132,7 +134,9 @@ wor... | Go | Apache License 2.0 | ory/keto | ci: distinguish Keto and `proto/` releases (#715) | 1 | ci | null |
127,946 | 15.09.2021 16:32:19 | -10,800 | f5b4eb288bec8bc5a611b95160683d0c2e6f2a9e | fix: ts-nocheck for radiobutton | [
{
"change_type": "MODIFY",
"diff": "+// @ts-nocheck\nimport React from 'react';\nimport {\n",
"new_path": "next-docs/pages/components/radiobutton/radiobutton-api.tsx",
"old_path": "next-docs/pages/components/radiobutton/radiobutton-api.tsx"
},
{
"change_type": "MODIFY",
"diff": "+// @ts-... | TypeScript | MIT License | coingaming/moon-design | fix: ts-nocheck for radiobutton | 1 | fix | null |
826,656 | 15.09.2021 16:35:35 | -7,200 | 80914752d56fa5729857e26f9d853c091aa888d2 | fix: set version during release build and register version handler | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ builds:\n- -tags\n- sqlite\nldflags:\n- - -s -w -X github.com/ory/keto/driver/config.Version={{.Tag}} -X github.com/ory/keto/driver/config.Commit={{.FullCommit}} -X github.com/ory/keto/driver/config.Date={{.Date}}\n+ - -s -w -X github.com/ory/keto/intern... | Go | Apache License 2.0 | ory/keto | fix: set version during release build and register version handler (#714) | 1 | fix | null |
791,704 | 15.09.2021 16:56:01 | 18,000 | fa69d24bcdbcdfaa0a82dc31178f96001f313adf | misc(proto): add i18n.icuMessagePaths | [
{
"change_type": "MODIFY",
"diff": "@@ -68,13 +68,8 @@ function processForProto(lhr) {\n});\n}\n- // Drop the i18n icuMessagePaths. Painful in proto, and low priority to expose currently.\n- if (reportJson.i18n && reportJson.i18n.icuMessagePaths) {\n- delete reportJson.i18n.icuMessagePaths;\n- }\n-\n- // Re... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(proto): add i18n.icuMessagePaths (#13068) | 1 | misc | proto |
126,295 | 15.09.2021 16:59:11 | -7,200 | 4f318628e29a6ecd6475be7108667313bf0595ff | chore(pkg/stdlib): immuclient options identifier(uri) is used to retrieve cached connections | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,7 @@ type Options struct {\nConfig string\nTokenFileName string\nCurrentDatabase string\n- //--> only used by immuclient CLI\n+ //--> used by immuclient CLI and sql stdlib package\nPasswordReader c.PasswordReader\nUsername string\nPassword string\n",
"new... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/stdlib): immuclient options identifier(uri) is used to retrieve cached connections
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/stdlib |
276,951 | 15.09.2021 16:59:28 | 10,800 | 62e01da78da714780387b9bb9205db203d764983 | feat(button): add forwardRef and large prop | [
{
"change_type": "MODIFY",
"diff": "-import React from 'react';\n-import { bool } from 'prop-types';\n+import React, { forwardRef } from 'react';\n+import { oneOfType, func, node, bool } from 'prop-types';\nimport styled from 'styled-components';\nimport { hexToRgb } from '@gympass/yoga-common';\n-import St... | JavaScript | MIT License | gympass/yoga | feat(button): add forwardRef and large prop | 1 | feat | button |
756,029 | 15.09.2021 17:01:39 | 25,200 | 71cbcfca996d7a1785c6d802b7f432853a70fff5 | ci: Remove test-dapp-autoswap (retired) | [
{
"change_type": "DELETE",
"diff": "-name: Test Dapp Autoswap\n-\n-# run CI on pushes to master, and on all PRs (even the ones that target other\n-# branches)\n-\n-on:\n- push:\n- branches: [ $default-branch ]\n- pull_request:\n-\n-jobs:\n- test-dapp:\n- runs-on: ubuntu-latest\n- strategy:\n- matrix:\n- nod... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | ci: Remove test-dapp-autoswap (retired) (#3835) | 1 | ci | null |
877,026 | 15.09.2021 17:05:25 | -7,200 | 38ba3fe668b5aa45fe51d1ed583520fca659ccbd | feat(@vtmn): add component to create component issue faster | [
{
"change_type": "ADD",
"diff": "+---\n+name: Component Request\n+about: Suggest a component for this project\n+title: 'feat: add [component name] component'\n+labels: 'enhancement \\U0001F680'\n+assignees: ''\n+---\n+\n+<!-- Before submitting an issue, please consult our docs (https://decathlon.design). --... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | feat(@vtmn): add component to create component issue faster (#599)
Co-authored-by: Gaspard MATHON <gaspard.mathon@decathlon.com> | 1 | feat | @vtmn |
276,951 | 15.09.2021 17:06:32 | 10,800 | 36a95c3865e28a114f493b1c60d5a2b61ceb219b | feat(button): add new type to theme button | [
{
"change_type": "MODIFY",
"diff": "@@ -125,16 +125,9 @@ const Button = ({\n},\n},\nicon: {\n- font: {\n- primary: {\n- color: colors.primary,\n- },\n- secondary: {\n- color: colors.secondary,\n- },\n- disabled: {\n- color: colors.text.disabled,\n- },\n+ size: {\n+ default: 24,\n+ large: 48,\n},\nmargin: {\... | JavaScript | MIT License | gympass/yoga | feat(button): add new type to theme button | 1 | feat | button |
472,076 | 15.09.2021 17:10:49 | -32,400 | 8b74f0705d6340fbfd856438929f4bea909c6b8f | chore(deps): upgrade husky v7 | [
{
"change_type": "MODIFY",
"diff": "\"eslint-config-prettier\": \"^7.0.0\",\n\"eslint-plugin-prettier\": \"^3.1.4\",\n\"eslint-plugin-react\": \"^7.20.3\",\n- \"husky\": \"^4.3.0\",\n+ \"husky\": \"^7.0.2\",\n\"lerna\": \"^4.0.0\",\n\"npm-run-all\": \"^4.1.5\",\n\"prettier\": \"^2.0.5\",\n",
"new_path":... | TypeScript | MIT License | openameba/spindle | chore(deps): upgrade husky v7 | 1 | chore | deps |
472,076 | 15.09.2021 17:11:39 | -32,400 | f670288b566a8e1a058f72ae1b1541348af8ac7f | build: migrate husky settings | [
{
"change_type": "ADD",
"diff": "+#!/bin/sh\n+. \"$(dirname \"$0\")/_/husky.sh\"\n+\n+npx --no-install commitlint --edit \"$1\"\n",
"new_path": ".husky/pre-commit",
"old_path": null
},
{
"change_type": "DELETE",
"diff": "-{\n- \"hooks\": {\n- \"commit-msg\": \"commitlint -E HUSKY_GIT_PAR... | TypeScript | MIT License | openameba/spindle | build: migrate husky settings | 1 | build | null |
780,866 | 15.09.2021 17:11:43 | 10,800 | 28f17aa593b3216643edeb0ecbc837876fafa3f1 | fix(components/shipping-calculator): reset free shipping from value on shipping options parse
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -145,6 +145,7 @@ export default {\n},\nparseShippingOptions (shippingResult = [], isRetry = false) {\n+ this.freeFromValue = null\nthis.shippingServices = []\nif (shippingResult.length) {\nshippingResult.forEach(appResult => {\n",
"new_path": "@ecomplus/storefront-... | JavaScript | MIT License | ecomplus/storefront | fix(components/shipping-calculator): reset free shipping from value on shipping options parse [#530]
fixes https://github.com/ecomplus/storefront/issues/530 | 1 | fix | components/shipping-calculator |
551,645 | 15.09.2021 17:12:20 | -10,800 | 3758bcf05a5e6ce3f073553234701855bd0f4738 | fix(sql): ignored latest-by column filter if it is indexed | [
{
"change_type": "MODIFY",
"diff": "@@ -954,7 +954,7 @@ public class SqlCodeGenerator implements Mutable {\n// 'latest by' clause takes over the filter\nmodel.setWhereClause(null);\n- if (listColumnFilterA.size() == 1) {\n+ assert listColumnFilterA.size() > 0;\nfinal int latestByIndex = listColumnFilterA.ge... | Java | Apache License 2.0 | questdb/questdb | fix(sql): ignored latest-by column filter if it is indexed (#1327) | 1 | fix | sql |
472,076 | 15.09.2021 17:13:09 | -32,400 | 9a81d5d00459d4a5c924bcfb693e97b9c5793ea9 | chore(deps): add is-ci module | [
{
"change_type": "MODIFY",
"diff": "\"eslint-plugin-prettier\": \"^3.1.4\",\n\"eslint-plugin-react\": \"^7.20.3\",\n\"husky\": \"^7.0.2\",\n+ \"is-ci\": \"^3.0.0\",\n\"lerna\": \"^4.0.0\",\n\"npm-run-all\": \"^4.1.5\",\n\"prettier\": \"^2.0.5\",\n",
"new_path": "package.json",
"old_path": "package.j... | TypeScript | MIT License | openameba/spindle | chore(deps): add is-ci module | 1 | chore | deps |
472,076 | 15.09.2021 17:13:22 | -32,400 | 5c22b30da8f0c9a445ed67c80ba907d3b6eb2d32 | build: add prepare npm-script | [
{
"change_type": "MODIFY",
"diff": "\"format:script\": \"eslint . --fix\",\n\"format:packages\": \"lerna run format\",\n\"bootstrap\": \"lerna bootstrap\",\n- \"build\": \"lerna run build\"\n+ \"build\": \"lerna run build\",\n+ \"prepare\": \"is-ci || husky install\"\n},\n\"devDependencies\": {\n\"@commitli... | TypeScript | MIT License | openameba/spindle | build: add prepare npm-script | 1 | build | null |
915,097 | 15.09.2021 17:21:06 | -19,080 | 283c3514c63eba87d314013977c21bbebb9f1c6d | fix: list oauth2 clients query parameter 'name' -> 'client_name'
This commit renders the docs to be in parity with an earlier change [1]
Reference(s):
[1] | [
{
"change_type": "MODIFY",
"diff": "{\n\"type\": \"string\",\n\"description\": \"The name of the clients to filter by.\",\n- \"name\": \"name\",\n+ \"name\": \"client_name\",\n\"in\": \"query\"\n},\n{\n",
"new_path": "docs/versioned_docs/version-v1.10/.static/api.json",
"old_path": "docs/versioned_d... | Go | Apache License 2.0 | ory/hydra | fix: list oauth2 clients query parameter 'name' -> 'client_name' (#2747)
This commit renders the docs to be in parity with an earlier change [1]
Reference(s):
[1] https://github.com/ory/hydra/pull/2706 | 1 | fix | null |
667,713 | 15.09.2021 17:23:37 | -28,800 | 3bd44a1bbd4841f26d3d57e6d399009c31f7dcf6 | refactor(android): scroll view page scroll impl | [
{
"change_type": "MODIFY",
"diff": "@@ -62,6 +62,7 @@ public class HippyHorizontalScrollView extends HorizontalScrollView implements H\nprivate long mLastScrollEventTimeStamp = -1;\nprotected int mScrollMinOffset = 0;\n+ private int startScrollX = 0;\nprivate int mLastX = 0;\nprivate int initialContentOffse... | C++ | Apache License 2.0 | tencent/hippy | refactor(android): scroll view page scroll impl | 1 | refactor | android |
277,001 | 15.09.2021 17:28:57 | 10,800 | dcf4b07883b7f80842c606a0463e8602e19e0678 | style(button icon): add in button.theme a svg values to icon for large and default | [
{
"change_type": "MODIFY",
"diff": "@@ -129,6 +129,10 @@ const Button = ({\ndefault: 24,\nlarge: 48,\n},\n+ svg: {\n+ default: 12,\n+ large: 24,\n+ },\nmargin: {\ntop: spacing.small,\nbottom: spacing.xxsmall,\n",
"new_path": "packages/yoga/src/Button/Button.theme.js",
"old_path": "packages/yoga/src/... | JavaScript | MIT License | gympass/yoga | style(button icon): add in button.theme a svg values to icon for large and default | 1 | style | button icon |
104,844 | 15.09.2021 17:42:06 | 14,400 | f9e32ab7a82b206d0f6951c3dae95df211015af4 | chore(repo): change workflows so test run in parallel & build test app | [
{
"change_type": "ADD",
"diff": "+name: Test\n+\n+on: [push, pull_request]\n+\n+jobs:\n+ build-pal:\n+ name: Build PAL\n+ runs-on: ubuntu-latest\n+\n+ steps:\n+ - name: Checkout code\n+ uses: actions/checkout@v2\n+\n+ - uses: dorny/paths-filter@v2\n+ id: changes\n+ with:\n+ filters: |\n+ react:\n+ - 'packag... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(repo): change workflows so test run in parallel & build test app | 1 | chore | repo |
791,394 | 15.09.2021 17:49:56 | -36,000 | 65b0f88a78d8833bcaaf8fc59401ec0a1527db1d | feat(pubsublite): support reservations in AdminClient | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,7 @@ import (\nvar (\nerrNoTopicFieldsUpdated = errors.New(\"pubsublite: no fields updated for topic\")\nerrNoSubscriptionFieldsUpdated = errors.New(\"pubsublite: no fields updated for subscription\")\n+ errNoReservationFieldsUpdated = errors.New(\"pubsublite... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(pubsublite): support reservations in AdminClient (#4294) | 1 | feat | pubsublite |
802,854 | 15.09.2021 18:17:49 | 10,800 | aa6652c6413ffc4a8bd05f1aee0a11321ab77f42 | chore: change prepublish | [
{
"change_type": "MODIFY",
"diff": "\"build:storybook\": \"yarn build && build-storybook -c .storybook -s src/fontello -o ../../dist/react\",\n\"loki-test\": \"loki test\",\n\"loki-update\": \"loki update\",\n- \"prepublish\": \"yarn test:ci && yarn build\"\n+ \"prepublish\": \"yarn build\"\n},\n\"dependenc... | TypeScript | Apache License 2.0 | juntossomosmais/venice | chore: change prepublish | 1 | chore | null |
791,394 | 15.09.2021 18:29:23 | -36,000 | 23c02d92c7a1747068eb1fc57dddbad23907d614 | test(pubsublite): integration tests for reservations | [
{
"change_type": "MODIFY",
"diff": "@@ -41,15 +41,21 @@ var (\npathCmpOptions = []cmp.Option{\ncmpopts.IgnoreFields(wire.TopicPath{}, \"Project\"),\ncmpopts.IgnoreFields(wire.SubscriptionPath{}, \"Project\"),\n+ cmpopts.IgnoreFields(wire.ReservationPath{}, \"Project\"),\n}\nconfigCmpOptions = []cmp.Option{\... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(pubsublite): integration tests for reservations (#4371) | 1 | test | pubsublite |
826,656 | 15.09.2021 19:11:05 | -7,200 | 7c27f920837e009f3fcc1d7d5ba20693db75e867 | fix: exclude `/health` endpoints from logs | [
{
"change_type": "MODIFY",
"diff": "@@ -322,7 +322,7 @@ func (r *RegistryDefault) allHandlers() []Handler {\n}\nfunc (r *RegistryDefault) ReadRouter() http.Handler {\n- n := negroni.New(reqlog.NewMiddlewareFromLogger(r.l, \"write#Ory Keto\"))\n+ n := negroni.New(reqlog.NewMiddlewareFromLogger(r.l, \"read#Or... | Go | Apache License 2.0 | ory/keto | fix: exclude `/health` endpoints from logs (#716) | 1 | fix | null |
667,636 | 15.09.2021 19:22:51 | -28,800 | 11f0f31f6c23d09dddeac13f329c0149c350e701 | chore(doc): change style intro | [
{
"change_type": "MODIFY",
"diff": "@@ -25,9 +25,7 @@ const styles = StyleSheet.create({\nalignItems: 'flex-start',\njustifyContent: 'center',\nheight: 100,\n- borderBottomWidth: 1,\n- borderLeftWidth: 1,\n- borderRightWidth: 1,\n+ borderWidth: 1,\nborderRadius: 2,\nborderColor: '#e0e0e0',\nbackgroundColor:... | C++ | Apache License 2.0 | tencent/hippy | chore(doc): change style intro | 1 | chore | doc |
127,946 | 15.09.2021 21:15:10 | -10,800 | 413d29412b27fd733829c044ffebdf4e649c4472 | fix: build assets & icons | [
{
"change_type": "MODIFY",
"diff": "\"author\": \"Yolo Group\",\n\"license\": \"MIT\",\n\"scripts\": {\n- \"prepublishOnly\": \"yarn publish:pre:move:lib && yarn publish:pre:update:package\",\n- \"postpublish\": \"yarn publish:post:unmove:lib && yarn publish:post:revert:package\",\n+ \"prepublishOnly\": \"p... | TypeScript | MIT License | coingaming/moon-design | fix: build assets & icons | 1 | fix | null |
127,946 | 15.09.2021 21:22:54 | -10,800 | 614c11995f9a8a1a5c355ad6b85640460b16ef7b | fix: watch for icons and assets | [
{
"change_type": "MODIFY",
"diff": "\"build:js:commonjs\": \"babel --config-file '../../.config/babel/babel.config.js' src --out-dir lib --source-maps --extensions '.ts,.tsx'\",\n\"build:js:es\": \"babel --config-file '../../.config/babel/babel.config.es.js' src --out-dir lib/es --source-maps --extensions '... | TypeScript | MIT License | coingaming/moon-design | fix: watch for icons and assets | 1 | fix | null |
127,946 | 15.09.2021 21:27:15 | -10,800 | c4e2f3956429f6c74eb949c6caa8749336000873 | fix: build install pnpm | [
{
"change_type": "MODIFY",
"diff": "aliases:\ndefault: &default\ndocker:\n- - image: circleci/node:16.5.0\n+ - image: znck/pnpm:latest\ninstall_deps: &install_deps\nrun:\n",
"new_path": ".circleci/config.yml",
"old_path": ".circleci/config.yml"
},
{
"change_type": "MODIFY",
"diff": "\"bu... | TypeScript | MIT License | coingaming/moon-design | fix: build install pnpm | 1 | fix | null |
756,039 | 15.09.2021 21:34:12 | 25,200 | b03c7a5d44093c356d29e807a93041a760b1a029 | feat(wallet): Don't show autodeposit payments in requests, smooth out rendering animations | [
{
"change_type": "MODIFY",
"diff": "import DappV2 from './DappV2.svelte';\nimport PaymentV2 from './PaymentV2.svelte';\n- import { inbox, dapps, payments } from './store';\n+ import { inbox, dapps, payments, purses } from './store';\nexport let classes = '';\n- $: incomingPayments = ($payments || []).filter... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(wallet): Don't show autodeposit payments in requests, smooth out rendering animations (#3832) | 1 | feat | wallet |
127,946 | 15.09.2021 21:56:05 | -10,800 | 732c658f00eaefbfa426bddcc03b50c4385128d2 | fix: DraggableTable | [
{
"change_type": "MODIFY",
"diff": "aliases:\ndefault: &default\ndocker:\n- - image: znck/pnpm:latest\n+ - image: lsage/pnpm-circleci-node\ninstall_deps: &install_deps\nrun:\n",
"new_path": ".circleci/config.yml",
"old_path": ".circleci/config.yml"
},
{
"change_type": "MODIFY",
"diff": "... | TypeScript | MIT License | coingaming/moon-design | fix: DraggableTable | 1 | fix | null |
942,581 | 15.09.2021 22:10:22 | 21,600 | 238aa9637c96834e2abe30db719e2df549665966 | ci: Update forward merge script | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ jobs:\nforward-merge:\nruns-on: ubuntu-latest\nsteps:\n- - uses: NicholasBoll/action-forward-merge-pr@v1.0.0\n+ - uses: NicholasBoll/action-forward-merge-pr@v1.1.0\nwith:\ntoken: ${{secrets.GITHUB_TOKEN}}\nbranches: support/v4.x+master,master+prerelease/... | TypeScript | Apache License 2.0 | workday/canvas-kit | ci: Update forward merge script | 1 | ci | null |
127,946 | 15.09.2021 23:35:55 | -10,800 | 1736b9a016c8dff86aa8c1a22419fc926a2e1e01 | fix: docker pnpm@latest | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ FROM node:16.5-alpine AS deps\nRUN apk add --no-cache libc6-compat\nWORKDIR /app\nCOPY next-docs ./\n-RUN npm install -g pnpm\n+RUN npm install -g pnpm@latest\nRUN pnpm i\n# Rebuild the source code only when needed\n",
"new_path": ".config/docker/docs/... | TypeScript | MIT License | coingaming/moon-design | fix: docker pnpm@latest | 1 | fix | null |
530,292 | 16.09.2021 01:02:38 | -7,200 | 2f99c0463947c1d094609b9a57889ed3edacc64d | chore: migrate documentation to new leading main branch
Some documentation files still point to the former leading master branch. This commit fixes that.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | [
{
"change_type": "MODIFY",
"diff": "@@ -46,22 +46,22 @@ Currently supported project types (use `npx projen new` without a type for a\nlist):\n<!-- <macro exec=\"node ./scripts/readme-projects.js\"> -->\n-* [awscdk-app-ts](https://github.com/projen/projen/blob/master/API.md#projen-awscdktypescriptapp) - AWS ... | TypeScript | Apache License 2.0 | projen/projen | chore: migrate documentation to new leading main branch (#1024)
Some documentation files still point to the former leading master branch. This commit fixes that.
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | chore | null |
603,467 | 16.09.2021 01:19:21 | -3,600 | 33f207ec156921964781dadc4a882ee3a047caf2 | chore(integration): corrected how the internal code coverage metrics are captured | [
{
"change_type": "ADD",
"diff": "+{\n+ \"cache\": true,\n+ \"all\": true,\n+ \"sourceMap\": true,\n+ \"cwd\": \"../../packages\",\n+ \"tempDir\": \"../.nyc_output\",\n+ \"include\": [\n+ \"protractor/src/**/*.ts\",\n+ \"protractor/lib/**/*.js\",\n+ \"web/src/**/*.ts\",\n+ \"web/lib/**/*.js\",\n+ \"webdriver... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | chore(integration): corrected how the internal code coverage metrics are captured | 1 | chore | integration |
317,842 | 16.09.2021 07:08:19 | -7,200 | cb9a090ec7d12074d4a2e7e3298fc5e5931cf9d1 | feat(battery): display_charged parameter added
display_charging splitted to two parameters instead of a single one
BREAKING CHANGE: from now display_charging will handle the charging
status only. | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,8 @@ Battery displays the remaining power percentage for your battery.\n\"charging_color\": \"#40c4ff\",\n\"discharging_color\": \"#ff5722\",\n\"postfix\": \"\\uF295 \",\n- \"display_charging\": true\n+ \"display_charging\": true,\n+ \"display_charged\": true... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(battery): display_charged parameter added
display_charging splitted to two parameters instead of a single one
BREAKING CHANGE: from now display_charging will handle the charging
status only. | 1 | feat | battery |
791,704 | 16.09.2021 08:52:02 | 18,000 | 56ca4773ee599bce341197d0b7dce60cec9c60a2 | clients(lr): bundle smokehouse as commonjs | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,7 @@ async function build() {\nawait bundle.write({\nfile: bundleOutFile,\n+ format: 'commonjs',\n});\n}\n",
"new_path": "build/build-smokehouse-bundle.js",
"old_path": "build/build-smokehouse-bundle.js"
},
{
"change_type": "MODIFY",
"diff... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | clients(lr): bundle smokehouse as commonjs (#13074) | 1 | clients | lr |
277,286 | 16.09.2021 09:04:08 | -7,200 | 31c349df3527569e8e0de0615679a57577fee654 | fix: Submit range slider values on releasing mouse. Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -55,11 +55,8 @@ export interface RangeSlider {\nexport const XRangeSlider = ({ model }: { model: RangeSlider }) => {\nconst\n{ min = 0, max = 100, step = 1, min_value, max_value = max, disabled, trigger, name, label } = model,\n- onChange = React.useCallback((_val: U, ... | Python | Apache License 2.0 | h2oai/wave | fix: Submit range slider values on releasing mouse. Closes #997 | 1 | fix | null |
306,652 | 16.09.2021 09:21:11 | -19,080 | 21f435b03dfe1f632052a382d0d635ed73d2dbf8 | feat(types): automate types bundling | [
{
"change_type": "ADD",
"diff": "+const config = {\n+ compilationOptions: {\n+ preferredConfigPath: './tsconfig.json',\n+ },\n+ entries: [\n+ {\n+ filePath: 'dist/core/index.d.ts',\n+ outFile: 'types/innovaccer-design-system/index.d.ts',\n+ },\n+ ],\n+};\n+\n+module.exports = config;\n",
"new_path": "dt... | TypeScript | MIT License | innovaccer/design-system | feat(types): automate types bundling | 1 | feat | types |
126,295 | 16.09.2021 09:31:31 | -7,200 | 3e848621659de30740369aba296a6adf800bf396 | test(pkg/pgsql/server/fmessages): fix ErrParametersValueSizeTooLargememory usage | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ import (\n\"bufio\"\n\"bytes\"\npgserrors \"github.com/codenotary/immudb/pkg/pgsql/errors\"\n- \"math\"\n+ \"github.com/codenotary/immudb/pkg/pgsql/server/pgmeta\"\n)\n// BindMsg Once a prepared statement exists, it can be readied for execution using a B... | Go | Apache License 2.0 | codenotary/immudb | test(pkg/pgsql/server/fmessages): fix ErrParametersValueSizeTooLargememory usage
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | test | pkg/pgsql/server/fmessages |
791,394 | 16.09.2021 09:45:01 | -36,000 | aa0195579bc8a88fc5f3196edede973f59cff80f | refactor(pubsublite): allow publish/subscribe for regional resources | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,7 @@ func (ac *AdminClient) CreateTopic(ctx context.Context, config TopicConfig) (*To\nreturn nil, err\n}\nreq := &pb.CreateTopicRequest{\n- Parent: topicPath.Location().String(),\n+ Parent: topicPath.LocationPath().String(),\nTopic: config.toProto(),\nTopicI... | Go | Apache License 2.0 | googleapis/google-cloud-go | refactor(pubsublite): allow publish/subscribe for regional resources (#4735) | 1 | refactor | pubsublite |
104,835 | 16.09.2021 09:48:30 | 14,400 | 7429abebdf5f7217c50bcb0edffc8ec349f17bbf | fix(datetimepicker): support blocking dates | [
{
"change_type": "MODIFY",
"diff": "@@ -36,6 +36,7 @@ import { DateRange, DateTimeSelection, RelativeRange } from './date-time-picker.\n[batchText]=\"batchText\"\n[dateFormat]=\"dateFormat\"\n[placeholder]=\"placeholder\"\n+ [flatpickrOptions]=\"flatpickrOptions\"\n>\n</ai-date-time-absolute>\n`,\n@@ -61,6 ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(datetimepicker): support blocking dates | 1 | fix | datetimepicker |
104,844 | 16.09.2021 09:50:26 | 14,400 | 8d64617df0fa17721d9523442f53abedd0df4959 | chore(repo): tweak where we download assets | [
{
"change_type": "MODIFY",
"diff": "@@ -50,6 +50,11 @@ jobs:\n- name: Archive build artifacts\nif: ${{ success() }} && steps.changes.outputs.react == 'true'\nuses: actions/upload-artifact@v2\n+ path: |\n+ packages/react/es\n+ packages/react/lib\n+ packages/react/umd\n+ packages/react/scss\ncreate-test-app:\... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(repo): tweak where we download assets | 1 | chore | repo |
104,835 | 16.09.2021 09:50:42 | 14,400 | 5240587eb746a502957dba31bb936e8147c8c97d | fix(datetimepicker): update format | [
{
"change_type": "MODIFY",
"diff": "@@ -77,10 +77,10 @@ storiesOf('Components/DateTime Picker', module)\ntemplate: `\n<ai-date-time-picker\n[theme]=\"(theme ? 'light' : null)\"\n+ [flatpickrOptions]=\"flatpickrOptions\"\n(selectedChange)=\"selectedChange($event)\"\n(apply)=\"apply($event)\"\n- (cancel)=\"ca... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(datetimepicker): update format | 1 | fix | datetimepicker |
791,834 | 16.09.2021 10:01:08 | 18,000 | e77fef63984a4ca498134539265707c4d4d119c9 | deps: update to latest | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,12 @@ async function buildFlowReport() {\ncommonjs(),\ntypescript({\ntsconfig: 'flow-report/tsconfig.json',\n+ // Plugin struggles with custom outDir, so revert it from tsconfig value\n+ // as well as any options that require an outDir is set.\n+ outDir: null... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps: update to latest @rollup/plugin-typescript (#13075) | 1 | deps | null |
126,295 | 16.09.2021 10:20:02 | -7,200 | eab18b0ad7df09ae8801a401f521e14506f37971 | chore(pkg/pgsql/server): adds pgsql server maxMsgSize 32MB limit | [
{
"change_type": "MODIFY",
"diff": "@@ -114,7 +114,7 @@ func ParseBindMsg(payload []byte) (BindMsg, error) {\nreturn BindMsg{}, err\n}\ntotalParamLen += int(pLen)\n- if totalParamLen > pgmeta.MaxInt32MsgSize {\n+ if totalParamLen > pgmeta.MaxMsgSize {\nreturn BindMsg{}, pgserrors.ErrParametersValueSizeTooLa... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/pgsql/server): adds pgsql server maxMsgSize 32MB limit
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/pgsql/server |
438,917 | 16.09.2021 10:25:02 | -7,200 | 1ce73331ffaa66daa1ff4d16dc369afec39c4654 | docs(plugin): fix documentation for textoverlap plugin
Closing brackets were missing.
Close | [
{
"change_type": "MODIFY",
"diff": "@@ -35,13 +35,14 @@ import Options from \"./Options\";\n* var chart = bb.generate({\n* data: {\n* columns: [ ... ]\n- * }\n+ * },\n* ...\n* plugins: [\n* new bb.plugin.textoverlap({\n* selector: \".bb-texts text\",\n* extent: 8,\n* area: 3\n+ * })\n* ]\n* });\n* @example\... | TypeScript | MIT License | naver/billboard.js | docs(plugin): fix documentation for textoverlap plugin
Closing brackets were missing.
Close #2325 | 1 | docs | plugin |
104,844 | 16.09.2021 10:25:58 | 14,400 | b75b7b62f01fb6aa7a0684c170bc2e9736bdb573 | chore(repo): remove conditional in action step | [
{
"change_type": "MODIFY",
"diff": "@@ -132,14 +132,12 @@ jobs:\nuses: actions/download-artifact@v2\n- name: Copy, combine, and report coverage\n- if: steps.changes.outputs.react == 'true'\nrun: |\ncd packages/react\nyarn reports\n- name: Coveralls\nuses: coverallsapp/github-action@master\n- if: steps.chang... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(repo): remove conditional in action step | 1 | chore | repo |
503,965 | 16.09.2021 10:46:21 | 14,400 | 2157b73d6953add7a67772c8fc3f86d822f8a5a3 | fix(nav): flyout onMouseOver logic | [
{
"change_type": "MODIFY",
"diff": "@@ -70,7 +70,7 @@ export const NavItem: React.FunctionComponent<NavItemProps> = ({\nconst onMouseOver = () => {\nif (hasFlyout) {\nshowFlyout(true);\n- } else {\n+ } else if (flyoutRef !== null) {\nsetFlyoutRef(null);\n}\n};\n",
"new_path": "packages/react-core/src/co... | TypeScript | MIT License | patternfly/patternfly-react | fix(nav): flyout onMouseOver logic (#6325) | 1 | fix | nav |
126,295 | 16.09.2021 10:51:33 | -7,200 | 99126f296f4f626263306a90eb3f665b9c6e8fa1 | chore(pkg/pgsql/server): add a guard on payload message len | [
{
"change_type": "MODIFY",
"diff": "@@ -40,6 +40,7 @@ var ErrMaxParamsNumberExceeded = errors.New(\"number of parameters exceeded the m\nvar ErrParametersValueSizeTooLarge = errors.New(\"provided parameters exceeded the maximum allowed size limit\")\nvar ErrNegativeParameterValueLen = errors.New(\"negative ... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/pgsql/server): add a guard on payload message len
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/pgsql/server |
730,431 | 16.09.2021 11:10:06 | 14,400 | df4adc8485741a6d953ffb7851c57938c2496fa2 | fix(styles): reduced border size of thread
also simplified padding, and added border radius | [
{
"change_type": "MODIFY",
"diff": "position: relative;\ndisplay: flex;\nmin-width: 300px;\n- padding: 0 20px 0 0;\n+ padding: 0 20px 0 12px;\nmargin: 0 14px 0 76px;\n- padding-left: 12px;\nborder-left: 2px solid rgba(0, 0, 0, .12);\nborder-radius: 1px;\noverflow: initial;\n",
"new_path": "packages/node... | JavaScript | MIT License | webex/react-widgets | fix(styles): reduced border size of thread
also simplified padding, and added border radius | 1 | fix | styles |
438,921 | 16.09.2021 11:12:02 | -32,400 | 5e486b57107573b2c0fc4282ff7c3ba91aa96e73 | fix(plugin): fix textoverlap plugin
Migrate the use of d3-voronoi to d3-delaunay
update sparkling, tableview plugin types
update webpack config for development task to fix d3 modules not treated as external
remove babel-plugin-minify-simplify, cause of wrong transpiling
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -38,7 +38,6 @@ module.exports = function(api) {\n\"minify-dead-code-elimination\",\n\"minify-guarded-expressions\",\n\"minify-numeric-literals\",\n- \"minify-simplify\",\n\"minify-type-constructors\"\n];\n",
"new_path": "babel.config.cjs",
"old_path": "babel.co... | TypeScript | MIT License | naver/billboard.js | fix(plugin): fix textoverlap plugin
- Migrate the use of d3-voronoi to d3-delaunay
- update sparkling, tableview plugin types
- update webpack config for development task to fix d3 modules not treated as external
- remove babel-plugin-minify-simplify, cause of wrong transpiling
Fix #1144 | 1 | fix | plugin |
126,295 | 16.09.2021 11:14:03 | -7,200 | e5cfced21abe4dc2b56efbcc0885dedd0bf4e695 | chore(pkg/stdlib): simplified and hardened uri handling | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,6 @@ import (\n\"context\"\n\"database/sql\"\n\"database/sql/driver\"\n- \"errors\"\n\"github.com/codenotary/immudb/pkg/api/schema\"\n\"github.com/codenotary/immudb/pkg/client\"\n\"google.golang.org/grpc/metadata\"\n@@ -65,10 +64,8 @@ type Connector struct {\... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/stdlib): simplified and hardened uri handling
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/stdlib |
826,656 | 16.09.2021 11:31:42 | -7,200 | d49e098b77bc238276a91bc61f3c8c7f9f7357a9 | fix: patch REST API input validation and SDK generation | [
{
"change_type": "DELETE",
"diff": "-// Code generated by go-swagger; DO NOT EDIT.\n-\n-package models\n-\n-// This file was generated by the swagger tool.\n-// Editing this file might prove futile when you re-run the swagger generate command\n-\n-import (\n- \"context\"\n-\n- \"github.com/go-openapi/strfmt... | Go | Apache License 2.0 | ory/keto | fix: patch REST API input validation and SDK generation (#717) | 1 | fix | null |
877,015 | 16.09.2021 11:36:41 | -7,200 | 51577817ebff4e421237cba45a68e8655174d88b | refactor(@vtmn/css-button): fix focus-visible box-shadows | [
{
"change_type": "MODIFY",
"diff": "background-color: var(--vtmn-semantic-color_active-brand);\n}\n+.vtmn-btn_variant--primary:not([disabled]):focus-visible {\n+ outline: none;\n+ box-shadow: 0 0 0 rem(4px) var(--vtmn-semantic-color_border-primary-reversed),\n+ 0 0 0 rem(6px) var(--vtmn-semantic-color_borde... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/css-button): fix focus-visible box-shadows (#602) | 1 | refactor | @vtmn/css-button |
877,015 | 16.09.2021 11:37:16 | -7,200 | 843afd17a8e528a1791e5c379ed4aaf33dd7714e | chore: delete prepare npm script | [
{
"change_type": "MODIFY",
"diff": "@@ -285,9 +285,12 @@ cd vitamin-web\n# install dependencies\nyarn\n+# build all packages\n+yarn build\n+\n# start all showcases and build sources in watch mode & hot reload\nyarn start\n-# or if you need don't need to launch every packages, you can launch separately:\n+# ... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | chore: delete prepare npm script (#592) | 1 | chore | null |
276,989 | 16.09.2021 11:37:53 | 10,800 | a77abb53fed85b1e1cafd92ff2e0e8cced1b3524 | refactor(system): resolving theme prop by using lodash.get package | [
{
"change_type": "MODIFY",
"diff": "import { css } from 'styled-components';\n-import { get } from 'lodash';\n+import get from 'lodash.get';\nconst getFromTheme = props => spec => {\nconst {\n",
"new_path": "packages/system/src/theme.js",
"old_path": "packages/system/src/theme.js"
},
{
"chan... | JavaScript | MIT License | gympass/yoga | refactor(system): resolving theme prop by using lodash.get package
Co-authored-by: Leonardo Luiz <ext.invillia.leonardo.filho@gympass.com>
Co-authored-by: Kaic Bastidas <kaicbastidas@gmail.com> | 1 | refactor | system |
791,682 | 16.09.2021 11:44:21 | 14,400 | 92f1c2cbe76d5501e2484ace4d75d834e4c4f960 | report(flow): topbar | [
{
"change_type": "MODIFY",
"diff": "--category-summary-font-size: 18px;\n--gather-mode-icon-size: 16px;\n--half-base-spacing: calc(var(--base-spacing) / 2);\n+ --separator-color: var(--color-gray-300);\n--sidebar-flow-step-navigation-font-size: 14px;\n--sidebar-selected-bg-color: #DDEEFF;\n--sidebar-summary... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(flow): topbar (#13065) | 1 | report | flow |
777,369 | 16.09.2021 11:50:49 | 21,600 | e2319f8dfc840b278e17725cdb967a99ace4fc8c | chore: rename download model button | [
{
"change_type": "MODIFY",
"diff": "@@ -139,7 +139,7 @@ const ExperimentDetailsHeader: React.FC<Props> = ({\ndownloadModel: {\nicon: <Icon name=\"download\" size=\"small\" />,\nkey: 'download-model',\n- label: 'Download Model',\n+ label: 'Download Experiment Code',\nonClick: (e) => {\nhandlePath(e, { extern... | Python | Apache License 2.0 | determined-ai/determined | chore: rename download model button (#2962) | 1 | chore | null |
711,597 | 16.09.2021 12:10:12 | -7,200 | 1037a9753593badd167638d6a24ad0f584b19d7d | chore: Scaffold for new Payments plugin
Relates to | [
{
"change_type": "ADD",
"diff": "+yarn-error.log\n+/package\n+e2e/__data__/*.sqlite\n",
"new_path": "packages/payment-plugin/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+{\n+ \"name\": \"@vendure/payments-plugin\",\n+ \"version\": \"1.2.1\",\n+ \"license\": \"MIT\",... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Scaffold for new Payments plugin
Relates to #1087 | 1 | chore | null |
67,475 | 16.09.2021 12:26:04 | 0 | 99009e90bbd7e84abcb4e2644d4b5dc5a352558f | GitBook: [master] 132 pages modified | [
{
"change_type": "MODIFY",
"diff": "* [Routing](developer-guides/routing/README.md)\n* [Configuration and setup](developer-guides/routing/configuration-and-setup.md)\n- * [Routing syntax](developer-guides/routing/routing-syntax.md)\n+ * [Routing basics](developer-guides/routing/routing-syntax.md)\n* [Common... | TypeScript | MIT License | aurelia/aurelia | GitBook: [master] 132 pages modified | 1 | gitbook | null |
126,276 | 16.09.2021 12:41:24 | 10,800 | c9d97a0dd2e607c3bafcb4e6192567bd2dd1760f | test(pkg/integration): integration test follower replication | [
{
"change_type": "MODIFY",
"diff": "@@ -106,8 +106,8 @@ type db struct {\n}\n// OpenDB Opens an existing Database from disk\n-func OpenDB(op *Options, systemDB DB, log logger.Logger) (DB, error) {\n- log.Infof(\"Opening database '%s' (replica = %v)...\", op.dbName, op.replica)\n+func OpenDB(op *Options, log... | Go | Apache License 2.0 | codenotary/immudb | test(pkg/integration): integration test follower replication
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | pkg/integration |
126,276 | 16.09.2021 12:49:19 | 10,800 | 5f7c92c7afc0bc00bc1126e8435eb8750aea2252 | test(pkg/integration): use rnd available port for master and follower servers
test(pkg/integration): use rnd available port for master and follower servers | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ func TestReplication(t *testing.T) {\nWithMetricsServer(false).\nWithWebServer(false).\nWithPgsqlServer(false).\n- WithPort(3322).\n+ WithPort(0).\nWithDir(\"master-data\")\nmasterServer := server.DefaultServer().WithOptions(masterServerOpts).(*server.Im... | Go | Apache License 2.0 | codenotary/immudb | test(pkg/integration): use rnd available port for master and follower servers
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
test(pkg/integration): use rnd available port for master and follower servers
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | pkg/integration |
791,834 | 16.09.2021 12:51:20 | 18,000 | c9ce38469462b1372381d0939e1a66cf02c50419 | core(tsc): add base tsconfig for config inheritance | [
{
"change_type": "MODIFY",
"diff": "{\n+ \"extends\": \"../tsconfig-base.json\",\n\"compilerOptions\": {\n- \"composite\": true,\n\"outDir\": \"../.tmp/tsbuildinfo/flow-report\",\n- \"emitDeclarationOnly\": false,\n- \"declarationMap\": true,\n// Limit to base JS and DOM defs.\n\"lib\": [\"es2020\", \"dom\"... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(tsc): add base tsconfig for config inheritance (#13072) | 1 | core | tsc |
777,369 | 16.09.2021 12:53:48 | 21,600 | 1f4315db007165f0a4697179828304f418b7b373 | chore: remove trial details start time related stats boxes | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Changes**\n+\n+- WebUI: Trial detail will no longer show workload-based start time info, which include Training\n+ Time, Validation Time and Checkpoint Time.\n",
"new_path": "docs/release-notes/2942-drop-start-time-stats-boxes.txt",
"old_path": null
... | Python | Apache License 2.0 | determined-ai/determined | chore: remove trial details start time related stats boxes [DET-5956] (#2944) | 1 | chore | null |
494,309 | 16.09.2021 13:31:39 | -10,800 | 81ba2647a66fca99b7ed2e56a67deec75ac06b89 | docs: add a commandline example for the logout | [
{
"change_type": "MODIFY",
"diff": "@@ -52,6 +52,69 @@ import SelfServiceLogoutSPAFlow from '@theme/SelfServiceLogoutSPAFlow'\n<SelfServiceLogoutSPAFlow />\n+The following scripts show you how to do the browser flow based on cURL.\n+Prerequisites are a recent version of cURL and a registered account in Krat... | Go | Apache License 2.0 | ory/kratos | docs: add a commandline example for the logout (#1753)
Co-authored-by: zepatrik <zepatrik@users.noreply.github.com> | 1 | docs | null |
127,946 | 16.09.2021 13:33:08 | -10,800 | 51b8e13ecfedeec97d741879c23d448b0d0077e4 | fix: pnpm-lock.yaml | [
{
"change_type": "MODIFY",
"diff": "@@ -97,17 +97,17 @@ importers:\nnext-docs:\nspecifiers:\n'@headlessui/react': 1.2.0\n- '@heathmont/moon-accordion': ^6.19.0\n- '@heathmont/moon-assets': ^6.19.0\n- '@heathmont/moon-charts': ^6.19.0\n- '@heathmont/moon-components': ^6.19.0\n- '@heathmont/moon-core': ^6.19.... | TypeScript | MIT License | coingaming/moon-design | fix: pnpm-lock.yaml | 1 | fix | null |
217,922 | 16.09.2021 13:47:08 | -7,200 | 8dfc5115f1d1e5fcecb1fadb4a9cf800da8448a5 | fix(gearset): fixed anb issue with lower level crafting and gathering items not showing | [
{
"change_type": "MODIFY",
"diff": "<nz-alert nzType=\"warning\" [nzMessage]=\"'GEARSETS.Missing_items' | translate\" nzCloseable=\"true\" *ngIf=\"missingItems\" class=\"missing-items\"></nz-alert>\n- <div fxLayout=\"column\" fxLayoutGap=\"10px\" *ngIf=\"items$ | async as chunks\">\n+ <div fxLayout=\"column... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(gearset): fixed anb issue with lower level crafting and gathering items not showing | 1 | fix | gearset |
217,922 | 16.09.2021 13:49:33 | -7,200 | 3be76b9ec3a5eb376413dae9c604c5cc339267a9 | fix(icons): fixed middle click not opening the db page in new tab anymore | [
{
"change_type": "MODIFY",
"diff": "@@ -56,11 +56,16 @@ export class ItemIconComponent implements OnChanges {\n}\nhandleClick(event: MouseEvent): void {\n+ event.preventDefault();\nif (this.disableClick) {\nreturn;\n}\nif (event.which === 2) {\n+ if (this.ipc.ready) {\nthis.ipc.send('open-link', 'https://ff... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(icons): fixed middle click not opening the db page in new tab anymore | 1 | fix | icons |
815,585 | 16.09.2021 13:53:26 | -28,800 | 03d0d9ceebbb2776344cf0051b06af45397547ce | fix: update composite source to ckb repo | [
{
"change_type": "MODIFY",
"diff": "@@ -55,4 +55,3 @@ jobs:\nfi\nenv:\nRUNNER_LABEL: ${{ needs.prologue.outputs.runner_label }}\n-\n",
"new_path": ".github/workflows/ci_cargo_deny_ubuntu.yaml",
"old_path": ".github/workflows/ci_cargo_deny_ubuntu.yaml"
},
{
"change_type": "MODIFY",
"diff"... | Rust | MIT License | nervosnetwork/ckb | fix: update composite source to ckb repo | 1 | fix | null |
777,369 | 16.09.2021 13:55:41 | 21,600 | c4e97439766d28e6f11ed6c193841408353bcbf2 | chore: add support for batch delete of experiments | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**New Features**\n+\n+- WebUI: Add support for batch delete on experiment list page. .. image::\n+ https://user-images.githubusercontent.com/220971/133659677-aea0d1bc-95ce-4652-8218-92b97d114358.png\n",
"new_path": "docs/release-notes/2958-batch-experiment... | Python | Apache License 2.0 | determined-ai/determined | chore: add support for batch delete of experiments [DET-5224] (#2958) | 1 | chore | null |
126,276 | 16.09.2021 13:55:47 | 10,800 | 0fc56b25fceaab7fe1912156f0966d1a400fdc4c | test(pkg/integration): complete basic follower replication scenario | [
{
"change_type": "MODIFY",
"diff": "@@ -78,11 +78,11 @@ func TestReplication(t *testing.T) {\nrequire.NoError(t, err)\nrequire.NotNil(t, masterClient)\n- lr, err := masterClient.Login(context.TODO(), []byte(`immudb`), []byte(`immudb`))\n+ mlr, err := masterClient.Login(context.TODO(), []byte(`immudb`), []by... | Go | Apache License 2.0 | codenotary/immudb | test(pkg/integration): complete basic follower replication scenario
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | pkg/integration |
127,946 | 16.09.2021 14:00:15 | -10,800 | 1f11cd4107eb138a5cfecb523f30b114747c50e1 | fix: no git checks for publish | [
{
"change_type": "MODIFY",
"diff": "\"clean:docs\": \"rimraf next-docs/{lib,dist,.cache}\",\n\"nuke\": \"pnpm run clean && rimraf next-docs/.next/ && rimraf packages/**/node_modules/ && rimraf next-docs/node_modules/ && rimraf node_modules/\",\n\"lint\": \"eslint . --ext .js,.jsx,.ts,.tsx\",\n- \"publish:pa... | TypeScript | MIT License | coingaming/moon-design | fix: no git checks for publish | 1 | fix | null |
889,620 | 16.09.2021 14:01:29 | -28,800 | aff4418256bd437d1da40e0bcc612ecfa9312d0a | feat(api): cancel all tasks | [
{
"change_type": "ADD",
"diff": "+package org.gotson.komga.infrastructure.jms\n+\n+import mu.KotlinLogging\n+import org.apache.activemq.artemis.api.core.management.QueueControl\n+import org.apache.activemq.artemis.api.core.management.ResourceNames\n+import org.apache.activemq.artemis.core.server.embedded.Em... | Kotlin | MIT License | gotson/komga | feat(api): cancel all tasks | 1 | feat | api |
889,620 | 16.09.2021 14:03:38 | -28,800 | 3bbb521bd6284e44cb396cf5a58b189813207744 | feat(webui): cancel all tasks from Server Settings
closes | [
{
"change_type": "MODIFY",
"diff": "<script lang=\"ts\">\nimport Vue from 'vue'\n-import {BOOK_IMPORTED, ERROR} from '@/types/events'\n+import {BOOK_IMPORTED, ERROR, ErrorEvent, NOTIFICATION, NotificationEvent} from '@/types/events'\nimport {convertErrorCodes} from '@/functions/error-codes'\nimport {BookImp... | Kotlin | MIT License | gotson/komga | feat(webui): cancel all tasks from Server Settings
closes #658 | 1 | feat | webui |
304,868 | 16.09.2021 14:29:10 | 21,600 | a1c6396b1ea8dd5eb84eb1c2293b2ef28d471232 | fix(snowflake): downgrade snowflake version
Downgrades snowflake driver to v1.3.13 the previous stable version we
were using. | [
{
"change_type": "MODIFY",
"diff": "@@ -33,6 +33,7 @@ require (\ngithub.com/influxdata/pkg-config v0.2.8\ngithub.com/influxdata/promql/v2 v2.12.0\ngithub.com/influxdata/tdigest v0.0.2-0.20210216194612-fc98d27c9e8b\n+ github.com/jmespath/go-jmespath v0.4.0 // indirect\ngithub.com/lib/pq v1.0.0\ngithub.com/ma... | Go | MIT License | influxdata/flux | fix(snowflake): downgrade snowflake version (#4046)
Downgrades snowflake driver to v1.3.13 the previous stable version we
were using. | 1 | fix | snowflake |
791,834 | 16.09.2021 14:42:14 | 18,000 | 6caacad453579f7b53d90b2e3ea148091ecab1e7 | tests: restore use of latest node 16 in CI | [
{
"change_type": "MODIFY",
"diff": "@@ -10,11 +10,11 @@ jobs:\nunit:\nstrategy:\nmatrix:\n- node: ['12', '14', '16.8']\n+ node: ['12', '14', '16']\nruns-on: ubuntu-latest\nname: node ${{ matrix.node }}\nenv:\n- LATEST_NODE: '16.8'\n+ LATEST_NODE: '16'\nsteps:\n- name: git clone\n",
"new_path": ".github/... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: restore use of latest node 16 in CI (#13079) | 1 | tests | null |
104,828 | 16.09.2021 14:52:47 | -7,200 | 5a9002e8b70f9d3db5d88c2f419e42146c1e7878 | test(table): added visual regression tests for table | [
{
"change_type": "MODIFY",
"diff": "@@ -173,7 +173,7 @@ A Prop table detailing the various props that can be passed to this component, t\nHelp us improve this component by providing feedback, asking questions on Slack, or updating this file on\n[GitHub](https://github.com/carbon-design-system/carbon-addons-... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(table): added visual regression tests for table | 1 | test | table |
104,844 | 16.09.2021 15:03:18 | 14,400 | 06deebe352d1a8198417030f6ca25696d60c4aa4 | chore(repo): had to change the path for artifacts | [
{
"change_type": "MODIFY",
"diff": "@@ -54,7 +54,7 @@ jobs:\nuses: actions/upload-artifact@v2\nwith:\nname: jest-coverage\n- path: packages/react/jest/coverage/coverage-final.json\n+ path: packages/react/jest\nreact-cypress-test:\nname: React Cypress test\n@@ -120,7 +120,7 @@ jobs:\nuses: actions/upload-art... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(repo): had to change the path for artifacts | 1 | chore | repo |
791,370 | 16.09.2021 15:14:11 | 21,600 | b6fbf23330aea7562f297956d283b80c80d843c3 | test: skip some consistently failing tests
Updates:
Updates: | [
{
"change_type": "MODIFY",
"diff": "@@ -1603,6 +1603,7 @@ func TestDetectProjectID(t *testing.T) {\n}\nfunc TestIntegration_ColGroupRefPartitions(t *testing.T) {\n+ t.Skip(\"https://github.com/googleapis/google-cloud-go/issues/4717\")\nh := testHelper{t}\ncoll := integrationColl(t)\nctx := context.Backgroun... | Go | Apache License 2.0 | googleapis/google-cloud-go | test: skip some consistently failing tests (#4768)
Updates: #4717
Updates: #4720 | 1 | test | null |
217,922 | 16.09.2021 15:22:14 | -7,200 | 88a8c97b91237924f820fd4c4240699b38cedf68 | fix(alarms): fixed an issue with weather + time combination lasting more than 8 hours | [
{
"change_type": "MODIFY",
"diff": "@@ -344,7 +344,7 @@ export class AlarmsFacade {\nfor (const spawn of sortedSpawns) {\nconst despawn = (spawn + alarm.duration) % 24;\nconst weatherStart = weatherSpawn.spawn.getUTCHours();\n- const weatherStop = new Date(this.weatherService.nextWeatherTime(weatherSpawn.sp... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): fixed an issue with weather + time combination lasting more than 8 hours | 1 | fix | alarms |
217,922 | 16.09.2021 15:25:20 | -7,200 | 27062855577e22fea8f48a9b13e9799ae723aaaa | chore(release): 8.5.5 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"8.5.5\"></a>\n+## [8.5.5](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 8.5.5 | 1 | chore | release |
217,922 | 16.09.2021 15:36:33 | -7,200 | b874294d37ce4c8e1df992a5862dc68a769d5c33 | chore: pcap update | [
{
"change_type": "MODIFY",
"diff": "},\n\"private\": true,\n\"dependencies\": {\n- \"@ffxiv-teamcraft/pcap-ffxiv\": \"^0.8.1\",\n+ \"@ffxiv-teamcraft/pcap-ffxiv\": \"^0.8.2\",\n\"buffer-reader\": \"^0.1.0\",\n\"electron-is-dev\": \"^1.1.0\",\n\"electron-log\": \"^3.0.6\",\n",
"new_path": "package.json",... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: pcap update | 1 | chore | null |
104,844 | 16.09.2021 15:41:31 | 14,400 | 8e4f056963aed8eed311c6985432f5a3cab64e5a | chore(repo): adding steps in the combine coverage job | [
{
"change_type": "MODIFY",
"diff": "@@ -128,6 +128,16 @@ jobs:\nneeds: [react-cypress-test, react-jest-test]\nsteps:\n+ - name: Checkout code\n+ uses: actions/checkout@v2\n+\n+ - uses: dorny/paths-filter@v2\n+ id: changes\n+ with:\n+ filters: |\n+ react:\n+ - 'packages/react/**'\n+\n- name: Download all wor... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(repo): adding steps in the combine coverage job | 1 | chore | repo |
342,861 | 16.09.2021 15:42:15 | -7,200 | a5e706b2f9581de326985effae73a473d570d8ce | feat: export useTheme hook from root | [
{
"change_type": "MODIFY",
"diff": "@@ -49,6 +49,7 @@ const pathOverwrites = {\nSeatLegend: \"Seat/components/SeatLegend\",\nWizardStep: \"Wizard/WizardStep\",\nuseMediaQuery: \"hooks/useMediaQuery\",\n+ useTheme: \"hooks/useTheme\",\nuseLockScrolling: \"hooks/useLockScrolling\",\n};\n",
"new_path": "pa... | JavaScript | MIT License | kiwicom/orbit | feat: export useTheme hook from root | 1 | feat | null |
777,369 | 16.09.2021 15:57:56 | 21,600 | 0eb1390327de4b08d3a2c401d8395c9a3cb4483f | fix: update logic on when query url should be overridden | [
{
"change_type": "MODIFY",
"diff": "\"@storybook/react\": \"^6.3.4\",\n\"@testing-library/jest-dom\": \"^5.12.0\",\n\"@testing-library/react\": \"^11.1.0\",\n+ \"@testing-library/react-hooks\": \"^7.0.2\",\n\"@testing-library/user-event\": \"^13.1.8\",\n\"@types/express\": \"^4.17.11\",\n\"@types/jest\": \"... | Python | Apache License 2.0 | determined-ai/determined | fix: update logic on when query url should be overridden (#2942) | 1 | fix | null |
104,844 | 16.09.2021 16:05:04 | 14,400 | 10fc264cc46f718e1b0f279aa2b7d64ad3e28457 | chore(repo): Change path to be in packge directory | [
{
"change_type": "MODIFY",
"diff": "@@ -142,7 +142,9 @@ jobs:\nuses: actions/download-artifact@v2\n- name: Copy, combine, and report coverage\n- run: yarn reports\n+ run: |\n+ cd packages/react\n+ yarn reports\n- name: Coveralls\nuses: coverallsapp/github-action@master\n",
"new_path": ".github/workflows... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(repo): Change path to be in packge directory | 1 | chore | repo |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.