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
386,584
07.10.2021 13:15:33
-7,200
2cc8e45b165aa755dceb9e40525f8a0511fb3485
fix(docs): Add how to generate CSVs.
[ { "change_type": "ADD", "diff": "+# Copyright 2020-2021 Lowdefy, Inc\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/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Add how to generate CSVs.
1
fix
docs
711,597
07.10.2021 13:52:34
-7,200
0eadedef0bfaacd2838befc67f75c14a5e7a6606
refactor(admin-ui): Extract status badge into own component
[ { "change_type": "MODIFY", "diff": "*ngIf=\"shouldDisplayLink(section)\"\n>\n<ng-container *ngIf=\"navBuilderService.sectionBadges[section.id] | async as sectionBadge\">\n- <div *ngIf=\"sectionBadge !== 'none'\" class=\"status-badge\" [class]=\"sectionBadge\"></div>\n+ <vdr-status-badge *ngIf=\"sectionBadge...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(admin-ui): Extract status badge into own component
1
refactor
admin-ui
217,922
07.10.2021 13:58:25
-7,200
c9680687de4794720ed948ab3a6ceae44d3a8aa9
chore(release): 8.6.6
[ { "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.6.6\"></a>\n+## [8.6.6](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 8.6.6
1
chore
release
826,705
07.10.2021 14:11:24
-19,080
6d51422fd329d579cdec1fcda17011af76f449aa
docs: make `max-depth` expand parameter required
[ { "change_type": "MODIFY", "diff": "@@ -213,7 +213,7 @@ func (c *sdkClient) expand(t require.TestingT, r *relationtuple.SubjectSet, dept\nWithNamespace(r.Namespace).\nWithObject(r.Object).\nWithRelation(r.Relation).\n- WithMaxDepth(pointerx.Int64(int64(depth))),\n+ WithMaxDepth(int64(depth)),\n)\nrequire.No...
Go
Apache License 2.0
ory/keto
docs: make `max-depth` expand parameter required (#755)
1
docs
null
71,748
07.10.2021 14:32:20
-3,600
5b28c357af5abbb6643cb42ff637de084514af44
chore: fix ecr-assets broken test due to feature flags
[ { "change_type": "MODIFY", "diff": "@@ -63,7 +63,7 @@ describe('image asset', () => {\n});\n- testFutureBehavior('with hash options', flags, App, (app) => {\n+ testLegacyBehavior('with hash options', App, (app) => {\n// WHEN\nconst stack = new Stack(app);\nnew DockerImageAsset(stack, 'Image1', {\n@@ -94,7 +...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: fix ecr-assets broken test due to feature flags
1
chore
null
756,059
07.10.2021 14:32:32
25,200
e99b15c9132a8d864e4a0d31876e79e98c0b06e0
fix: changes from review plus fix stochastically broken tests
[ { "change_type": "MODIFY", "diff": "@@ -204,6 +204,17 @@ function build(\nconst [importsToDrop, importsToRetire, exportsToRetire] = [[], [], []];\nlet doMore;\ndo {\n+ // `possiblyDeadSet` has accumulated vrefs which were at one point dead\n+ // from the perspective of the garbage collector, i.e., the in-me...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: changes from review plus fix stochastically broken tests
1
fix
null
756,052
07.10.2021 14:37:52
25,200
1ab71f7d699888492299dc0b9daa1080bb58c5ee
docs: add initial threat model diagrams for multipool autoswap and treasury Introducing the initial threat model diagrams for the MultiPool AutoSwap and Treasury
[ { "change_type": "ADD", "diff": "+#!/bin/sh\n+pumljar=\"${PLANTUML:-$HOME/plantuml/plantuml.jar}\"\n+page=\"index.md\"\n+java -jar \"$pumljar\" \"./**/*.puml\"\n+echo \"# Threat Model Diagrams\" > \"$page\"\n+for diag in $(find . -name \"*.png\" | sort); do\n+ echo \"## $diag\\n\" >> \"$page\"\n+ echo \"[![...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs: add initial threat model diagrams for multipool autoswap and treasury (#3888) Introducing the initial threat model diagrams for the MultiPool AutoSwap and Treasury
1
docs
null
127,946
07.10.2021 14:39:03
-10,800
8dc88ad70bfe4d31b6d6b6d3763c90aca86fa730
fix: .circleci build for tag
[ { "change_type": "MODIFY", "diff": "@@ -236,9 +236,10 @@ workflows:\n- tag_master_image:\ncontext: global\nfilters:\n+ tags:\n+ only: /^v.*/\nbranches:\n- only:\n- - master\n+ ignore: /.*/\nrequires:\n- dependencies\n- build\n", "new_path": ".circleci/config.yml", "old_path": ".circleci/config.yml" ...
TypeScript
MIT License
coingaming/moon-design
fix: .circleci build for tag
1
fix
null
342,861
07.10.2021 14:48:52
-7,200
1d817635acdc328bfb88ab37be2d37fe66b622ce
fix(useRandomId): fix missing UIDReset
[ { "change_type": "MODIFY", "diff": "@@ -64,7 +64,6 @@ const Svg = ({\nwidth = \"100%\",\n...props\n}: Props): React.Node => {\n- const [loaded, setLoaded] = React.useState(false);\nconst [calculatedHeight, setCalculatedHeight] = React.useState(0);\nconst { rtl, orbit } = useTheme();\nconst duration = `${2}s...
JavaScript
MIT License
kiwicom/orbit
fix(useRandomId): fix missing UIDReset
1
fix
useRandomId
320,078
07.10.2021 15:01:58
21,600
ca784c897845609afaa6c7efbc8024cb039229db
feat(store): add Microsoft (CA) for Xbox X/S
[ { "change_type": "MODIFY", "diff": "@@ -168,6 +168,7 @@ import {logger} from '../../logger';\nimport chalk from 'chalk';\nimport {UltimaInformatica} from './utlimainformatica';\nimport {XtremMedia} from './xtremmedia';\n+import {MicrosoftCA} from './microsoft-ca';\nexport const storeList = new Map([\n[AComP...
TypeScript
MIT License
jef/streetmerchant
feat(store): add Microsoft (CA) for Xbox X/S (#2764)
1
feat
store
865,918
07.10.2021 15:05:11
-7,200
4a8d0918bc8ddc6e8e0cef205d9678e17a808866
fix(releaseInfo): add space before links
[ { "change_type": "MODIFY", "diff": "@@ -51,10 +51,10 @@ export function ReleaseInfo(props) {\n<li>\n<b>Form reference bindings for User Tasks and Start Events</b><br />\nWith the Camunda Platform 7.16.0 release you now have an additional way to bind Camunda Forms to\n- User Tasks or Start Events. Besides th...
JavaScript
MIT License
camunda/camunda-modeler
fix(releaseInfo): add space before links
1
fix
releaseInfo
127,946
07.10.2021 15:06:59
-10,800
308ebb2b5322307dd684f2f981e717704105ec91
fix: .circleci/config.yml for tags
[ { "change_type": "MODIFY", "diff": "@@ -236,13 +236,7 @@ workflows:\n- tag_master_image:\ncontext: global\nfilters:\n- tags:\n- only: /^v.*/\nbranches:\nignore: /.*/\n- requires:\n- - dependencies\n- - build\n- - lint\n- - publish\n- - build_docs_and_push\n+ tags:\n+ only: /^v.*/\n", "new_path": ".circl...
TypeScript
MIT License
coingaming/moon-design
fix: .circleci/config.yml for tags
1
fix
null
129,407
07.10.2021 15:24:29
-28,800
e9eb2623341bb7e47c1050fd032e0015d150880d
docs: fix missing link
[ { "change_type": "MODIFY", "diff": "@@ -38,5 +38,5 @@ understand what happened.\n| `fix(commands): bump error when no user provided` | `fix: stuff` |\n| `feat: add new commit command` | `feat: commit command introduced` |\n-[customization]: customization.md\n+[customization]: ../customization.md\n[conventio...
Python
MIT License
commitizen-tools/commitizen
docs: fix missing link
1
docs
null
756,052
07.10.2021 15:27:06
25,200
9f7317f8bccdd99d8f37c6c3971ba0aa6e38ee42
docs: add initial pegasus diagrams
[ { "change_type": "MODIFY", "diff": "# Threat Model Diagrams\n+## ./pegasus/pegasus_component.png\n+\n+[![./pegasus/pegasus_component.png](./pegasus/pegasus_component.png)](./pegasus/pegasus_component.png)\n+\n+## ./pegasus/pegasus_sequence.png\n+\n+[![./pegasus/pegasus_sequence.png](./pegasus/pegasus_sequen...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs: add initial pegasus diagrams
1
docs
null
129,407
07.10.2021 15:32:59
-28,800
0d407d74943b17ac2f76ec2d3b010917326b935a
docs(readme): remove sections only contains one link
[ { "change_type": "MODIFY", "diff": "@@ -183,18 +183,6 @@ eval \"$(register-python-argcomplete cz)\"\nFor further information on activation, please visit the [argcomplete website](https://kislyuk.github.io/argcomplete/).\n-## Third-Party Commitizen Templates\n-\n-See [Third-Party Commitizen Templates](third-...
Python
MIT License
commitizen-tools/commitizen
docs(readme): remove sections only contains one link
1
docs
readme
104,831
07.10.2021 15:47:24
18,000
098f0388b3c15632dee57361e6a18af4bfc741f2
fix(table): fix icon flip with no children
[ { "change_type": "MODIFY", "diff": "@@ -92,6 +92,7 @@ export const StatefulTableWithNestedRowItems = (props) => {\nhasRowNesting: true,\nhasFilter: true,\nhasResize: true,\n+ shouldExpandOnRowClick: true,\nwrapCellText: select(\n'Choose how text should wrap witin columns (options.wrapCellText)',\nselectText...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): fix icon flip with no children
1
fix
table
791,853
07.10.2021 16:07:56
14,400
8284fe1bba7a5068f840f50a6895ddea3e87f2aa
core(response-compression): add x-content-encoding-over-network
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,11 @@ const {fetchResponseBodyFromCache} = require('../../driver/network.js');\nconst NetworkRecords = require('../../../computed/network-records.js');\nconst CHROME_EXTENSION_PROTOCOL = 'chrome-extension:';\n-const compressionHeaders = ['content-encoding', '...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(response-compression): add x-content-encoding-over-network (#13176)
1
core
response-compression
129,407
07.10.2021 16:08:26
-28,800
1ea05accd5c655e15eea9d4be54710ef6832aabb
docs(config): fix broken links These reference-style links should in `[link][id]` format instead of `[link](id)`.
[ { "change_type": "MODIFY", "diff": "@@ -126,13 +126,13 @@ commitizen:\n| ---------------- | ------ | --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `name` | `str`...
Python
MIT License
commitizen-tools/commitizen
docs(config): fix broken links These reference-style links should in `[link][id]` format instead of `[link](id)`.
1
docs
config
791,282
07.10.2021 16:12:32
25,200
e51aff98da95063a5d47c7f62171eb1faa445cfb
chore(storage): temporarily skip grpc tests First step of
[ { "change_type": "MODIFY", "diff": "@@ -776,6 +776,7 @@ func TestIntegration_ObjectsRangeReader(t *testing.T) {\n}\nfunc TestIntegration_ObjectReadGRPC(t *testing.T) {\n+ t.Skip(\"https://github.com/googleapis/google-cloud-go/issues/4963\")\nctx := context.Background()\n// Create an HTTP client to upload te...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(storage): temporarily skip grpc tests (#4964) First step of #4963.
1
chore
storage
126,295
07.10.2021 16:28:54
-7,200
c9fededce72735f78e9d10c44fcf6f95f2394a9e
chore(pkg/stdlib): increase pointer values handling and testing
[ { "change_type": "MODIFY", "diff": "@@ -193,20 +193,60 @@ func namedValuesToSqlMap(argsV []driver.NamedValue) (map[string]interface{}, err\nfor id, nv := range args {\nkey := \"param\" + strconv.Itoa(id+1)\n- // nil pointers are here converted in nil value. Immudb expects only plain values\n+ vals[key] = nv...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/stdlib): increase pointer values handling and testing Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/stdlib
342,861
07.10.2021 16:32:28
-7,200
9055e781a065f27ab61c20fe9cba1a20a29b6291
test(useRandomId): ensures that values are matched fix: fixes after review
[ { "change_type": "ADD", "diff": "+// @flow\n+import * as React from \"react\";\n+import { render } from \"@testing-library/react\";\n+import { renderToString } from \"react-dom/server\";\n+import MatchMediaMock from \"jest-matchmedia-mock\";\n+\n+import ThemeProvider from \"../../../ThemeProvider\";\n+impor...
JavaScript
MIT License
kiwicom/orbit
test(useRandomId): ensures that values are matched fix: fixes after review
1
test
useRandomId
711,597
07.10.2021 17:06:01
-7,200
f26ad4bdd2837a478a4f45f577085f0e28eb74d0
feat(core): Add DB-based buffer storage support to DefaultJobQueuePlugin Relates to
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,6 @@ export * from './job-buffer/in-memory-job-buffer-storage-strategy';\nexport * from './job-buffer/job-buffer';\nexport * from './job-buffer/job-buffer';\nexport * from './job-buffer/job-buffer-storage-strategy';\n-export * from './job-buffer/sql-job-buffer-...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Add DB-based buffer storage support to DefaultJobQueuePlugin Relates to #1137
1
feat
core
791,704
07.10.2021 17:06:17
18,000
ae75e0279a5eb091da3b9588eaedcae4e46112fa
core(full-page-screenshot): fix emulation reset
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,26 @@ function snakeCaseToCamelCase(str) {\nreturn str.replace(/(-\\w)/g, m => m[1].toUpperCase());\n}\n+/* c8 ignore start */\n+\n+// eslint-disable-next-line no-inner-declarations\n+function getObservedDeviceMetrics() {\n+ // Convert the Web API's snake cas...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(full-page-screenshot): fix emulation reset (#13175)
1
core
full-page-screenshot
617,459
07.10.2021 17:09:25
-7,200
2042d3a396fe692669360725efe846cc8e188983
feat(pipeline): ts to js
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import dossiersRoute from \"./routes/dossiers\";\nimport glossaryRoute from \"./routes/glossary\";\nimport highlightRoutes from \"./routes/highlights\";\nimport idccRoutes from \"./routes/idcc\";\n-import indexRoute from \"./routes/index.ts\";\n+import ind...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
feat(pipeline): ts to js (#3827)
1
feat
pipeline
865,918
07.10.2021 17:26:09
-7,200
7adefea606548351d74f3da6eddb64ce58206539
deps: bump camunda-bpmn-js to 0.11.2 closes
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ ___Note:__ Yet to be released changes appear here._\n* `FEAT`: support Zeebe 1.2 / Camunda Cloud 1.2 ([#2423](https://github.com/camunda/camunda-modeler/issues/2423), [#2428](https://github.com/camunda/camunda-modeler/issues/2428), [#2420](https://github...
JavaScript
MIT License
camunda/camunda-modeler
deps: bump camunda-bpmn-js to 0.11.2 closes #2471
1
deps
null
756,013
07.10.2021 17:36:09
21,600
663c4c91d689aff6f99db36046672447b97f2ca5
feat(agoric-cli): fill out the default denom metadata
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,43 @@ export const MINT_DENOM = 'ubld';\nexport const STAKING_DENOM = 'ubld';\nexport const STAKING_MAX_VALIDATORS = 150;\n+export const DENOM_METADATA = [\n+ {\n+ name: 'Agoric Staking Token',\n+ description: 'The token used by delegates to stake on the Agoric...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(agoric-cli): fill out the default denom metadata
1
feat
agoric-cli
711,597
07.10.2021 17:36:35
-7,200
64ebdd10f48adf9d19fb96d3b9171878409e12f9
fix(job-queue-plugin): Close redis connection on destroy
[ { "change_type": "MODIFY", "diff": "@@ -84,6 +84,10 @@ export class BullMQJobQueueStrategy implements InspectableJobQueueStrategy {\n}).on('error', (e: any) => Logger.error(`BullMQ Scheduler error: ${e.message}`, loggerCtx, e.stack));\n}\n+ async destroy() {\n+ await Promise.all([this.queue.close(), this.wo...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(job-queue-plugin): Close redis connection on destroy
1
fix
job-queue-plugin
251,188
07.10.2021 18:00:48
-10,800
9b0e428b310cfc631335c58ce29f0cf22c8d0d53
feat: use headers list to determine remote IP
[ { "change_type": "MODIFY", "diff": "package org.gluu.oxauth.authorize.ws.rs;\n+import static org.gluu.oxauth.service.DeviceAuthorizationService.SESSION_USER_CODE;\n+\n+import java.io.IOException;\n+import java.io.UnsupportedEncodingException;\n+import java.net.URI;\n+import java.net.URLEncoder;\n+import jav...
Java
MIT License
gluufederation/oxauth
feat: use headers list to determine remote IP
1
feat
null
332,704
07.10.2021 18:25:15
-19,080
4e2f590670d9ab6b472af6af1ebae4e33cd45769
refactor(semver): refactored tag prefix value to a pure function
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import { catchError, mapTo, switchMap } from 'rxjs/operators';\nimport { tryPushToGitRemote } from './utils/git';\nimport { executePostTargets } from './utils/post-target';\n-import { resolveInterpolation } from './utils/resolve-interpolation';\n+import { ...
TypeScript
MIT License
jscutlery/semver
refactor(semver): refactored tag prefix value to a pure function
1
refactor
semver
551,649
07.10.2021 18:29:14
-7,200
51d5a3fe157191157ba76155fb485be843c000e0
fix(ui): escape table names on Add
[ { "change_type": "MODIFY", "diff": "@@ -115,12 +115,15 @@ const Row = ({\ntooltip,\ntype,\n}: Props) => {\n- const handleClick = useCallback(\n+ const handlePlusButtonClick = useCallback(\n(event: MouseEvent) => {\nevent.stopPropagation()\n- window.bus.trigger(\"editor.insert.column\", name)\n+ window.bus.t...
Java
Apache License 2.0
questdb/questdb
fix(ui): escape table names on Add (#1414)
1
fix
ui
743,910
07.10.2021 18:39:44
18,000
adb0d11e02c613af3d9427b3028cc192703a3869
fix: avoid legacy accessors
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,20 @@ function Argv(processArgs, cwd) {\nreturn argv;\n}\n+function defineGetter(obj, key, getter) {\n+ Object.defineProperty(obj, key, {\n+ configurable: true,\n+ enumerable: true,\n+ get: getter,\n+ });\n+}\n+function lookupGetter(obj, key) {\n+ const desc ...
JavaScript
MIT License
yargs/yargs
fix: avoid legacy accessors (#2013)
1
fix
null
269,405
07.10.2021 19:19:19
-7,200
e64b2cd8dab265fbf880988e54de2ed8afa8ea88
feat: Allow release notes to be used in template strings When using the announce feature, you might want to inform your users about the features and changes that this release brings. This change allows you to use {{ .ReleaseNotes }} in any template string, after the changelog pipeline step has been executed.
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,7 @@ const (\ndate = \"Date\"\ntimestamp = \"Timestamp\"\nmodulePath = \"ModulePath\"\n+ releaseNotes = \"ReleaseNotes\"\n// artifact-only keys.\nosKey = \"Os\"\n@@ -90,6 +91,7 @@ func New(ctx *context.Context) *Template {\npatch: ctx.Semver.Patch,\nprereleas...
Go
MIT License
goreleaser/goreleaser
feat: Allow release notes to be used in template strings (#2566) When using the announce feature, you might want to inform your users about the features and changes that this release brings. This change allows you to use {{ .ReleaseNotes }} in any template string, after the changelog pipeline step has been executed.
1
feat
null
679,913
07.10.2021 20:07:02
-7,200
d8d1b965d18a52dfde8171b4de7b1eade91d17cc
fix(shader-ast-glsl): fix update uint handling add 'u' prefix for uint literals add/update tests
[ { "change_type": "MODIFY", "diff": "@@ -149,8 +149,9 @@ export const targetGLSL = (opts?: Partial<GLSLOpts>) => {\ncase \"float\":\nreturn isNumber(v) ? ff(v) : `float(${emit(v)})`;\ncase \"int\":\n- case \"uint\":\nreturn isNumber(v) ? String(v) : `${t.type}(${emit(v)})`;\n+ case \"uint\":\n+ return isNumb...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(shader-ast-glsl): fix #319, update uint handling - add 'u' prefix for uint literals - add/update tests
1
fix
shader-ast-glsl
711,597
07.10.2021 20:07:46
-7,200
e2e65b4011d34bace9f5ffdb652227ec184ca019
chore(job-queue-plugin): Create scaffold for redis job buffer storage
[ { "change_type": "ADD", "diff": "+import { Injector, Job, JobBufferStorageStrategy } from '@vendure/core';\n+import Redis, { Cluster, RedisOptions } from 'ioredis';\n+\n+import { BULLMQ_PLUGIN_OPTIONS } from './constants';\n+import { BullMQPluginOptions } from './types';\n+\n+export class RedisJobBufferStor...
TypeScript
MIT License
vendure-ecommerce/vendure
chore(job-queue-plugin): Create scaffold for redis job buffer storage
1
chore
job-queue-plugin
756,013
07.10.2021 20:32:09
21,600
1372ee8c6dcb4d18d26224f2eb48dcc46dfb1226
build(react-ui): depend on the same SES as everyone else
[ { "change_type": "MODIFY", "diff": "\"react\": \"^16.8.0\",\n\"react-dom\": \"^16.8.0\",\n\"react-scripts\": \"4.0.3\",\n- \"ses\": \"^0.12.6\"\n+ \"ses\": \"^0.14.3\"\n},\n\"devDependencies\": {\n\"@testing-library/jest-dom\": \"^5.11.4\",\n\"scripts\": {\n\"start\": \"yarn build:ses && react-scripts start...
JavaScript
Apache License 2.0
agoric/agoric-sdk
build(react-ui): depend on the same SES as everyone else (#3940)
1
build
react-ui
317,646
07.10.2021 20:33:21
-7,200
f62f6164ac6c94bcbac60627d4e4d8dd89890932
fix: correct ending for plague
[ { "change_type": "MODIFY", "diff": "},\n{\n\"type\": \"exit\",\n- \"style\": \"diamond\",\n+ \"style\": \"plain\",\n\"foreground\": \"#ffffff\",\n\"background\": \"#2e9599\",\n- \"leading_diamond\": \"\",\n- \"trailing_diamond\": \"\\uE0B4\",\n\"properties\": {\n\"display_exit_code\": false,\n\"always_enabl...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: correct ending for plague
1
fix
null
711,597
07.10.2021 21:01:18
-7,200
becf1321796c6a334d8ff4630806fbab91fd6aa1
refactor(core): Make search job buffer usable in external search plugins Relates to
[ { "change_type": "MODIFY", "diff": "export const PLUGIN_INIT_OPTIONS = Symbol('PLUGIN_INIT_OPTIONS');\n+export const BUFFER_SEARCH_INDEX_UPDATES = Symbol('BUFFER_SEARCH_INDEX_UPDATES');\n", "new_path": "packages/core/src/plugin/default-search-plugin/constants.ts", "old_path": "packages/core/src/plug...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(core): Make search job buffer usable in external search plugins Relates to #1137
1
refactor
core
711,597
07.10.2021 21:04:29
-7,200
f3fb298d82a60a1e1b0723ef84852bcdc76384ba
feat(elasticsearch-plugin): Support search index job batching Relates to
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ import {\nLogLevel,\nVendureConfig,\n} from '@vendure/core';\n+import { ElasticsearchPlugin } from '@vendure/elasticsearch-plugin';\nimport { defaultEmailHandlers, EmailPlugin } from '@vendure/email-plugin';\nimport { BullMQJobQueuePlugin } from '@vendure/...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(elasticsearch-plugin): Support search index job batching Relates to #1137
1
feat
elasticsearch-plugin
306,638
07.10.2021 21:27:12
-19,080
1773ed9237fd4673413ea664d99f6a5a8cf49ae8
chore(actions): adds github action to upload codecoverage to codecov
[ { "change_type": "ADD", "diff": "+name: \"Test\"\n+on:\n+ push:\n+ branches:\n+ - master\n+jobs:\n+ test:\n+ name: Test for coverage\n+ runs-on: ubuntu-latest\n+ steps:\n+ - uses: actions/checkout@v1\n+\n+ - uses: actions/setup-node@v1\n+ with:\n+ node-version: '10.x'\n+\n+ - name: npm install\n+ run: npm i...
TypeScript
MIT License
innovaccer/design-system
chore(actions): adds github action to upload codecoverage to codecov
1
chore
actions
711,597
07.10.2021 22:21:37
-7,200
a5f365967611e6ed57bd39cbdc6962ff39b894b0
refactor(core): Rename some args
[ { "change_type": "MODIFY", "diff": "@@ -5,15 +5,15 @@ import { JobBufferStorageStrategy } from './job-buffer-storage-strategy';\nexport class InMemoryJobBufferStorageStrategy implements JobBufferStorageStrategy {\nprivate bufferStorage = new Map<string, Set<Job>>();\n- async add(processorId: string, job: Jo...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(core): Rename some args
1
refactor
core
711,597
07.10.2021 22:23:11
-7,200
c7b91c34b551855086ea07ccb14ed0d4d31dd692
feat(job-queue-plugin): Implement Redis-based job buffering
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import { HealthCheckRegistryService, PluginCommonModule, VendurePlugin } from '@\nimport { BullMQJobQueueStrategy } from './bullmq-job-queue-strategy';\nimport { BULLMQ_PLUGIN_OPTIONS } from './constants';\nimport { RedisHealthIndicator } from './redis-hea...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(job-queue-plugin): Implement Redis-based job buffering
1
feat
job-queue-plugin
711,597
07.10.2021 22:30:24
-7,200
aa83528e465910f1aee51b918c1fd274de73010e
refactor(core): Fix bad import path
[ { "change_type": "MODIFY", "diff": "import { Injectable } from '@nestjs/common';\n-import { ConfigurableOperationInput } from '@vendure/common/lib/generated-types';\n-import { Type } from '@vendure/common/lib/shared-types';\n+import { ConfigurableOperation, ConfigurableOperationInput } from '@vendure/common...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(core): Fix bad import path
1
refactor
core
320,238
07.10.2021 22:50:51
-7,200
0d936a988586a91e66137083a72e2a3ae9b22f1b
chore(store): add additional PS5 bundles to MediaMarkt (DE) & Saturn (DE)
[ { "change_type": "MODIFY", "diff": "@@ -318,6 +318,36 @@ export const Mediamarkt: Store = {\nseries: 'sonyps5c',\nurl: 'https://www.mediamarkt.de/de/product/_sony-ps5-marvels-spider-man-miles-morales-ultimate-edition-2715826.html',\n},\n+ {\n+ brand: 'sony',\n+ model: 'ps5 console',\n+ series: 'sonyps5c',\n...
TypeScript
MIT License
jef/streetmerchant
chore(store): add additional PS5 bundles to MediaMarkt (DE) & Saturn (DE) (#2787)
1
chore
store
503,967
07.10.2021 22:55:00
-7,200
ec1b62808aff030b39720925cddaaaa9dd756978
docs(Select): Remove unused Checkbox import
[ { "change_type": "MODIFY", "diff": "@@ -2246,7 +2246,7 @@ class FavoritesSelect extends React.Component {\n```js\nimport React from 'react';\nimport CubeIcon from '@patternfly/react-icons/dist/esm/icons/cube-icon';\n-import { Select, SelectOption, SelectVariant, SelectDirection, Checkbox, Divider, Button } ...
TypeScript
MIT License
patternfly/patternfly-react
docs(Select): Remove unused Checkbox import (#6389)
1
docs
Select
320,287
07.10.2021 22:59:32
-7,200
28ce7e995b6ea521f03ed5845387aa3858a34f72
docs: update incorrect store description for alternate-de
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ Used with the `STORES` variable.\n| Adorama | US | `adorama`|\n| Akinformatica | IT | `akinformatica`|\n| Allneeds | AU | `allneeds`|\n-| Alternate | DE | `alternate`|\n+| Alternate | DE | `alternate-de`|\n| Alternate | NL | `alternate-nl`|\n| Amazon | U...
TypeScript
MIT License
jef/streetmerchant
docs: update incorrect store description for alternate-de (#2765)
1
docs
null
902,122
07.10.2021 23:47:46
-7,200
0f957d92b310323efb9bc17349c5bc5847079c22
chore: avoid throw error after timeout
[ { "change_type": "MODIFY", "diff": "@@ -116,7 +116,7 @@ module.exports = ({ timeout: globalTimeout = 30000, ...launchOpts } = {}) => {\nreturn value\n} catch (error) {\nawait closePage(page)\n- throw ensureError(error)\n+ if (!isRejected) throw ensureError(error)\n}\n}\n", "new_path": "packages/browserl...
JavaScript
MIT License
microlinkhq/browserless
chore: avoid throw error after timeout
1
chore
null
902,122
07.10.2021 23:47:55
-7,200
dca10e1e2961cac578f363d4e91d8087f1690644
chore: add destroyContext debug log
[ { "change_type": "MODIFY", "diff": "@@ -149,7 +149,10 @@ module.exports = ({ timeout: globalTimeout = 30000, ...launchOpts } = {}) => {\ngotoOpts\n)\n- const destroyContext = () => pReflect(contextPromise.then(context => context.close()))\n+ const destroyContext = async () => {\n+ const context = await cont...
JavaScript
MIT License
microlinkhq/browserless
chore: add destroyContext debug log
1
chore
null
320,202
07.10.2021 23:54:27
-10,800
73eaa88fa1ed7ef47a333fbe91875c460d00dd6e
chore: improve linksBuilder logging
[ { "change_type": "MODIFY", "diff": "@@ -16,11 +16,12 @@ function addNewLinks(store: Store, links: Link[], series: Series) {\nconst newLinks = links.filter(link => !existingUrls.has(link.url));\nif (newLinks.length === 0) {\n+ logger.debug(Print.message('NO NEW LINKS FOUND', series, store, true));\nreturn;\n...
TypeScript
MIT License
jef/streetmerchant
chore: improve linksBuilder logging (#2785)
1
chore
null
320,202
07.10.2021 23:56:19
-10,800
a20faaab78ca5bf82240c10a944d55d806af7ffc
chore: move lookup loop logging to lower level Changing this makes it so it doesn't spam hundreds of messages per second making debug log unreadable.
[ { "change_type": "MODIFY", "diff": "@@ -560,11 +560,11 @@ async function runCaptchaDeterrent(browser: Browser, store: Store, page: Page) {\nexport async function tryLookupAndLoop(browser: Browser, store: Store) {\nif (!browser.isConnected()) {\n- logger.debug(`[${store.name}] Ending this loop as browser is ...
TypeScript
MIT License
jef/streetmerchant
chore: move lookup loop logging to lower level (#2784) Changing this makes it so it doesn't spam hundreds of messages per second making debug log unreadable.
1
chore
null
306,421
08.10.2021 00:05:59
-7,200
3a0f89a28a0df5073937d670ecbffad639c28303
chore: remove typing inside import statement
[ { "change_type": "MODIFY", "diff": "-import { /** @type{HTMLElement} */ LionCombobox } from './src/LionCombobox.js';\n+import { LionCombobox } from './src/LionCombobox.js';\ncustomElements.define('lion-combobox', LionCombobox);\n", "new_path": "packages/combobox/lion-combobox.js", "old_path": "packa...
JavaScript
MIT License
ing-bank/lion
chore: remove typing inside import statement
1
chore
null
902,122
08.10.2021 00:16:02
-7,200
a19b340a423101a77e78e9e375bb4ba518971ae7
chore: ensure to close page once
[ { "change_type": "MODIFY", "diff": "@@ -98,9 +98,9 @@ module.exports = ({ timeout: globalTimeout = 30000, ...launchOpts } = {}) => {\n}\nconst closePage = async page => {\n- let info\n- if (page) info = await pReflect(page.close())\n- debug('closePage', { page: !!page, ...info })\n+ if (!page.isClosed()) {\...
JavaScript
MIT License
microlinkhq/browserless
chore: ensure to close page once
1
chore
null
902,122
08.10.2021 00:17:29
-7,200
41694a12fcd814b38c5a5473a1197e34ece7eac6
chore(release): v9.2.12
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [9.2.12](https://github.com/microlinkhq/browserless/compare/v9.2.11...v9.2.12) (2021-10-07)\n+\n+**Note:** Version...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.2.12
1
chore
release
306,638
08.10.2021 00:32:43
-19,080
07db26e9b0c9188eea8fda350889321a610ac5ee
docs(contributing): adds all all-contributors-cli and current contributors in Readme
[ { "change_type": "ADD", "diff": "+{\n+ \"projectName\": \"design-system\",\n+ \"projectOwner\": \"innovaccer\",\n+ \"repoType\": \"github\",\n+ \"repoHost\": \"https://github.com\",\n+ \"files\": [\n+ \"README.md\"\n+ ],\n+ \"imageSize\": 100,\n+ \"commit\": false,\n+ \"commitConvention\": \"angular\",\n+ \...
TypeScript
MIT License
innovaccer/design-system
docs(contributing): adds all all-contributors-cli and current contributors in Readme
1
docs
contributing
306,638
08.10.2021 01:00:43
-19,080
7d9c262d7c45917cc333674ad7c1a0851b0ccda9
docs(readme): updates short description in Readme
[ { "change_type": "MODIFY", "diff": "Masala Design System\n</h1>\n-> Masala is an open-source design system built at Innovaccer.\n+> Masala Design System (MDS) is an open-source design system built at Innovaccer.\n+> This repo consists of React components based on the guidelines and principles of\n+> Masala ...
TypeScript
MIT License
innovaccer/design-system
docs(readme): updates short description in Readme
1
docs
readme
902,122
08.10.2021 01:29:03
-7,200
1928ba341bc2be8fafbd05e83290111b089d7c2c
fix: ensure page exists
[ { "change_type": "MODIFY", "diff": "@@ -98,7 +98,7 @@ module.exports = ({ timeout: globalTimeout = 30000, ...launchOpts } = {}) => {\n}\nconst closePage = async page => {\n- if (!page.isClosed()) {\n+ if (page && !page.isClosed()) {\ndebug('closePage', await pReflect(page.close()))\n}\n}\n", "new_path":...
JavaScript
MIT License
microlinkhq/browserless
fix: ensure page exists
1
fix
null
902,122
08.10.2021 01:30:28
-7,200
5e3fa535f0c90777bce6354a1db6f292881e2562
chore(release): v9.2.13
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [9.2.13](https://github.com/microlinkhq/browserless/compare/v9.2.12...v9.2.13) (2021-10-07)\n+\n+\n+### Bug Fixes\...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.2.13
1
chore
release
826,654
08.10.2021 03:19:26
18,000
ba1bec9fb431331835bfb7655596b363ae9edc74
docs: correct `required` annotation for List API parameters
[ { "change_type": "MODIFY", "diff": "@@ -97,10 +97,10 @@ func (c *sdkClient) deleteTuple(t require.TestingT, r *relationtuple.InternalRel\nfunc compileParams(q *relationtuple.RelationQuery, opts []x.PaginationOptionSetter) *read.GetRelationTuplesParams {\nparams := read.NewGetRelationTuplesParams().WithNames...
Go
Apache License 2.0
ory/keto
docs: correct `required` annotation for List API parameters (#760)
1
docs
null
791,331
08.10.2021 07:42:09
-7,200
7800a3303b97204a0573780786388437bbbf2673
feat(spanner/spannertest): implement RowDeletionPolicy in spannertest Fixes
[ { "change_type": "MODIFY", "diff": "@@ -60,6 +60,7 @@ type table struct {\norigIndex map[spansql.ID]int // original index of each column upon construction\npkCols int // number of primary key columns (may be 0)\npkDesc []bool // whether each primary key column is in descending order\n+ rdw *spansql.RowDelet...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(spanner/spannertest): implement RowDeletionPolicy in spannertest (#4961) Fixes #4782
1
feat
spanner/spannertest
126,276
08.10.2021 08:23:20
10,800
ef2a12c41ee2eed2765879414f27e4528b2e2455
test(embedded/sql): unit testing unsupported sql IN clause with subqueries
[ { "change_type": "MODIFY", "diff": "@@ -2451,11 +2451,11 @@ type InSubQueryExp struct {\n}\nfunc (bexp *InSubQueryExp) inferType(cols map[string]*ColDescriptor, params map[string]SQLValueType, implicitDB, implicitTable string) (SQLValueType, error) {\n- return AnyType, errors.New(\"not yet supported\")\n+ r...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): unit testing unsupported sql IN clause with subqueries Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
821,198
08.10.2021 08:45:15
25,200
37e60a8433aa053ce776486754a79e33d155a571
ci: use node:lastest
[ { "change_type": "MODIFY", "diff": "@@ -44,9 +44,9 @@ jobs:\n- run: yarn exec nps test\n- store_test_results:\npath: ~/cli/reports\n- node-12-devcli: &node-12-devcli\n+ node-devcli: &node-devcli\ndocker:\n- - image: oclif/nsis:12.0.0-16\n+ - image: node:latest\nworking_directory: ~/cli\nenvironment:\nNYC: \...
TypeScript
MIT License
oclif/oclif
ci: use node:lastest (#674) Co-authored-by: Rodrigo Espinosa de los Monteros <1084688+RodEsp@users.noreply.github.com>
1
ci
null
126,276
08.10.2021 09:11:01
10,800
8404bd182d83d204d903715d4af3c968c788a287
test(embedded/sql): cover IN clause edge cases
[ { "change_type": "MODIFY", "diff": "@@ -2359,6 +2359,9 @@ func TestQueryWithInClause(t *testing.T) {\nrequire.NoError(t, err)\n}\n+ inListExp := &InListExp{}\n+ require.False(t, inListExp.isConstant())\n+\nt.Run(\"infer parameters without parameters should return an empty list\", func(t *testing.T) {\nparam...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): cover IN clause edge cases Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
821,198
08.10.2021 09:11:48
25,200
ddff855da63a7a6b8848a49458eee3fdf1d9d1d6
ci: update tested node versions in github ci
[ { "change_type": "MODIFY", "diff": "@@ -2,16 +2,16 @@ name: Node.js CI\non:\npush:\n- branches: [ master ]\n+ branches: [ master, main ]\npull_request:\n- branches: [ master ]\n+ branches: [ master, main ]\njobs:\nbuild:\nruns-on: windows-latest\nstrategy:\nmatrix:\n- node-version: [12.x, 14.x]\n+ node-vers...
TypeScript
MIT License
oclif/oclif
ci: update tested node versions in github ci (#686) Co-authored-by: Rodrigo Espinosa de los Monteros <1084688+RodEsp@users.noreply.github.com>
1
ci
null
126,276
08.10.2021 09:27:00
10,800
171dd35c1dc333f21563e5e54705c0b263032e54
chore(embedded/sql): postponing short-circuit evaluation for safetiness
[ { "change_type": "MODIFY", "diff": "@@ -2435,7 +2435,7 @@ func TestQueryWithInClause(t *testing.T) {\n})\nt.Run(\"in clause with invalid values should return an error\", func(t *testing.T) {\n- r, err := engine.QueryStmt(\"SELECT id, title, active FROM table1 WHERE title IN ('notitle', true + 'title1')\", n...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): postponing short-circuit evaluation for safetiness Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
306,320
08.10.2021 09:44:09
-3,600
0100e687fcb100f4555b9fa8a2b35d75491d34fc
fix: Allow env vars with config * fix: allow env vars with config The env vars can store credentials (e.g. `INFRACOST_TERRAFORM_CLOUD_TOKEN`) and we don't yet have a good way of passing these in the config file, so we should allow both. * fix(google): Preemptible VM filter mappings
[ { "change_type": "MODIFY", "diff": "@@ -295,21 +295,15 @@ func loadRunFlags(cfg *config.Config, cmd *cobra.Command) error {\ncmd.Flags().Changed(\"terraform-workspace\") ||\ncmd.Flags().Changed(\"terraform-use-state\"))\n- projectCfg := cfg.Projects[0]\n-\n- hasProjectEnvs := projectCfg.Path != \"\" ||\n- p...
Go
Apache License 2.0
infracost/infracost
fix: Allow env vars with config (#1032) * fix: allow env vars with config The env vars can store credentials (e.g. `INFRACOST_TERRAFORM_CLOUD_TOKEN`) and we don't yet have a good way of passing these in the config file, so we should allow both. * fix(google): Preemptible VM filter mappings
1
fix
null
447,449
08.10.2021 10:01:04
18,000
dc8b937c4516cf1f4a77edf507268a433ab6fe70
fix: changed helptext info color
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport { useTheme } from '../../../libs/hooks';\n+import { darken } from '../../../styles/helpers/color';\nfunction InfoIcon({ className, style, isFocused }) {\n- const { brand } = useTheme().rainbow.palette...
JavaScript
MIT License
nexxtway/react-rainbow
fix: changed helptext info color (#2299)
1
fix
null
791,376
08.10.2021 10:09:27
-19,080
e84e40830752fc8bc0ccdd869fa7b8fd0c80f306
feat(spanner/spansql): support JSON data type
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,7 @@ by ascending esotericism:\n- expression functions\n- NUMERIC\n+- JSON\n- more aggregation functions\n- SELECT HAVING\n- more literal types\n", "new_path": "spanner/spannertest/README.md", "old_path": "spanner/spannertest/README.md" }, { "...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(spanner/spansql): support JSON data type (#4959) Co-authored-by: Rahul Yadav <irahul@google.com> Co-authored-by: Hengfeng Li <hengfeng@google.com>
1
feat
spanner/spansql
276,958
08.10.2021 10:20:07
10,800
42dfa6109c2c96bc3a4f6e900f8d225bdafaead5
feat(system): add gap support
[ { "change_type": "MODIFY", "diff": "@@ -194,5 +194,16 @@ The `flexes` module has all the listed above\n<inlineCode>order</inlineCode>\n</td>\n</tr>\n+ <tr>\n+ <td>\n+ <inlineCode>gap</inlineCode>\n+ </td>\n+ <td>\n+ <inlineCode>gap</inlineCode>, <inlineCode>g</inlineCode>\n+ </td>\n+ <td>\n+ <inlineCode>gap...
JavaScript
MIT License
gympass/yoga
feat(system): add gap support
1
feat
system
711,597
08.10.2021 10:27:26
-7,200
af78656611e80d1165683aa16ec52060fe1363a7
chore: Establish separate changelog for prereleases
[ { "change_type": "MODIFY", "diff": "-## 1.3.0-beta.0 (2021-09-30)\n-\n-\n-#### Features\n-\n-* **admin-ui** Add admin-ui Portuguese (Portugal) translation (#1069) ([81d9836](https://github.com/vendure-ecommerce/vendure/commit/81d9836)), closes [#1069](https://github.com/vendure-ecommerce/vendure/issues/1069...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Establish separate changelog for prereleases
1
chore
null
711,597
08.10.2021 10:35:34
-7,200
e268234ffbbca155c7175cb0d7198f52b47c5707
chore: Pre-release v1.3.0-beta.1
[ { "change_type": "MODIFY", "diff": "\"packages\": [\n\"packages/*\"\n],\n- \"version\": \"1.3.0-beta.0\",\n+ \"version\": \"1.3.0-beta.1\",\n\"npmClient\": \"yarn\",\n\"useWorkspaces\": true,\n\"command\": {\n", "new_path": "lerna.json", "old_path": "lerna.json" }, { "change_type": "MODIFY",...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Pre-release v1.3.0-beta.1
1
chore
null
127,946
08.10.2021 10:46:31
-10,800
60812d8047cc702230d1c505c09fd7127a2cf52d
fix: next-transpile-modules
[ { "change_type": "MODIFY", "diff": "const withTM = require('next-transpile-modules')([\n- '@heathmont/moon-utils',\n+ '@heathmont/moon-accordion',\n+ '@heathmont/moon-assets',\n+ '@heathmont/moon-charts',\n+ '@heathmont/moon-components',\n'@heathmont/moon-core',\n+ '@heathmont/moon-draggabletable',\n+ '@hea...
TypeScript
MIT License
coingaming/moon-design
fix: next-transpile-modules
1
fix
null
711,597
08.10.2021 10:48:20
-7,200
2a5114c12b1aa32e422f0bcaf8d7ae2167c0f9bd
chore: Update prerelease changelog
[ { "change_type": "MODIFY", "diff": "+## 1.3.0-beta.1 (2021-10-08)\n+\n+\n+#### Features\n+\n+* **admin-ui** Add empty option for nullable custom field selects ([894ca4a](https://github.com/vendure-ecommerce/vendure/commit/894ca4a)), closes [#1083](https://github.com/vendure-ecommerce/vendure/issues/1083)\n+...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Update prerelease changelog
1
chore
null
494,322
08.10.2021 10:54:40
-7,200
11b25deb46b73c7d0ab95a77ff2ab60c032c1942
fix: OIDC provider field in spec
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,7 @@ type SubmitSelfServiceLoginFlowWithOidcMethodBody struct {\n// The provider to register with\n//\n// required: true\n- Provider string `json:\"traits\"`\n+ Provider string `json:\"provider\"`\n// The CSRF Token\nCSRFToken string `json:\"csrf_token\"`\n",...
Go
Apache License 2.0
ory/kratos
fix: OIDC provider field in spec (#1809)
1
fix
null
866,400
08.10.2021 10:54:41
14,400
4d74912ac6ce4411488b9adb452ba89eb9737f19
fix(card cta): Add video duration to aria-label if present ### Related Ticket(s) Fixes ### Description Calculates video duration into whole minutes and seconds and adds that information to the DDSCardCTAFooter component's altAriaLabel value ### Changelog **Changed** Includes video duration in card cta aria label if pre...
[ { "change_type": "MODIFY", "diff": "@@ -363,6 +363,34 @@ class KalturaPlayerAPI {\nreturn hours + minutes + ':' + seconds;\n}\n+\n+ static getMediaDurationFormatted(duration = 0, fromMilliseconds) {\n+ let ms = duration;\n+ if (!fromMilliseconds) {\n+ ms = duration * 1000;\n+ }\n+\n+ const s = Math.floor((m...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(card cta): Add video duration to aria-label if present (#7323) ### Related Ticket(s) Fixes #7288 ### Description Calculates video duration into whole minutes and seconds and adds that information to the DDSCardCTAFooter component's altAriaLabel value ### Changelog **Changed** - Includes video dur...
1
fix
card cta
126,276
08.10.2021 11:20:17
10,800
0ee266851b2d63b9aebcbfca12c7c1c6855096c4
chore(embedded/sql): set INNER as default join type
[ { "change_type": "MODIFY", "diff": "@@ -790,6 +790,45 @@ func TestSelectStmt(t *testing.T) {\n}},\nexpectedError: nil,\n},\n+ {\n+ input: \"SELECT id, name, table2.status FROM table1 JOIN table2 ON table1.id = table2.id WHERE name = 'John' ORDER BY name DESC\",\n+ expectedOutput: []SQLStmt{\n+ &SelectStmt{\...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): set INNER as default join type Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
791,682
08.10.2021 11:31:41
18,000
ac497faa0960e308408fbe1a319bea6fb864bc64
report(flow): refine snapshot and timespan performance
[ { "change_type": "MODIFY", "diff": "width: max-content;\nbackground-color: var(--report-background-color);\nborder: 1px solid var(--color-gray-900);\n- border-radius: 5px;\n+ border-radius: 3px;\npadding: var(--base-spacing);\nright: 0;\nbox-shadow: 0px 4px 4px var(--summary-tooltip-box-shadow-color);\n", ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(flow): refine snapshot and timespan performance (#13184)
1
report
flow
277,291
08.10.2021 11:36:59
-19,080
c930f4b031344e89a249c10ab337bcdbf09582e8
fix: Fix url in graphics example.
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ title: Graphics\nWave provides a versatile API for rendering vector graphics (SVG) backed by [data buffers](buffers.md).\n-Use the graphics card [ui.graphics_card()](http://localhost:3000/docs/api/ui#graphics_card) to render graphics.\n+Use the graphics ca...
Python
Apache License 2.0
h2oai/wave
fix: Fix url in graphics example. (#1056)
1
fix
null
679,913
08.10.2021 11:42:48
-7,200
ef46bf55eaa1deff12b0268b880bc33f4878acba
feat(webgl): add DefShaderOpts, rename ShaderOpts add DefShaderOpts update defShader(), shaderSourceFromAST() rename ShaderOpts => ShaderPresetOpts update shader presets
[ { "change_type": "MODIFY", "diff": "@@ -284,7 +284,7 @@ export interface ShaderState {\nstencilMask: number;\n}\n-export interface ShaderOpts<T> {\n+export interface ShaderPresetOpts<T> {\ninstancePos: string;\ninstanceColor: string;\ncolor: string;\n@@ -293,6 +293,13 @@ export interface ShaderOpts<T> {\nst...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): add DefShaderOpts, rename ShaderOpts - add DefShaderOpts - update defShader(), shaderSourceFromAST() - rename ShaderOpts => ShaderPresetOpts - update shader presets
1
feat
webgl
791,284
08.10.2021 11:44:52
25,200
b824c897e6941270747b612f6d36a8d6ae081315
feat(storage): SignedUrl can use existing creds to authenticate
[ { "change_type": "MODIFY", "diff": "@@ -16,16 +16,22 @@ package storage\nimport (\n\"context\"\n+ \"encoding/base64\"\n+ \"encoding/json\"\n+ \"errors\"\n\"fmt\"\n\"net/http\"\n\"reflect\"\n\"time\"\n+ \"cloud.google.com/go/compute/metadata\"\n\"cloud.google.com/go/internal/optional\"\n\"cloud.google.com/go...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(storage): SignedUrl can use existing creds to authenticate (#4604) Co-authored-by: Cody Oss <6331106+codyoss@users.noreply.github.com>
1
feat
storage
679,913
08.10.2021 11:47:00
-7,200
d35cabc3805b6c0c710778c21a45e6f13a477b7f
feat(webgl-shadertoy): add support for DefShaderOpts
[ { "change_type": "MODIFY", "diff": "import type { Fn2 } from \"@thi.ng/api\";\nimport type { FloatSym, IntSym, ScopeBody, Vec2Sym } from \"@thi.ng/shader-ast\";\nimport type { GLSLTarget } from \"@thi.ng/shader-ast-glsl\";\n-import type { ITexture, ModelSpec, UniformDecl } from \"@thi.ng/webgl\";\n+import t...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl-shadertoy): add support for DefShaderOpts
1
feat
webgl-shadertoy
679,913
08.10.2021 11:47:35
-7,200
7e6f84e347d46b7c40e64ad43edecb666343cfdf
refactor(shader-ast-glsl): minor update
[ { "change_type": "MODIFY", "diff": "@@ -149,9 +149,9 @@ export const targetGLSL = (opts?: Partial<GLSLOpts>) => {\ncase \"float\":\nreturn isNumber(v) ? ff(v) : `float(${emit(v)})`;\ncase \"int\":\n- return isNumber(v) ? String(v) : `${t.type}(${emit(v)})`;\n+ return isNumber(v) ? String(v) : `int(${emit(v)...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(shader-ast-glsl): minor update #319
1
refactor
shader-ast-glsl
902,122
08.10.2021 11:56:52
-7,200
0fc127b9a76e3159e25da05bc25a1e9543c3ee4e
chore: handle browser context disconnected
[ { "change_type": "MODIFY", "diff": "@@ -128,6 +128,7 @@ module.exports = ({ timeout: globalTimeout = 30000, ...launchOpts } = {}) => {\ndebug('onFailedAttempt', { name: error.name, code: error.code, isRejected })\nif (error.name === 'AbortError') throw error\nif (isRejected) throw new AbortError()\n+ if (er...
JavaScript
MIT License
microlinkhq/browserless
chore: handle browser context disconnected
1
chore
null
902,122
08.10.2021 11:57:20
-7,200
c1c9dca5f97b375666eaab24137dc362dd5a8f69
chore(release): v9.2.14
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [9.2.14](https://github.com/microlinkhq/browserless/compare/v9.2.13...v9.2.14) (2021-10-08)\n+\n+**Note:** Version...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.2.14
1
chore
release
126,276
08.10.2021 12:01:16
10,800
0ce8853ee9bf09ed288b4c370db3ac28f3cab9a7
fix(embedded/sql): normalize parameters with lower case identifiers
[ { "change_type": "MODIFY", "diff": "@@ -42,9 +42,15 @@ func (cr *conditionalRowReader) ImplicitTable() string {\nreturn cr.rowReader.ImplicitTable()\n}\n-func (cr *conditionalRowReader) SetParameters(params map[string]interface{}) {\n- cr.rowReader.SetParameters(params)\n- cr.params = params\n+func (cr *con...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/sql): normalize parameters with lower case identifiers Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/sql
127,946
08.10.2021 12:14:22
-10,800
ba2d34bdc3f4044109df7b7d501363c7502477f9
feat: add version to next docs
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import classNames from '../../utils/classNames';\nimport navigation from './navigation';\nimport Arrow from './Arrow';\nimport Logo from './Logo';\n-// import Version from './Version';\n+import Version from './Version';\ninterface LinkProps {\nhref: string...
TypeScript
MIT License
coingaming/moon-design
feat: add version to next docs
1
feat
null
71,080
08.10.2021 12:18:03
14,400
54472a0ccebe208dca3402367626a938731544b0
fix(cloudwatch): alarms with accountId fails in regions that don't support cross-account alarms Fixes *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": "@@ -257,8 +257,7 @@ export class Alarm extends AlarmBase {\nreturn dispatchMetric(metric, {\nwithStat(stat, conf) {\nself.validateMetricStat(stat, metric);\n- const canRenderAsLegacyMetric = conf.renderingProperties?.label == undefined &&\n- (stat.account == undefined || ...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(cloudwatch): alarms with accountId fails in regions that don't support cross-account alarms (#16875) Fixes #16874 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
cloudwatch
737,359
08.10.2021 12:23:22
-3,600
d0070367209075ddce3bc63598dce18566381b6d
chore(release): publish 10.0.0-alpha.15
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [10.0.0-alpha.15](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.14...v10.0.0-alpha.15) (2021-10-08)\n+\n+**...
JavaScript
MIT License
wopian/kitsu
chore(release): publish 10.0.0-alpha.15
1
chore
release
276,951
08.10.2021 12:32:35
10,800
39500d7f6c26db8271634300eed02258db8ef9c0
feat(system): add others props width and height
[ { "change_type": "MODIFY", "diff": "@@ -136,6 +136,24 @@ const width = props =>\ntransform: toPx,\n});\n+const maxWidth = props =>\n+ generator({\n+ props,\n+ prop: ['maxWidth', 'maxW'],\n+ cssProperty: 'max-width',\n+ getter: getSpacing,\n+ transform: toPx,\n+ });\n+\n+const minWidth = props =>\n+ generato...
JavaScript
MIT License
gympass/yoga
feat(system): add others props width and height
1
feat
system
276,951
08.10.2021 12:34:53
10,800
ef0097b0d8752f6752f6e1e1b3e4a8bb54a93ad4
docs(system): add news props to docs
[ { "change_type": "MODIFY", "diff": "@@ -219,6 +219,28 @@ _For React Native users, we strongly recommend the usage of shorthands due to\n<inlineCode>width</inlineCode>\n</td>\n</tr>\n+ <tr>\n+ <td>\n+ <inlineCode>maxWidth</inlineCode>\n+ </td>\n+ <td>\n+ <inlineCode>maxWidth</inlineCode>, <inlineCode>maxW</i...
JavaScript
MIT License
gympass/yoga
docs(system): add news props to docs
1
docs
system
104,828
08.10.2021 12:45:19
-7,200
d692f4753831fe085d04db1fb02e91bb1bf6a558
fix(columngrouping): add styling improvements
[ { "change_type": "MODIFY", "diff": "}\n}\n+// SET BORDERS\n// We need the bx--data-table selector in order to override some Carbon styles\n.#{$prefix}--data-table {\n.#{$iot-prefix}--table-head--with-column-groups {\nborder-width: 0;\n}\n- // THE ROW OF NORMAL COLUMN HEADERS\n+ // THE ROW OF COLUMN HEADERS\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(columngrouping): add styling improvements
1
fix
columngrouping
711,595
08.10.2021 12:48:48
-7,200
dd28a9de0129dcd3733898dd453cb719eb3e4f7c
docs(core): Extended payment integration docs
[ { "change_type": "MODIFY", "diff": "---\n-title: \"Payment Integrations\"\n+title: 'Payment Integrations'\nshowtoc: true\n---\n@@ -15,8 +15,8 @@ Vendure can support many kinds of payment workflows, such as authorizing and cap\nTypically, there are 2 parts to an online payment: **authorization** and **settle...
TypeScript
MIT License
vendure-ecommerce/vendure
docs(core): Extended payment integration docs (#1139)
1
docs
core
127,946
08.10.2021 12:51:03
-10,800
bfaaf593ad451fa3ec2cf70871fe811fe2549a86
fix: .circleci/config.yml tag_master_image requires
[ { "change_type": "MODIFY", "diff": "@@ -240,9 +240,3 @@ workflows:\nignore: /.*/\ntags:\nonly: /^v.*/\n- requires:\n- - dependencies\n- - build\n- - lint\n- - publish\n- - build_docs_and_push\n", "new_path": ".circleci/config.yml", "old_path": ".circleci/config.yml" } ]
TypeScript
MIT License
coingaming/moon-design
fix: .circleci/config.yml tag_master_image requires
1
fix
null
71,094
08.10.2021 13:02:31
-3,600
7b4fa721deac1d263d86c1d552c984fa1486f42e
fix(s3): auto-delete fails when bucket has been deleted manually Even though buckets are not supposed to be deleted manually, this change makes the delete operation idempotent and thus more reliable. Fixes *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": "@@ -58,7 +58,14 @@ async function onDelete(bucketName?: string) {\nprocess.stdout.write(`Bucket does not have '${AUTO_DELETE_OBJECTS_TAG}' tag, skipping cleaning.\\n`);\nreturn;\n}\n+ try {\nawait emptyBucket(bucketName);\n+ } catch (e) {\n+ if (e.code !== 'NoSuchBucket')...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(s3): auto-delete fails when bucket has been deleted manually (#16645) Even though buckets are not supposed to be deleted manually, this change makes the delete operation idempotent and thus more reliable. Fixes #16619. ---- *By submitting this pull request, I confirm that my contribution is made under the...
1
fix
s3
494,277
08.10.2021 13:06:36
14,400
8cd6428e40610fa40b9c59414beb3d5c614dddaa
docs: fix invalid syntax
[ { "change_type": "MODIFY", "diff": "@@ -56,7 +56,7 @@ needs users. Therefore, we need:\nand of course:\n- A dashboard that shows\n- `Hello {{ traits.name.first }} {{ traits.name.last }}}!` which is only visible\n+ `Hello {{ traits.name.first }} {{ traits.name.last }}!` which is only visible\nwhen the user i...
Go
Apache License 2.0
ory/kratos
docs: fix invalid syntax (#1819)
1
docs
null
4,988
08.10.2021 13:20:59
-7,200
54388947c6b5252e355eba323937da3f63037f23
chore(csv-parse): reflect project repository name
[ { "change_type": "MODIFY", "diff": "\"license\": \"MIT\",\n\"repository\": {\n\"type\": \"git\",\n- \"url\": \"https://github.com/wdavidw/node-csv-parse\"\n+ \"url\": \"https://github.com/adaltas/node-csv-parse\"\n},\n\"homepage\": \"https://csv.js.org/parse/\",\n\"devDependencies\": {\n", "new_path": "...
JavaScript
MIT License
adaltas/node-csv
chore(csv-parse): reflect project repository name
1
chore
csv-parse
815,593
08.10.2021 13:24:32
-28,800
1328ee7656d7148f927a357d2bac550742db0cc3
test: add OrphanTxRejected integration test
[ { "change_type": "MODIFY", "diff": "@@ -390,6 +390,7 @@ fn all_specs() -> Vec<Box<dyn Spec>> {\nBox::new(BootstrapCellbase),\nBox::new(TemplateSizeLimit),\nBox::new(OrphanTxAccepted),\n+ Box::new(OrphanTxRejected),\nBox::new(GetRawTxPool),\nBox::new(PoolReconcile),\nBox::new(PoolResurrect),\n", "new_pat...
Rust
MIT License
nervosnetwork/ckb
test: add OrphanTxRejected integration test
1
test
null
679,913
08.10.2021 13:28:53
-7,200
94e64d2070e5f69799668a3f5cb7fd4e14d09e7f
build: re-add tslib dependency
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/idgen\": \"^1.0.5\",\n\"@thi.ng/logger\": \"^0.0.1\",\n\"@thi.ng/malloc\": \"^5.0.14\",\n- \"@thi.ng/transducers\": \"^7.9.2\"\n+ \"@thi.ng/transducers\": \"^7.9.2\",\n+ \"tslib\": \"^2.3.1\"\n},\n\"devDependencies\": {\n\"@thi.ng/equiv\": \"^1.0.45\",\n", "...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: re-add tslib dependency
1
build
null
126,276
08.10.2021 13:39:28
10,800
cf55511beacfec3afa5b93ca994de595f5881153
feat(embedded/sql): support value expression in like pattern
[ { "change_type": "MODIFY", "diff": "@@ -1136,7 +1136,26 @@ func TestExpressions(t *testing.T) {\ntable: \"table1\",\ncol: \"title\",\n},\n- pattern: \"J%O\",\n+ pattern: &Varchar{val: \"J%O\"},\n+ },\n+ }},\n+ expectedError: nil,\n+ },\n+ {\n+ input: \"SELECT id FROM table1 WHERE table1.title LIKE @param1\"...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/sql): support value expression in like pattern Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/sql
306,652
08.10.2021 13:40:19
-19,080
f658eb26e921416915b196fab58751c1b4f04a30
test(navigation): adds test cases
[ { "change_type": "MODIFY", "diff": "@@ -136,10 +136,15 @@ export const VerticalNavigation = (props: VerticalNavigationProps) => {\n});\nreturn (\n- <div key={index}>\n- <div className={menuClasses} onClick={() => onClickHandler(menu)}>\n+ <div key={index} data-test=\"DesignSystem-Navigation-VerticalNavigati...
TypeScript
MIT License
innovaccer/design-system
test(navigation): adds test cases
1
test
navigation
127,970
08.10.2021 13:41:00
-10,800
5a327d29bfb06bb500465801054933f12401e153
fix: background for banner component
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ const BannerWrapper = styled.div<any>(({ theme: { color, space } }) => ({\nminWidth: rem(280),\nwidth: '100%',\npadding: `${space.default}px ${rem(12)}`,\n- backgroundColor: color.hit[100],\n+ backgroundColor: color.gohan[100],\nborderRadius: rem(12),\nd...
TypeScript
MIT License
coingaming/moon-design
fix: background for banner component B1M2-4296 (#1426)
1
fix
null
679,913
08.10.2021 13:51:24
-7,200
0d6953a384fe1a465ed441800af7fb369793d9cc
build(geom): update export map
[ { "change_type": "MODIFY", "diff": "\".\": {\n\"import\": \"./index.js\"\n},\n+ \"./aabb\": {\n+ \"import\": \"./aabb.js\"\n+ },\n\"./api/aabb\": {\n\"import\": \"./api/aabb.js\"\n},\n\"./arc-length\": {\n\"import\": \"./arc-length.js\"\n},\n+ \"./arc\": {\n+ \"import\": \"./arc.js\"\n+ },\n\"./area\": {\n\...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(geom): update export map
1
build
geom