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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
756,013 | 09.09.2021 18:24:00 | 21,600 | 1cecdcb7dd571146164aba1e8eda0b6ad91a975a | feat(solo): add `keys`, `init`, and `delete` to `home.scratch` | [
{
"change_type": "MODIFY",
"diff": "@@ -2,27 +2,38 @@ import { Far } from '@agoric/marshal';\nexport default function makeScratchPad() {\nconst map = new Map();\n+\n+ const keys = async () => {\n+ const keyList = [...map.keys()];\n+ return harden(keyList.sort());\n+ };\n+\nreturn Far('scratchPad', {\n- get:... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(solo): add `keys`, `init`, and `delete` to `home.scratch` | 1 | feat | solo |
756,013 | 09.09.2021 18:24:42 | 21,600 | a54a3ae4a13ee4ff0b10fe835e51b86b0d5da54d | fix(agoric-cli): don't use `Date.now()` ambiently | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,7 @@ const RETRY_DELAY_MS = 1000;\nconst PATH_SEP_RE = new RegExp(`${path.sep.replace(/\\\\/g, '\\\\\\\\')}`, 'g');\nexport default async function deployMain(progname, rawArgs, powers, opts) {\n- const { anylogger, fs, makeWebSocket } = powers;\n+ const { any... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(agoric-cli): don't use `Date.now()` ambiently | 1 | fix | agoric-cli |
185,950 | 09.09.2021 18:29:25 | -7,200 | fb74a134ea8e9487b84f5311547dd397d502c10f | fix: disable current version in version settings | [
{
"change_type": "MODIFY",
"diff": "}\n}\n+ .bp3-popover-target {\n+ display: inherit;\n+ }\n+\n+ .disabled-version {\n+ width: 100%;\n+ }\n+\n.versions-to-show {\nmargin-bottom: 2rem;\nborder-bottom: 1px solid @border-color-1;\n",
"new_path": "src/less/components/settings.less",
"old_path": "src/le... | TypeScript | MIT License | electron/fiddle | fix: disable current version in version settings (#846) | 1 | fix | null |
679,913 | 09.09.2021 18:33:30 | -7,200 | 240ec8935bb763ead3e7c63d63f9d0fe69bf6df0 | build: update global tsconfig.json (ESM interop) | [
{
"change_type": "MODIFY",
"diff": "\"target\": \"ES2017\",\n\"declaration\": true,\n\"declarationMap\": true,\n+ \"esModuleInterop\": true,\n\"experimentalDecorators\": true,\n\"importHelpers\": true,\n\"noUnusedParameters\": true,\n",
"new_path": "tsconfig.json",
"old_path": "tsconfig.json"
}
] | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update global tsconfig.json (ESM interop) | 1 | build | null |
679,913 | 09.09.2021 18:34:14 | -7,200 | 96925253ac0e582a25acf1bf43c27db77ad4beaa | docs: update packageInstallation() readme tpl | [
{
"change_type": "MODIFY",
"diff": "-import { bytes } from \"@thi.ng/strings\";\n+import { bytes, camel } from \"@thi.ng/strings\";\nimport { execSync } from \"child_process\";\nimport { readdirSync } from \"fs\";\nimport { META_FIELD, Package, RE_PKG } from \"../api\";\n@@ -97,13 +97,22 @@ export const pac... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: update packageInstallation() readme tpl | 1 | docs | null |
679,913 | 09.09.2021 18:35:22 | -7,200 | 5b8476f28dcfbbc252b11eb68a08f6d47aeca300 | feat(strings): add initials() | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ export * from \"./float\";\nexport * from \"./format\";\nexport * from \"./groups\";\nexport * from \"./hollerith\";\n+export * from \"./initials\";\nexport * from \"./int\";\nexport * from \"./interpolate\";\nexport * from \"./join\";\n",
"new_path": ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(strings): add initials() | 1 | feat | strings |
418,683 | 09.09.2021 18:52:40 | -28,800 | 9ad91d1e3ef3cf4cd799a1f8ef3d57b7efae60cf | feat: add sequelize component | [
{
"change_type": "ADD",
"diff": "+module.exports = {\n+ preset: 'ts-jest',\n+ testEnvironment: 'node',\n+ testPathIgnorePatterns: ['<rootDir>/test/fixtures'],\n+ coveragePathIgnorePatterns: ['<rootDir>/test/'],\n+ setupFilesAfterEnv: ['./jest.setup.js'],\n+};\n",
"new_path": "packages/sequelize/jest.con... | TypeScript | MIT License | midwayjs/midway | feat: add sequelize component (#1283)
Co-authored-by: jinbing.jb <jinbing.jb@alibaba-inc.com> | 1 | feat | null |
838,025 | 09.09.2021 19:22:28 | -10,800 | f812e82830db1abeb74e372131a7b8adc0174393 | style: golangci-lint update v1.42 | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ jobs:\n# Required: the version of golangci-lint is required and must be\n# specified without patch version: we always use the latest\n# patch version.\n- version: v1.40\n+ version: v1.42\n# Optional: golangci-lint command line arguments.\n# args: ./the-o... | Go | MIT License | severecloud/vksdk | style: golangci-lint update v1.42 | 1 | style | null |
317,646 | 09.09.2021 20:02:00 | -7,200 | 13cb9a6a58ec084617b1d73157bf7969e77768d5 | fix: correct error printing for eval | [
{
"change_type": "MODIFY",
"diff": "@@ -46,7 +46,11 @@ const (\nDefaultHTTPTimeout = 20\n)\n-func printConfigError(err error) {\n+func printConfigError(err error, eval bool) {\n+ if eval {\n+ fmt.Println(\"echo \\\"Oh My Posh Error:\\n\\\"\", err.Error())\n+ return\n+ }\nfmt.Println(\"Oh My Posh Error:\\n\"... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: correct error printing for eval | 1 | fix | null |
317,646 | 09.09.2021 20:02:30 | -7,200 | 78d0a4255630842060e4986e41d7697b1227b1de | fix(transient): do not run when no config | [
{
"change_type": "MODIFY",
"diff": "@@ -219,6 +219,9 @@ func (e *engine) renderTooltip(tip string) string {\n}\nfunc (e *engine) renderTransientPrompt() string {\n+ if e.config.TransientPrompt == nil {\n+ return \"\"\n+ }\npromptTemplate := e.config.TransientPrompt.Template\nif len(promptTemplate) == 0 {\np... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(transient): do not run when no config | 1 | fix | transient |
317,646 | 09.09.2021 20:12:25 | -7,200 | fb1c704d140e453557a3fd6650a726877a47c24f | refactor: adjust build directives for go 1.17 | [
{
"change_type": "MODIFY",
"diff": "-// +build !windows\n+//go:build !windows\npackage main\n",
"new_path": "src/constants_unix.go",
"old_path": "src/constants_unix.go"
},
{
"change_type": "MODIFY",
"diff": "-// +build windows\n-// +build amd64\n+//go:build windows && amd64\npackage main... | Go | MIT License | jandedobbeleer/oh-my-posh | refactor: adjust build directives for go 1.17 | 1 | refactor | null |
217,922 | 09.09.2021 20:26:31 | -7,200 | a27dea375c4f423140036488d664407cb3eb81e1 | chore: better naming for hasura request monitoring | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ export class GubalService {\n}\nprivate submitData(dataType: string, data: any): Observable<void> {\n- const query = gql`mutation addData($data: ${dataType}_insert_input!) {\n+ const query = gql`mutation add${dataType}Data($data: ${dataType}_insert_input... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: better naming for hasura request monitoring | 1 | chore | null |
217,922 | 09.09.2021 20:39:42 | -7,200 | e1187ff1640fa9690d6816ce0049bcbfc4d2670b | feat(fishing): added local dump setting for fishing reports | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import { IpcService } from '../electron/ipc.service';\nimport { toIpcData } from '../rxjs/to-ipc-data';\nimport { Tug } from '../data/model/tug';\nimport { Hookset } from '../data/model/hookset';\n+import { SettingsService } from '../../modules/settings/se... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(fishing): added local dump setting for fishing reports | 1 | feat | fishing |
217,922 | 09.09.2021 20:41:00 | -7,200 | d051fb4ecfeaeb5998c7e8e4ee904205ad0b0d21 | fix(log-tracker): fixed wrong tooltip for powerful and precision hooksets | [
{
"change_type": "MODIFY",
"diff": "class=\"gig-icon\"\nnz-tooltip src=\"./assets/icons/gig/{{entry.gatheringNode.gig}}.png\">\n<img *ngIf=\"entry.gatheringNode.hookset\"\n- [nzTooltipTitle]=\"(entry.gatheringNode.hookset === 'Precision Hookset'? 4103 : 4179) | actionName | i18n\"\n+ [nzTooltipTitle]=\"(ent... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(log-tracker): fixed wrong tooltip for powerful and precision hooksets | 1 | fix | log-tracker |
217,922 | 09.09.2021 20:42:15 | -7,200 | 68bdeb7c612788f9011ad41a2222a2570715bea8 | chore: small JSON mistake | [
{
"change_type": "MODIFY",
"diff": "@@ -191,7 +191,7 @@ export class IpcListenersManager {\ncreateFileSync(fishingDumpPath);\n}\nconst fishingDump = readFileSync(fishingDumpPath, 'utf8') || '[]';\n- writeFileSync(fishingDumpPath, JSON.stringify([...fishingDump], data));\n+ writeFileSync(fishingDumpPath, JSO... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small JSON mistake | 1 | chore | null |
679,913 | 09.09.2021 22:07:07 | -7,200 | 41c44848b2edae6db9434a17575e20275eed44e8 | feat(tools): update export maps generator/pkg normalize | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ const generatePackageExportMaps = (id: string) => {\n}\npkg.exports = exports;\npkg = normalizePackage(pkg);\n- writeFileSync(pkgPath, JSON.stringify(pkg, null, 4));\n+ writeFileSync(pkgPath, JSON.stringify(pkg, null, 4) + \"\\n\", \"utf-8\");\n};\nconst... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(tools): update export maps generator/pkg normalize | 1 | feat | tools |
679,913 | 09.09.2021 22:08:14 | -7,200 | 6b3dbabe41c4df6caca367037e7fc16c5441958b | fix(tools): update ksuid benchmarks | [
{
"change_type": "MODIFY",
"diff": "// import { benchmark } from \"@thi.ng/bench\";\nimport { assert } from \"@thi.ng/api\";\nimport { benchmark } from \"@thi.ng/bench\";\n-import { defKSUID, KSUID } from \"../src\";\n+import { defKSUID32, KSUID32 } from \"../src\";\nconst opts = { iter: 100, warmup: 10 };\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(tools): update ksuid benchmarks | 1 | fix | tools |
777,369 | 09.09.2021 23:52:14 | 21,600 | 8bc8b258c1455655c0f7b383e2b1d8acd44084b4 | fix: correct the logic for hiding log preview for completed trials
missed this fix for the log preview PR merged just minutes ago | [
{
"change_type": "MODIFY",
"diff": "@@ -104,7 +104,7 @@ const TrialLogPreview: React.FC<PropsWithChildren<Props>> = ({\n}, [ onViewLogs ]);\nuseEffect(() => {\n- if (!trial?.id && trial?.state !== RunState.Completed) return;\n+ if (!trial?.id || trial?.state === RunState.Completed) return;\nconst canceler =... | Python | Apache License 2.0 | determined-ai/determined | fix: correct the logic for hiding log preview for completed trials (#2939)
missed this fix for the log preview PR merged just minutes ago | 1 | fix | null |
306,652 | 10.09.2021 02:20:20 | -19,080 | bbb4f25688bb839dcb4bb2d32afb92d7e7dc3706 | fix(editablechipinput): fixes height on input focus | [
{
"change_type": "MODIFY",
"diff": "border-radius: var(--spacing-m);\nborder: var(--border);\npadding-left: var(--spacing-s);\n- padding-top: var(--spacing-s);\n- padding-bottom: var(--spacing-s);\n+ padding-top: var(--spacing-xs);\n+ padding-bottom: var(--spacing-xs);\nbackground: var(--white);\ncursor: te... | TypeScript | MIT License | innovaccer/design-system | fix(editablechipinput): fixes height on input focus | 1 | fix | editablechipinput |
306,660 | 10.09.2021 02:54:00 | -19,080 | b36a44f1b44d195756232b6ceb0d801b975e4835 | test(filelist): adds tests | [
{
"change_type": "MODIFY",
"diff": "@@ -45,9 +45,17 @@ export const FileIcon = (props: FileIconProps) => {\n}, [status]);\nif (status === 'uploading') {\n- return <ProgressRing size=\"small\" value={progress || 0} className={uploadingIconClass} />;\n+ return (\n+ <ProgressRing\n+ size=\"small\"\n+ value={pr... | TypeScript | MIT License | innovaccer/design-system | test(filelist): adds tests | 1 | test | filelist |
317,646 | 10.09.2021 07:25:12 | -7,200 | f7de8aed27b2d88fdc594def9ee3d9fba95506c5 | fix: support for windows arm64 | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,8 @@ jobs:\ngoarch: arm\n- os: windows-latest\ngoarch: 386\n+ - os: windows-latest\n+ goarch: arm64\nruns-on: ${{ matrix.os }}\ndefaults:\nrun:\n",
"new_path": ".github/workflows/artifacts.yml",
"old_path": ".github/workflows/artifacts.yml"
},
{
... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: support for windows arm64 | 1 | fix | null |
304,879 | 10.09.2021 09:04:23 | 21,600 | b899d8bd6a35797d52964c71a21d192ceda40611 | chore: update to rust 1.55
This patch updates the required rust to 1.55. This update did not
require code changes in libflux, so we can safely bump the required
docker rust tooling without issue. | [
{
"change_type": "MODIFY",
"diff": "# and verification, we can list the rust container as a prior build stage, and\n# then pull in the artifacts we need. There is an added benefit that tagged versions\n# also include minor releases, so 1.2 includes 1.2.1 and so on, for bugfix releases.\n-FROM rust:1.54 as R... | Go | MIT License | influxdata/flux | chore: update to rust 1.55 (#4027)
This patch updates the required rust to 1.55. This update did not
require code changes in libflux, so we can safely bump the required
docker rust tooling without issue. | 1 | chore | null |
401,133 | 10.09.2021 09:25:13 | 14,400 | 3714eec46fad09fd8422b06cdf8cc2b281c645ba | feat: adding border radius for table header cell into theme
* feat: adding border radius for table header cell into theme
affects:
* refactor: adding in default value for border radius table header cells
affects:
* test: updated tests
affects:
* test: update tests
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -126,7 +126,7 @@ export const HeadCellButton = styled.button<{\npadding: ${({ tableSize }) => resolveValueByTableSize(tableSize, headCellButtonTableSizeMap)};\noutline: unset;\nfont-family: inherit;\n- border-radius: 0.8rem;\n+ border-radius: ${({ theme }) => theme.tab... | TypeScript | MIT License | medly/medly-components | feat: adding border radius for table header cell into theme (#416)
* feat: adding border radius for table header cell into theme
affects: @medly-components/core, @medly-components/theme
* refactor: adding in default value for border radius table header cells
affects: @medly-components/core, @medly-components/... | 1 | feat | null |
942,581 | 10.09.2021 09:38:54 | 21,600 | eb88ae64a5120471812a3d8887e2fbbf1b73a2a1 | fix(tooltip): Update OverflowTooltip to support non-elements | [
{
"change_type": "MODIFY",
"diff": "@@ -221,6 +221,21 @@ describe('Tooltip', () => {\n}\n);\n+ context(\n+ 'when the \"Super Mega Ultra Long Content With Max Width Custom\" button is hovered',\n+ () => {\n+ beforeEach(() => {\n+ cy.findByRole('button', {\n+ name: 'Super Mega Ultra Long Content With Max Widt... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(tooltip): Update OverflowTooltip to support non-elements (#1260) | 1 | fix | tooltip |
386,581 | 10.09.2021 10:08:05 | -7,200 | 41d25a1e60f403a30824a00626605da37fc5bd3a | fix(blocksAntd): Fix MultipleSelector schema and docs. | [
{
"change_type": "MODIFY",
"diff": "}\n}\n},\n- \"actions\": {\n+ \"events\": {\n\"type\": \"object\",\n\"additionalProperties\": false,\n\"properties\": {\n",
"new_path": "packages/blocks/blocksAntd/src/blocks/MultipleSelector/MultipleSelector.json",
"old_path": "packages/blocks/blocksAntd/src/bloc... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocksAntd): Fix MultipleSelector schema and docs. | 1 | fix | blocksAntd |
777,389 | 10.09.2021 11:42:57 | 25,200 | 5d9918df9ebaae3335073c19be9ddc2048f143e6 | chore: add 1.17 golang build syntax | [
{
"change_type": "MODIFY",
"diff": "+//go:build integration\n// +build integration\npackage internal\n",
"new_path": "agent/internal/fluent_intg_test.go",
"old_path": "agent/internal/fluent_intg_test.go"
},
{
"change_type": "MODIFY",
"diff": "+//go:build tools\n// +build tools\npackage t... | Python | Apache License 2.0 | determined-ai/determined | chore: add 1.17 golang build syntax (#2929) | 1 | chore | null |
306,468 | 10.09.2021 12:06:35 | -3,600 | c55d45668f906a3681f958557786785c2380ae1b | feat: export lit/static-html.js from lion/core
This will enable subclasses to import it into thier tests | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/core': patch\n+---\n+\n+Re-export html from lit/static-html.js as staticHtml.\n",
"new_path": ".changeset/ninety-lions-shake.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,8 @@ export {\ndefaultConverter,\n} from '... | JavaScript | MIT License | ing-bank/lion | feat: export lit/static-html.js from lion/core
This will enable subclasses to import it into thier tests | 1 | feat | null |
277,001 | 10.09.2021 12:06:46 | 10,800 | 8cfa4e7e02f1eba4eecc1fad7f144d404a1ee98e | docs(button): add button icon document | [
{
"change_type": "ADD",
"diff": "+---\n+title: 'Icon'\n+metaTitle: 'Button.Icon'\n+metaDescription: 'Button icon looks and behavior'\n+---\n+\n+# Button.Icon\n+\n+### Reference\n+\n+#### Web\n+\n+Gympass `<Button />` component implements all our design guidelines such as default spacings, borders and color ... | JavaScript | MIT License | gympass/yoga | docs(button): add button icon document | 1 | docs | button |
277,001 | 10.09.2021 12:10:49 | 10,800 | 7b348d1c764d0a949ac32af92f33c8ca68e1e06e | feat(button): add new button icon component | [
{
"change_type": "MODIFY",
"diff": "@@ -124,6 +124,23 @@ const Button = ({\nbottom: spacing.xxsmall,\n},\n},\n+ icon: {\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+ },\n+ margin: {\n+ top: s... | JavaScript | MIT License | gympass/yoga | feat(button): add new button icon component | 1 | feat | button |
277,273 | 10.09.2021 12:46:04 | 25,200 | caadc24e43d0d69296329a752cf5dbaa70818798 | chore: Fix golang lint errors | [
{
"change_type": "MODIFY",
"diff": "@@ -20,10 +20,6 @@ type CycBuf struct {\ni int\n}\n-func newCycBuf(t Typ, n, i int) *CycBuf {\n- return &CycBuf{newFixBuf(t, n), i}\n-}\n-\nfunc (b *CycBuf) put(ixs interface{}) {\nif xs, ok := ixs.([]interface{}); ok {\nfor _, x := range xs {\n",
"new_path": "cycbuf.... | Python | Apache License 2.0 | h2oai/wave | chore: Fix golang lint errors | 1 | chore | null |
277,273 | 10.09.2021 12:48:42 | 25,200 | dcf24adaff09ac1e24b298d9e89c26b266aa5ae2 | feat: Allow public/private directories to be hosted by waved | [
{
"change_type": "MODIFY",
"diff": "@@ -99,8 +99,7 @@ func (b *Broker) addApp(mode, route, addr, keyID, keySecret string) {\nfunc (b *Broker) getApp(route string) *App {\nb.appsMux.RLock()\ndefer b.appsMux.RUnlock()\n- app, _ := b.apps[route]\n- return app\n+ return b.apps[route]\n}\nfunc (b *Broker) dropAp... | Python | Apache License 2.0 | h2oai/wave | feat: Allow public/private directories to be hosted by waved #982 | 1 | feat | null |
791,704 | 10.09.2021 13:10:10 | 18,000 | ce8b1843b182f97d8d7252749bc608008c995596 | report: make metric value more prominent in table | [
{
"change_type": "MODIFY",
"diff": "--icon-square-size: calc(var(--score-icon-size) * 0.88);\n--image-preview-size: 48px;\n--metric-toggle-lines-fill: #7F7F7F;\n+ --metric-value-font-size: 28px;\n--metrics-toggle-background-color: var(--color-gray-200);\n- --screenshot-overlay-background: rgba(0, 0, 0, 0.3)... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: make metric value more prominent in table (#13036) | 1 | report | null |
276,958 | 10.09.2021 13:24:35 | 10,800 | c7033fe51d22a6cd63d85761fe76f7244e174a2a | fix(avatar): add image width property | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\n+import styled from 'styled-components';\nimport { BuildingFilled } from '@gympass/yoga-icons';\nimport { string, func, checkPropTypes } from 'prop-types';\nimport Box from '../../Box';\nimport Icon from '../../Icon';\n+const Image = styled.img... | JavaScript | MIT License | gympass/yoga | fix(avatar): add image width property | 1 | fix | avatar |
276,958 | 10.09.2021 13:27:20 | 10,800 | 7a4c67449d208f679c48dace176657edc693542b | test(avatar): update snapshot | [
{
"change_type": "MODIFY",
"diff": "@@ -102,6 +102,10 @@ exports[`<Avatar /> should match snapshot in circle avatar with src and alt prop\noverflow: hidden;\n}\n+.c1 {\n+ max-width: 100%;\n+}\n+\n<div>\n<div\nclass=\"c0\"\n@@ -113,6 +117,7 @@ exports[`<Avatar /> should match snapshot in circle avatar with s... | JavaScript | MIT License | gympass/yoga | test(avatar): update snapshot | 1 | test | avatar |
667,636 | 10.09.2021 13:36:39 | -28,800 | 2444ce3760e4952e0a2108aceebaedbeb3d33f3f | chore(mdlint): change mdcheck directory | [
{
"change_type": "MODIFY",
"diff": "\"build\": \"node ./scripts/build.js\",\n\"buildcore\": \"node ./scripts/build-core.js\",\n\"buildexample\": \"node ./scripts/build-example.js\",\n- \"markdownlint\": \"markdownlint --config .markdownlintrc.json ./*.md ./docs/**/*.md\",\n+ \"markdownlint\": \"markdownlint... | C++ | Apache License 2.0 | tencent/hippy | chore(mdlint): change mdcheck directory | 1 | chore | mdlint |
277,273 | 10.09.2021 13:45:22 | 25,200 | 85bf4f648ebca9e7abdbd38849154522a1dfa42f | docs: Add docs for -public-dir and -private-dir | [
{
"change_type": "MODIFY",
"diff": "@@ -53,8 +53,12 @@ Usage of ./waved:\nOIDC redirect URL\n-oidc-skip-login\ndon't show the login form during OIDC authorization\n+ -private-dir value\n+ additional directory to serve files from (authenticated users only), in the format \"[url-path]:[filesystem-path]\", e.g... | Python | Apache License 2.0 | h2oai/wave | docs: Add docs for -public-dir and -private-dir | 1 | docs | null |
942,613 | 10.09.2021 13:46:19 | 21,600 | 36eeeead024ab678a985c004f674278b577272e6 | ci: Fix Travis releases | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ stages:\nif: branch =~ /^support\\// AND type != pull_request\n- name: release\n- if: (branch = master OR branch =~ /^prerelease\\//) AND tag =~ /^v\\d+\\.\\d+(\\.\\d+)?(-\\S*)?$/ AND tag IS present AND type != pull_request\n+ if: branch =~ /^v\\d+\\.\\d... | TypeScript | Apache License 2.0 | workday/canvas-kit | ci: Fix Travis releases (#1258) | 1 | ci | null |
865,939 | 10.09.2021 14:08:02 | -7,200 | a3c596167f65605ac0c9c357ee05cf1bf7e82e44 | test(formEditor): fix linting tests
Changed test assertions to consider only the events regarding the linting: `lint-tab` events | [
{
"change_type": "MODIFY",
"diff": "@@ -622,7 +622,11 @@ describe('<FormEditor>', function() {\n// then\nconst { form } = instance.getCached();\n- expect(onActionSpy).to.have.been.calledOnce;\n+ const calls = onActionSpy.getCalls()\n+ .filter(call => call.args[0] === 'lint-tab');\n+\n+ // then\n+ expect(cal... | JavaScript | MIT License | camunda/camunda-modeler | test(formEditor): fix linting tests
- Changed test assertions to consider only the events regarding the linting: `lint-tab` events | 1 | test | formEditor |
126,276 | 10.09.2021 14:19:32 | 10,800 | b867b1f148c821ea34cf07d5fcf592b0ec4057d0 | chore(pkg/api): changed db identifiers type | [
{
"change_type": "MODIFY",
"diff": "| sqlEntry | [SQLEntry](#immudb.schema.SQLEntry) | | |\n| verifiableTx | [VerifiableTx](#immudb.schema.VerifiableTx) | | |\n| inclusionProof | [InclusionProof](#immudb.schema.InclusionProof) | | |\n-| DatabaseId | [uint64](#uint64) | | |\n-| TableId | [uint64](#uint64) | ... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/api): changed db identifiers type
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/api |
126,276 | 10.09.2021 14:20:50 | 10,800 | 02115ad8b53cdfd5baf2ac15f38f24e8e3f74d54 | chore(pkg/database): create sql db instance if not present | [
{
"change_type": "MODIFY",
"diff": "@@ -119,7 +119,7 @@ func OpenDB(op *Options, systemDB DB, log logger.Logger) (DB, error) {\n_, dbErr := os.Stat(dbDir)\nif os.IsNotExist(dbErr) {\n- return nil, fmt.Errorf(\"Missing database directories\")\n+ return nil, fmt.Errorf(\"missing database directories: %s\", db... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/database): create sql db instance if not present
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/database |
126,276 | 10.09.2021 14:21:27 | 10,800 | 9d9c34b0b4fad41d3acc1dc212413ca340846429 | chore(pkg/client): changed db identifiers type | [
{
"change_type": "MODIFY",
"diff": "@@ -237,7 +237,7 @@ func (c *immuClient) VerifyRow(ctx context.Context, row *schema.Row, table strin\nreturn nil\n}\n-func verifyRowAgainst(row *schema.Row, decodedRow map[uint64]*schema.SQLValue, colIdsByName map[string]uint64) error {\n+func verifyRowAgainst(row *schema... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/client): changed db identifiers type
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/client |
126,295 | 10.09.2021 14:25:20 | -7,200 | 92b91a4f8ad777c919f5f58624e9e91e6b6f347f | chore(pkg/stdLib): implementing golang standard sql interfaces | [
{
"change_type": "ADD",
"diff": "+/*\n+Copyright 2021 CodeNotary, Inc. All rights reserved.\n+\n+Licensed under the Apache License, Version 2.0 (the \"License\");\n+you may not use this file except in compliance with the License.\n+You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/stdLib): implementing golang standard sql interfaces
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/stdLib |
866,394 | 10.09.2021 14:48:21 | 14,400 | 65a7d5cde7ab824308f916e2ef16589ba3e81961 | fix(e2e): removed `test-e2e` percy base update and added to react e2e
### Related Ticket(s)
Refs
### Description
I missed removing this workflow in Github Actions, removed and added the new one to `percy-update-base.yml`.
### Changelog
**Changed**
Added react e2e percy update
Removed `test-e2e` workflow in deploy-canar... | [
{
"change_type": "MODIFY",
"diff": "@@ -41,20 +41,6 @@ jobs:\ncf-app: ibmdotcom-react-canary\ncf-manifest: manifest-canary.yml\ndeploy-dir: packages/react\n- - name: Set env vars for e2e percy snapshots\n- uses: ./.github/actions/set-dotenv\n- with:\n- env-file: packages/tests-e2e/.env\n- env:\n- SELENIUM_H... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(e2e): removed `test-e2e` percy base update and added to react e2e (#7117)
### Related Ticket(s)
Refs #6139
### Description
I missed removing this workflow in Github Actions, removed and added the new one to `percy-update-base.yml`.
### Changelog
**Changed**
- Added react e2e percy update
- Remov... | 1 | fix | e2e |
815,609 | 10.09.2021 15:04:52 | -28,800 | 08f78adfeb72459683fd2758cce3c22c39e0ee1f | build: enable build-id when build ckb with debug symbols | [
{
"change_type": "MODIFY",
"diff": "@@ -122,15 +122,15 @@ build-for-profiling: ## Build binary with for profiling.\n.PHONY: prod\nprod: ## Build binary for production release.\n- RUSTFLAGS=\"--cfg disable_faketime\" cargo build ${VERBOSE} --release --features \"with_sentry,with_dns_seeding\"\n+ RUSTFLAGS=\"... | Rust | MIT License | nervosnetwork/ckb | build: enable build-id when build ckb with debug symbols | 1 | build | null |
889,620 | 10.09.2021 15:15:27 | -28,800 | 24b564a707b24a33112bde3158e03f74f6189a18 | fix(api): incorrect page information when searching | [
{
"change_type": "MODIFY",
"diff": "@@ -99,7 +99,7 @@ class BookDtoDao(\nfilterOnLibraryIds: Collection<String>?,\nsearchTerm: String?,\n): Page<BookDto> {\n- val bookIds = luceneHelper.searchEntitiesIds(searchTerm, LuceneEntity.Book, if (pageable.isPaged) pageable.pageSize else 20)\n+ val bookIds = luceneH... | Kotlin | MIT License | gotson/komga | fix(api): incorrect page information when searching | 1 | fix | api |
141,506 | 10.09.2021 15:16:42 | -36,000 | 822bdb30be979edcd518e47f887739ce67d87dc8 | chore: Revert "Enable Chromatic TurboSnap"
This reverts commit | [
{
"change_type": "MODIFY",
"diff": "@@ -11,5 +11,5 @@ export CHROMATIC_APP_CODE\nCHROMATIC_APP_CODE=$(get_secret \"chromatic-app-code\") || exit $?\nyarn install --frozen-lockfile\n-yarn storybook:build --webpack-stats-json\n-yarn chromatic --only-changed --exit-zero-on-changes --storybook-build-dir storybo... | TypeScript | MIT License | cultureamp/kaizen-design-system | chore: Revert "Enable Chromatic TurboSnap" (#1946)
This reverts commit 3582176a8981065269b6d1f2082e60000b58456e. | 1 | chore | null |
889,620 | 10.09.2021 15:22:14 | -28,800 | fe78f17e5e7c0502867e7b08e4f927801b0d26f4 | feat(webui): horizontal scroller infinite scroll on dashboard and search results
closes | [
{
"change_type": "MODIFY",
"diff": "@scroll=\"computeScrollability\"\nv-resize=\"computeScrollability\"\n>\n+ <div class=\"d-inline-flex\">\n<slot name=\"content\" class=\"content\"/>\n+ <slot name=\"content-append\"/>\n+ </div>\n</div>\n</div>\n</template>\n@@ -44,20 +47,35 @@ export default Vue.extend({\n... | Kotlin | MIT License | gotson/komga | feat(webui): horizontal scroller infinite scroll on dashboard and search results
closes #605 | 1 | feat | webui |
276,951 | 10.09.2021 15:40:12 | 10,800 | 872fc77389e615a47c6a6a152afe09c3ba062bd3 | docs(icon): remove stroke on web | [
{
"change_type": "MODIFY",
"diff": "width=\"medium\"\nheight=\"medium\"\nfill=\"energy\"\n- stroke=\"energy\"\n/>\n<Icon as={Home} size=\"medium\" fill=\"hope\" />\n</>\nsize=\"medium\"\nmargin=\"medium\"\nfill=\"energy\"\n- stroke=\"energy\"\n/>\n<Icon as={Home} size=\"medium\" fill=\"hope\" />\n</>\n",
... | JavaScript | MIT License | gympass/yoga | docs(icon): remove stroke on web | 1 | docs | icon |
551,636 | 10.09.2021 15:41:21 | -3,600 | f09325069c21234493f800d31d60e8408b823698 | feat(sql): timestamp_floor() and timestamp_ceil() implementations | [
{
"change_type": "ADD",
"diff": "+/*******************************************************************************\n+ * ___ _ ____ ____\n+ * / _ \\ _ _ ___ ___| |_| _ \\| __ )\n+ * | | | | | | |/ _ \\/ __| __| | | | _ \\\n+ * | |_| | |_| | __/\\__ \\ |_| |_| | |_) |\n+ * \\__\\_\\\\__,_|\\___||___/\\__|____... | Java | Apache License 2.0 | questdb/questdb | feat(sql): timestamp_floor() and timestamp_ceil() implementations (#1300) | 1 | feat | sql |
915,300 | 10.09.2021 15:45:39 | -7,200 | 301b673483b7af59dd0f38148edd12da22c67a6c | feat(jwt): replace jwt module | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import (\n\"context\"\n\"net/url\"\n- \"github.com/form3tech-oss/jwt-go\"\n+ \"github.com/golang-jwt/jwt/v4\"\n)\ntype Signer interface {\n",
"new_path": "credentials/signer.go",
"old_path": "credentials/signer.go"
},
{
"change_type": "MODI... | Go | Apache License 2.0 | ory/oathkeeper | feat(jwt): replace jwt module (#818) | 1 | feat | jwt |
667,635 | 10.09.2021 15:48:16 | -28,800 | 8ed429d11f880eda8a719e79aa2aab0d2d85d6b0 | fix(ios): update visibility available now | [
{
"change_type": "MODIFY",
"diff": "@@ -70,6 +70,7 @@ typedef void (^HippyApplierVirtualBlock)(NSDictionary<NSNumber *, HippyVirtualNo\n@property (nonatomic, weak) HippyBridge *bridge;\n@property (nonatomic, assign) MTTDirection layoutDirection;\n@property (nonatomic, copy) NSString *visibility;\n+@property... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): update visibility available now | 1 | fix | ios |
889,620 | 10.09.2021 15:53:13 | -28,800 | b691f3098bda0fce1bb30b01208881527060a730 | fix(webui): latest books on dashboard not sorted properly | [
{
"change_type": "MODIFY",
"diff": "@@ -353,7 +353,7 @@ export default Vue.extend({\n() => this.$komgaBooks.getBooksOnDeck(this.getRequestLibraryId(libraryId)),\n)\nthis.loaderLatestBooks = new PageLoader<BookDto>(\n- {sort: ['metadata.title,desc']},\n+ {sort: ['createdDate,desc']},\n(pageable: PageRequest)... | Kotlin | MIT License | gotson/komga | fix(webui): latest books on dashboard not sorted properly | 1 | fix | webui |
266,134 | 10.09.2021 15:56:09 | 25,200 | a46a322cba78ba93ad603378ca71dc8641d3556f | fix: check branch and PR if auto-approve config is modified in pieces | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,17 @@ exports['auto-approve main auto-approve function config exists on main branch ap\n'event': 'APPROVE'\n}\n+exports['auto-approve main auto-approve function config exists on main branch does nothing if there is already an approval 1'] = {\n+ 'head_sha': '... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | fix: check branch and PR if auto-approve config is modified in pieces (#2477) | 1 | fix | null |
889,620 | 10.09.2021 15:58:02 | -28,800 | eb9d505e179311a410291757487dd9a81582853e | fix: don't update read progress data upon upgrade or restore | [
{
"change_type": "MODIFY",
"diff": "@@ -9,8 +9,6 @@ import org.jooq.Query\nimport org.jooq.impl.DSL\nimport org.springframework.stereotype.Component\nimport org.springframework.transaction.annotation.Transactional\n-import java.time.LocalDateTime\n-import java.time.ZoneId\n@Component\nclass ReadProgressDao(... | Kotlin | MIT License | gotson/komga | fix: don't update read progress data upon upgrade or restore | 1 | fix | null |
438,921 | 10.09.2021 16:27:52 | -32,400 | 4b5119c606f998c7854e82e9bf5c43242c3f75e3 | feat(error): Enhance error logging for ESM import
Throw error and give more informative message when module isn't
specified or load correctly.
Close | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,8 @@ import {\n} from \"d3-time-format\";\nimport {select as d3Select} from \"d3-selection\";\nimport {d3Selection} from \"../../types/types\";\n+import {checkModuleImport} from \"../module/error\";\n+\nimport CLASS from \"../config/classes\";\nimport Store f... | TypeScript | MIT License | naver/billboard.js | feat(error): Enhance error logging for ESM import
Throw error and give more informative message when module isn't
specified or load correctly.
Close #2311 | 1 | feat | error |
915,333 | 10.09.2021 16:28:30 | -7,200 | 9375f92b5d647c8417389158bf66e060b4ab8ad6 | fix: allow forwarding query parameters to the session store
This commit adds a new flag, preserve_query, in order to resolve issue It
would be ideal for this flag to be false by default for consistency with
preserve_path, but it is true by default in order to preserve backwards
compatibility.
Closes | [
{
"change_type": "MODIFY",
"diff": "\"title\": \"Only Cookies\",\n\"description\": \"A list of possible cookies to look for on incoming requests, and will fallthrough to the next authenticator if none of the passed cookies are set on the request.\"\n},\n+ \"preserve_query\": {\n+ \"title\": \"Preserve Query... | Go | Apache License 2.0 | ory/oathkeeper | fix: allow forwarding query parameters to the session store (#817)
This commit adds a new flag, preserve_query, in order to resolve issue #786. It
would be ideal for this flag to be false by default for consistency with
preserve_path, but it is true by default in order to preserve backwards
compatibility.
Closes... | 1 | fix | null |
126,276 | 10.09.2021 16:29:40 | 10,800 | 805974d4b5310d3be5b33cca05e19545e1473d24 | chore(pkg/database): display as unique if there is a single-column index | [
{
"change_type": "MODIFY",
"diff": "@@ -261,7 +261,7 @@ func (d *db) DescribeTable(tableName string) (*schema.SQLQueryResult, error) {\nvar unique bool\nfor _, index := range table.IndexesByColID(c.ID()) {\n- if index.IsUnique() {\n+ if index.IsUnique() && len(index.Cols()) == 1 {\nunique = true\nbreak\n}\n... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/database): display as unique if there is a single-column index
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/database |
342,861 | 10.09.2021 16:31:25 | -7,200 | a00dccbbff5ea217e668d97c8d652b05cd29d9fb | docs(Palette): refactor Palette component | [
{
"change_type": "MODIFY",
"diff": "import styled, { css } from \"styled-components\";\n-import { mediaQueries } from \"@kiwicom/orbit-components\";\nexport const StyledCollapseWrapper = styled.div`\npadding: 1px;\n",
"new_path": "docs/src/components/DocNavigation/primitives/StyledCollapse.tsx",
"ol... | JavaScript | MIT License | kiwicom/orbit | docs(Palette): refactor Palette component | 1 | docs | Palette |
889,620 | 10.09.2021 16:36:24 | -28,800 | 415360387931fe01efa305aac4002224efcffac0 | fix(webui): dashboard infinite scroll not working for on deck and new/updated series | [
{
"change_type": "MODIFY",
"diff": "@@ -350,7 +350,7 @@ export default Vue.extend({\n)\nthis.loaderOnDeckBooks = new PageLoader<BookDto>(\n{},\n- () => this.$komgaBooks.getBooksOnDeck(this.getRequestLibraryId(libraryId)),\n+ (pageable: PageRequest) => this.$komgaBooks.getBooksOnDeck(this.getRequestLibraryId... | Kotlin | MIT License | gotson/komga | fix(webui): dashboard infinite scroll not working for on deck and new/updated series | 1 | fix | webui |
126,276 | 10.09.2021 16:41:55 | 10,800 | f0937ce9907cbd834cbf3522e7a73b76b65af4fa | chore(embedded/sql): optional parenthesis when specifying single-column index | [
{
"change_type": "MODIFY",
"diff": "@@ -599,9 +599,9 @@ opt_indexon:\n$$ = nil\n}\n|\n- USE INDEX ON '(' ids ')'\n+ USE INDEX ON one_or_more_ids\n{\n- $$ = $5\n+ $$ = $4\n}\nordcols:\n",
"new_path": "embedded/sql/sql_grammar.y",
"old_path": "embedded/sql/sql_grammar.y"
},
{
"change_type": "M... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): optional parenthesis when specifying single-column index
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
889,620 | 10.09.2021 16:54:04 | -28,800 | 45d4421cd68c2137cc378d3ade454038a04e8837 | fix: scan fails because of duplicate items by URL
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ import java.net.URL\ninterface BookRepository {\nfun findByIdOrNull(bookId: String): Book?\n- fun findByLibraryIdAndUrlOrNull(libraryId: String, url: URL): Book?\n+ fun findNotDeletedByLibraryIdAndUrlOrNull(libraryId: String, url: URL): Book?\nfun findAll(... | Kotlin | MIT License | gotson/komga | fix: scan fails because of duplicate items by URL
closes #663 | 1 | fix | null |
551,636 | 10.09.2021 16:55:45 | -3,600 | 6fce0f29fe817ea332de2c7052f962cdac54a884 | fix(ilp): fixed missing index update when ingesting data over ILP | [
{
"change_type": "MODIFY",
"diff": "@@ -408,6 +408,9 @@ public class TableWriter implements Closeable {\n// add column objects\nconfigureColumn(type, isIndexed);\n+ if (isIndexed) {\n+ populateDenseIndexerList();\n+ }\n// increment column count\ncolumnCount++;\n@@ -1796,7 +1799,6 @@ public class TableWriter... | Java | Apache License 2.0 | questdb/questdb | fix(ilp): fixed missing index update when ingesting data over ILP (#1302) | 1 | fix | ilp |
877,015 | 10.09.2021 17:32:10 | -7,200 | e32b007d2f5e8bfddfd5ccaf6d2bb797b96427cd | refactor(@vtmn/css-button): primary reversed on hover and active | [
{
"change_type": "MODIFY",
"diff": ".vtmn-btn_variant--primary-reversed:not([disabled]):hover {\nbackground-color: var(--vtmn-semantic-color_hover-brand-reversed-transparent);\n- box-shadow: inset 0 0 0 rem(2px) var(--vtmn-semantic-color_border-primary);\n+ box-shadow: inset 0 0 0 rem(2px)\n+ var(--vtmn-sem... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/css-button): primary reversed on hover and active (#579) | 1 | refactor | @vtmn/css-button |
877,015 | 10.09.2021 17:32:30 | -7,200 | 452eaee37298cae0399fc098ff57b84410452de5 | refactor(@vtmn/css-button): add multiline exception | [
{
"change_type": "MODIFY",
"diff": "margin-left: rem(12px);\n}\n+/* Exceptions */\n+.vtmn-btn--multiline {\n+ white-space: normal;\n+}\n+\n/* DEPRECATED (no longer maintained) */\n/* Secondary reversed button */\n",
"new_path": "packages/sources/css/src/components/button/src/index.css",
"old_path": ... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/css-button): add multiline exception (#578) | 1 | refactor | @vtmn/css-button |
217,922 | 10.09.2021 18:17:37 | -7,200 | 70097bc690ec843e52aca6aa4bbf2ff6ba01c2a3 | chore(release): 8.5.3 | [
{
"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.3\"></a>\n+## [8.5.3](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 8.5.3 | 1 | chore | release |
551,696 | 10.09.2021 18:18:00 | 0 | fb94d5b9fbfd1fc88297fdcdd7d255ff385ec40a | feat(ci): split testing stage for easy triggering of failed jobs in UI | [
{
"change_type": "ADD",
"diff": "+jobs:\n+- job: CheckChanges\n+ displayName: 'Check changes'\n+ pool:\n+ vmImage: \"ubuntu-latest\"\n+ steps:\n+ - checkout: none\n+ - bash: |\n+ if [ -z \"$PR_ID\" ]\n+ then\n+ # No PR - cannot detect changed files, default to true\n+ echo \"##vso[task.setvariable variable=... | Java | Apache License 2.0 | questdb/questdb | feat(ci): split testing stage for easy triggering of failed jobs in UI (#1306) | 1 | feat | ci |
366,946 | 10.09.2021 18:28:17 | -32,400 | 8161756b72242547528f9384e0e738f54b468dee | refactor: change IconComponent to inline with createIcon | [
{
"change_type": "MODIFY",
"diff": "@@ -359,11 +359,9 @@ export interface ComponentProps extends IconProps, ElementProps {\n*/\nclassName?: string\n}\n-type IconComponentProps = ComponentProps & { Component: IconType }\n-// This should be inlined in the createIcon function after the Icon component had been ... | TypeScript | MIT License | kufu/smarthr-ui | refactor: change IconComponent to inline with createIcon (#1859) | 1 | refactor | null |
438,921 | 10.09.2021 18:39:17 | -32,400 | 8fcf61cd80a18f28f1a2b2a0a8f46e418034190a | fix(grid): pPrevent error throw
Make the call of .showcircleFocus() by optional chaining,
to prevent possible error.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -427,7 +427,7 @@ export default {\nif (inputType === \"touch\") {\nif (xgridFocus.empty()) {\n- resizing && $$.showCircleFocus();\n+ resizing && $$.showCircleFocus?.();\n} else {\n$$.showGridFocus();\n}\n",
"new_path": "src/ChartInternal/internals/grid.ts",
"ol... | TypeScript | MIT License | naver/billboard.js | fix(grid): pPrevent error throw
Make the call of .showcircleFocus() by optional chaining,
to prevent possible error.
Fix #2310 | 1 | fix | grid |
915,206 | 10.09.2021 19:41:37 | -19,080 | a2cdc0869321e6a67c93dee2e1f07952efd62ef6 | docs: update oauth2 debug swction | [
{
"change_type": "MODIFY",
"diff": "@@ -45,9 +45,19 @@ multiple reasons:\ncorrect would be `/oauth2/auth?response_type=token+id_token&scope=openid` or\nany other combination such as `response_type=id_token`,\n`response_type=token+code+id_token`).\n-3. You consent app did not send `granted_scope: [\"openid\"... | Go | Apache License 2.0 | ory/hydra | docs: update oauth2 debug swction (#2717) | 1 | docs | null |
551,646 | 10.09.2021 20:03:37 | -10,800 | c7e73faa664d98ff1673b7d0294e38dcdc3b212c | feat(ci): pipeline to build C++ binaries and store them in S3 | [
{
"change_type": "MODIFY",
"diff": "@@ -21,3 +21,4 @@ core/CMakeCache.txt\n**/.classpath\n**/build\n**/CMakeFiles\n+.envrc\n\\ No newline at end of file\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "ADD",
"diff": "+trigger: none\n+\n+variables:\n+ OS_MAPPING... | Java | Apache License 2.0 | questdb/questdb | feat(ci): pipeline to build C++ binaries and store them in S3 (#1281) | 1 | feat | ci |
503,926 | 10.09.2021 20:04:16 | -7,200 | 5084a46531c8d3054e0c8b53f921d18bfb116973 | fix(SelectToggle): use aria-label prop | [
{
"change_type": "MODIFY",
"diff": "@@ -92,6 +92,7 @@ exports[`AccessConsoles switching SerialConsole and VncConsole 1`] = `\n<button\naria-expanded=\"false\"\naria-haspopup=\"listbox\"\n+ aria-label=\"Options menu\"\naria-labelledby=\" pf-c-console__type-selector\"\nclass=\"pf-c-select__toggle\"\nid=\"pf-c... | TypeScript | MIT License | patternfly/patternfly-react | fix(SelectToggle): use aria-label prop (#6271) | 1 | fix | SelectToggle |
889,620 | 10.09.2021 22:27:10 | -28,800 | 043c4d3a73498e6a9178e35cfaecc308baa329e4 | fix(webui): dashboard and search results pages would reload entirely upon events | [
{
"change_type": "MODIFY",
"diff": "@@ -4,26 +4,42 @@ export class PageLoader<T> {\nprivate currentPage = undefined as unknown as Page<T>\nprivate loadedPages: number[] = []\n+ private _tick = 0\npublic readonly items: T[] = []\n- get page() {\n- return this.currentPage?.number || 0\n- }\nget hasNextPage() ... | Kotlin | MIT License | gotson/komga | fix(webui): dashboard and search results pages would reload entirely upon events | 1 | fix | webui |
679,913 | 10.09.2021 22:54:37 | -7,200 | ee847e088757ca555bca8d0d2c470b012b548081 | refactor(adjacency): update imports | [
{
"change_type": "MODIFY",
"diff": "-import { BitField } from \"@thi.ng/bitfield\";\n-import { DCons } from \"@thi.ng/dcons\";\n+import { BitField } from \"@thi.ng/bitfield/bitfield\";\n+import { DCons } from \"@thi.ng/dcons/dcons\";\nimport type { CostFn, IGraph } from \"./api\";\nexport class BFS {\n",
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(adjacency): update imports | 1 | refactor | adjacency |
679,913 | 10.09.2021 22:56:09 | -7,200 | 890936ba4d1d465e8270759e194eb82ac6597ee9 | refactor(args): update imports | [
{
"change_type": "MODIFY",
"diff": "import type { Fn } from \"@thi.ng/api\";\n-import { repeat } from \"@thi.ng/strings\";\n+import { repeat } from \"@thi.ng/strings/repeat\";\nimport type { ArgSpec, KVDict, KVMultiDict, Tuple } from \"./api\";\nimport {\ncoerceFloat,\n",
"new_path": "packages/args/src/... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(args): update imports | 1 | refactor | args |
679,913 | 10.09.2021 23:01:04 | -7,200 | 7b001207023485b613b7c1cc5f1775abd17e7227 | refactor(bencode): update imports | [
{
"change_type": "MODIFY",
"diff": "-import { assert } from \"@thi.ng/api\";\n-import { peek } from \"@thi.ng/arrays\";\n-import {\n- isArray,\n- isArrayLike,\n- isBoolean,\n- isNumber,\n- isPlainObject,\n- isString,\n-} from \"@thi.ng/checks\";\n-import { defmulti } from \"@thi.ng/defmulti\";\n-import { il... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(bencode): update imports | 1 | refactor | bencode |
679,913 | 10.09.2021 23:02:47 | -7,200 | f64e59717b596e56ff6f248aa0b4e78146709134 | refactor(bitstream): update imports | [
{
"change_type": "MODIFY",
"diff": "-import { illegalArgs, illegalState } from \"@thi.ng/errors\";\n+import { illegalArgs } from \"@thi.ng/errors/illegal-arguments\";\n+import { illegalState } from \"@thi.ng/errors/illegal-state\";\nconst U32 = Math.pow(2, 32);\n",
"new_path": "packages/bitstream/src/in... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(bitstream): update imports | 1 | refactor | bitstream |
551,636 | 10.09.2021 23:07:54 | -3,600 | f85751824694e204d9e9dc3035e758bea5d7bd93 | chore(cairo): added Row API to put geohash value from coordinates in degrees | [
{
"change_type": "MODIFY",
"diff": "@@ -117,22 +117,22 @@ public class GeoHashes {\nreturn fromBitString(bits, start, Math.min(bits.length(), ColumnType.GEO_HASH_MAX_BITS_LENGTH + start));\n}\n- public static long fromCoordinates(double lat, double lng, int bits) throws NumericException {\n+ public static l... | Java | Apache License 2.0 | questdb/questdb | chore(cairo): added Row API to put geohash value from coordinates in degrees (#1311) | 1 | chore | cairo |
679,913 | 10.09.2021 23:18:41 | -7,200 | c0d9e1734f4e18748203a8db9b2212623e19f0e6 | refactor(colored-noise): update imports | [
{
"change_type": "MODIFY",
"diff": "-import { INorm, SYSTEM } from \"@thi.ng/random\";\n+import type { INorm } from \"@thi.ng/random\";\n+import { SYSTEM } from \"@thi.ng/random/system\";\nimport { preseed, sum } from \"./utils\";\n/**\n",
"new_path": "packages/colored-noise/src/blue.ts",
"old_path"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(colored-noise): update imports | 1 | refactor | colored-noise |
679,913 | 10.09.2021 23:21:05 | -7,200 | 6b102d0cd51181b3228a69af08b4159dbb950a67 | refactor(csv): update imports | [
{
"change_type": "MODIFY",
"diff": "-import { compR, iterator1, Reducer, Transducer } from \"@thi.ng/transducers\";\n-import { ESCAPES, split } from \"@thi.ng/strings\";\n-import { isArray, isFunction, isIterable } from \"@thi.ng/checks\";\nimport type { Nullable } from \"@thi.ng/api\";\n+import { isArray }... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(csv): update imports | 1 | refactor | csv |
679,913 | 10.09.2021 23:23:16 | -7,200 | 6d4be5aeed4219ec1fd0729e8c368877958f3dd5 | refactor(date): update imports | [
{
"change_type": "MODIFY",
"diff": "import type { ICompare, ICopy, IEqualsDelta, IEquiv } from \"@thi.ng/api\";\n-import { isNumber, isString } from \"@thi.ng/checks\";\n-import { Z2, Z3, Z4 } from \"@thi.ng/strings\";\n+import { isNumber } from \"@thi.ng/checks/is-number\";\n+import { isString } from \"@th... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(date): update imports | 1 | refactor | date |
679,913 | 10.09.2021 23:27:17 | -7,200 | df599da6934d3b9fe2dcdec213b1d978c78c493e | refactor(distance): update imports | [
{
"change_type": "MODIFY",
"diff": "-import { dist, dist2, dist3, ReadonlyVec } from \"@thi.ng/vectors\";\n+import type { ReadonlyVec } from \"@thi.ng/vectors\";\n+import { dist, dist2, dist3 } from \"@thi.ng/vectors/dist\";\nimport type { IDistance, Metric } from \"./api\";\nexport class Eucledian<T> imple... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(distance): update imports | 1 | refactor | distance |
679,913 | 10.09.2021 23:27:42 | -7,200 | 29a76816d8e4828241557a8abcbea66ba615f709 | refactor(dl-asset): update imports | [
{
"change_type": "MODIFY",
"diff": "import type { TypedArray } from \"@thi.ng/api\";\n-import { isString } from \"@thi.ng/checks\";\n+import { isString } from \"@thi.ng/checks/is-string\";\nimport type { DownloadOpts } from \"./api\";\n/**\n",
"new_path": "packages/dl-asset/src/raw.ts",
"old_path": ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(dl-asset): update imports | 1 | refactor | dl-asset |
679,913 | 10.09.2021 23:33:03 | -7,200 | 629e169cd0e6fa4f197f017be7cc72f6a940c1d3 | refactor(egf): update imports | [
{
"change_type": "MODIFY",
"diff": "import type { Fn3, IDeref, IEquiv, ILogger, IObjectOf } from \"@thi.ng/api\";\n-import { isNode } from \"@thi.ng/checks\";\n-import { unsupported } from \"@thi.ng/errors\";\n+import { isNode } from \"@thi.ng/checks/is-node\";\n+import { unsupported } from \"@thi.ng/errors... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(egf): update imports | 1 | refactor | egf |
679,913 | 10.09.2021 23:34:34 | -7,200 | 3d46498e2287608e763b5b765dc7fd229acf8db0 | refactor(fuzzy): update imports | [
{
"change_type": "MODIFY",
"diff": "import type { FnN2, FnU, FnU2, FnU3, FnU4 } from \"@thi.ng/api\";\n-import {\n- EPS,\n- eqDelta,\n- fit,\n- fitClamped,\n- gaussian as $gaussian,\n- sigmoid as $sigmoid,\n-} from \"@thi.ng/math\";\n+import { EPS } from \"@thi.ng/math/api\";\n+import { eqDelta } from \"@th... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(fuzzy): update imports | 1 | refactor | fuzzy |
679,913 | 10.09.2021 23:34:55 | -7,200 | 85e2d4bb75a45b346c2379707afd250839723a87 | refactor(fuzzy-viz): update imports | [
{
"change_type": "MODIFY",
"diff": "import type { Fn3, IClear, IDeref } from \"@thi.ng/api\";\n-import { DefuzzStrategy, FuzzyFn, LVarDomain, variable } from \"@thi.ng/fuzzy\";\n-import { serialize } from \"@thi.ng/hiccup\";\n-import { convertTree } from \"@thi.ng/hiccup-svg\";\n-import { fit } from \"@thi.... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(fuzzy-viz): update imports | 1 | refactor | fuzzy-viz |
679,913 | 10.09.2021 23:38:14 | -7,200 | f0e437ca4c5e709d4ed2988b275c31e7207d9be9 | refactor(geom-clip-line): update imports | [
{
"change_type": "MODIFY",
"diff": "-import {\n- intersectLinePolylineAll,\n- intersectRayPolylineAll,\n- pointInPolygon2,\n-} from \"@thi.ng/geom-isec\";\n-import { direction, ReadonlyVec, Vec } from \"@thi.ng/vectors\";\n+import { intersectLinePolylineAll } from \"@thi.ng/geom-isec/line-poly\";\n+import {... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom-clip-line): update imports | 1 | refactor | geom-clip-line |
679,913 | 10.09.2021 23:38:25 | -7,200 | 869a773ab1f861f99975d7ec2f955d02c34b39ac | refactor(geom-clip-poly): update imports | [
{
"change_type": "MODIFY",
"diff": "-import { intersectLineLine } from \"@thi.ng/geom-isec\";\n-import { centroid } from \"@thi.ng/geom-poly-utils\";\n-import { EPS } from \"@thi.ng/math\";\n-import { corner2, ReadonlyVec, Vec } from \"@thi.ng/vectors\";\n+import { intersectLineLine } from \"@thi.ng/geom-is... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom-clip-poly): update imports | 1 | refactor | geom-clip-poly |
679,913 | 10.09.2021 23:39:12 | -7,200 | a2f825d9914520cd047c01630389d50c7379e429 | refactor(geom-closest-point): update imports | [
{
"change_type": "MODIFY",
"diff": "-import { clamp } from \"@thi.ng/math\";\n-import { ReadonlyVec, setC2, setC3, Vec } from \"@thi.ng/vectors\";\n+import { clamp } from \"@thi.ng/math/interval\";\n+import type { ReadonlyVec, Vec } from \"@thi.ng/vectors\";\n+import { setC2, setC3 } from \"@thi.ng/vectors/... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom-closest-point): update imports | 1 | refactor | geom-closest-point |
679,913 | 10.09.2021 23:41:21 | -7,200 | a71ccba887fbd5df9340b8bf3e841e1339364fb3 | refactor(geom-io-obj): update imports | [
{
"change_type": "MODIFY",
"diff": "-import { assert } from \"@thi.ng/api\";\n+import { assert } from \"@thi.ng/api/assert\";\nimport type { Vec } from \"@thi.ng/vectors\";\nimport type { OBJFace, OBJGroup, OBJModel, ParseOpts } from \"./api\";\n",
"new_path": "packages/geom-io-obj/src/parser.ts",
"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom-io-obj): update imports | 1 | refactor | geom-io-obj |
679,913 | 10.09.2021 23:44:13 | -7,200 | aa038c49d681616a24bd2fb46f13bc1fe3a9b93f | refactor(geom-resample): update imports | [
{
"change_type": "MODIFY",
"diff": "-import { isPlainObject } from \"@thi.ng/checks\";\n-import { DEFAULT_SAMPLES, SamplingOpts } from \"@thi.ng/geom-api\";\n-import { copyVectors, ReadonlyVec } from \"@thi.ng/vectors\";\n+import { isPlainObject } from \"@thi.ng/checks/is-plain-object\";\n+import { DEFAULT_... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom-resample): update imports | 1 | refactor | geom-resample |
679,913 | 11.09.2021 01:03:22 | -7,200 | 00188f45e3a60ba94e7fa55559d2ef7ef5463b40 | refactor(color): update imports | [
{
"change_type": "MODIFY",
"diff": "@@ -9,9 +9,9 @@ import type { IRandom } from \"@thi.ng/random\";\nimport { vector } from \"@thi.ng/strings/vector\";\nimport { mapStridedBuffer } from \"@thi.ng/vectors/buffer\";\nimport { clamp4 } from \"@thi.ng/vectors/clamp\";\n+import { declareIndices } from \"@thi.ng... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(color): update imports | 1 | refactor | color |
679,913 | 11.09.2021 01:13:18 | -7,200 | df7579e3fcd1729327911dd5ae2d9c78619f4260 | feat(tools): update export map tools | [
{
"change_type": "MODIFY",
"diff": "@@ -2,11 +2,11 @@ import { equivSet } from \"@thi.ng/equiv\";\nimport { existsSync, readdirSync, statSync, writeFileSync } from \"fs\";\nimport { readJSON } from \"./io\";\n-const subdirs = (root: string) => {\n+const subdirs = (root: string, ignore = [\"zig-cache\"]) => ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(tools): update export map tools | 1 | feat | tools |
679,913 | 11.09.2021 01:14:19 | -7,200 | 3f3a9a8cf08e5782b109dca0473418a1ae7ad228 | build: add/update dev deps (esbuild) | [
{
"change_type": "MODIFY",
"diff": "\"@types/snowpack-env\": \"^2.3.4\",\n\"benchmark\": \"^2.1.4\",\n\"browserslist\": \"^4.16.8\",\n+ \"esbuild\": \"^0.12.26\",\n\"file-loader\": \"^6.2.0\",\n\"gzip-size\": \"^6.0.0\",\n\"html-minifier-terser\": \"^6.0.2\",\n\"terser\": \"^5.7.2\",\n\"ts-loader\": \"^9.2.... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: add/update dev deps (esbuild) | 1 | build | null |
679,913 | 11.09.2021 01:16:13 | -7,200 | e0aae8fcedc0c26566368d313aff7097bc38a678 | build(examples): update worker build steps (esbuild)
replace broken webpack build steps for workers w/ esbuild | [
{
"change_type": "MODIFY",
"diff": "\"clean\": \"../../node_modules/.bin/rimraf build node_modules/.cache\",\n\"start\": \"yarn build:worker && ../../node_modules/.bin/snowpack dev --reload\",\n\"build\": \"yarn build:worker && ../../node_modules/.bin/snowpack build\",\n- \"build:worker\": \"../../node_modu... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(examples): update worker build steps (esbuild)
- replace broken webpack build steps for workers w/ esbuild | 1 | build | examples |
401,147 | 11.09.2021 08:31:53 | -19,080 | b9b08763ff4e43de0e5652ad2074686064ccf59c | fix: types of custom component in forms package
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ import {\nTextField\n} from '@medly-components/core';\nimport { GetComponentProps } from '@medly-components/utils';\n-import { FC, HTMLProps } from 'react';\n+import { HTMLProps } from 'react';\nimport { Handlers } from '../../hooks/useForm/types';\nexpo... | TypeScript | MIT License | medly/medly-components | fix: types of custom component in forms package (#419)
affects: @medly-components/forms | 1 | fix | null |
551,670 | 11.09.2021 08:36:51 | -7,200 | 38a90c85c2a4c518c855b36fb64c31dc99fe8774 | feat(sql): allow comparisons between geohash and string, for chars notation | [
{
"change_type": "MODIFY",
"diff": "@@ -30,6 +30,7 @@ import io.questdb.cairo.GeoHashes;\nimport io.questdb.cairo.sql.Function;\nimport io.questdb.cairo.sql.Record;\nimport io.questdb.griffin.FunctionFactory;\n+import io.questdb.griffin.SqlException;\nimport io.questdb.griffin.SqlExecutionContext;\nimport i... | Java | Apache License 2.0 | questdb/questdb | feat(sql): allow comparisons between geohash and string, for chars notation (#1310) | 1 | feat | sql |
889,620 | 11.09.2021 10:21:05 | -28,800 | 72d34511409678cc6b4f7a5d8ea9f5d8159565d9 | fix: don't update read progress data upon upgrade or restore
add readDate to ReadProgress instead of relying on lastModifiedDate | [
{
"change_type": "MODIFY",
"diff": "@@ -342,7 +342,7 @@ export default Vue.extend({\n}, 5000),\nsetupLoaders(libraryId: string) {\nthis.loaderInProgressBooks = new PageLoader<BookDto>(\n- {sort: ['readProgress.lastModified,desc']},\n+ {sort: ['readProgress.readDate,desc']},\n(pageable: PageRequest) => this.... | Kotlin | MIT License | gotson/komga | fix: don't update read progress data upon upgrade or restore
add readDate to ReadProgress instead of relying on lastModifiedDate | 1 | fix | null |
889,620 | 11.09.2021 10:24:31 | -28,800 | 1d0c57854c4b4ca63f66228193e64bcf8af2c091 | fix: insert batch in chunks
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -48,8 +48,8 @@ class KomgaProperties {\n@get:NotBlank\nvar file: String = \"\"\n- @Deprecated(\"Unused since 0.81.0\")\n- var batchSize: Int = 500\n+ @get:Positive\n+ var batchChunkSize: Int = 1000\n}\nclass Lucene {\n",
"new_path": "komga/src/main/kotlin/org/gotso... | Kotlin | MIT License | gotson/komga | fix: insert batch in chunks
closes #654 | 1 | fix | null |
217,922 | 11.09.2021 11:38:58 | -7,200 | 92fa7815f122bc3727d3221c7262d1fd97026c80 | fix(fishing): fixed local dump breaking fishing reporter entirely | [
{
"change_type": "MODIFY",
"diff": "@@ -9,13 +9,14 @@ import { EorzeanTimeService } from '../eorzea/eorzean-time.service';\nimport { IpcService } from '../electron/ipc.service';\nimport { SubmarineExplorationResultReporter } from './submarine-exploration-result-reporter';\nimport { AirshipExplorationResultR... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(fishing): fixed local dump breaking fishing reporter entirely | 1 | fix | fishing |
217,922 | 11.09.2021 11:50:25 | -7,200 | aee84809329e3b52a0a0f24120deee9a59a44211 | fix(db): fixed reduction details showing a "show more" button even when not needed | [
{
"change_type": "MODIFY",
"diff": "-<div fxLayout=\"column\" fxLayoutGap=\"10px\">\n- <nz-card *ngFor=\"let reduction of detailsDisplay$ | async\" fxFlex=\"1 1 auto\">\n+<div fxLayout=\"column\" fxLayoutGap=\"10px\" *ngIf=\"detailsDisplay$ | async as detailsDisplay\">\n+ <nz-card *ngFor=\"let reduction of ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): fixed reduction details showing a "show more" button even when not needed | 1 | fix | db |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.