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
104,835
14.09.2021 11:34:02
14,400
1e9f81932bab8da088d12bd6c75e7caf30ce8874
fix(datetimpicker): customize range separator
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,7 @@ export interface BatchLabelText {\nDAYS: string;\nHOURS: string;\nMINUTES: string;\n+ RANGE_SEPARATOR: string;\n}\nexport type RelativeDateTimeSelection = ['RELATIVE', ...DateRange, RelativeRange];\n@@ -264,6 +265,7 @@ export class DateTimePickerComponen...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(datetimpicker): customize range separator
1
fix
datetimpicker
739,260
14.09.2021 11:36:33
-7,200
33053bf52b4b595b76a9638f41dc2b4d2dcca855
fix: close element on Modal
[ { "change_type": "MODIFY", "diff": "-import styled from '@xstyled/styled-components'\n-import { th } from '@xstyled/system'\nimport { ClearButton } from '@welcome-ui/clear-button'\n+import React from 'react'\n-export const Close = styled(ClearButton)`\n- position: absolute;\n- z-index: 1;\n- right: ${th('sp...
TypeScript
MIT License
wttj/welcome-ui
fix: close element on Modal (#921)
1
fix
null
791,282
14.09.2021 11:43:14
25,200
42cdbb9953b07b11bd8394ae01e20f7eda188623
chore(gapicgen): update microgen and promote compute to beta
[ { "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(gapicgen): update microgen and promote compute to beta (#4753)
1
chore
gapicgen
791,834
14.09.2021 11:52:28
18,000
d02747d8a76a8a3f0ff54b548ca5d248a94e0a21
tests(smokehouse): add flag for test sharding
[ { "change_type": "MODIFY", "diff": "@@ -13,15 +13,16 @@ jobs:\nstrategy:\nmatrix:\nchrome-channel: ['stable', 'ToT']\n- smoke-test-invert: [false, true]\n+ smoke-test-shard: [1, 2]\n# e.g. if set 1 fails, continue with set 2 anyway\nfail-fast: false\nruns-on: ubuntu-latest\nenv:\n- # The smokehouse tests ru...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(smokehouse): add flag for test sharding (#13047)
1
tests
smokehouse
889,620
14.09.2021 11:53:41
-28,800
a6164dadb7dfe78b550b5bfcceca516afe5259c1
fix: don't update read progress for already read books when series is marked as read
[ { "change_type": "MODIFY", "diff": "@@ -176,7 +176,12 @@ class SeriesLifecycle(\n}\nfun markReadProgressCompleted(seriesId: String, user: KomgaUser) {\n- val progresses = mediaRepository.getPagesSizes(bookRepository.findAllIdsBySeriesId(seriesId))\n+ val bookIds = bookRepository.findAllIdsBySeriesId(seriesI...
Kotlin
MIT License
gotson/komga
fix: don't update read progress for already read books when series is marked as read
1
fix
null
889,620
14.09.2021 11:56:35
-28,800
62d378c7175f7e6faf71c625c7d5b164bdcf03e2
fix(webui): dashboard would not reload when series read progress changed
[ { "change_type": "MODIFY", "diff": "@@ -208,6 +208,8 @@ import {\nBOOK_DELETED,\nREADPROGRESS_CHANGED,\nREADPROGRESS_DELETED,\n+ READPROGRESS_SERIES_CHANGED,\n+ READPROGRESS_SERIES_DELETED,\nSERIES_ADDED,\nSERIES_CHANGED,\nSERIES_DELETED,\n@@ -217,7 +219,7 @@ import {SeriesDto} from '@/types/komga-series'\n...
Kotlin
MIT License
gotson/komga
fix(webui): dashboard would not reload when series read progress changed
1
fix
webui
889,620
14.09.2021 11:58:12
-28,800
cf0382ca10efaf6a7f84f47f8bab6fe1dfae3e48
refactor: use some instead of map/includes
[ { "change_type": "MODIFY", "diff": "@@ -264,32 +264,32 @@ export default Vue.extend({\nif (percent > 0.95) await loader.loadNext()\n},\nseriesChanged(event: SeriesSseDto) {\n- if (this.loaderSeries?.items.map(x => x.id).includes(event.seriesId)) {\n+ if (this.loaderSeries?.items.some(x => x.id === event.ser...
Kotlin
MIT License
gotson/komga
refactor: use some instead of map/includes
1
refactor
null
679,913
14.09.2021 11:59:19
-7,200
26d3b90926e3c67971c53c63d0efc0a2f4852fca
build: update tsconfig files (target: "esnext")
[ { "change_type": "MODIFY", "diff": "{\n\"extends\": \"../../tsconfig.json\",\n\"compilerOptions\": {\n- \"outDir\": \".\",\n- \"target\": \"ESNext\"\n+ \"outDir\": \".\"\n},\n\"include\": [\"./src/**/*.ts\"]\n}\n", "new_path": "packages/bench/tsconfig.json", "old_path": "packages/bench/tsconfig.json...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update tsconfig files (target: "esnext")
1
build
null
679,913
14.09.2021 12:00:48
-7,200
7e91cc2b20371d6969f29ec40393d64efb3d9375
fix: minor updates (TS4.4) redeclare, not override inherited class properties
[ { "change_type": "MODIFY", "diff": "@@ -26,9 +26,9 @@ export interface TLRUCacheEntry<K, V> extends CacheEntry<K, V> {\n* arg). If no instance TTL is given, TTL defaults to 1 hour.\n*/\nexport class TLRUCache<K, V> extends LRUCache<K, V> {\n- protected opts!: TLRUCacheOpts<K, V>;\n- protected map!: Map<K, C...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix: minor updates (TS4.4) - redeclare, not override inherited class properties
1
fix
null
679,913
14.09.2021 12:04:25
-7,200
55ab3db39c925fa9141a5af8ef981644b71e8cc5
fix(tools): update check-imports tool only consider unique pkg names, not full (deep) imports
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,11 @@ const xform = comp(\nfilter((line) => !line.startsWith(\" * \")),\nmap((line) => RE_IMPORT.exec(line)),\nfilter((x) => !!x),\n- map((x) => x![1])\n+ map((x) =>\n+ x![1].indexOf(\"@thi.ng\") === 0\n+ ? x![1].split(\"/\").slice(0, 2).join(\"/\")\n+ : x![1...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(tools): update check-imports tool - only consider unique pkg names, not full (deep) imports
1
fix
tools
401,125
14.09.2021 12:09:01
14,400
1390919be8cf21f831d728c3097296210fa62903
feat(core): add and use new single-select props for suffix icon + hovered color
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,10 @@ exports[`DateRangePicker Custom date range options popover placement should rend\nbackground-color: #F7F8F9;\n}\n+.c2:hover > .c3 {\n+ color: #13181D;\n+}\n+\n.c2:active {\nbackground-color: #eff2f4;\n}\n@@ -191,6 +195,10 @@ exports[`DateRangePicker Cus...
TypeScript
MIT License
medly/medly-components
feat(core): add and use new single-select props for suffix icon + hovered color (#421)
1
feat
core
705,237
14.09.2021 12:16:01
14,400
a4ca5e79bc4dc49ea6b0d9fbf2d8d63d9b78289e
fix: Fix ChipGroup not properly selecting when ItemsSource contains enums.
[ { "change_type": "MODIFY", "diff": "@@ -391,6 +391,18 @@ namespace Uno.Material.Controls\n{\nif (item == null) return null;\n+ // For some obscure reason, ContainerFromItem returns null when item is an enum.\n+ // Note however that it works fine for other value types such as int.\n+ // Because of this, we r...
C#
Apache License 2.0
unoplatform/uno.themes
fix: Fix ChipGroup not properly selecting when ItemsSource contains enums.
1
fix
null
126,276
14.09.2021 12:27:43
10,800
14ce6b224757fc1e327c8360724c381a52e18335
chore(pkg/api): use follower naming for replication credentials
[ { "change_type": "MODIFY", "diff": "@@ -24,8 +24,8 @@ type Options struct {\nmasterDatabase string\nmasterAddress string\nmasterPort int\n- replicaUsername string\n- replicaPassword string\n+ followerUsername string\n+ followerPassword string\nstreamChunkSize int\n@@ -70,15 +70,15 @@ func (o *Options) WithM...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/api): use follower naming for replication credentials Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/api
126,276
14.09.2021 12:31:43
10,800
c3856fb7526b0129d76578d06fcb8e3274e61d2b
chore(cmd/immuadmin): remove replication flag shortcut
[ { "change_type": "MODIFY", "diff": "@@ -103,7 +103,7 @@ func (cl *commandline) database(cmd *cobra.Command) {\n}\ncc.Flags().Bool(\"exclude-commit-time\", false,\n\"do not include server-side timestamps in commit checksums, useful when reproducibility is a desired feature\")\n- cc.Flags().BoolP(\"replicatio...
Go
Apache License 2.0
codenotary/immudb
chore(cmd/immuadmin): remove replication flag shortcut Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
cmd/immuadmin
711,597
14.09.2021 12:42:55
-7,200
459a7940fb0e72153967b815c9f9d3d86d0aa612
chore: Add funding & homepage fields to package.json files
[ { "change_type": "MODIFY", "diff": "\"lint\": \"tslint --fix --project ./\",\n\"compile\": \"tsc -p ./tsconfig.build.json\"\n},\n+ \"homepage\": \"https://www.vendure.io/\",\n+ \"funding\": \"https://github.com/sponsors/michaelbromley\",\n\"publishConfig\": {\n\"access\": \"public\"\n},\n", "new_path": ...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Add funding & homepage fields to package.json files
1
chore
null
104,828
14.09.2021 12:53:32
-7,200
6a7fa57c0b1c87cb730982e8bc143f477cf1ce4a
test(table): updated snapshots
[ { "change_type": "MODIFY", "diff": "@@ -45102,12 +45102,6 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/T\nclassName=\"iot--tableheader-filter iot--filter-header-row--header\"\ndata-column=\"string\"\nscope=\"col\"\n- style={\n- Object {\n- \"--table-header-is-select-colu...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(table): updated snapshots
1
test
table
777,369
14.09.2021 13:12:48
21,600
e03bd4dc1a7e651b5a0045a4af1bfbae6eaa7170
fix: fork nested hp
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**Bug Fixes**\n+\n+- WebUI: Fix continuing trials for trials with nested hyperparameters.\n", "new_path": "docs/release-notes/2953-support-continue-trial-for-nested-hp-trials.txt", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ ...
Python
Apache License 2.0
determined-ai/determined
fix: fork nested hp [DET-5945] (#2953)
1
fix
null
551,636
14.09.2021 13:54:55
-3,600
baab33580f4ae14932118f277e8a87b85d4e6a8e
feat(sql): cast long to geohash implementation
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,7 @@ public final class ColumnType {\nprivate static final LowerCaseAsciiCharSequenceIntHashMap nameTypeMap = new LowerCaseAsciiCharSequenceIntHashMap();\n// For function overload the priority is taken from left to right\nprivate static final short[][] overlo...
Java
Apache License 2.0
questdb/questdb
feat(sql): cast long to geohash implementation (#1319)
1
feat
sql
889,620
14.09.2021 14:06:06
-28,800
7fe94143f1a3e3eddc9a09d6262fc47ea95bad32
test: fix warnings and failing test on CI
[ { "change_type": "MODIFY", "diff": "@@ -119,7 +119,7 @@ class ReadProgressDaoTest(\nassertThat(page).isEqualTo(10)\nassertThat(completed).isEqualTo(true)\nassertThat(bookId).isEqualTo(book1.id)\n- assertThat(readDate).isEqualTo(readDateInThePast)\n+ assertThat(readDate).isEqualToIgnoringNanos(readDateInTheP...
Kotlin
MIT License
gotson/komga
test: fix warnings and failing test on CI
1
test
null
71,371
14.09.2021 14:33:37
-7,200
9bbfd185c2383612e2be7317a091b72cc5e7a120
feat(lambda): use bundling docker image from ECR public for dotnet and go runtimes SAM build images are now available in ECR public for go1.x, dotnetcore2.1 and dotnetcore3.1. *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": "@@ -152,23 +152,17 @@ export class Runtime {\n/**\n* The .NET Core 2.1 runtime (dotnetcore2.1)\n*/\n- public static readonly DOTNET_CORE_2_1 = new Runtime('dotnetcore2.1', RuntimeFamily.DOTNET_CORE, {\n- bundlingDockerImage: 'lambci/lambda:build-dotnetcore2.1',\n- });\n+ ...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(lambda): use bundling docker image from ECR public for dotnet and go runtimes (#16281) SAM build images are now available in ECR public for go1.x, dotnetcore2.1 and dotnetcore3.1. https://gallery.ecr.aws/sam/build-go1.x https://gallery.ecr.aws/sam/build-dotnetcore2.1 https://gallery.ecr.aws/sam/build-dotnet...
1
feat
lambda
791,690
14.09.2021 14:34:59
18,000
f4d37a9031e44059f50643e7aaa6c7aeb762dc03
core(fr): support additionalTraceCategories
[ { "change_type": "MODIFY", "diff": "@@ -102,10 +102,12 @@ class Trace extends FRGatherer {\n/**\n* @param {LH.Gatherer.FRTransitionalContext} passContext\n*/\n- async startSensitiveInstrumentation({driver, gatherMode}) {\n+ async startSensitiveInstrumentation({driver, gatherMode, settings}) {\n+ const trace...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): support additionalTraceCategories (#13030)
1
core
fr
551,645
14.09.2021 15:05:39
-10,800
a5b8ddd3dbe5b80d031d39042201849fdaab037d
fix(sql): fix lt join for equal timestampts
[ { "change_type": "MODIFY", "diff": "@@ -2171,7 +2171,7 @@ public class SqlCompiler implements Closeable {\nreturn compiledQuery.ofRepair();\n}\n- void setFullSatJoins(boolean value) {\n+ void setFullFatJoins(boolean value) {\ncodeGenerator.setFullFatJoins(value);\n}\n", "new_path": "core/src/main/java/i...
Java
Apache License 2.0
questdb/questdb
fix(sql): fix lt join for equal timestampts (#1321)
1
fix
sql
711,595
14.09.2021 15:32:49
-7,200
43f0adb3fb5f8e5d413fb5bb40290c8a89dd607d
feat(admin-ui): Improve facet filtering for product search input Closes
[ { "change_type": "MODIFY", "diff": "@@ -60,9 +60,21 @@ export class ProductSearchInputComponent {\nif (!this.isFacetValueItem(item)) {\nreturn false;\n}\n+\n+ const cix = term.indexOf(':');\n+ const facetName = cix > -1 ? term.toLowerCase().slice(0, cix) : null;\n+ const facetVal = cix > -1 ? term.toLowerCa...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Improve facet filtering for product search input Closes #1078
1
feat
admin-ui
342,861
14.09.2021 15:40:12
-7,200
8f243fcf2a52e0a3a29fe78904d181ad96d3d857
refactor(docs): do/donts component docs(BlockQuote): update border docs(Guidelines): borders docs(Guidelines): layout docs(HeadingWithLink): fix docs(BlockQuote): update font-size docs(Guidelines): change spacings docs(Prose): import StyledAnchor docs(Guidelines): offset for text refactor(GuidelinesSideBySide): refacto...
[ { "change_type": "MODIFY", "diff": "import React from \"react\";\n-import styled from \"styled-components\";\n+import styled, { css } from \"styled-components\";\nconst StyledWrapper = styled.div`\n- ${({ theme }) => `\n- padding: ${theme.orbit.spaceMedium} 0;\n- background-color: ${theme.orbit.paletteCloud...
JavaScript
MIT License
kiwicom/orbit
refactor(docs): do/donts component docs(BlockQuote): update border docs(Guidelines): borders docs(Guidelines): layout docs(HeadingWithLink): fix docs(BlockQuote): update font-size docs(Guidelines): change spacings docs(Prose): import StyledAnchor docs(Guidelines): offset for text refactor(GuidelinesSideBySide)...
1
refactor
docs
503,965
14.09.2021 16:01:04
14,400
155eb0cc9e6eaea22f0a3301b1e7be66c5982204
fix(calendarmonth): make useEffect respect validators
[ { "change_type": "MODIFY", "diff": "@@ -176,7 +176,8 @@ export const CalendarMonth = ({\nconst calendar = React.useMemo(() => buildCalendar(focusedYear, focusedMonth, weekStart, validators), [\nfocusedYear,\nfocusedMonth,\n- weekStart\n+ weekStart,\n+ validators\n]);\nif (!focusedDateValidated) {\nconst toF...
TypeScript
MIT License
patternfly/patternfly-react
fix(calendarmonth): make useEffect respect validators (#6315)
1
fix
calendarmonth
104,835
14.09.2021 16:01:19
14,400
3669d4a69cc1e7ddc2ac32d236d1b88672525892
fix(datetimepicker): clear code
[ { "change_type": "MODIFY", "diff": "@@ -92,7 +92,6 @@ export class CustomDateTimeComponent implements OnChanges {\n}\nabsoluteChange(change: DateRange) {\n- console.log(change);\nthis.rangeChange.emit(['ABSOLUTE', ...change]);\n}\n}\n", "new_path": "packages/angular/src/date-time-picker/custom-date-time...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(datetimepicker): clear code
1
fix
datetimepicker
780,866
14.09.2021 16:19:13
10,800
e43a2c09cb059ecb1a14b532ab5251be86739008
fix(deps): update to v1.1.0
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@ecomplus/client\": \"^2.2.1\",\n\"@ecomplus/i18n\": \"^1.23.0\",\n- \"@ecomplus/passport-client\": \"^1.0.10\",\n+ \"@ecomplus/passport-client\": \"^1.1.0\",\n\"@ecomplus/shopping-cart\": \"^2.5.5\",\n\"@ecomplus/storefront-components\": \"^1.0.0-b...
JavaScript
MIT License
ecomplus/storefront
fix(deps): update @ecomplus/passport-client to v1.1.0
1
fix
deps
126,276
14.09.2021 16:27:17
10,800
a3f3a8e5382fe69e5097a2194b52fc5d128eb5e2
chore(embedded/sql): use int64 as value holder for INTEGER type
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ type AggregatedValue interface {\n}\ntype CountValue struct {\n- c uint64\n+ c int64\nsel string\n}\n@@ -49,7 +49,7 @@ func (v *CountValue) Compare(val TypedValue) (int, error) {\nreturn 0, ErrNotComparableValues\n}\n- nv := val.Value().(uint64)\n+ nv :=...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): use int64 as value holder for INTEGER type Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
126,276
14.09.2021 16:28:19
10,800
c6ac7ae3e87dcb39aaa684f624c84f1edfaac44f
chore(pkg/api): use int64 as value holder for INTEGER type
[ { "change_type": "MODIFY", "diff": "| Field | Type | Label | Description |\n| ----- | ---- | ----- | ----------- |\n| null | [google.protobuf.NullValue](#google.protobuf.NullValue) | | |\n-| n | [uint64](#uint64) | | |\n+| n | [int64](#int64) | | |\n| s | [string](#string) | | |\n| b | [bool](#bool) | | |\n...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/api): use int64 as value holder for INTEGER type Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/api
438,921
14.09.2021 16:44:55
-32,400
9515565ada0fc4a0fa8f6b75698463d324f26353
fix(zoom): Fix zoomend call on .zoom() Remove triggering 'onzoomend' when .zoom() is called. Side-effect caused by Ref
[ { "change_type": "MODIFY", "diff": "@@ -226,7 +226,7 @@ export default {\nstate.zooming = false;\n// do not call event cb when is .unzoom() is called\n- !isUnZoom && callFn(config.zoom_onzoomend, $$.api, $$.zoom.getDomain());\n+ !isUnZoom && (e || state.dragging) && callFn(config.zoom_onzoomend, $$.api, $$....
TypeScript
MIT License
naver/billboard.js
fix(zoom): Fix zoomend call on .zoom() Remove triggering 'onzoomend' when .zoom() is called. Side-effect caused by #2217 Ref #2254
1
fix
zoom
791,690
14.09.2021 17:04:03
18,000
ad3d41c5950e436a6d67ef66f4afc541512bd009
core(fr): setup emulation and throttling for timespans
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ const {\ncollectPhaseArtifacts,\nawaitArtifacts,\n} = require('./runner-helpers.js');\n+const {prepareTargetForTimespanMode} = require('../../gather/driver/prepare.js');\nconst {initializeConfig} = require('../config/config.js');\nconst {getBaseArtifacts...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): setup emulation and throttling for timespans (#13058)
1
core
fr
780,866
14.09.2021 17:15:25
10,800
abab3185e7e38f442e27cc669ed5ae128a408514
feat(template/cms): add configurable unlock key for maintenance page fixes
[ { "change_type": "MODIFY", "diff": "<%\nconst maintenance = _.cms('maintenance') || {}\nif (maintenance.active) {\n- // redirect to maintanance page\n+ // redirect to maintenance page\n%>\n<script>\n- if (!location.pathname.startsWith('/maintenance/')) {\n+ var unlockKey\n+ <% if (maintenance.unlock_key) { ...
JavaScript
MIT License
ecomplus/storefront
feat(template/cms): add configurable unlock key for maintenance page [#486] fixes https://github.com/ecomplus/storefront/issues/486
1
feat
template/cms
126,276
14.09.2021 17:44:24
10,800
ea29e28f420e72e51aa50e0b36925d4642da6dc4
feat(embedded/sql): value expressions in row specs
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ func setResult(l yyLexer, stmts []SQLStmt) {\njoins []*JoinSpec\njoin *JoinSpec\njoinType JoinType\n- boolExp ValueExp\n+ exp ValueExp\nbinExp ValueExp\nerr error\nordcols []*OrdCol\n@@ -111,7 +111,7 @@ func setResult(l yyLexer, stmts []SQLStmt) {\n%type...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/sql): value expressions in row specs Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/sql
276,986
14.09.2021 17:48:40
10,800
8f2801c829a2c278ea9c0ab05d028fc76c28f669
fix(Result): fix align on android devices
[ { "change_type": "MODIFY", "diff": "+import { arrayOf, func, shape, string } from 'prop-types';\nimport React from 'react';\nimport styled from 'styled-components';\n-import { arrayOf, func, shape, string } from 'prop-types';\nimport Box from '../../Box';\n-import Icon from '../../Icon';\nimport Text from '...
JavaScript
MIT License
gympass/yoga
fix(Result): fix align on android devices
1
fix
Result
126,276
14.09.2021 18:01:01
10,800
9e168d0708f9bbf905da13a06683944f1a59f7f2
chore(pkg/replication): use info log level for network failures
[ { "change_type": "MODIFY", "diff": "@@ -106,7 +106,7 @@ func (txr *TxReplicator) Start() error {\ntxr.failedAttempts++\n- txr.logger.Warningf(\"Failed to connect with '%s' for database '%s' (%d failed attempts). Reason: %v\",\n+ txr.logger.Infof(\"Failed to connect with '%s' for database '%s' (%d failed att...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/replication): use info log level for network failures Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/replication
317,646
14.09.2021 18:13:33
-7,200
ebaa20ea3f02e25f78c52cae208017a898cb6c13
feat(winget): arm64 support
[ { "change_type": "MODIFY", "diff": "@@ -239,8 +239,9 @@ jobs:\nneeds: [release, artifacts]\nif: ${{ needs.release.outputs.skipped == 'false' }}\nruns-on: windows-latest\n- outputs:\n- hash: ${{ steps.hash.outputs.hash_inno }}\n+ strategy:\n+ matrix:\n+ arch: [amd64, arm64]\ndefaults:\nrun:\nshell: pwsh\n@@ ...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(winget): arm64 support
1
feat
winget
71,100
14.09.2021 18:21:04
14,400
23d9b6a7d5b213e4a1ba4a71984e8e19e3657bd7
fix(config): the IGW mapping to correct resource type 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": "@@ -1355,7 +1355,7 @@ export class ResourceType {\n/** Amazon EC2 customer gateway */\npublic static readonly EC2_CUSTOMER_GATEWAY = new ResourceType('AWS::EC2::CustomerGateway');\n/** Amazon EC2 internet gateway */\n- public static readonly EC2_INTERNET_GATEWAY = new Res...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(config): the IGW mapping to correct resource type (#16464) fixes: #16463 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
config
756,013
14.09.2021 18:29:26
21,600
6c729bc02c66897349e2fafeeb512f388c6e8ae8
build(vats): use since Agoric changes landed upstream
[ { "change_type": "MODIFY", "diff": "\"@agoric/swingset-vat\": \"^0.21.3\",\n\"@agoric/treasury\": \"^0.6.1\",\n\"@agoric/zoe\": \"^0.18.1\",\n- \"polycrc\": \"https://github.com/agoric-labs/node-polycrc\"\n+ \"polycrc\": \"^1.1.0\"\n},\n\"devDependencies\": {\n\"@agoric/babel-parser\": \"^7.6.4\",\n", "...
JavaScript
Apache License 2.0
agoric/agoric-sdk
build(vats): use polycrc@1.1.0 since Agoric changes landed upstream
1
build
vats
317,646
14.09.2021 18:39:27
-7,200
a549cc87c6ac22fa258c1dae458ee34c50608786
docs: add bash profile context resolves
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,7 @@ When adjusted, reload your profile for the changes to take effect.\nexport_poshconfig \"~/.mytheme.omp.json\" json\n```\n-Once you're done editing, adjust `~/.bashrc` to use your newly created theme.\n+Once you're done editing, adjust `~/.bashrc` (could ...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: add bash profile context resolves #939
1
docs
null
104,828
14.09.2021 19:17:08
-7,200
abf2296e060ddea180bce84221b8055df1332705
fix(datetimepicker): disable apply for invalid values
[ { "change_type": "MODIFY", "diff": "@@ -308,6 +308,7 @@ const DateTimePicker = ({\nconst [absoluteValue, setAbsoluteValue] = useState(null);\nconst [focusOnFirstField, setFocusOnFirstField] = useState(true);\nconst [isTooltipOpen, setIsTooltipOpen] = useState(false);\n+ const [relativeLastNumberInvalid, set...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(datetimepicker): disable apply for invalid values #2832
1
fix
datetimepicker
780,866
14.09.2021 19:40:21
10,800
b0b152c0e2194aa761bd839d9117d161aefd2014
fix(app/orders-list): prevent bump effect by properlly sorting and slicing full orders list
[ { "change_type": "MODIFY", "diff": "@@ -47,18 +47,22 @@ export default {\nthis.orders = result\n})\n.catch(console.error)\n+ const startInterval = () => {\n+ this.updateInterval = setInterval(update, 7000)\n+ }\nif (this.ecomPassport.checkAuthorization()) {\nthis.ecomPassport.requestApi('/orders.json')\n.th...
JavaScript
MIT License
ecomplus/storefront
fix(app/orders-list): prevent bump effect by properlly sorting and slicing full orders list
1
fix
app/orders-list
780,866
14.09.2021 19:41:15
10,800
e470bfe5d21a7cb36ee6a146e8677b6c32fb47a6
fix(app/order-info): save up to 300 orders (last ones) on customer account data
[ { "change_type": "MODIFY", "diff": "@@ -264,7 +264,9 @@ export default {\nif (!this.skipCustomerUpdate && localOrder.number && ecomPassport.checkAuthorization()) {\necomPassport.requestApi('/me.json')\n.then(({ data }) => {\n- const orders = data.orders || []\n+ const orders = data.orders\n+ ? data.orders.s...
JavaScript
MIT License
ecomplus/storefront
fix(app/order-info): save up to 300 orders (last ones) on customer account data
1
fix
app/order-info
780,866
14.09.2021 20:02:51
10,800
26b91c2e746a460b6d6623d9d13887f1eb9e54ec
fix(app/sync-cart-to-api): check cart item by sku or object id to update local cart fixes
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,9 @@ const fetchCart = _id => ecomClient.store({\n}\n}\ndata.items.forEach(item => {\n- const currentItem = ecomCart.data.items.find(({ _id }) => _id === item._id)\n+ const currentItem = ecomCart.data.items.find(({ _id, sku }) => {\n+ return (item.sku && sku ...
JavaScript
MIT License
ecomplus/storefront
fix(app/sync-cart-to-api): check cart item by sku or object id to update local cart fixes https://github.com/ecomplus/storefront/issues/383
1
fix
app/sync-cart-to-api
756,013
14.09.2021 20:07:14
21,600
fd2ec419b6080087e595fda38bb94db842bdca47
docs(pegasus): describe more of the demo with Hermes
[ { "change_type": "MODIFY", "diff": "@@ -4,13 +4,122 @@ In agoric-sdk, start the chain:\nyarn build\ncd packages/cosmic-swingset\nmake scenario2-setup-nobuild scenario2-run-chain\n+# In another terminal:\n+make scenario2-run-client\n+```\n+\n+Hermes config looks like:\n+\n+```toml\n+[global]\n+strategy = 'al...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs(pegasus): describe more of the demo with Hermes
1
docs
pegasus
756,013
14.09.2021 20:07:30
21,600
228cf1a80d100e653460823cae62fdd547447cb3
feat(issuers)!: clean up issuers for demo
[ { "change_type": "MODIFY", "diff": "@@ -77,14 +77,14 @@ end-of-block processing for `ag-chain-cosmos` and the sim-chain.\nLifetime: until we have a more consistent load testing regimen\n-## NO_FAKE_CURRENCIES\n+## FAKE_CURRENCIES\nAffects: cosmic-swingset\n-Purpose: skipping the creation of pretend tokens\n...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(issuers)!: clean up issuers for demo
1
feat
issuers
730,428
14.09.2021 20:28:21
0
7c0a938581b6bb1cf915c6a32d4747dcfb9c1bb8
chore(release): 0.37.0 [skip ci]
[ { "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+## [0.37.0](https://github.com/webex/react-widgets/compare/v0.36.0...v0.37.0) (2021-09-14)\n+\n...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.37.0 [skip ci]
1
chore
release
915,202
14.09.2021 20:30:45
-32,400
80846d7fea0cdba0237dd943237a9c5453ff55c3
chore: replace `dgrijalva/jwt-go` with the maintained `golang-jwt/jwt` Due to disclosed vulnerabilities, `dgrijalva/jwt-go` is replaced by the actually maintained fork `golang-jwt/jwt`.
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ go 1.16\nreplace (\ngithub.com/mattn/go-sqlite3 => github.com/mattn/go-sqlite3 v1.14.7-0.20210414154423-1157a4212dcb\ngithub.com/seatgeek/logrus-gelf-formatter => github.com/zepatrik/logrus-gelf-formatter v0.0.0-20210305135027-b8b3731dba10\n- github.com/dg...
Go
Apache License 2.0
ory/hydra
chore: replace `dgrijalva/jwt-go` with the maintained `golang-jwt/jwt` (#2742) Due to disclosed vulnerabilities, `dgrijalva/jwt-go` is replaced by the actually maintained fork `golang-jwt/jwt`.
1
chore
null
126,276
14.09.2021 20:36:35
10,800
e906a1d2e99c563cd88f19b75e60a655094ec4f9
chore(pkg/replication): handle disconnection only within a single thread
[ { "change_type": "MODIFY", "diff": "@@ -96,6 +96,12 @@ func (txr *TxReplicator) Start() error {\ntxr.running = true\ngo func() {\n+ defer func() {\n+ if txr.client != nil {\n+ txr.disconnect()\n+ }\n+ }()\n+\nfor {\nif txr.client == nil {\nerr = txr.connect()\n@@ -118,9 +124,11 @@ func (txr *TxReplicator) S...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/replication): handle disconnection only within a single thread Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/replication
317,646
14.09.2021 22:30:42
-7,200
5de2c1ae68c932e93ee24193ef8a3dd8b6f9d280
fix(linux): add armv7l build resolves
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,8 @@ jobs:\ninclude:\n- os: ubuntu-latest\ngoarch: arm64\n+ - os: ubuntu-latest\n+ goarch: arm\n- os: windows-latest\ngoarch: 386\n- os: windows-latest\n", "new_path": ".github/workflows/artifacts.yml", "old_path": ".github/workflows/artifacts.yml" ...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(linux): add armv7l build resolves #956
1
fix
linux
603,467
14.09.2021 23:25:39
-3,600
9941d01a77948d943121082c09cdf660ba686951
docs(examples): migrated protractor-jasmine-todomvc to use the new module
[ { "change_type": "MODIFY", "diff": "\"@serenity-js/jasmine\": \"^2.0.0\",\n\"@serenity-js/protractor\": \"^2.0.0\",\n\"@serenity-js/rest\": \"^2.0.0\",\n+ \"@serenity-js/web\": \"^2.0.0\",\n\"@serenity-js/serenity-bdd\": \"^2.0.0\",\n\"@types/chai\": \"^4.2.21\",\n\"@types/jasmine\": \"^3.8.2\",\n", "ne...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(examples): migrated protractor-jasmine-todomvc to use the new @serenity-js/web module
1
docs
examples
603,467
14.09.2021 23:32:15
-3,600
10387748a7d19cd9b5b6b810bb3eefd3944439af
docs(examples): migrated protractor-cucumber example to use the new module
[ { "change_type": "MODIFY", "diff": "+import { After, Before, Then, When } from '@cucumber/cucumber';\nimport { Ensure, equals } from '@serenity-js/assertions';\nimport { actorCalled, actorInTheSpotlight, engage, Transform } from '@serenity-js/core';\nimport { LocalServer, StartLocalServer, StopLocalServer }...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(examples): migrated protractor-cucumber example to use the new @serenity-js/web module
1
docs
examples
756,059
14.09.2021 23:37:54
25,200
cd132b7eac94a83e2f126c62cc442db3567fe9cc
chore: cleanups based on review comments
[ { "change_type": "MODIFY", "diff": "@@ -207,6 +207,8 @@ function build(\nfor (const vref of possiblyRetiredSet) {\n// eslint-disable-next-line no-use-before-define\nif (!getValForSlot(vref) && !deadSet.has(vref)) {\n+ // Don't retire things that haven't yet made the transition to dead,\n+ // i.e., always dr...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: cleanups based on review comments
1
chore
null
603,467
14.09.2021 23:40:21
-3,600
31f0602514e246570602b1ad42e9f86881516ed5
docs(examples): migrated protractor-jasmine example to use the new module
[ { "change_type": "MODIFY", "diff": "\"@serenity-js/protractor\": \"^2.0.0\",\n\"@serenity-js/rest\": \"^2.0.0\",\n\"@serenity-js/serenity-bdd\": \"^2.0.0\",\n+ \"@serenity-js/web\": \"^2.0.0\",\n\"@types/chai\": \"^4.2.21\",\n\"@types/express\": \"^4.17.13\",\n\"@types/jasmine\": \"^3.8.2\",\n", "new_pa...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(examples): migrated protractor-jasmine example to use the new @serenity-js/web module
1
docs
examples
603,467
14.09.2021 23:41:38
-3,600
004b133a5ca9b77698523490988759ba3eb7ee80
docs(examples): migrated protractor-mocha to use the new module
[ { "change_type": "MODIFY", "diff": "\"@serenity-js/protractor\": \"^2.0.0\",\n\"@serenity-js/rest\": \"^2.0.0\",\n\"@serenity-js/serenity-bdd\": \"^2.0.0\",\n+ \"@serenity-js/web\": \"^2.0.0\",\n\"@types/chai\": \"^4.2.21\",\n\"@types/express\": \"^4.17.13\",\n\"@types/mocha\": \"^9.0.0\",\n", "new_path...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(examples): migrated protractor-mocha to use the new @serenity-js/web module
1
docs
examples
603,467
14.09.2021 23:49:10
-3,600
9586e68df86dfde08d0814cb04398d69fdaac971
docs(examples): migrated webdriverio-mocha-todomvc example to use the new module re
[ { "change_type": "MODIFY", "diff": "\"@serenity-js/mocha\": \"^2.0.0\",\n\"@serenity-js/webdriverio\": \"^2.0.0\",\n\"@serenity-js/serenity-bdd\": \"^2.0.0\",\n+ \"@serenity-js/web\": \"^2.0.0\",\n\"@wdio/cli\": \"^7.12.5\",\n\"@wdio/local-runner\": \"^7.12.5\",\n\"@wdio/mocha-framework\": \"^7.12.5\",\n", ...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(examples): migrated webdriverio-mocha-todomvc example to use the new @serenity-js/web module re #805
1
docs
examples
603,467
14.09.2021 23:54:15
-3,600
4506dacebdf955c32c4eff17bf9982c8e45e2925
feat(web): migrated Photographer from to re
[ { "change_type": "MODIFY", "diff": "+import { Question } from '@serenity-js/core';\nimport { Text } from '@serenity-js/web';\nimport { TodoList } from './ui';\n-import { Question } from '@serenity-js/core';\nexport class RecordedItems {\nstatic names: Question<Promise<string[]>> = Text.ofAll(TodoList.items)...
TypeScript
Apache License 2.0
serenity-js/serenity-js
feat(web): migrated Photographer from @serenity-js/protractor to @serenity-js/web re #805
1
feat
web
551,643
15.09.2021 00:31:13
-7,200
1bb304399df2d9ada6fb8b4a9fdef9cede75b4d5
chore(ui): minor edit to UI footer
[ { "change_type": "MODIFY", "diff": "@@ -99,7 +99,7 @@ const Footer = () => {\n<Wrapper id=\"footer\">\n<LeftContainer>\n<Text color=\"draculaForeground\">\n- Copyright &copy; 2014-{new Date().getFullYear()} QuestDB\n+ Copyright &copy; {new Date().getFullYear()} QuestDB\n</Text>\n</LeftContainer>\n<RightCont...
Java
Apache License 2.0
questdb/questdb
chore(ui): minor edit to UI footer (#1325)
1
chore
ui
603,467
15.09.2021 01:07:02
-3,600
1167774ee0a04743bbfa30946aee1186eef5dc94
ci(github): upload Serenity reports upon failure
[ { "change_type": "MODIFY", "diff": "@@ -189,6 +189,12 @@ jobs:\n- name: Integration Test\nrun: make integration-test\n+ - uses: actions/upload-artifact@v2\n+ if: failure()\n+ with:\n+ name: integration-test-linux-${{ matrix.node-version }}\n+ path: integration/web/target/\n+\nintegration-test-windows-node-l...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): upload Serenity reports upon failure
1
ci
github
679,913
15.09.2021 06:03:44
-7,200
9b88983e6153e98042719958fb464292e5881fd3
build: remove obsolete dev deps
[ { "change_type": "MODIFY", "diff": "\"@snowpack/plugin-webpack\": \"^3.0.0\",\n\"@types/node\": \"^16.7.10\",\n\"@types/snowpack-env\": \"^2.3.4\",\n- \"benchmark\": \"^2.1.4\",\n\"browserslist\": \"^4.16.8\",\n\"esbuild\": \"^0.12.26\",\n- \"file-loader\": \"^6.2.0\",\n\"gzip-size\": \"^6.0.0\",\n\"html-mi...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: remove obsolete dev deps
1
build
null
126,276
15.09.2021 07:54:28
10,800
25c63b104314950c64aecd2e36e9b90470d0d338
chore(embedded/sql): minor refactoring to simplify code
[ { "change_type": "MODIFY", "diff": "@@ -1115,9 +1115,7 @@ func DecodeValue(b []byte, colType SQLValueType) (TypedValue, int, error) {\nreturn nil, 0, ErrCorruptedData\n}\n- buff := [8]byte{}\n- copy(buff[8-vlen:], b[voff:voff+vlen])\n- v := binary.BigEndian.Uint64(buff[:])\n+ v := binary.BigEndian.Uint64(b[...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): minor refactoring to simplify code Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
126,276
15.09.2021 08:07:44
10,800
b87fb37392c15a83dea7aec505c0e48a1253f57b
chore(embedded/sql): include support for int64 parameters
[ { "change_type": "MODIFY", "diff": "@@ -1229,6 +1229,10 @@ func (p *Param) substitute(params map[string]interface{}) (ValueExp, error) {\n{\nreturn &Number{val: int64(v)}, nil\n}\n+ case int64:\n+ {\n+ return &Number{val: v}, nil\n+ }\ncase []byte:\n{\nreturn &Blob{val: v}, nil\n", "new_path": "embedded...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): include support for int64 parameters Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
126,276
15.09.2021 08:17:43
10,800
d0b6b98d931c1ec35197c91eadb2e8035d1b445f
test(pkg/api): use signed integers
[ { "change_type": "MODIFY", "diff": "@@ -97,7 +97,7 @@ func TestRowComparison(t *testing.T) {\nrequire.Equal(t, \"string1\", rawStringValue)\nrawIntValue := RawValue(&SQLValue{Value: intValue1})\n- require.Equal(t, uint64(1), rawIntValue)\n+ require.Equal(t, int64(1), rawIntValue)\nrawBlobValue := RawValue(&...
Go
Apache License 2.0
codenotary/immudb
test(pkg/api): use signed integers Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/api
749,536
15.09.2021 08:40:00
25,200
77499ab31d87fb7a012c8c6746e64e41b2591b08
chore(tooltips): update container-tooltip
[ { "change_type": "MODIFY", "diff": "\"sideEffects\": false,\n\"types\": \"dist/typings/index.d.ts\",\n\"dependencies\": {\n- \"@zendeskgarden/container-tooltip\": \"^0.5.7\",\n+ \"@zendeskgarden/container-tooltip\": \"^0.5.12\",\n\"@zendeskgarden/container-utilities\": \"^0.6.0\",\n\"polished\": \"^4.0.0\",...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(tooltips): update container-tooltip (#1206)
1
chore
tooltips
730,441
15.09.2021 09:03:48
-3,600
0c73da66d2ffb3356fe8288e63b246c3314cf961
fix(webex-core): make waitForService check preauth catalog
[ { "change_type": "MODIFY", "diff": "@@ -565,7 +565,7 @@ const Services = WebexPlugin.extend({\n}\nreturn new Promise((resolve, reject) => {\n- const groupsToCheck = ['limited', 'signin', 'postauth'];\n+ const groupsToCheck = ['preauth', 'signin', 'postauth'];\nconst checkCatalog = (catalogGroup) =>\ncatalog...
JavaScript
MIT License
webex/webex-js-sdk
fix(webex-core): make waitForService check preauth catalog
1
fix
webex-core
276,986
15.09.2021 09:37:29
10,800
171b7611f9d4a84f5a78da2e49a6989123989d57
fix(Result): change attendances font color
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ import TinyTextIcon from './TinyTextIcon';\nconst List = styled(Text.Tiny).attrs({\nnumberOfLines: 1,\n+ variant: 'deep',\n})`\nflex: 1;\n`;\n", "new_path": "packages/yoga/src/Result/native/Attendances.jsx", "old_path": "packages/yoga/src/Result/na...
JavaScript
MIT License
gympass/yoga
fix(Result): change attendances font color
1
fix
Result
304,862
15.09.2021 09:44:34
14,400
db122f462586d3d3be8dc00be60dbb44541d6fea
revert: update to rust 1.55 This reverts commit
[ { "change_type": "MODIFY", "diff": "# and verification, we can list the rust container as a prior build stage, and\n# then pull in the artifacts we need. There is an added benefit that tagged versions\n# also include minor releases, so 1.2 includes 1.2.1 and so on, for bugfix releases.\n-FROM rust:1.55 as R...
Go
MIT License
influxdata/flux
revert: update to rust 1.55 (#4027) (#4038) This reverts commit b899d8bd6a35797d52964c71a21d192ceda40611.
1
revert
null
711,597
15.09.2021 09:56:48
-7,200
2abc4878b720f39beabb4f93118cc8fdcda086d3
docs(core): Improve docs for Allow decorator
[ { "change_type": "MODIFY", "diff": "@@ -6,8 +6,11 @@ export const PERMISSIONS_METADATA_KEY = '__permissions__';\n/**\n* @description\n* Attaches metadata to the resolver defining which permissions are required to execute the\n- * operation, using one or more {@link Permission} values. Can be applied to top-...
TypeScript
MIT License
vendure-ecommerce/vendure
docs(core): Improve docs for Allow decorator
1
docs
core
889,620
15.09.2021 10:03:37
-28,800
6a514350fbd78550aca1148899afb0195461ee3a
ci(docker): force LC_ALL to closes
[ { "change_type": "MODIFY", "diff": "@@ -11,5 +11,6 @@ ENV KOMGA_DATABASE_FILE=\"/config/database.sqlite\"\nENV KOMGA_LUCENE_DATA_DIRECTORY=\"/config/lucene\"\nENV SPRING_ARTEMIS_EMBEDDED_DATA_DIRECTORY=\"/config/artemis\"\nENV LOGGING_FILE_NAME=\"/config/logs/komga.log\"\n+ENV LC_ALL=en_US.UTF-8\nENTRYPOINT...
Kotlin
MIT License
gotson/komga
ci(docker): force LC_ALL to UTF-8 closes #676
1
ci
docker
276,951
15.09.2021 10:28:47
10,800
cd89c5753f332f716c0897fbce4654b59ba424e8
feat(progress): add system props to progress
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport styled from 'styled-components';\nimport { string, number, shape, oneOfType, oneOf } from 'prop-types';\n+import {\n+ backgroundColor,\n+ border,\n+ elevation,\n+ positions,\n+ display,\n+ spacing as Spacing,\n+} from '@gympass/yoga-syst...
JavaScript
MIT License
gympass/yoga
feat(progress): add system props to progress
1
feat
progress
276,951
15.09.2021 10:30:50
10,800
1d3b83343b0d6cab215174187839eddaf208cdd3
test(progress): add unit tests
[ { "change_type": "MODIFY", "diff": "@@ -91,4 +91,54 @@ describe('<Progress />', () => {\nexpect(container).toMatchSnapshot();\n});\n+\n+ it('should match snapshot with positions prop system', () => {\n+ const { container } = render(\n+ <ThemeProvider>\n+ <Progress position=\"absolute\" top=\"small\" left=\"...
JavaScript
MIT License
gympass/yoga
test(progress): add unit tests
1
test
progress
739,260
15.09.2021 10:30:54
-7,200
603690aebfbb057452bc1a108dd73ac08e059ee5
fix: size of ClearButton component
[ { "change_type": "MODIFY", "diff": "-import { oneOf } from 'prop-types'\nimport React from 'react'\n+import { oneOf } from 'prop-types'\n+import { CrossIcon } from '@welcome-ui/icons.cross'\nimport * as S from './styles'\n-export const ClearButton = props => (\n- <S.ClearButton shape=\"circle\" title=\"Clea...
TypeScript
MIT License
wttj/welcome-ui
fix: size of ClearButton component (#923)
1
fix
null
756,039
15.09.2021 10:37:04
25,200
02b7554076bddbe878756ac44af736c4b5d282c2
feat(wallet): Fix icons and list rendering bugs
[ { "change_type": "ADD", "diff": "+<script>\n+ import { ClassBuilder } from \"smelte/src/utils/classes.js\";\n+ import ListItem from \"smelte/src/components/List/ListItem.svelte\";\n+\n+ export let items = [];\n+ export let value = \"\";\n+ export let dense = false;\n+ export let select = false;\n+\n+ export...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(wallet): Fix icons and list rendering bugs (#3827)
1
feat
wallet
679,913
15.09.2021 10:40:32
-7,200
53e8a6a17e0d19fa2620fd94516d89dc0d478439
refactor: update various benchmarks
[ { "change_type": "ADD", "diff": "+import { suite } from \"@thi.ng/bench\";\n+import { equiv } from \"../src\";\n+\n+const objp = Object.getPrototypeOf({});\n+\n+const equiv2 = (a: any, b: any) => {\n+ let proto: any;\n+ if (a === b) {\n+ return true;\n+ }\n+ if (a != null) {\n+ if (typeof a.equiv === \"func...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor: update various benchmarks
1
refactor
null
679,913
15.09.2021 10:40:58
-7,200
7893fd08fe156058e2db3cd250f25c3ba913f5ce
refactor(geom): remove obsolete import
[ { "change_type": "MODIFY", "diff": "-import { mixCubic as _mixCubic } from \"@thi.ng/math/mix\";\nimport { unionBounds } from \"./union-bounds\";\nimport type { Fn } from \"@thi.ng/api\";\nimport type { AABBLike, IShape } from \"@thi.ng/geom-api\";\n", "new_path": "packages/geom/src/internal/coll-bounds...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom): remove obsolete import
1
refactor
geom
679,913
15.09.2021 10:50:03
-7,200
dba0b9dc1796e6e0dd2f7ae8bcd07d4790588c30
feat(tools): update exportmap tool, error handling
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ const generatePackageExportMaps = (id: string) => {\nlet pkg = readJSON(pkgPath);\nconst thing = pkg[\"thi.ng\"];\n- if (thing.exports !== false) {\n+ if (!thing || thing.exports !== false) {\nconst exports: Record<string, any> = {\n\".\": { import: \"./...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(tools): update exportmap tool, error handling
1
feat
tools
679,913
15.09.2021 10:51:28
-7,200
58a719b5bb96d3031975c84ea33be05d9e85e656
refactor(tools): update & migrate deploy scripts (TS)
[ { "change_type": "RENAME", "diff": "-#!/usr/bin/env node\n-const fs = require(\"fs\");\n-const execSync = require(\"child_process\").execSync;\n+import { execSync } from \"child_process\";\n+import { readdirSync, readFileSync, statSync, writeFileSync } from \"fs\";\n+import { files } from \"./io\";\nconst P...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(tools): update & migrate deploy scripts (TS)
1
refactor
tools
679,913
15.09.2021 10:55:12
-7,200
51ba06a6b22d7caa5b5c36925fa0a43631c31366
feat(associative): add sortedObject()
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,7 @@ export * from \"./multi-trie\";\nexport * from \"./rename-keys\";\nexport * from \"./select-keys\";\nexport * from \"./sorted-map\";\n+export * from \"./sorted-obj\";\nexport * from \"./sorted-set\";\nexport * from \"./sparse-set\";\nexport * from \"./tr...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(associative): add sortedObject()
1
feat
associative
705,237
15.09.2021 11:12:36
14,400
5db1dc3fbe83c438df07c2aac1d7e283b1c11985
fix: Allow ChipGroup initial section when ItemsSource is set after SelectedItem
[ { "change_type": "MODIFY", "diff": "@@ -25,9 +25,9 @@ namespace Uno.Material.Controls\npublic event ChipItemRemovingEventHandler ItemRemoving;\npublic event ChipItemEventHandler ItemRemoved;\n+ private bool _isLoaded = false;\nprivate bool _isSynchronizingSelection = false;\nprivate bool _isUpdatingSelectio...
C#
Apache License 2.0
unoplatform/uno.themes
fix: Allow ChipGroup initial section when ItemsSource is set after SelectedItem
1
fix
null
276,951
15.09.2021 11:13:37
10,800
5247cb58e359bbcc03901b81c4a1237dcd088b5c
docs(progress): add example with system props
[ { "change_type": "MODIFY", "diff": "+import { Link as GatsbyLink } from 'gatsby';\n+\n### Usage\n```javascript type=expo\n<Progress max={100} value={40} label={{ value: 40, placement: 'left' }} />\n<Progress max={100} value={67} label={{ value: 67, placement: 'left' }} />\n+ <Progress\n+ max={100}\n+ value=...
JavaScript
MIT License
gympass/yoga
docs(progress): add example with system props
1
docs
progress
438,921
15.09.2021 11:19:13
-32,400
5f7779bdb1913951e197a25a8aa766b946c591f8
fix(types): Fix wrong type definition Fix wrong type definition for .load(), .zoom() callback option make preserveAspectRatio option from .export() as optional specify Plugin interface context Fix
[ { "change_type": "MODIFY", "diff": "@@ -223,7 +223,7 @@ export interface Chart {\n* Zoom by giving x domain.\n* @param domain If domain is given, the chart will be zoomed to the given domain. If no argument is given, the current zoomed domain will be returned.\n*/\n- (domain?: number[]): number[];\n+ (domai...
TypeScript
MIT License
naver/billboard.js
fix(types): Fix wrong type definition Fix wrong type definition for - .load(), .zoom() callback option - make preserveAspectRatio option from .export() as optional - specify Plugin interface context Fix #2316
1
fix
types
826,656
15.09.2021 11:33:40
-7,200
fd437ef76da57cdce842b659b589a933bd1f6184
chore: bump dependencies See ory/hydra#2741 for more details.
[ { "change_type": "MODIFY", "diff": "@@ -3,15 +3,3 @@ CVE-2020-15114\nCVE-2020-15136\nCVE-2020-15115\n# end\n-\n-# x/net false positives - see https://github.com/sonatype-nexus-community/nancy/issues/189\n-CVE-2018-17142\n-CVE-2018-17846\n-CVE-2018-17143\n-CVE-2018-17847\n-CVE-2018-17848\n-# end\n-\n-# upstr...
Go
Apache License 2.0
ory/keto
chore: bump dependencies (#687) See ory/hydra#2741 for more details.
1
chore
null
826,656
15.09.2021 11:46:01
-7,200
0cb57060c80f06adf48a6fbfa912a25e51c82037
fix: `make sdk` dependency on the Ory CLI
[ { "change_type": "MODIFY", "diff": "@@ -49,9 +49,9 @@ docker:\n# Generates the SDKs\n.PHONY: sdk\n-sdk: .bin/swagger .bin/cli\n+sdk: .bin/swagger .bin/ory\nswagger generate spec -m -o ./spec/api.json -x internal/httpclient -x proto/ory/keto -x docker\n- cli dev swagger sanitize ./spec/api.json\n+ ory dev sw...
Go
Apache License 2.0
ory/keto
fix: `make sdk` dependency on the Ory CLI (#710)
1
fix
null
126,276
15.09.2021 11:48:38
10,800
4b61fa0acbd9ca5d91eaebb21b2e10cbf8113aa0
chore(embedded/sql): use plain big-endian encoding for integer values
[ { "change_type": "MODIFY", "diff": "@@ -946,7 +946,7 @@ func EncodeValue(val interface{}, colType SQLValueType, maxLen int) ([]byte, err\n// len(v) + v\nvar encv [EncLenLen + 8]byte\nbinary.BigEndian.PutUint32(encv[:], uint32(8))\n- binary.BigEndian.PutUint64(encv[EncLenLen:], uint64(intVal+math.MaxInt64+1)...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): use plain big-endian encoding for integer values Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
438,921
15.09.2021 11:57:51
-32,400
2c6b285bd98f999b4778c4cefcaac48e5a33e55a
chore: fix potential security issue from .lock file
[ { "change_type": "MODIFY", "diff": "chalk \"^4.0.0\"\n\"@definitelytyped/header-parser@latest\":\n- version \"0.0.88\"\n- resolved \"https://registry.npmjs.org/@definitelytyped/header-parser/-/header-parser-0.0.88.tgz#0c24c162ef5eb9439580ada987bb7399140f81aa\"\n- integrity sha512-2MINMR7e5fgIVILVA/A7BZpK2kf...
TypeScript
MIT License
naver/billboard.js
chore: fix potential security issue from .lock file
1
chore
null
826,656
15.09.2021 11:59:58
-7,200
12b79548b50219ff692b24ff8ee0ed7bb9343523
test: ensure problematic chars are not creatable over REST
[ { "change_type": "MODIFY", "diff": "@@ -91,7 +91,7 @@ func (h *handler) createRelation(w http.ResponseWriter, r *http.Request, _ httpr\nif err := h.d.RelationTupleManager().WriteRelationTuples(r.Context(), &rel); err != nil {\nh.d.Logger().WithError(err).WithFields(rel.ToLoggerFields()).Errorf(\"got an erro...
Go
Apache License 2.0
ory/keto
test: ensure problematic chars are not creatable over REST (#709)
1
test
null
126,276
15.09.2021 12:05:24
10,800
f227bc35632b1d518f9a3764859a6121f069d89d
chore(embedded/sql): optimize integer key mapping
[ { "change_type": "MODIFY", "diff": "@@ -555,7 +555,10 @@ func (e *Engine) loadTables(db *Database, catalogSnap, dataSnap *store.Snapshot)\nreturn ErrCorruptedData\n}\n- table.maxPK = int64(binary.BigEndian.Uint64(encMaxPK) + math.MaxInt64 + 1)\n+ // map to signed integer space\n+ encMaxPK[0] ^= 0x80\n+\n+ t...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): optimize integer key mapping Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
730,451
15.09.2021 12:13:28
14,400
c7e9f348362fda8af1612fd8f99759f32e755bb8
feat(plugin-meetings): events for media:negotiated with experimental.enableMediaNegotatedEvent config
[ { "change_type": "MODIFY", "diff": "@@ -84,6 +84,9 @@ export default {\n// When enabled, as calls are ended, it will upload the SDK logs and correlate them\nautoUploadLogs: true,\nenableRtx: true,\n- receiveTranscription: false\n+ receiveTranscription: false,\n+ experimental: {\n+ enableMediaNegotiatedEvent...
JavaScript
MIT License
webex/webex-js-sdk
feat(plugin-meetings): events for media:negotiated with experimental.enableMediaNegotatedEvent config
1
feat
plugin-meetings
756,013
15.09.2021 12:33:13
21,600
3cefa0758ab3c0397d7430d0b79b0e544f0d4249
fix(solo): chain events come from both 'NewBlockHeader' and 'Tx'
[ { "change_type": "MODIFY", "diff": "@@ -287,20 +287,30 @@ export async function connectToChain(\nconst subscribeToStorage = (storagePath, cb) => {\nlet lastHeight = 0n;\n- const query = `tm.event = 'NewBlockHeader' AND storage.path = '${storagePath}'`;\n- const subscriptionId = sendRPC('subscribe', { query ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(solo): chain events come from both 'NewBlockHeader' and 'Tx'
1
fix
solo
756,013
15.09.2021 12:34:09
21,600
c46a08bdcfe0f7576c17315c61b87393aa493ca5
refactor(agoric-cli): don't repeat the default testnet
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ const FAKE_CHAIN_DELAY =\nconst PORT = process.env.PORT || 8000;\nconst HOST_PORT = process.env.HOST_PORT || PORT;\nconst CHAIN_PORT = process.env.CHAIN_PORT || 26657;\n+const DEFAULT_NETCONFIG = 'https://testnet.agoric.net/network-config';\n/**\n* Resol...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(agoric-cli): don't repeat the default testnet
1
refactor
agoric-cli
494,309
15.09.2021 12:34:29
-10,800
131d2c284d4191ee979077937ea3b48fce772f3c
docs: fix the flow links used for rendering
[ { "change_type": "MODIFY", "diff": "@@ -172,7 +172,7 @@ which you fully control.\nThe endpoint responsible for the UI URL uses the `flow` URL Query Parameter\n(here `...?flow=36c3246f-8e40-4f45-8721-c246576a8bc3`) to call the flow\ninformation endpoint, for example:\n-`https://playground.projects.oryapis.co...
Go
Apache License 2.0
ory/kratos
docs: fix the flow links used for rendering (#1752)
1
docs
null
802,856
15.09.2021 12:50:11
10,800
d45eefb8177189b495e690c3334e665d6c4bd37a
docs: add font-weight to storybook
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,9 @@ The typography using inside Venice and their CSS Variables.\n| var(--typography-body2-font) | 14px | 16px | 400 |\n| var(--typography-caption-font) | 12px | 14px | 400 |\n| var(--typography-button-font) | 16px | 19px | 500 |\n+| var(--font-weight-regular...
TypeScript
Apache License 2.0
juntossomosmais/venice
docs: add font-weight to storybook
1
docs
null
679,913
15.09.2021 12:56:49
-7,200
25cdc0ad397e60955f575130b870f1b00a2d6706
fix(associative): update merge/meld fns the object spread operator under ESNext compile target doesn't exclude the `__proto__` property anymore, hence we add the `copyObj()` helper
[ { "change_type": "MODIFY", "diff": "import type { Fn, IObjectOf } from \"@thi.ng/api\";\nimport { isFunction } from \"@thi.ng/checks/is-function\";\nimport { isIllegalKey } from \"@thi.ng/checks/is-proto-path\";\n-import { copy } from \"./utils\";\n+import { copy, copyObj } from \"./utils\";\n/**\n* Similar...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(associative): update merge/meld fns - the object spread operator under ESNext compile target doesn't exclude the `__proto__` property anymore, hence we add the `copyObj()` helper
1
fix
associative
471,369
15.09.2021 12:59:16
14,400
1b7ae9c3c249cd1166b610e2a4c95c01fec93d1c
chore: set publishConfig for test utils
[ { "change_type": "MODIFY", "diff": "\"version\": \"0.25.0\",\n\"description\": \"Test utilities for opentelemetry components\",\n\"main\": \"build/index.js\",\n+ \"publishConfig\": {\n+ \"access\": \"public\"\n+ },\n\"scripts\": {\n\"lint\": \"eslint . --ext .ts\",\n\"lint:fix\": \"eslint . --ext .ts --fix\...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
chore: set publishConfig for test utils (#662)
1
chore
null
791,370
15.09.2021 14:20:11
21,600
4d9c046b66a2dc205e2c14b676995771301440da
fix(internal/gapicgen): add a temporary import The new compute beta makes use of xerrors which is causing regen to fail since we don't depend on this yet. This change will be blown away by regen, which is intended.
[ { "change_type": "MODIFY", "diff": "@@ -81,6 +81,7 @@ import (\n\"strings\"\n\"unicode\"\n+ _ \"golang.org/x/xerrors\"\n\"google.golang.org/api/option\"\n\"google.golang.org/grpc/metadata\"\n)\n", "new_path": "compute/apiv1/doc.go", "old_path": "compute/apiv1/doc.go" }, { "change_type": "MOD...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(internal/gapicgen): add a temporary import (#4756) The new compute beta makes use of xerrors which is causing regen to fail since we don't depend on this yet. This change will be blown away by regen, which is intended.
1
fix
internal/gapicgen
73,317
15.09.2021 14:24:39
-7,200
c1495c5ff3735b95ac76825d3b75b46e6d7f6531
chore: fix docker-in-docker We were missing a VOLUME declaration in the final image, which prevented dockerd from properly starting within Docker (complaining that overlay2 is not a valid parameter). The VOLUME is required because overlay-on-overlay is not supported (and using a VOLUME guarantees that there is no overl...
[ { "change_type": "MODIFY", "diff": "@@ -244,6 +244,7 @@ ENV LANG=\"C.UTF-8\"\nENV PATH=\"${PATH}:${CARGO_HOME}/bin:${GOROOT}/bin:${M2}\"\nCOPY --from=staging / /\n+VOLUME /var/lib/docker\n## Image Metadata\nARG BUILD_TIMESTAMP\n@@ -266,6 +267,7 @@ CMD [\"/bin/bash\"]\nFROM superchain as test\nENV CI=true\nC...
TypeScript
Apache License 2.0
aws/jsii
chore: fix docker-in-docker (#2987) We were missing a VOLUME declaration in the final image, which prevented dockerd from properly starting within Docker (complaining that overlay2 is not a valid parameter). The VOLUME is required because overlay-on-overlay is not supported (and using a VOLUME guarantees that th...
1
chore
null
401,155
15.09.2021 14:28:31
-19,080
031951279ef930a75deb3070480d34d4a72469b6
fix: fixed window object undefined issue in nextJs affects:
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ export const SideNav: FC<SideNavProps> & WithStyle & SideNavStaticProps = props\nconst ref = useRef(null),\n[isHovered, setHoveredState] = useState(false),\n- [isExpanded, setExpandedState] = useState(defaultOpen ?? window.innerWidth > 1024),\n+ [isExpan...
TypeScript
MIT License
medly/medly-components
fix: fixed window object undefined issue in nextJs (#411) affects: @medly-components/core, @medly-components/layout, @medly-components/utils Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
fix
null
73,317
15.09.2021 14:41:44
-7,200
25fbdec02da1351b51d7e177e758795a2a62c51d
chore: stop installing gcc (it is already there)
[ { "change_type": "MODIFY", "diff": "@@ -6,9 +6,6 @@ phases:\n# Temporarily - install yarn if it's not there already\n- yarn --version || npm install --global yarn\n- yarn install --frozen-lockfile\n- # Temporary - gcc is needed for testify, but we can remove this once we have a new release\n- # of superchai...
TypeScript
Apache License 2.0
aws/jsii
chore: stop installing gcc (it is already there) (#2988)
1
chore
null
826,656
15.09.2021 14:48:34
-7,200
0005a55c6f6f94bde1bf62e17a2e38c8ae0c0ca3
ci: add workflow to release the go gRPC client
[ { "change_type": "ADD", "diff": "+name: Release the go gRPC client as `proto/$VERSION`\n+\n+on:\n+ workflow_dispatch:\n+ inputs:\n+ version:\n+ description: The version to release. Should be a patch of the latest Keto release.\n+ required: true\n+ release:\n+ types:\n+ - created\n+\n+jobs:\n+ tag:\n+ # this...
Go
Apache License 2.0
ory/keto
ci: add workflow to release the go gRPC client (#712)
1
ci
null
126,276
15.09.2021 15:00:00
10,800
4bba520f10d8e665fc896a2e6ddc25ffcf5ff238
chore(cmd/immuadmin): parse all db flags when preparing settings chore(cmd/immuadmin): include excludeCommitTime despite replication settings
[ { "change_type": "MODIFY", "diff": "@@ -82,21 +82,12 @@ func (cl *commandline) database(cmd *cobra.Command) {\nc.PrintfColorW(cmd.OutOrStdout(), c.Yellow, \"Replication is a work-in-progress feature. Not ready for production use\\n\")\n}\n- excludeCommitTime, err := cmd.Flags().GetBool(\"exclude-commit-time...
Go
Apache License 2.0
codenotary/immudb
chore(cmd/immuadmin): parse all db flags when preparing settings Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> chore(cmd/immuadmin): include excludeCommitTime despite replication settings Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
cmd/immuadmin
826,656
15.09.2021 15:05:06
-7,200
226c8e56c647bd13a387d8e35a5fbcf93b47b3f2
ci: fix go gRPC release script
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ jobs:\n- name: Download dependencies\nrun: cd proto; go mod tidy\n- name: Test\n- run: cd proto; cd proto; go test ./...\n+ run: cd proto; go test ./...\n- name: Create git tag\nrun: |\ngit config --local user.email \"zepatrik@users.noreply.github.com\"\...
Go
Apache License 2.0
ory/keto
ci: fix go gRPC release script (#713)
1
ci
null