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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
317,842 | 26.01.2022 14:03:18 | -3,600 | d71b6e8e07e49383b1198757daacbf633db91291 | docs: powershell init sample updated | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ Import-Module oh-my-posh\n:::\n```powershell\n-oh-my-posh --init --shell pwsh --config ~/jandedobbeleer.omp.json | Invoke-Expression\n+oh-my-posh --init --shell pwsh --config $env:POSH_THEMES_PATH/jandedobbeleer.omp.json | Invoke-Expression\n```\nOnce ad... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: powershell init sample updated | 1 | docs | null |
104,842 | 26.01.2022 14:11:44 | 18,000 | 5fcedc5484f8a576aae51f6c9261fca7eef21912 | fix(table): added type to the JSX file | [
{
"change_type": "MODIFY",
"diff": "@@ -926,6 +926,7 @@ const Table = (props) => {\n}}\n// TODO: remove id in V3.\ndata-testid={`${id || testId}-filter-tag-${advancedFilter.filterId}`}\n+ type=\"blue\"\n>\n{advancedFilter.filterTitleText}\n</Tag>\n",
"new_path": "packages/react/src/components/Table/Tabl... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): added type to the JSX file | 1 | fix | table |
126,281 | 26.01.2022 14:30:06 | -3,600 | b8a24e3defdd8106a7c44e24618f09c833a12ea0 | chore(Dockerfile): Improve dockerfile builds
* Ensure certs are available in the bullseye-slim image
* Cache dependencies in docker image steps to allow quicker
rebuild of immudb images
* Add dockerfiles to docker ignored files | [
{
"change_type": "MODIFY",
"diff": "@@ -16,3 +16,4 @@ vendor\nbuild\nresources\n/immudata\n+/Dockerfile*\n",
"new_path": ".dockerignore",
"old_path": ".dockerignore"
},
{
"change_type": "MODIFY",
"diff": "FROM golang:1.17 as build\nWORKDIR /src\n+COPY go.mod go.sum /src/\n+RUN go mod dow... | Go | Apache License 2.0 | codenotary/immudb | chore(Dockerfile): Improve dockerfile builds
* Ensure certs are available in the bullseye-slim image
* Cache dependencies in docker image steps to allow quicker
rebuild of immudb images
* Add dockerfiles to docker ignored files | 1 | chore | Dockerfile |
104,842 | 26.01.2022 14:32:33 | 18,000 | c12a0386e417b593f04515869514fe9a4997a255 | fix(table): reverted style changes | [
{
"change_type": "MODIFY",
"diff": "@@ -99,6 +99,11 @@ html[dir='rtl'] {\nbackground-color: $ui-01;\npadding: $spacing-02 $spacing-04;\nborder-top: 1px solid $ui-03;\n+\n+ .#{$prefix}--tag {\n+ color: $interactive-01;\n+ background-color: $carbon--blue-20;\n+ }\n}\n// needed specificity to override .iot--to... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): reverted style changes | 1 | fix | table |
551,689 | 26.01.2022 14:38:25 | 0 | 0749a8e815a579654fd27f2afb23c0a2473899a9 | fix(ilp): case insensitivity for table names via ILP | [
{
"change_type": "MODIFY",
"diff": "@@ -52,8 +52,8 @@ class LineTcpMeasurementScheduler implements Closeable {\nprivate final CairoSecurityContext securityContext;\nprivate final RingQueue<LineTcpMeasurementEvent> queue;\nprivate final ReadWriteLock tableUpdateDetailsLock = new SimpleReadWriteLock();\n- pri... | Java | Apache License 2.0 | questdb/questdb | fix(ilp): case insensitivity for table names via ILP (#1826) | 1 | fix | ilp |
841,455 | 26.01.2022 14:39:19 | -10,800 | 987213797f71f9b5e0a0ac19edfbd18fe96a7ce5 | feat(es/lints): Implement "no-console" rule
swc_ecma_lints:
- Add types for general configuration.
- Add `no-console`rule.
swc:
- Expose the lint config via `jsc.lints`. | [
{
"change_type": "MODIFY",
"diff": "@@ -25,11 +25,11 @@ pub use swc_common::chain;\nuse swc_common::{\ncollections::{AHashMap, AHashSet},\nerrors::Handler,\n- FileName, Mark, SourceMap,\n+ FileName, Mark, SourceMap, SyntaxContext,\n};\nuse swc_ecma_ast::{EsVersion, Expr, Program};\nuse swc_ecma_ext_transfor... | Rust | Apache License 2.0 | swc-project/swc | feat(es/lints): Implement "no-console" rule (#3269)
swc_ecma_lints:
- Add types for general configuration.
- Add `no-console`rule.
swc:
- Expose the lint config via `jsc.lints`. | 1 | feat | es/lints |
791,704 | 26.01.2022 14:40:09 | 28,800 | ad1231f8616ad7b33da53af18b7287d767fd22e7 | deps(yargs): upgrade to 17.3.1 | [
{
"change_type": "MODIFY",
"diff": "@@ -178,7 +178,6 @@ function getFlags(manualArgv, options = {}) {\n},\n'enable-error-reporting': {\ntype: 'boolean',\n- default: undefined, // Explicitly `undefined` so prompted by default.\ndescribe: 'Enables error reporting, overriding any saved preference. --no-enable-... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps(yargs): upgrade to 17.3.1 (#13590) | 1 | deps | yargs |
160,177 | 26.01.2022 15:14:51 | -28,800 | 3a8a7cc6a981f53837f8774aa3130b7e6d5593b9 | fix: use autoToFront property take node to front | [
{
"change_type": "MODIFY",
"diff": "@@ -65,7 +65,7 @@ class Anchor extends Component<IProps, IState> {\nconst { overlapMode } = graphModel;\n// nodeModel.setSelected(true);\ngraphModel.selectNodeById(nodeModel.id);\n- if (overlapMode !== OverlapMode.INCREASE) {\n+ if (overlapMode !== OverlapMode.INCREASE &&... | TypeScript | Apache License 2.0 | didi/logicflow | fix: use autoToFront property take node to front | 1 | fix | null |
865,926 | 26.01.2022 15:29:58 | -3,600 | a7b162600c4391ef6e9d3911fd39ec2bb48c7843 | deps: update dependencies
Closes
Closes
Closes
Closes
Closes
Closes | [
{
"change_type": "MODIFY",
"diff": "}\n}\n},\n+ \"@bpmn-io/element-templates-validator\": {\n+ \"version\": \"0.3.0\",\n+ \"resolved\": \"https://registry.npmjs.org/@bpmn-io/element-templates-validator/-/element-templates-validator-0.3.0.tgz\",\n+ \"integrity\": \"sha512-EWFHwW3OXXsBhSkyMqk4h2lUaJPMZV+C3jO5... | JavaScript | MIT License | camunda/camunda-modeler | deps: update dependencies
Closes #2664
Closes #2374
Closes #2524
Closes #2641
Closes #2599
Closes #2585 | 1 | deps | null |
530,289 | 26.01.2022 15:33:47 | 28,800 | 54a1dce00f6bec2389a1514c84643f53c2259dc1 | chore: update README links to point to docs site
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,23 +46,23 @@ 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-java](https://github.com/projen/projen/blob/main/API.md#projen-awscdk-awscdkjavaapp) - AWS... | TypeScript | Apache License 2.0 | projen/projen | chore: update README links to point to docs site (#1567)
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | chore | null |
756,039 | 26.01.2022 15:41:24 | 28,800 | 8c9dae71bd3d3bf06d562f38c67dfb46be7db1ca | fix(wallet): fix offer id reference | [
{
"change_type": "MODIFY",
"diff": "@@ -31,15 +31,15 @@ export const makeBackendFromWalletBridge = walletBridge => {\nconst { done, value } = await offersMembers.next();\nreturn harden({\ndone,\n- value: value.map(({ offerId, ...rest }) =>\n+ value: value.map(({ id, ...rest }) =>\nharden({\n- offerId,\n+ id... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(wallet): fix offer id reference (#4393) | 1 | fix | wallet |
217,922 | 26.01.2022 15:43:44 | -3,600 | cf2d22e3ca0423e2db8585bddaa3960d6e930a2d | chore: better etag logic | [
{
"change_type": "MODIFY",
"diff": "@@ -264,7 +264,7 @@ export class ListsEffects {\nwithLatestFrom(this.listsFacade.selectedList$),\nswitchMap(([{ payload }, list]) => {\nconst selected = payload.find(l => l.$key === list.$key);\n- if (selected && selected.etag > list.etag) {\n+ if (selected && selected.et... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: better etag logic | 1 | chore | null |
599,909 | 26.01.2022 16:01:28 | -14,400 | ca184728e912c94e40484a55edfab01cae696a1b | docs: update open api spec [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -3162,6 +3162,13 @@ paths:\nsecurity: []\ntags:\n- users\n+ parameters:\n+ - in: path\n+ name: guid\n+ required: true\n+ schema:\n+ type: number\n+ example: 1\nresponses:\n'200':\ndescription: OK\n",
"new_path": "overseerr-api.yml",
"old_path": "overseerr-api.y... | TypeScript | MIT License | sct/overseerr | docs: update open api spec (#2478) [skip ci] | 1 | docs | null |
160,177 | 26.01.2022 16:02:52 | -28,800 | 46764279f6667354b1d67186e0f131f764c3eb79 | feat: add attribute visible to element | [
{
"change_type": "MODIFY",
"diff": "<div class=\"rules-graph\">\n<div id=\"app\"></div>\n</div>\n- <script src=\"/core/dist/logic-flow.js\"></script>\n- <!-- <script src=\"http://localhost:9092/logic-flow.js\"></script> -->\n+ <!-- <script src=\"/core/dist/logic-flow.js\"></script> -->\n+ <script src=\"http... | TypeScript | Apache License 2.0 | didi/logicflow | feat: add attribute visible to element | 1 | feat | null |
791,704 | 26.01.2022 16:30:10 | 28,800 | 8670ea4da170c6ce04c1bca891fd54d4040b472f | deps(yargs-parser): upgrade to 21.0.0 | [
{
"change_type": "MODIFY",
"diff": "\"@types/tabulator-tables\": \"^4.9.1\",\n\"@types/ws\": \"^7.0.0\",\n\"@types/yargs\": \"^17.0.8\",\n- \"@types/yargs-parser\": \"^15.0.0\",\n+ \"@types/yargs-parser\": \"^20.2.1\",\n\"@typescript-eslint/eslint-plugin\": \"^5.6.0\",\n\"@typescript-eslint/parser\": \"^5.6... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps(yargs-parser): upgrade to 21.0.0 (#13597) | 1 | deps | yargs-parser |
104,828 | 26.01.2022 16:33:09 | -3,600 | 0da8b85546f4bb2173093915f4a42f29cf1fb3e1 | fix(table): add rownesting in total columns calc
options.hasRowNesting was missing when calculating totalColumns | [
{
"change_type": "MODIFY",
"diff": "@@ -745,7 +745,7 @@ const Table = (props) => {\nconst totalColumns =\nvisibleColumns.length +\n(hasMultiSelect ? 1 : 0) +\n- (options.hasRowExpansion ? 1 : 0) +\n+ (options.hasRowExpansion || options.hasRowNesting ? 1 : 0) +\n(options.hasRowActions ? 1 : 0) +\n(showExpand... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): add rownesting in total columns calc
#3210 options.hasRowNesting was missing when calculating totalColumns | 1 | fix | table |
503,918 | 26.01.2022 16:41:35 | -7,200 | 066e2bb994f4eca5538fb9287e5d10ddf4a30cac | fix(OverflowMenu): ignore menu being covered in intg. tests | [
{
"change_type": "MODIFY",
"diff": "@@ -32,12 +32,12 @@ describe('OverflowMenu Demo Test', () => {\nit('Verify dropdown menu expanded', () => {\ncy.get('#simple-overflow-menu button')\n.last()\n- .click();\n+ .click({ force: true });\ncy.get('#simple-overflow-menu .pf-c-dropdown').should('have.class', 'pf-m... | TypeScript | MIT License | patternfly/patternfly-react | fix(OverflowMenu): ignore menu being covered in intg. tests (#6852)
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> | 1 | fix | OverflowMenu |
777,389 | 26.01.2022 16:42:06 | 28,800 | 8c234ef9d2c0ce3abe3b87383165d7cd9eb1bd9d | chore: set up api errors to be handled close to their usage
call handleError as late as possible and as a stop to bubbling up an exception
allowing more contextual information to be available and collected.
prevent handling the same error twice | [
{
"change_type": "MODIFY",
"diff": "@@ -78,9 +78,10 @@ module.exports = {\n} ],\n'max-len': [ 'error', 100, { tabWidth: 2 } ],\n'no-console': [ 'error', { allow: [ 'warn' ] } ],\n- 'no-empty': [ 'error', { allowEmptyCatch: true } ],\n+ 'no-empty': [ 'error', { allowEmptyCatch: false } ],\n'no-multi-spaces':... | Python | Apache License 2.0 | determined-ai/determined | chore: set up api errors to be handled close to their usage (#3482)
- call handleError as late as possible and as a stop to bubbling up an exception
allowing more contextual information to be available and collected.
- prevent handling the same error twice | 1 | chore | null |
317,683 | 26.01.2022 17:10:04 | -21,600 | 233bcd73dbfaf1bd0e12c4c1afbd494732409f71 | theme: add if-tea | [
{
"change_type": "ADD",
"diff": "+{\n+ \"$schema\": \"https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json\",\n+ \"blocks\": [\n+ {\n+ \"alignment\": \"left\",\n+ \"newline\": true,\n+ \"segments\": [\n+ {\n+ \"foreground\": \"#1865f5\",\n+ \"properties\": {\n+ \"alpine\": \"\... | Go | MIT License | jandedobbeleer/oh-my-posh | theme: add if-tea | 1 | theme | null |
217,922 | 26.01.2022 17:26:18 | -3,600 | 77f2c8a546b679807a226fb286bf12d264e37855 | chore: initial loading loop fix | [
{
"change_type": "MODIFY",
"diff": "import { Injectable } from '@angular/core';\nimport { HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';\nimport { AuthFacade } from './+state/auth.facade';\n-import { filter, switchMap, first } from 'rxjs/operators';\n+import { filter, first, switch... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: initial loading loop fix | 1 | chore | null |
791,282 | 26.01.2022 17:45:31 | 28,800 | 51cf97eff8e9baa1c58d9c2f6588fe2950554bc1 | chore(internal/gapicgen): update microgenerator to v0.24.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ RUN go install github.com/golang/protobuf/protoc-gen-go@v1.5.2 && \\\ngo install golang.org/x/lint/golint@latest && \\\ngo install golang.org/x/tools/cmd/goimports@latest && \\\ngo install honnef.co/go/tools/cmd/staticcheck@latest && \\\n- go install git... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(internal/gapicgen): update microgenerator to v0.24.0 (#5408) | 1 | chore | internal/gapicgen |
386,596 | 26.01.2022 18:02:41 | 0 | 9521b738f7be1c80311124f4b976f5888ab5d3a8 | chore: Add comment to clarify implementation. | [
{
"change_type": "MODIFY",
"diff": "@@ -23,6 +23,10 @@ import * as pipelineOperators from 'mingo/operators/pipeline/index.js';\nimport * as queryOperators from 'mingo/operators/query/index.js';\nimport * as projectionOperators from 'mingo/operators/projection/index.js';\n+// \"import * as\" is returning dif... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Add comment to clarify implementation. | 1 | chore | null |
104,842 | 26.01.2022 18:03:38 | 18,000 | e185499fb4c787675e6cd4c5d6aefb7c1bbd1cbb | fix(table): merged with next | [
{
"change_type": "MODIFY",
"diff": "@@ -104826,7 +104826,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/T\n>\n<div\naria-label=\"Story Filter Story Filter\"\n- className=\"bx--tag bx--tag--filter\"\n+ className=\"bx--tag bx--tag--filter bx--tag--blue\"\ndata-testid=\"tab... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): merged with next | 1 | fix | table |
617,455 | 26.01.2022 18:03:39 | -3,600 | 1e6b727f3c278b13804762985469c5843cc19d39 | fix: issues after enabled check null in typescript | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ const SituationInput = ({ element }: PublicodesInputProps): JSX.Element => {\ntype Props = {\nsituation: SituationElement[];\nannotations?: JSX.Element[];\n- onOverrideInput?: (element: SituationElement) => JSX.Element;\n+ onOverrideInput?: (element: Sit... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix: issues after enabled check null in typescript (#4213) | 1 | fix | null |
617,479 | 26.01.2022 18:09:18 | -3,600 | 9f665df5197f3291a4993f002907d7ae9540dbce | fix(secu): use non-privilegied docker user | [
{
"change_type": "MODIFY",
"diff": "@@ -53,5 +53,6 @@ COPY --from=node_modules node_modules /app/node_modules\nCOPY . /app\n+USER 1000\nCMD [ \"yarn\", \"start\"]\n",
"new_path": "Dockerfile",
"old_path": "Dockerfile"
},
{
"change_type": "MODIFY",
"diff": "@@ -33,4 +33,6 @@ COPY --from=n... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(secu): use non-privilegied docker user (#4201) | 1 | fix | secu |
889,620 | 26.01.2022 18:18:23 | -28,800 | 5777952c05246f8e1ab8408dbd11c130b70ef113 | feat(api): wip version of the page-hashes endpoints | [
{
"change_type": "ADD",
"diff": "+package org.gotson.komga.domain.model\n+\n+import java.time.LocalDateTime\n+\n+data class PageHash(\n+ val hash: String,\n+ val mediaType: String,\n+ val size: Long? = null,\n+ val action: Action,\n+ val deleteCount: Int = 0,\n+\n+ override val createdDate: LocalDateTime = ... | Kotlin | MIT License | gotson/komga | feat(api): wip version of the page-hashes endpoints | 1 | feat | api |
889,620 | 26.01.2022 18:19:06 | -28,800 | 79d265c85211a2430d0bae784bad91522eba36aa | feat(webui): view duplicate pages | [
{
"change_type": "ADD",
"diff": "+<template>\n+ <v-data-table\n+ :headers=\"headers\"\n+ :items=\"elements\"\n+ :options.sync=\"options\"\n+ :server-items-length=\"totalElements\"\n+ :loading=\"loading\"\n+ class=\"elevation-1\"\n+ :footer-props=\"{\n+ itemsPerPageOptions: [10, 20, 50]\n+ }\"\n+ >\n+ <templ... | Kotlin | MIT License | gotson/komga | feat(webui): view duplicate pages | 1 | feat | webui |
71,094 | 26.01.2022 18:29:08 | 0 | 9940952d67bdf07f3d737dc88676dc7f7c435a12 | fix(stepfunctions-tasks): cluster creation fails with unresolved release labels
Skipping validation in case the `props.releaseLabel` is unresolved.
*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": "@@ -202,7 +202,7 @@ export class EmrCreateCluster extends sfn.TaskStateBase {\nthis.taskPolicies = this.createPolicyStatements(this._serviceRole, this._clusterRole, this._autoScalingRole);\n- if (this.props.releaseLabel !== undefined) {\n+ if (this.props.releaseLabel !== ... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(stepfunctions-tasks): cluster creation fails with unresolved release labels (#18288)
Skipping validation in case the `props.releaseLabel` is unresolved.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | stepfunctions-tasks |
103,623 | 26.01.2022 19:09:23 | -3,600 | 1fd0e2a9c646e62c22b2b1930dcb8c2425481dca | fix: cleanup modal backhandler listener on unmount | [
{
"change_type": "MODIFY",
"diff": "@@ -148,13 +148,16 @@ export default function Modal({\n}).start();\n};\n- const hideModal = () => {\n+ const removeListeners = () => {\nif (subscription.current?.remove) {\nsubscription.current?.remove();\n} else {\nBackHandler.removeEventListener('hardwareBackPress', han... | TypeScript | MIT License | callstack/react-native-paper | fix: cleanup modal backhandler listener on unmount (#3049)
Co-authored-by: David Gruseck <david.gruseck@actinate.com> | 1 | fix | null |
551,689 | 26.01.2022 19:56:19 | 0 | 74b56460eda586942b76b25f874c68a77f13b5c0 | fix(ilp): default partitioning for tables created by udp ilp | [
{
"change_type": "MODIFY",
"diff": "@@ -135,6 +135,7 @@ public class PropServerConfiguration implements ServerConfiguration {\nprivate final PGWireConfiguration pgWireConfiguration = new PropPGWireConfiguration();\nprivate final InputFormatConfiguration inputFormatConfiguration;\nprivate final LineProtoTime... | Java | Apache License 2.0 | questdb/questdb | fix(ilp): default partitioning for tables created by udp ilp (#1827) | 1 | fix | ilp |
471,226 | 26.01.2022 20:21:15 | -3,600 | e1c32b2daab842dc96b79a149f496d649491043c | feat(views): add FilteringAttributesProcessor | [
{
"change_type": "MODIFY",
"diff": "@@ -43,4 +43,22 @@ export class NoopAttributesProcessor extends AttributesProcessor {\n}\n}\n+/**\n+ * {@link AttributesProcessor} that filters by allowed attribute names and drops any names that are not in the\n+ * allow list.\n+ */\n+export class FilteringAttributesProc... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | feat(views): add FilteringAttributesProcessor (#2733) | 1 | feat | views |
217,922 | 26.01.2022 20:29:01 | -3,600 | fa54c628ee0cc60feb2eec68459b53abe1929c12 | fix(lists): fixed offline list details not updating properly | [
{
"change_type": "MODIFY",
"diff": "@@ -116,10 +116,9 @@ export function listsReducer(\ncase ListsActionTypes.OfflineListsLoaded: {\nstate = {\n...state,\n- listDetails: listsAdapter.setMany(action.payload.filter(list => list.$key !== state.selectedId),\n+ listDetails: listsAdapter.setMany(action.payload,\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(lists): fixed offline list details not updating properly | 1 | fix | lists |
217,922 | 26.01.2022 20:30:08 | -3,600 | fccd4e75ebe758fec5ca5dcf3f54ce6b1417d4c4 | fix(lists): fixed delete multiple lists system not working | [
{
"change_type": "MODIFY",
"diff": "@@ -323,7 +323,7 @@ export class ListsEffects {\nofType<DeleteLists>(ListsActionTypes.DeleteLists),\nswitchMap(({ keys }) => {\nreturn combineLatest(keys.map(key => {\n- this.listService.resetModificationsHistory(key);\n+ return this.listService.resetModificationsHistory(... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(lists): fixed delete multiple lists system not working | 1 | fix | lists |
103,580 | 26.01.2022 20:35:47 | -3,600 | 7a0e3ab15fbe4a93ed81a84fdb3bccaafa2a2e16 | fix: correct Card animation drivers related to elevation | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ import {\nText,\nSwitch,\n} from 'react-native-paper';\n+import { PreferencesContext } from '..';\nimport ScreenWrapper from '../ScreenWrapper';\nconst CardExample = () => {\n@@ -19,6 +20,8 @@ const CardExample = () => {\nconst [isOutlined, setIsOutlined... | TypeScript | MIT License | callstack/react-native-paper | fix: correct Card animation drivers related to elevation (#3041) | 1 | fix | null |
217,922 | 26.01.2022 21:04:22 | -3,600 | 3547794be4dc87f1947a7539d7d8b5ba9c4f2a94 | fix(profile): fixed verification result banner font color | [
{
"change_type": "MODIFY",
"diff": "<div fxLayout=\"row\" fxLayoutGap=\"5px\">\n<ng-container *ngIf=\"userId$ | async as userId\">\n<button (click)=\"verifyCharacter(userId, mainCharacter.character.ID)\" *ngIf=\"!mainCharacter.verified && mainCharacter.character.ID > 0\" nz-button\n- nzShape=\"circle\" nzSi... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(profile): fixed verification result banner font color | 1 | fix | profile |
404,827 | 26.01.2022 21:04:36 | -3,600 | ab0155c73dcb595144bac61198660eb073812850 | fix: use `replace` over `replaceAll` | [
{
"change_type": "MODIFY",
"diff": "-export const getPresetSlug = presetName => presetName.toLowerCase().replaceAll(/[^\\w\\s]/gi, '').replaceAll(' ', '-')\n+export const getPresetSlug = presetName => presetName.toLowerCase().replace(/[^\\w\\s]/gi, '').replace(/ /g, '-')\nexport const getPresetBySlug = (pre... | JavaScript | MIT License | microlinkhq/cards | fix: use `replace` over `replaceAll` | 1 | fix | null |
104,828 | 26.01.2022 21:06:37 | -3,600 | 3dfee86688e672a2c4295d5549a3779a4237606c | fix(table): fix filter columns for row nesting | [
{
"change_type": "MODIFY",
"diff": "@@ -69,6 +69,7 @@ class FilterHeaderRow extends Component {\ntableOptions: PropTypes.shape({\nhasRowSelection: PropTypes.oneOf(['multi', 'single', false]),\nhasRowExpansion: PropTypes.bool,\n+ hasRowNesting: PropTypes.bool,\nhasRowActions: PropTypes.bool,\n}),\n/** filter... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): fix filter columns for row nesting | 1 | fix | table |
386,581 | 26.01.2022 21:26:20 | -7,200 | cf66a6f83952016b4282985b44f8eb10e7f72ea4 | feat(server-dev): Dev server plugin install and next build working. | [
{
"change_type": "MODIFY",
"diff": "limitations under the License.\n*/\n-import startServerProcess from './startServerProcess.mjs';\n+import startNextServer from './startNextServer.mjs';\nfunction restartServer(context) {\n- return async () => {\n- if (context.serverProcess) {\n+ return () => {\n+ context.s... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(server-dev): Dev server plugin install and next build working. | 1 | feat | server-dev |
847,143 | 26.01.2022 21:45:59 | -28,800 | 274fad947c3a56c748789596059f95e2fb3f360d | feat: rebuild navbar actions | [
{
"change_type": "DELETE",
"diff": "-import { defineComponent, h } from \"vue\";\n-import AutoLink from \"./AutoLink\";\n-import { useNavbarRepo } from \"../composables\";\n-\n-import type { VNode } from \"vue\";\n-\n-export default defineComponent({\n- name: \"RepoLink\",\n-\n- setup() {\n- const repo = us... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat: rebuild navbar actions | 1 | feat | null |
386,581 | 26.01.2022 21:50:19 | -7,200 | 1a8699a0124ba45202cc4d57255d5d0d6ff6abb7 | feat(server-dev): Skip calling next and lowdefy build using npm/yarn start. | [
{
"change_type": "MODIFY",
"diff": "/* eslint-disable no-console */\nimport path from 'path';\n+import { createRequire } from 'module';\nimport yargs from 'yargs';\nimport { hideBin } from 'yargs/helpers';\n@@ -30,10 +31,16 @@ import shutdownServer from './processes/shutdownServer.mjs';\nimport startWatcher... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(server-dev): Skip calling next and lowdefy build using npm/yarn start. | 1 | feat | server-dev |
306,320 | 26.01.2022 21:58:48 | 0 | d58489ad97481c95243292754ef4343e4da60be6 | chore: add contributors image | [
{
"change_type": "MODIFY",
"diff": "@@ -95,6 +95,12 @@ See [this page](https://www.infracost.io/docs/usage_based_resources) for details\nIssues and pull requests are welcome! For development details, see the [contributing](CONTRIBUTING.md) guide. For major changes, including CLI interface changes, please op... | Go | Apache License 2.0 | infracost/infracost | chore: add contributors image (#1306) | 1 | chore | null |
269,464 | 26.01.2022 22:14:52 | 10,800 | 9aa00c7f3f6e1051f9deb10805bdc9ed06f32f8f | chore(ci): pass down AUR_KEY | [
{
"change_type": "MODIFY",
"diff": "@@ -124,4 +124,5 @@ jobs:\nFURY_TOKEN: ${{ secrets.FURY_TOKEN }}\nDISCORD_WEBHOOK_ID: ${{ secrets.DISCORD_WEBHOOK_ID }}\nDISCORD_WEBHOOK_TOKEN: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}\n+ AUR_KEY: ${{ secrets.AUR_KEY }}\nrun: task goreleaser\n",
"new_path": ".github/workf... | Go | MIT License | goreleaser/goreleaser | chore(ci): pass down AUR_KEY
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | chore | ci |
847,143 | 26.01.2022 22:42:00 | -28,800 | c0ec529754566ecb6cd26de675ff680fa04c1e06 | fix(components): fix prop type | [
{
"change_type": "MODIFY",
"diff": "@@ -14,8 +14,8 @@ export default defineComponent({\nprops: {\ndefaultAuthor: {\n- type: Object as PropType<Author>,\n- default: () => ({}),\n+ type: [Object, String, Array] as PropType<Author>,\n+ default: \"\",\n},\nhint: {\n",
"new_path": "packages/components/src/cl... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(components): fix prop type | 1 | fix | components |
386,581 | 26.01.2022 23:22:53 | -7,200 | 34aa84acf92288ecbada387ecf9c7eefc1c0968e | feat(server-dev): Optimise dev server next build time. | [
{
"change_type": "MODIFY",
"diff": "@@ -23,11 +23,12 @@ module.exports = withLess({\n}\nreturn config;\n},\n+ swcMinify: true,\n+ compress: false,\n+ outputFileTracing: false,\npoweredByHeader: false,\n- // productionBrowserSourceMaps: true\n- // experimental: {\n- // concurrentFeatures: true,\n- // },\n+ g... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(server-dev): Optimise dev server next build time. | 1 | feat | server-dev |
471,400 | 26.01.2022 23:35:37 | -7,200 | 08b5615c15188f39a650581d3cc99e56e08e222d | chore: Added contributors image to readme | [
{
"change_type": "MODIFY",
"diff": "@@ -135,6 +135,12 @@ We'd love your help!. Use tags [up-for-grabs][up-for-grabs-issues] and\n[good first issue][good-first-issues] to get started with the project. Follow\n[CONTRIBUTING](CONTRIBUTING.md) guide to report issues or submit a proposal.\n+### Thanks to all the... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | chore: Added contributors image to readme (#853) | 1 | chore | null |
847,143 | 26.01.2022 23:52:55 | -28,800 | 45bb867a9fca85b31d9e71507055b1550db21ba6 | refactor: update class | [
{
"change_type": "MODIFY",
"diff": "@@ -87,7 +87,7 @@ export default defineComponent({\nreturn (): VNode =>\nh(\n\"nav\",\n- { class: { breadcrumb: true, disable: !enable.value } },\n+ { class: [\"breadcrumb\", { disable: !enable.value }] },\nenable.value\n? h(\n\"ol\",\n",
"new_path": "packages/compone... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | refactor: update class | 1 | refactor | null |
847,143 | 26.01.2022 23:59:12 | -28,800 | 415ba7d1e724efecc4ba6a6b5ced2fb9e494fddb | fix(theme): fix collapsable sidebar | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ export const en: SidebarConfig = {\n{\nicon: \"creative\",\ntext: \"Guide\",\n+ collapsable: true,\nchildren: [\n\"/guide/README.md\",\n\"/guide/page.md\",\n",
"new_path": "demo/src/.vuepress/configs/sidebar/en.ts",
"old_path": "demo/src/.vuepress/... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(theme): fix collapsable sidebar | 1 | fix | theme |
269,464 | 27.01.2022 00:10:05 | 10,800 | f42fe8ddd1ebfa8bd5eff0bff601e61ef9699183 | docs: install instructions for arch linux | [
{
"change_type": "MODIFY",
"diff": "@@ -104,6 +104,18 @@ Below you can find the steps for each of them.\nsudo yum install goreleaser-pro\n```\n+### aur\n+\n+=== \"OSS\"\n+ ```sh\n+ yay -S goreleaser-bin\n+ ```\n+\n+=== \"Pro\"\n+ ```sh\n+ yay -S goreleaser-pro-bin\n+ ```\n+\n### deb, rpm and apk packages\n"... | Go | MIT License | goreleaser/goreleaser | docs: install instructions for arch linux | 1 | docs | null |
269,464 | 27.01.2022 00:22:18 | 10,800 | 5f36f2ebce2e03c05b4e00354f3ee463b3449029 | docs: fix pro link on deprecations page | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ Description.\n> since 2022-01-20 (v1.4.0)\n-On [GoReleaser PRO][pro], custom variables should now be prefixed with `.Var`.\n+On [GoReleaser PRO](/pro/) custom variables should now be prefixed with `.Var`.\n=== \"Before\"\n",
"new_path": "www/docs/dep... | Go | MIT License | goreleaser/goreleaser | docs: fix pro link on deprecations page | 1 | docs | null |
404,827 | 27.01.2022 00:24:27 | -3,600 | 12beb3a3287a40cee23ca06c39ff45ab0eeebf15 | refactor: seo improvements
+ Add preset-specific metadata
+ Create `SeoMeta` component
+ Deprecate `setImageMeta` method | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,7 @@ export { Script } from './script'\nexport { LiveEditor, LiveError, LivePreview, LiveProvider } from './live-editor'\nexport { Overlay } from './overlay'\nexport { SearchableSelect } from './searchable-select'\n+export { SeoMeta } from './seo-meta'\nexpor... | JavaScript | MIT License | microlinkhq/cards | refactor: seo improvements
+ Add preset-specific metadata
+ Create `SeoMeta` component
+ Deprecate `setImageMeta` method | 1 | refactor | null |
404,827 | 27.01.2022 00:34:10 | -3,600 | aff0e6920b2c4fdf4777bd2a63c70f4e131ccda9 | refactor: twitter:card meta update
+ Add `twitterCardType` prop to `SeoMeta` component | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ export const SeoMeta = ({\nimage = META.image,\nlogo = META.logo,\ntitle = META.title,\n+ twitterCardType = 'summary',\nurl = META.url\n}) => (\n<Head>\n@@ -20,7 +21,7 @@ export const SeoMeta = ({\n<meta itemProp='description' content={description} key='sc... | JavaScript | MIT License | microlinkhq/cards | refactor: twitter:card meta update
+ Add `twitterCardType` prop to `SeoMeta` component | 1 | refactor | null |
847,143 | 27.01.2022 00:51:57 | -28,800 | 6b779ad40d16c3e24a8fdfa71dcf4331433ed442 | feat(sitemap2): update sitemap | [
{
"change_type": "ADD",
"diff": "+import { chalk, fs, logger, withSpinner } from \"@vuepress/utils\";\n+import { SitemapStream } from \"sitemap\";\n+\n+import type { App, Page } from \"@vuepress/core\";\n+import type { GitData } from \"@vuepress/plugin-git\";\n+import type {\n+ ModifyTimeGetter,\n+ SitemapF... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat(sitemap2): update sitemap | 1 | feat | sitemap2 |
847,143 | 27.01.2022 00:54:46 | -28,800 | bceb65692545a2296cc320e356838ee978ffae1c | feat(theme): support sitemap | [
{
"change_type": "MODIFY",
"diff": "@@ -25,5 +25,5 @@ export const sitemapPlugin: Plugin<SitemapOptions> = (options, app) => {\n};\nexport const sitemap = (\n- options: SitemapOptions\n+ options: SitemapOptions | false\n): PluginConfig<SitemapOptions> => [sitemapPlugin, options];\n",
"new_path": "packag... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat(theme): support sitemap | 1 | feat | theme |
103,437 | 27.01.2022 00:56:40 | -19,080 | dbc2d27f3a9d306788b8bb8ba576f52bbbe45311 | feat: add event listeners for Avatar.Image | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import * as React from 'react';\nimport {\nImage,\nImageSourcePropType,\n+ ImageProps,\nStyleSheet,\nView,\nViewStyle,\n@@ -27,6 +28,30 @@ type Props = React.ComponentPropsWithRef<typeof View> & {\n*/\nsize?: number;\nstyle?: StyleProp<ViewStyle>;\n+ /**\n... | TypeScript | MIT License | callstack/react-native-paper | feat: add event listeners for Avatar.Image (#3032) | 1 | feat | null |
847,143 | 27.01.2022 01:20:01 | -28,800 | 84e80fe2eab7b355ff5d35e2e181fec43174d999 | fix(components): fix build | [
{
"change_type": "MODIFY",
"diff": "-import { rollupTypescript, rollupVue } from \"../../scripts/rollup\";\n+import { rollupTypescript } from \"../../scripts/rollup\";\nexport default [\n...rollupTypescript(\"node/index\", {\n@@ -11,7 +11,7 @@ export default [\n\"vuepress-plugin-sass-palette\",\n],\n}),\n- ... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(components): fix build | 1 | fix | components |
847,143 | 27.01.2022 01:20:27 | -28,800 | 7ad3f7c45677a885f62aa583ac0b746acc5ed35d | chore(theme): fix theme build | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,13 @@ export default [\n\"@vuepress/utils\",\n\"vuepress-plugin-comment2\",\n\"vuepress-plugin-copy-code2\",\n+ \"vuepress-plugin-feed2\",\n+ \"vuepress-plugin-md-enhance\",\n+ \"vuepress-plugin-photo-swipe\",\n+ \"vuepress-plugin-pwa2\",\n\"vuepress-plugin-sas... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | chore(theme): fix theme build | 1 | chore | theme |
942,586 | 27.01.2022 07:28:42 | 28,800 | b04bdbb2754527a37385326473dab3b7db6db872 | fix(preview): Preview FormField.Hint error text not the correct color
Fixes:
[category:Components] | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import {\nuseModelContext,\nuseTheme,\n} from '@workday/canvas-kit-react/common';\n-import {space, type} from '@workday/canvas-kit-react/tokens';\n+import {type} from '@workday/canvas-kit-react/tokens';\nimport {Box} from '@workday/canvas-kit-labs-react/co... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(preview): Preview FormField.Hint error text not the correct color (#1445)
Fixes: #1444
[category:Components] | 1 | fix | preview |
317,646 | 27.01.2022 07:44:35 | -3,600 | c0f4b6d6f0b88d497f169642fd631076a6875ae7 | refactor: move title to module | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ import (\n\"errors\"\n\"fmt\"\n\"oh-my-posh/color\"\n+ \"oh-my-posh/console\"\n\"oh-my-posh/environment\"\n\"oh-my-posh/properties\"\n\"oh-my-posh/segments\"\n@@ -27,7 +28,7 @@ type Config struct {\nFinalSpace bool `config:\"final_space\"`\nOSC99 bool `con... | Go | MIT License | jandedobbeleer/oh-my-posh | refactor: move title to module | 1 | refactor | null |
251,214 | 27.01.2022 09:08:51 | 14,400 | 509883a546883d8a07815d90945903ef87de57fc | fix: fixed resteasy response initialization during ping callback response and similar classes | [
{
"change_type": "MODIFY",
"diff": "@@ -39,10 +39,6 @@ public class FirebaseCloudMessagingResponse extends BaseResponse {\npublic FirebaseCloudMessagingResponse(Response clientResponse) {\nsuper(clientResponse);\n-\n- String entity = clientResponse.readEntity(String.class);\n- setEntity(entity);\n- setHeade... | Java | MIT License | gluufederation/oxauth | fix: fixed resteasy response initialization during ping callback response and similar classes | 1 | fix | null |
103,580 | 27.01.2022 09:41:44 | -3,600 | a2600b34985ca54472efb435926d2dd2596aa657 | chore: release 4.12.0-alpha.0 | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"react-native-paper\",\n- \"version\": \"4.11.2\",\n+ \"version\": \"4.12.0-alpha.0\",\n\"description\": \"Material design for React Native\",\n\"main\": \"lib/commonjs/index.js\",\n\"module\": \"lib/module/index.js\",\n",
"new_path": "package.json",
... | TypeScript | MIT License | callstack/react-native-paper | chore: release 4.12.0-alpha.0 | 1 | chore | null |
739,259 | 27.01.2022 09:41:55 | -3,600 | 2c83a1232cab085aaaa47e1d5e5f36cd754d37f0 | fix: webfont:deploy from release as it is already runned on tags into CI | [
{
"change_type": "MODIFY",
"diff": "\"build:core\": \"./scripts/core.sh\",\n\"watch\": \"onchange 'packages/**/*.js' -e '**/dist/**' -- node -r esm scripts/watch.js {{changed}}\",\n\"release:publish\": \"yarn lerna publish --conventional-commits --no-private\",\n- \"release:prerelease\": \"yarn -s check:ssh... | TypeScript | MIT License | wttj/welcome-ui | fix: webfont:deploy from release as it is already runned on tags into CI (#1001) | 1 | fix | null |
889,620 | 27.01.2022 09:46:19 | -28,800 | 7a3f80ce92aead63f2e8310301fef402b885d964 | fix(webui): duplicate page card action bar alignment | [
{
"change_type": "MODIFY",
"diff": ":key=\"i\"\nclass=\"ma-2\"\n>\n- <v-container>\n+ <v-container fluid>\n<v-row>\n<v-col>\n<v-img\nwidth=\"200\"\n+ height=\"300\"\ncontain\n@click=\"showDialogImage(element.hash)\"\n:src=\"pageHashUnknownThumbnailUrl(element.hash, 500)\"\n</v-card-text>\n</v-col>\n</v-row>... | Kotlin | MIT License | gotson/komga | fix(webui): duplicate page card action bar alignment | 1 | fix | webui |
821,210 | 27.01.2022 09:49:37 | 18,000 | 8e5435fb84febd950be387849f921a76a39f8eb0 | fix: remove accidental dep | [
{
"change_type": "MODIFY",
"diff": "\"find-yarn-workspace-root\": \"^2.0.0\",\n\"fs-extra\": \"^8.1\",\n\"github-slugger\": \"^1.2.1\",\n- \"global\": \"^4.4.0\",\n\"lodash\": \"^4.17.11\",\n\"normalize-package-data\": \"^3.0.3\",\n\"nps-utils\": \"^1.7.0\",\n",
"new_path": "package.json",
"old_path... | TypeScript | MIT License | oclif/oclif | fix: remove accidental dep | 1 | fix | null |
217,922 | 27.01.2022 09:50:32 | -3,600 | 4dab1a792ad0f098f0083d0d4025c99cbf74b2e3 | fix(desktop): fixed list overlay not loading properly | [
{
"change_type": "MODIFY",
"diff": "</label>\n</div>\n<div>\n- <label (ngModelChange)=\"setHideCompleted($event)\" [ngModel]=\"hideCompletedGlobal$ | async\"\n+ <label (ngModelChange)=\"hideCompletedGlobal$.next($event)\" [ngModel]=\"hideCompletedGlobal$ | async\"\nnz-checkbox nz-tooltip>\n{{'Hide_completed... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): fixed list overlay not loading properly | 1 | fix | desktop |
104,842 | 27.01.2022 10:12:25 | 18,000 | 44138ff2080002e94f02faaf05e4110f8ed55a01 | fix(table): fixed text color | [
{
"change_type": "MODIFY",
"diff": "@@ -99,11 +99,6 @@ html[dir='rtl'] {\nbackground-color: $ui-01;\npadding: $spacing-02 $spacing-04;\nborder-top: 1px solid $ui-03;\n-\n- .#{$prefix}--tag {\n- color: $interactive-01;\n- background-color: $carbon--blue-20;\n- }\n}\n// needed specificity to override .iot--to... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): fixed text color | 1 | fix | table |
889,620 | 27.01.2022 10:13:07 | -28,800 | 58445212865da65c70d92ebe94f3b1ebe4be983d | fix(webui): duplicate page matches were not showing exact matches only | [
{
"change_type": "MODIFY",
"diff": "</template>\n<script lang=\"ts\">\n-import Vue from 'vue'\n+import Vue, {PropType} from 'vue'\nimport {bookPageThumbnailUrl} from '@/functions/urls'\n-import {PageHashMatchDto} from '@/types/komga-pagehashes'\n+import {PageHashMatchDto, PageHashUnknownDto} from '@/types/k... | Kotlin | MIT License | gotson/komga | fix(webui): duplicate page matches were not showing exact matches only | 1 | fix | webui |
306,338 | 27.01.2022 10:16:13 | -3,600 | 7991d0f5c55ff01119c55056ce68257038803016 | feat: Add commenting for Azure Repos | [
{
"change_type": "MODIFY",
"diff": "@@ -9,15 +9,19 @@ import (\nfunc commentCmd(ctx *config.RunContext) *cobra.Command {\ncmd := &cobra.Command{\nUse: \"comment\",\n- Short: \"Post an Infracost comment to GitHub, GitLab or Azure DevOps\",\n- Long: \"Post an Infracost comment to GitHub, GitLab or Azure DevOp... | Go | Apache License 2.0 | infracost/infracost | feat: Add commenting for Azure Repos (#1305) | 1 | feat | null |
847,143 | 27.01.2022 10:25:32 | -28,800 | f1f82229fc2bfaf97a8ad669f1bdb63fa2fdbfb7 | chore: update demo commands | [
{
"change_type": "MODIFY",
"diff": "\"license\": \"MIT\",\n\"author\": \"Mr.Hope\",\n\"scripts\": {\n- \"demo:vite-build\": \"vuepress-vite build src\",\n- \"demo:vite-clean-serve\": \"vuepress-vite dev src --clean-cache\",\n- \"demo:vite-serve\": \"vuepress-vite dev src\",\n- \"demo:webpack-build\": \"vuep... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | chore: update demo commands | 1 | chore | null |
889,620 | 27.01.2022 10:26:04 | -28,800 | 388c4f5f305fdadb3f23e45a307159a0ee2c6e60 | fix(webui): duplicate page matches show filenames | [
{
"change_type": "MODIFY",
"diff": "@@ -67,6 +67,7 @@ export default Vue.extend({\nheaders(): object[] {\nreturn [\n{text: this.$t('common.url').toString(), value: 'url'},\n+ {text: this.$t('common.filename').toString(), value: 'fileName'},\n{text: this.$t('common.page_number').toString(), value: 'pageNumbe... | Kotlin | MIT License | gotson/komga | fix(webui): duplicate page matches show filenames | 1 | fix | webui |
815,601 | 27.01.2022 10:34:06 | -28,800 | 899547645fc5cfdb8ccc7cd30e94b492a618bc11 | fix: rpc test tmp_dir | [
{
"change_type": "MODIFY",
"diff": "@@ -109,13 +109,12 @@ fn setup_rpc_test_suite(height: u64) -> RpcTestSuite {\nChainService::new(shared.clone(), pack.take_proposal_table()).start::<&str>(None);\n// Start network services\n- let dir = tempfile::tempdir()\n- .expect(\"create tempdir failed\")\n- .path()\n-... | Rust | MIT License | nervosnetwork/ckb | fix: rpc test tmp_dir | 1 | fix | null |
217,922 | 27.01.2022 10:35:24 | -3,600 | 463f29c20093f5c0b758beccc183a4118bbbabed | perf(list): hide completed rows and progress bars now update instantly | [
{
"change_type": "MODIFY",
"diff": "@@ -416,10 +416,11 @@ export class ListsEffects {\nreturn of([action, list]);\n}),\nmap(([action, list]: [SetItemDone, List]) => {\n- ListController.setDone(list, action.itemId, action.doneDelta, !action.finalItem, action.finalItem, false, action.recipeId, action.external... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | perf(list): hide completed rows and progress bars now update instantly | 1 | perf | list |
889,620 | 27.01.2022 10:35:48 | -28,800 | e9bf064cb2accd47545f16fe6359c1f8e4858dae | fix(webui): duplicate pages show total size saving | [
{
"change_type": "MODIFY",
"diff": "\"action_ignore\": \"Ignore\",\n\"matches_n\": \"No matches | 1 match | {count} matches\",\n\"title\": \"Duplicate pages\",\n- \"unknown_size\": \"Unknown size\"\n+ \"unknown_size\": \"Unknown size\",\n+ \"delete_to_save\": \"Delete to save {size}\"\n},\n\"duplicates\": {... | Kotlin | MIT License | gotson/komga | fix(webui): duplicate pages show total size saving | 1 | fix | webui |
847,143 | 27.01.2022 10:37:02 | -28,800 | 0ea98fb10ffe7c5db900b22e9e05d26fcc99a178 | test(md-enhance): fix demo | [
{
"change_type": "MODIFY",
"diff": "@@ -51,10 +51,6 @@ $$\n= \\left(\\frac {y^{\\omega}} {\\omega}\\right) \\left\\{(\\log y)^r + \\sum_{i=1}^r \\frac {(-1)^ Ir \\cdots (r-i+1) (\\log y)^{ri}} {\\omega^i} \\right\\}\n$$\n-## Playground\n-\n-<KatexPlayground />\n-\n## Tutorial\n### Operator\n",
"new_path... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | test(md-enhance): fix demo | 1 | test | md-enhance |
847,143 | 27.01.2022 10:42:26 | -28,800 | 76455a2e7d62e1d038fe493b654276442bf44805 | feat(components): downgrade screenfull to compatble with vite | [
{
"change_type": "MODIFY",
"diff": "\"@vuepress/utils\": \"2.0.0-beta.35\",\n\"balloon-css\": \"^1.2.0\",\n\"lodash.debounce\": \"^4.0.8\",\n- \"screenfull\": \"^6.0.1\",\n+ \"screenfull\": \"^5.2.0\",\n\"vue\": \"^3.2.29\",\n\"vue-router\": \"^4.0.12\",\n\"vuepress-plugin-reading-time2\": \"2.0.0-alpha.7\"... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat(components): downgrade screenfull to compatble with vite | 1 | feat | components |
877,026 | 27.01.2022 10:47:15 | -3,600 | 8bbd2ea43e3ccacc10e9a32ab003c629aa125ae1 | feat(@vtmn/css): rename hober brand to hover tertiary | [
{
"change_type": "MODIFY",
"diff": "}\n.vtmn-btn_variant--primary-reversed:not(:disabled):hover {\n- background-color: var(--vtmn-semantic-color_hover-brand-reversed-transparent);\n+ background-color: var(\n+ --vtmn-semantic-color_hover-tertiary-reversed-transparent\n+ );\nbox-shadow: inset 0 0 0 rem(2px)\n... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | feat(@vtmn/css): rename hober brand to hover tertiary (#949) | 1 | feat | @vtmn/css |
847,143 | 27.01.2022 10:56:07 | -28,800 | 6d996558ebc2d9b3b1dc46def38d354f51a414a7 | fix(feed2): update import and fix generating | [
{
"change_type": "MODIFY",
"diff": "import { encodeCDATA, encodeXML } from \"@mr-hope/vuepress-shared\";\n-import * as convert from \"xml-js\";\n+import { js2xml } from \"xml-js\";\nimport { generator } from \"../utils\";\nimport type { Feed } from \"../feed\";\n@@ -146,7 +146,7 @@ export const renderAtom =... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(feed2): update import and fix generating | 1 | fix | feed2 |
777,389 | 27.01.2022 11:00:14 | 28,800 | f46c8a6d397fa608547391a8df24528608a74b67 | fix: hide manage job for unmanageable command jobs in k8
hide manage job in k8 for non-experiments. We don't support
adjusting NTbCS jobs due to lack of fault tolerance and
persistence on these jobs
display user-triggered API errors when adjusting jobs | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ import { ShirtSize } from 'themes';\nimport { Job, JobAction, JobType, ResourcePool, RPStats } from 'types';\nimport { isEqual } from 'utils/data';\nimport handleError, { ErrorLevel, ErrorType } from 'utils/error';\n-import { orderedSchedulers } from 'ut... | Python | Apache License 2.0 | determined-ai/determined | fix: hide manage job for unmanageable command jobs in k8 (#3504)
- hide manage job in k8 for non-experiments. We don't support
adjusting NTbCS jobs due to lack of fault tolerance and
persistence on these jobs
- display user-triggered API errors when adjusting jobs | 1 | fix | null |
269,463 | 27.01.2022 11:03:25 | 18,000 | ca361f6f1c96d786d8f6b8bf834c1c360f0fc280 | docs(cookbooks): update links to the new goreleaser-cross home | [
{
"change_type": "MODIFY",
"diff": "# Cross-compiling Go with CGO\nBest option to cross-compile Go project with CGO dependencies would be in using Docker image.\n-[This project](https://github.com/troian/golang-cross) provides the [image](https://hub.docker.com/repository/docker/troian/golang-cross) with bu... | Go | MIT License | goreleaser/goreleaser | docs(cookbooks): update links to the new goreleaser-cross home (#2851)
Signed-off-by: Artur Troian <troian.ap@gmail.com> | 1 | docs | cookbooks |
428,439 | 27.01.2022 11:12:08 | 18,000 | c81c506ddba3930eb25910ea4a3d5dddaae31b31 | test(NODE-3719): fix max staleness test to assert against correct set and other clean up | [
{
"change_type": "RENAME",
"diff": "@@ -25,8 +25,9 @@ function expectPoolWasNotCleared(initialCount) {\n}\n// TODO: NODE-3819: Unskip flaky MacOS tests.\n+// TODO: NODE-3903: check events as specified in the corresponding prose test description\nconst maybeDescribe = process.platform === 'darwin' ? describe... | TypeScript | Apache License 2.0 | mongodb/node-mongodb-native | test(NODE-3719): fix max staleness test to assert against correct set and other clean up (#3116) | 1 | test | NODE-3719 |
889,620 | 27.01.2022 11:16:42 | -28,800 | 1120f1943ad201805104b485cc497316e92d3899 | fix(webui): duplicate pages filters | [
{
"change_type": "MODIFY",
"diff": "\"matches_n\": \"No matches | 1 match | {count} matches\",\n\"title\": \"Duplicate pages\",\n\"unknown_size\": \"Unknown size\",\n- \"delete_to_save\": \"Delete to save {size}\"\n+ \"delete_to_save\": \"Delete to save {size}\",\n+ \"filter\": {\n+ \"total_size\": \"Total ... | Kotlin | MIT License | gotson/komga | fix(webui): duplicate pages filters | 1 | fix | webui |
777,353 | 27.01.2022 11:24:59 | 21,600 | 99f1515132bf4d503289ed472e9d4bbe97946ea0 | docs: add release notes for 0.17.7 | [
{
"change_type": "MODIFY",
"diff": "Version 0.17\n**************\n+Version 0.17.7\n+==============\n+\n+**Release Date:** January 26, 2022\n+\n+**Breaking Changes**\n+\n+- API: Routes with `/api/v1/models/:id/*` are replaced by `/api/v1/models/:name/*`. Spaces and\n+ special characters in a name must be URI... | Python | Apache License 2.0 | determined-ai/determined | docs: add release notes for 0.17.7 (#3503)
(cherry picked from commit 13c7ba52abadc2dd7d128299d8159ff009c71d47) | 1 | docs | null |
217,922 | 27.01.2022 11:28:04 | -3,600 | aa8e9a7e12d97e0f2bac8ecad4d933cc1e805ac5 | perf(db): more db read optimizations | [
{
"change_type": "MODIFY",
"diff": "@@ -549,7 +549,7 @@ export class ListsEffects {\nofType<LoadListHistory>(ListsActionTypes.LoadListHistory),\nwithLatestFrom(this.listsFacade.listHistories$),\nfilter(([action, histories]) => !histories[action.key]),\n- mergeMap(([action]) => {\n+ switchMap(([action]) => {... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | perf(db): more db read optimizations | 1 | perf | db |
342,861 | 27.01.2022 11:45:29 | -3,600 | 6f38eee8d016ad8c1271a252b19ff46d79dbb03b | docs(sandbox): remember picked viewport | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import styled, { css } from \"styled-components\";\nimport { useMediaQuery, Text } from \"@kiwicom/orbit-components\";\nimport useResizeObserver from \"use-resize-observer\";\n+import { load, save } from \"../../../utils/storage\";\nimport { QUERIES, CELL_... | JavaScript | MIT License | kiwicom/orbit | docs(sandbox): remember picked viewport (#3254) | 1 | docs | sandbox |
711,597 | 27.01.2022 12:00:42 | 0 | 03938eff4ffb8b446a76e6291d416ff172073335 | refactor(email-plugin): Move shipping line hydration to function | [
{
"change_type": "MODIFY",
"diff": "@@ -3,9 +3,12 @@ import {\nAccountRegistrationEvent,\nEntityHydrator,\nIdentifierChangeRequestEvent,\n+ Injector,\nNativeAuthenticationMethod,\n+ Order,\nOrderStateTransitionEvent,\nPasswordResetEvent,\n+ RequestContext,\nShippingLine,\n} from '@vendure/core';\n@@ -24,18 ... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(email-plugin): Move shipping line hydration to function | 1 | refactor | email-plugin |
777,369 | 27.01.2022 12:25:09 | 25,200 | a03d686f0e48758b7e2b205b126eed8c7859b347 | feat: stopping and starting polling based on page visibility | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**New Features**\n+\n+- Web: Polling can potentially be an expensive operation. To reduce unnecessary polling, we use\n+ modern browser Page Visiblity API to detect changes in page visibility, which maps to whether the\n+ user is activately focused on the page... | Python | Apache License 2.0 | determined-ai/determined | feat: stopping and starting polling based on page visibility [DET-6604] (#3500) | 1 | feat | null |
847,143 | 27.01.2022 12:30:06 | -28,800 | 2ede9ec47b80c5144b172b7714222d0588d38b13 | ci: add v2 docs deploy | [
{
"change_type": "RENAME",
"diff": "",
"new_path": ".github/workflows/v1-demo.yml",
"old_path": ".github/workflows/demo-v1.yml"
},
{
"change_type": "RENAME",
"diff": "",
"new_path": ".github/workflows/v1-docs.yml",
"old_path": ".github/workflows/deploy-v1.yml"
},
{
"chang... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | ci: add v2 docs deploy | 1 | ci | null |
711,597 | 27.01.2022 12:30:44 | 0 | 15f9b44fba0c31aa8ad932ec268b33f4a6925e52 | fix(email-plugin): Correctly resolve urls for OrderLine featured assets
Relates to Note that this fix may require you to update your email templates. | [
{
"change_type": "MODIFY",
"diff": "/* tslint:disable:no-non-null-assertion */\nimport {\nAccountRegistrationEvent,\n+ AssetStorageStrategy,\n+ ConfigService,\nEntityHydrator,\nIdentifierChangeRequestEvent,\nInjector,\n@@ -11,6 +13,7 @@ import {\nRequestContext,\nShippingLine,\n} from '@vendure/core';\n+imp... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(email-plugin): Correctly resolve urls for OrderLine featured assets
Relates to #1354. Note that this fix may require you to update your email templates. | 1 | fix | email-plugin |
847,143 | 27.01.2022 12:41:07 | -28,800 | 5e0860aab5b002015e2da8858e6de86e6c16429b | docs(comment2): fix docs | [
{
"change_type": "MODIFY",
"diff": "@@ -167,7 +167,7 @@ export default defineUserConfig<HopeThemeOptions>({\ncolor: \"#ffffff\",\n},\nmanifest: {\n- name: \"@mr-hope/vuepress-plugin-comment\",\n+ name: \"vuepress-plugin-comment2\",\nshort_name: \"comment plugin\",\nicons: [\n{\n",
"new_path": "docs/comm... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | docs(comment2): fix docs | 1 | docs | comment2 |
277,273 | 27.01.2022 12:46:53 | 28,800 | 0be64ae5af80369d8dc077a063af40129bf3dfa9 | docs: Add note about OSX cert failures during installation | [
{
"change_type": "MODIFY",
"diff": "@@ -66,6 +66,10 @@ Automated test harness........ /home/elp/git/wave/py/wave/test\nWave daemon for deployments... /home/elp/git/wave/py/wave\n```\n+:::info\n+On recent versions of OSX, it's possible to run into certificate verification errors while running `wave fetch`, s... | Python | Apache License 2.0 | h2oai/wave | docs: Add note about OSX cert failures during installation | 1 | docs | null |
277,273 | 27.01.2022 12:50:55 | 28,800 | 50806305ac1793d97e1c02f9b02304d704eca72f | docs: Simply wave fetch readout on installation page | [
{
"change_type": "MODIFY",
"diff": "@@ -56,14 +56,14 @@ You should now have access to 200+ examples locally.\n```\nFetching examples and related files. Please wait...\n-Downloading https://github.com/h2oai/wave/releases/download/v0.19.0/wave-0.19.0-linux-amd64.tar.gz\n+Downloading https://github.com/h2oai/w... | Python | Apache License 2.0 | h2oai/wave | docs: Simply wave fetch readout on installation page | 1 | docs | null |
711,597 | 27.01.2022 13:14:28 | 0 | e7013d070394c933b35af599a9b9f9474865f7cf | fix(admin-ui): Fix localeString error when creating Product
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -127,7 +127,7 @@ export abstract class BaseDetailComponent<Entity extends { id: string; updatedAt\nconst key = fieldDef.name;\nconst value =\nfieldDef.type === 'localeString'\n- ? (currentTranslation as any).customFields?.[key]\n+ ? (currentTranslation as any)?.customF... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Fix localeString error when creating Product
Fixes #1378 | 1 | fix | admin-ui |
711,597 | 27.01.2022 13:19:32 | 0 | e80b8c59ab7a55aa6e49e8715841a2e038ff6b24 | fix(admin-ui): Do not display "undefined" in rich text editor
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -81,9 +81,9 @@ export class ProsemirrorService {\n}\n}\n- private getStateFromText(text: string): EditorState {\n+ private getStateFromText(text: string | null | undefined): EditorState {\nconst div = document.createElement('div');\n- div.innerHTML = text;\n+ div.inner... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Do not display "undefined" in rich text editor
Fixes #1374 | 1 | fix | admin-ui |
126,276 | 27.01.2022 13:22:27 | 10,800 | 51c932f1a4ef0376a659014e3f05ae54a3bb7b05 | chore(embedded/tbtree): use binary search during key lookups | [
{
"change_type": "MODIFY",
"diff": "@@ -1480,12 +1480,27 @@ func (n *innerNode) maxKey() []byte {\n}\nfunc (n *innerNode) indexOf(key []byte) int {\n- for i := 0; i < len(n.nodes); i++ {\n- if bytes.Compare(key, n.nodes[i].maxKey()) < 1 {\n- return i\n+ left := 0\n+ right := len(n.nodes) - 1\n+\n+ var middl... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/tbtree): use binary search during key lookups
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/tbtree |
847,143 | 27.01.2022 13:40:07 | -28,800 | 8c0134c63e784a1a7abd9c9a8fd967839dfeeff1 | docs(comment2): update usage | [
{
"change_type": "MODIFY",
"diff": "@@ -47,14 +47,13 @@ npm i -D vuepress-plugin-comment2@next\n```ts\n// .vuepress/config.ts\n+import { comment } from \"vuepress-plugin-comment2\";\n+\nexport default {\nplugins: [\n- [\n- \"@mr-hope/comment\",\n- {\n+ comment({\n// your options\n- },\n- ],\n+ }),\n],\n};\n... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | docs(comment2): update usage | 1 | docs | comment2 |
847,143 | 27.01.2022 13:40:25 | -28,800 | c685d5a5e804389149c3a5fd9942d237bcc0900a | docs(components): update usage | [
{
"change_type": "MODIFY",
"diff": "@@ -47,14 +47,13 @@ npm i -D @mr-hope/vuepress-plugin-components@next\n```ts\n// .vuepress/config.ts\n+import { components } from \"@mr-hope/vuepress-plugin-components\";\n+\nexport default {\nplugins: [\n- [\n- \"@mr-hope/components\",\n- {\n+ components({\n// your optio... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | docs(components): update usage | 1 | docs | components |
104,861 | 27.01.2022 13:40:52 | 18,000 | 5e721c29ef3e34c95f65f329da929d3084e6cc6f | fix(table): row to load in skeleton state
3190 | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport PropTypes from 'prop-types';\n-import { DataTable } from 'carbon-components-react';\n+import { DataTable, SkeletonText } from 'carbon-components-react';\nimport { settings } from '../../../../constants/Settings';\nimport Button from '../... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): row to load in skeleton state
3190 | 1 | fix | table |
791,704 | 27.01.2022 13:41:33 | 28,800 | 9f365f07557b4ee9bcb46158af7c761363cb5290 | core(preload-lcp-image): enable audit | [
{
"change_type": "MODIFY",
"diff": "@@ -97,9 +97,8 @@ class PreloadFontsAudit extends Audit {\n* @return {Promise<LH.Audit.Product>}\n*/\nstatic async audit() {\n- // Preload advice is dangerous until https://bugs.chromium.org/p/chromium/issues/detail?id=788757\n- // has been fixed and validated. All preloa... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(preload-lcp-image): enable audit (#13599) | 1 | core | preload-lcp-image |
847,143 | 27.01.2022 13:43:19 | -28,800 | c022a54b80fb164b392f8f1fc0f152c570821e0a | docs(copy-code2): update usage | [
{
"change_type": "MODIFY",
"diff": "@@ -49,14 +49,13 @@ npm i -D vuepress-plugin-copy-code2@next\n```ts\n// .vuepress/config.ts\n+import { copyCode } from \"vuepress-plugin-copy-code2\";\n+\nexport default {\nplugins: [\n- [\n- \"@mr-hope/copy-code\",\n- {\n+ copyCode({\n// your options\n- },\n- ],\n+ }),\n... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | docs(copy-code2): update usage | 1 | docs | copy-code2 |
777,369 | 27.01.2022 13:47:55 | 25,200 | 7d43ad31ce55b0ec3212e8f1a8a2d2632c46e85e | ci: remove test-e2e-webui from circleci | [
{
"change_type": "MODIFY",
"diff": "@@ -737,37 +737,6 @@ commands:\nrelease-name: \"ci\"\nnamespace: \"default\"\n- install-webui-test-deps:\n- steps:\n- - run: |\n- . /opt/circleci/.nvm/nvm.sh\n- nvm install v12\n- nvm alias default v12\n- make -C webui/tests get-deps\n- - run: docker pull determinedai/gau... | Python | Apache License 2.0 | determined-ai/determined | ci: remove test-e2e-webui from circleci (#3509) | 1 | ci | null |
217,922 | 27.01.2022 13:59:42 | -3,600 | 5dd4aa067506ccfa917cc8fb432a067f50afc53f | fix(list): fixed attach/detach rotation not working properly | [
{
"change_type": "MODIFY",
"diff": "@@ -444,7 +444,12 @@ export class ListsEffects {\nupdateItem$ = createEffect(() => this.actions$.pipe(\nofType<UpdateItem>(ListsActionTypes.UpdateItem),\nwithLatestFrom(this.listsFacade.selectedList$),\n- map(([action, list]) => {\n+ map(([action, _list]) => {\n+ const li... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed attach/detach rotation not working properly | 1 | fix | list |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.