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
73,316
08.10.2021 14:08:04
-7,200
7771ecdb98f86054668064cfc7c5b7898149f61f
chore: fix typo By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]:
[ { "change_type": "MODIFY", "diff": "@@ -62,7 +62,7 @@ correctly applying your chosen license to your work (most licenses have document\nthe license), and for complying with the terms of the licenses of packages your work depends on (this is particularly\nimportant when dependencies are bundled, as discussed...
TypeScript
Apache License 2.0
aws/jsii
chore: fix typo (#3046) --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
1
chore
null
815,585
08.10.2021 14:10:23
-28,800
8b92ba31167b66253e6634d812062a4cad158e54
fix: clean self-runner sapce when disk space is less than threshold
[ { "change_type": "MODIFY", "diff": "#!/bin/bash\nset -u\nis_self_runner=`echo $RUNNER_LABEL | awk -F '-' '{print $1}'`\n+clean_threshold=40000\n+available_space=`df -m \"$GITHUB_WORKSPACE\" | tail -1 | awk '{print $4}'`\nif [[ $is_self_runner == \"self\" ]];then\nCARGO_TARGET_DIR=$GITHUB_WORKSPACE/../target...
Rust
MIT License
nervosnetwork/ckb
fix: clean self-runner sapce when disk space is less than threshold
1
fix
null
679,913
08.10.2021 14:16:36
-7,200
55ba0f926654d3d2d1840e83e584d809bba27e0a
refactor(dsp): dedupe IGen.take() impls
[ { "change_type": "MODIFY", "diff": "},\n\"files\": [\n\"*.js\",\n- \"*.d.ts\"\n+ \"*.d.ts\",\n+ \"internal\"\n],\n\"exports\": {\n\".\": {\n", "new_path": "packages/dsp/package.json", "old_path": "packages/dsp/package.json" }, { "change_type": "MODIFY", "diff": "import type { IGen } from...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(dsp): dedupe IGen.take() impls
1
refactor
dsp
679,913
08.10.2021 14:22:00
-7,200
57e57cc56218c8f3d4833dbd60787b5023cbbbc5
refactor(rstream): dedupe removeAllIDs() impls
[ { "change_type": "MODIFY", "diff": "},\n\"files\": [\n\"*.js\",\n- \"*.d.ts\"\n+ \"*.d.ts\",\n+ \"internal\"\n],\n\"exports\": {\n\".\": {\n", "new_path": "packages/rstream/package.json", "old_path": "packages/rstream/package.json" }, { "change_type": "ADD", "diff": "+export const __remo...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream): dedupe removeAllIDs() impls
1
refactor
rstream
679,913
08.10.2021 14:33:30
-7,200
6c197fea7f0fb816ae592f86615cdd79153e7482
refactor(rstream-graph): extract getNodeInput()
[ { "change_type": "MODIFY", "diff": "@@ -114,22 +114,29 @@ const prepareNodeInputs = (\nif (!ins) return res;\nfor (let id in ins) {\nconst i = ins[id];\n- const src: ISubscription<any, any> = i.path\n+ const src = getNodeInput(i, id, state, resolve);\n+ res[id] = i.xform ? src.transform(i.xform, { id }) : s...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-graph): extract getNodeInput()
1
refactor
rstream-graph
679,913
08.10.2021 14:42:17
-7,200
d63c3594e0f9b6745e6898ef5d0b670abd47020f
refactor(vectors): splitup mapVectors()
[ { "change_type": "MODIFY", "diff": "@@ -73,36 +73,48 @@ export function mapVectors(\n): Vec[] {\nconst num = a.length;\n!out && (out = new Array(num));\n- if (c !== undefined) {\n- if (isNumber(c)) {\n- for (let i = 0; i < num; i++) {\n- out[i] = (<VecOpVVN>fn)(\n- out[i] || [],\n- a[i],\n- (<ReadonlyVec[]>...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(vectors): splitup mapVectors()
1
refactor
vectors
865,928
08.10.2021 14:42:41
-19,080
983d1f93de9bab7fc91b555da9e0e2790ec0c22a
fix(camunda-plugin): update start instance overlay title Closes
[ { "change_type": "MODIFY", "diff": "@@ -473,7 +473,7 @@ export default class StartInstanceTool extends PureComponent {\n{ isBpmnTab(activeTab) &&\n<Fill slot=\"status-bar__file\" group=\"8_deploy\">\n<OverlayDropdown\n- title=\"Start Current Diagram\"\n+ title=\"Start process instance\"\nclassName={ css.Sta...
JavaScript
MIT License
camunda/camunda-modeler
fix(camunda-plugin): update start instance overlay title Closes #2429
1
fix
camunda-plugin
530,360
08.10.2021 14:57:33
18,000
2c659ec0c3355ffa697f9f569bc2505de53de3ed
fix(dependabot): undefined variable in ignore version check Fix undefined variable in `addIgnore` function. Add tests for `ignore` and `ignoreProjen` dependabot options. 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": "@@ -15,6 +15,87 @@ updates:\n\"\n`;\n+exports[`dependabot ignoring ignore with a single version 1`] = `\n+\"# ~~ Generated by projen. To modify, edit .projenrc.js and run \\\\\"npx projen\\\\\".\n+\n+version: 2\n+updates:\n+ - package-ecosystem: npm\n+ versioning-strategy...
TypeScript
Apache License 2.0
projen/projen
fix(dependabot): undefined variable in ignore version check (#1124) Fix undefined variable in `addIgnore` function. Add tests for `ignore` and `ignoreProjen` dependabot options. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1
fix
dependabot
126,276
08.10.2021 15:11:47
10,800
515b72ea900d3f51b30b6ff7d7d64684e06492e0
feat(embedded/sql): support for not like
[ { "change_type": "MODIFY", "diff": "@@ -702,9 +702,9 @@ exp:\n$$ = $2\n}\n|\n- selector LIKE exp\n+ selector opt_not LIKE exp\n{\n- $$ = &LikeBoolExp{sel: $1, pattern: $3}\n+ $$ = &LikeBoolExp{sel: $1, notLike: $2, pattern: $4}\n}\n|\nEXISTS '(' dqlstmt ')'\n", "new_path": "embedded/sql/sql_grammar.y", ...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/sql): support for not like Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/sql
276,958
08.10.2021 15:38:42
10,800
f797f43fcea2038d63990b05d7de12eaeaca9257
test(system): add maxWidth, minWidth, maxHeight and minHeight tests
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,11 @@ import {\npaddingVertical,\npaddings,\nwidth,\n+ maxWidth,\n+ minWidth,\nheight,\n+ maxHeight,\n+ minHeight,\nspacing,\n} from './spacing';\n@@ -725,6 +729,84 @@ describe('spacings', () => {\n});\n});\n+ describe('maxWidth', () => {\n+ it('Should return...
JavaScript
MIT License
gympass/yoga
test(system): add maxWidth, minWidth, maxHeight and minHeight tests
1
test
system
126,276
08.10.2021 15:52:18
10,800
d664127a0c3e21af09865f6a36ae5b0a8b66fdc9
test(embedded/sql): unit testing LIKE clause edge cases
[ { "change_type": "MODIFY", "diff": "@@ -1997,7 +1997,7 @@ type LikeBoolExp struct {\n}\nfunc (bexp *LikeBoolExp) inferType(cols map[string]*ColDescriptor, params map[string]SQLValueType, implicitDB, implicitTable string) (SQLValueType, error) {\n- if bexp.pattern == nil {\n+ if bexp.sel == nil || bexp.patte...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): unit testing LIKE clause edge cases Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
865,939
08.10.2021 16:09:10
-7,200
5faf0329968a44c6b28265af924d4fa22b619136
feat: update welcome tab UI Closes
[ { "change_type": "MODIFY", "diff": "@@ -58,8 +58,8 @@ bootstrapLogging();\nconst name = app.name = 'Camunda Modeler';\nconst version = app.version = require('../package').version;\nconst MINIMUM_SIZE = {\n- width: 640,\n- height: 480\n+ width: 780,\n+ height: 580\n};\nbootstrapLog.info(`starting ${ name } v...
JavaScript
MIT License
camunda/camunda-modeler
feat: update welcome tab UI Closes #2479
1
feat
null
791,274
08.10.2021 16:21:40
25,200
5608b12141cee6abb0be1a1921696828297d005b
test(profiler): use debian 11 images for integration tests The default image used for go agent integration tests is debian 9. Update them to use a newer image which includes, among other things, newer CA certificates needed to download the dependent packages successfully.
[ { "change_type": "MODIFY", "diff": "@@ -276,6 +276,8 @@ func TestAgentIntegration(t *testing.T) {\nProjectID: projectID,\nName: fmt.Sprintf(\"profiler-test-gomaster-%s\", runID),\nMachineType: \"n1-standard-1\",\n+ ImageProject: \"debian-cloud\",\n+ ImageFamily: \"debian-11\",\n},\nname: \"profiler-test-gom...
Go
Apache License 2.0
googleapis/google-cloud-go
test(profiler): use debian 11 images for integration tests (#4965) The default image used for go agent integration tests is debian 9. Update them to use a newer image which includes, among other things, newer CA certificates needed to download the dependent packages successfully.
1
test
profiler
711,597
08.10.2021 17:20:45
-7,200
06d7d519cbfde1d2e06f05abc980c0f1084669da
test(core): Add unit tests for job buffering
[ { "change_type": "ADD", "diff": "+import { Job } from '../job';\n+\n+import { InMemoryJobBufferStorageStrategy } from './in-memory-job-buffer-storage-strategy';\n+\n+/**\n+ * This strategy is only intended to be used for automated testing.\n+ */\n+export class TestingJobBufferStorageStrategy extends InMemor...
TypeScript
MIT License
vendure-ecommerce/vendure
test(core): Add unit tests for job buffering
1
test
core
815,601
08.10.2021 17:23:08
-28,800
95499a19bb3af25ae59997a8b39f9a5e4f8b15e2
fix: declared_cycles check
[ { "change_type": "MODIFY", "diff": "@@ -3931,7 +3931,7 @@ TX reject message\n`PoolTransactionReject` is a JSON object with following fields.\n-* `type`: `\"LowFeeRate\" | \"ExceededMaximumAncestorsCount\" | \"Full\" | \"Duplicated\" | \"Malformed\" | \"Resolve\" | \"Verification\"` - Reject type.\n+* `type`...
Rust
MIT License
nervosnetwork/ckb
fix: declared_cycles check
1
fix
null
826,656
08.10.2021 17:23:17
-7,200
caa18c03454d3d805ae448c2f45fcf0ed9f625f5
docs: adjust details missed for v0.7
[ { "change_type": "MODIFY", "diff": "@@ -40,15 +40,6 @@ will evaluate to false (a.k.a. rejected).\nVice versa, all relation tuples containing an object have to be in the same\nnamespace to reference the same object.\n-## Migrations\n-\n-Because namespaces each come with an individual configuration that can e...
Go
Apache License 2.0
ory/keto
docs: adjust details missed for v0.7 (#762)
1
docs
null
217,922
08.10.2021 17:32:00
-7,200
52f1a7c952f663f4b92259948bacde3e0c580479
fix(db): fixed baits display in fish pages
[ { "change_type": "MODIFY", "diff": "@@ -141,7 +141,7 @@ export class FishContextService {\nprivate readonly baitMoochesByFish$ = combineLatest([this.fishId$, this.spotId$, this.showMisses$]).pipe(\nfilter(([fishId, spotId]) => fishId > 0 || spotId > 0),\n- tap(([, showMisses]) => localStorage.setItem('db:fi...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed baits display in fish pages
1
fix
db
126,276
08.10.2021 18:05:54
10,800
b08bcbb7443e3ac6fd5291c357c10a0864fc69a4
feat(embedded/sql): increased expression power in LIKE and IN clauses
[ { "change_type": "MODIFY", "diff": "@@ -1132,7 +1132,7 @@ func TestExpressions(t *testing.T) {\n},\nds: &tableRef{table: \"table1\"},\nwhere: &LikeBoolExp{\n- sel: &ColSelector{\n+ val: &ColSelector{\ntable: \"table1\",\ncol: \"title\",\n},\n@@ -1151,7 +1151,7 @@ func TestExpressions(t *testing.T) {\n},\nds...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/sql): increased expression power in LIKE and IN clauses Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/sql
791,704
08.10.2021 18:16:51
18,000
ca00bca75ef4171207e3fe1e7d0f8f7300f0aaf1
tests(smoke): make specific assertions about deprecations
[ { "change_type": "MODIFY", "diff": "@@ -200,26 +200,42 @@ function pruneExpectations(localConsole, lhr, expected, reportOptions) {\nJSON.stringify(value, null, 2),\n`Actual Chromium version: ${getChromeVersion()}`,\n].join(' '));\n+ if (Array.isArray(obj)) {\n+ obj.splice(Number(key), 1);\n+ } else {\ndelet...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(smoke): make specific assertions about deprecations (#13191)
1
tests
smoke
667,636
08.10.2021 18:27:28
-28,800
7dd85cc3cf621b45a267c5487112f17694c98112
chore(docs): add webview introduction
[ { "change_type": "MODIFY", "diff": "@@ -34,12 +34,15 @@ export default function WebViewExample() {\n<WebView\nsource={{\nuri: 'https://www.qq.com',\n- method: 'get',\n- userAgent: 'Mozilla/5.0 (Linux; U; Android 5.1.1; '\n- + 'zh-cn; vivo X7 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 Ch...
C++
Apache License 2.0
tencent/hippy
chore(docs): add webview introduction
1
chore
docs
126,276
08.10.2021 18:31:16
10,800
69e06251653684c3903556c6ef7b9d711da7cef6
chore(embedded/sql): standardized datasource aliasing
[ { "change_type": "MODIFY", "diff": "@@ -416,7 +416,7 @@ opt_not_null:\n}\ndqlstmt:\n- SELECT opt_distinct opt_selectors FROM ds opt_indexon opt_joins opt_where opt_groupby opt_having opt_orderby opt_limit opt_as\n+ SELECT opt_distinct opt_selectors FROM ds opt_indexon opt_joins opt_where opt_groupby opt_hav...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): standardized datasource aliasing Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
126,276
08.10.2021 18:54:44
10,800
23716d1bf676917f38185fa0b58538882b668b91
test(embedded/sql): adapt unit testing based on new data source aliasing
[ { "change_type": "MODIFY", "diff": "@@ -1000,7 +1000,7 @@ func TestQuery(t *testing.T) {\nt.Run(\"should resolve every row with two-time table aliasing\", func(t *testing.T) {\nr, err = engine.QueryStmt(fmt.Sprintf(`\n- SELECT * FROM (table1 AS T1) WHERE t1.id >= 0 LIMIT %d AS mytable1\n+ SELECT * FROM tabl...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): adapt unit testing based on new data source aliasing Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
126,276
08.10.2021 18:58:30
10,800
11605539c5cc27416a58b3097fbcc90fa4aebe85
test(pkg/integration): adapt unit testing for new data source aliasing test(pkg/database): adapt unit testing for new data source aliasing
[ { "change_type": "MODIFY", "diff": "@@ -89,7 +89,7 @@ func TestSQLExecAndQuery(t *testing.T) {\n_, err = db.SQLQuery(&schema.SQLQueryRequest{Sql: \"CREATE INDEX ON table1(title)\"})\nrequire.Equal(t, ErrIllegalArguments, err)\n- q := \"SELECT t.id, t.id as id2, title, active, payload FROM (table1 as t) WHER...
Go
Apache License 2.0
codenotary/immudb
test(pkg/integration): adapt unit testing for new data source aliasing Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> test(pkg/database): adapt unit testing for new data source aliasing Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/integration
791,704
08.10.2021 19:59:20
18,000
f38f2930e78b4a0c7e273564cea393fdd55f257f
misc: remove patrick from issue assigner
[ { "change_type": "MODIFY", "diff": "@@ -9,4 +9,4 @@ jobs:\n- uses: patrickhulce/issue-assigner@eeec7a10bd3c02f02d2284fc82a8adabdc001869\nwith:\nGITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'\n- maintainers: 'paulirish,connorjclark,adamraine,brendankenny,patrickhulce'\n+ maintainers: 'paulirish,connorjclark,ada...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: remove patrick from issue assigner (#13194)
1
misc
null
711,597
08.10.2021 20:50:02
-7,200
74e87b9cd8f7982e284290f0ce8805830c86272d
fix: Correct some buffer storage logic
[ { "change_type": "MODIFY", "diff": "@@ -29,17 +29,21 @@ export class SqlJobBufferStorageStrategy implements JobBufferStorageStrategy {\n}\nasync bufferSize(bufferIds?: string[]): Promise<{ [bufferId: string]: number }> {\n- const rows = await this.connection\n+ const qb = await this.connection\n.getReposito...
TypeScript
MIT License
vendure-ecommerce/vendure
fix: Correct some buffer storage logic
1
fix
null
711,597
08.10.2021 20:52:20
-7,200
a3af77110ab24887c970b775fc259e616cb28a68
docs(core): Add documentation to job buffer components
[ { "change_type": "MODIFY", "diff": "@@ -2,8 +2,20 @@ import { Job } from '../job';\nimport { JobBufferStorageStrategy } from './job-buffer-storage-strategy';\n+/**\n+ * @description\n+ * A {@link JobBufferStorageStrategy} which keeps the buffered jobs in memory. Should\n+ * _not_ be used in production, sinc...
TypeScript
MIT License
vendure-ecommerce/vendure
docs(core): Add documentation to job buffer components
1
docs
core
306,320
08.10.2021 20:57:09
-3,600
dd9e1f1dca8104b12ea197f4f916cbbdebd0e613
test: fix Azure Synapse tests
[ { "change_type": "MODIFY", "diff": "@@ -7,10 +7,11 @@ import (\n)\nfunc TestNewAzureRMSynapseSparkPool(t *testing.T) {\n- t.Parallel()\nif testing.Short() {\nt.Skip(\"skipping test in short mode\")\n}\n- tftest.GoldenFileResourceTests(t, \"synapse_spark_pool_test\")\n+ tftest.GoldenFileResourceTestsWithOpts...
Go
Apache License 2.0
infracost/infracost
test: fix Azure Synapse tests
1
test
null
251,188
08.10.2021 21:06:39
-10,800
40591268d481465a50b713cbaf5801b4dd04b60a
fix: remove deprecated oxcore-saml library
[ { "change_type": "MODIFY", "diff": "</dependencies>\n</profile>\n- <profile>\n- <id>saml</id>\n- <activation>\n- <property>\n- <name>!saml-disabled</name>\n- </property>\n- </activation>\n- <properties>\n- </properties>\n- <build>\n- <plugins>\n- </plugins>\n- </build>\n- <dependencies>\n- <dependency>\n- <...
Java
MIT License
gluufederation/oxauth
fix: remove deprecated oxcore-saml library
1
fix
null
756,025
08.10.2021 21:15:48
25,200
0aca432ed7a3f33eed4575b36dc3fa9e023b445f
fix: "yarn lint" should not fix
[ { "change_type": "MODIFY", "diff": "\"lint-check\": \"yarn lint\",\n\"lint\": \"yarn lint:types && yarn lint:eslint\",\n\"lint:types\": \"tsc -p jsconfig.json\",\n- \"lint:eslint\": \"eslint --ext .js,.html . --fix --ignore-path .gitignore\",\n+ \"lint:eslint\": \"eslint --ext .js,.html . --ignore-path .git...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: "yarn lint" should not fix (#3943)
1
fix
null
269,464
08.10.2021 21:38:01
10,800
7a1c3ce10e62e2ec3d2faa6910e5459aa81abe74
docs: install with gofish
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,20 @@ Below you can find the steps for each of them.\nThe [formula in homebrew-core](https://github.com/Homebrew/homebrew-core/blob/master/Formula/goreleaser.rb) might be slightly outdated.\nUse our homebrew tap to always get the latest updates.\n+### gofish\...
Go
MIT License
goreleaser/goreleaser
docs: install with gofish Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
docs
null
679,913
08.10.2021 22:12:32
-7,200
a1174dbe4cdc47cdb87fbef3f9fc4b2671a21a91
refactor(shader-ast): remove AST optimization tools BREAKING CHANGE: migrate AST optimizations to new package migrated to see update deps/readme
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,6 @@ This project is part of the\n- [Compilation & execution](#compilation--execution)\n- [AST tooling, traversal, optimization](#ast-tooling-traversal-optimization)\n- [Tree traversals](#tree-traversals)\n- - [Tree optimization: Constant folding](#tree-optim...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(shader-ast): remove AST optimization tools BREAKING CHANGE: migrate AST optimizations to new package - migrated to @thi.ng/shader-ast-optimize, see b71cd16ab - update deps/readme
1
refactor
shader-ast
679,913
08.10.2021 22:13:18
-7,200
504bff34db4cae55c43949c4e624940ae4d1cffd
feat(examples): add constant folding for shader-ast-evo
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@thi.ng/gp\": \"latest\",\n\"@thi.ng/logger\": \"latest\",\n- \"@thi.ng/math\": \"latest\",\n\"@thi.ng/random\": \"latest\",\n\"@thi.ng/shader-ast\": \"latest\",\n+ \"@thi.ng/shader-ast-optimize\": \"latest\",\n\"@thi.ng/shader-ast-stdlib\": \"lates...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add constant folding for shader-ast-evo
1
feat
examples
104,828
08.10.2021 22:54:55
-7,200
2118e052f1348778f48623ffc39615f9f9f3a888
fix(table): add css, story and code improvements
[ { "change_type": "MODIFY", "diff": "@@ -149,6 +149,7 @@ export const SimpleStatefulExample = () => {\nconst selectedTableType = select('Type of Table', ['Table', 'StatefulTable'], 'StatefulTable');\nconst demoInitialColumnSizes = boolean('Demo initial columns sizes', false);\nconst demoColumnGroupAssignment...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): add css, story and code improvements
1
fix
table
756,013
09.10.2021 02:35:05
21,600
f1dd7574ee4905631ae7aa84c033888951189656
feat(cosmos): add ControllerAdmissionMsg to allow vm throttling This adds an AnteHandler decorator that, for messages that implement the interface, can reject them with an error before they even touch a module. The intent is to allow control on the JS side to disable the addition of new transactions.
[ { "change_type": "ADD", "diff": "+package gaia\n+\n+import (\n+ sdk \"github.com/cosmos/cosmos-sdk/types\"\n+ sdkerrors \"github.com/cosmos/cosmos-sdk/types/errors\"\n+ \"github.com/cosmos/cosmos-sdk/x/auth/ante\"\n+\n+ \"github.com/Agoric/agoric-sdk/golang/cosmos/vm\"\n+)\n+\n+// TODO: We don't have a more...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(cosmos): add ControllerAdmissionMsg to allow vm throttling This adds an AnteHandler decorator that, for messages that implement the interface, can reject them with an error before they even touch a module. The intent is to allow control on the JS side to disable the addition of new transactions.
1
feat
cosmos
756,013
09.10.2021 02:38:28
21,600
6e3b6cd69fbd4eea38ea3979255dd40efd4daa32
feat(solo): tolerate transactions being rejected by ante handler Backoff and retry when transaction hashes don't report success.
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,9 @@ export const HELPER = new URL(\nconst FAUCET_ADDRESS =\n'the appropriate faucet channel on Discord (https://agoric.com/discord)';\n+// Transaction simulation should be an accurate measure of gas.\n+const GAS_ADJUSTMENT = '1.2';\n+\nconst adviseEgress = e...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(solo): tolerate transactions being rejected by ante handler Backoff and retry when transaction hashes don't report success.
1
feat
solo
756,013
09.10.2021 02:40:15
21,600
1583b155e4ec658a53654777eb6651cad3a17bd8
refactor: separate GAS_ADJUSTMENT constant
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,8 @@ const HOST_PORT = process.env.HOST_PORT || PORT;\nconst CHAIN_PORT = process.env.CHAIN_PORT || 26657;\nconst DEFAULT_NETCONFIG = 'https://testnet.agoric.net/network-config';\n+const GAS_ADJUSTMENT = '1.2';\n+\n/**\n* Resolve after a delay in milliseconds...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor: separate GAS_ADJUSTMENT constant
1
refactor
null
791,474
09.10.2021 08:01:13
25,200
5882cc7c6780f43d53fa67b84509bc5f4ea603c9
test(bigtable): avoid instance name collisions to speed up creation
[ { "change_type": "MODIFY", "diff": "@@ -1441,6 +1441,7 @@ func TestIntegration_AdminCreateInstance(t *testing.T) {\nif instanceToCreate == \"\" {\nt.Skip(\"instanceToCreate not set, skipping instance creation testing\")\n}\n+ instanceToCreate += \"0\"\ntestEnv, err := NewIntegrationEnv()\nif err != nil {\n@...
Go
Apache License 2.0
googleapis/google-cloud-go
test(bigtable): avoid instance name collisions to speed up creation (#4970)
1
test
bigtable
217,922
09.10.2021 09:41:27
-7,200
ae843d5f4f7d1b13cf327fc90a9fa99f59799d3b
fix(i18n): fixed missing translation for ilvl filters
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ export class VenturesComponent extends ItemDetailsPopup implements OnInit {\nif (venture.amounts !== undefined) {\nconst stats = venture.ilvl || venture.gathering;\n- const name = venture.ilvl ? 'filters/ilvl' : 'Gathering';\n+ const name = venture.ilvl ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(i18n): fixed missing translation for ilvl filters
1
fix
i18n
217,922
09.10.2021 09:54:15
-7,200
3be2edfd51a778e0bd16fa0eed003a3a0e25ba0d
chore: better job display for ventures
[ { "change_type": "MODIFY", "diff": "<ng-template #ventureTemplate let-venture>\n<nz-list-item [nzContent]=\"content\">\n<nz-list-item-meta\n- [nzTitle]=\"venture.name ? (venture.id | ventureName | i18n) : (venture.job | jobAbbr:DOWM | i18n)\"\n+ [nzTitle]=\"venture.name ? (venture.id | ventureName | i18n) :...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better job display for ventures
1
chore
null
815,585
09.10.2021 11:04:31
-28,800
bd37430041dd48a438bc29fe621830950537a183
fix: remove duplicated code in CI scripts
[ { "change_type": "MODIFY", "diff": "@@ -16,9 +16,6 @@ env:\nCARGO_TERM_COLOR: always\nRUST_BACKTRACE: full\nRUSTFLAGS: -D warnings\n- RUST_LOG: info,ckb_test=debug,ckb_sync=debug,ckb_relay=debug,ckb_network=debug\n- CKB_TEST_SEC_COEFFICIENT: 5\n- CKB_TEST_ARGS: -c 4 --no-report --no-fail-fast\njobs:\nprolog...
Rust
MIT License
nervosnetwork/ckb
fix: remove duplicated code in CI scripts
1
fix
null
386,595
09.10.2021 11:45:14
-7,200
30e22917fed9932e43cde942532654aa4a6aeac6
fix: improvements on blog template.
[ { "change_type": "MODIFY", "diff": "@@ -78,14 +78,6 @@ properties:\nstyle:\nbackground: '#FFFFFF'\npadding: 16px 0px 0px 0px\n- breadcrumb:\n- list:\n- - _ref: version.yaml\n- {% if section %}\n- - {{ section }}\n- - {{ pageTitle }}\n- {% endif %}\n-\nareas:\nheader:\nblocks:\n@@ -106,6 +98,28 @@ areas:\nco...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: improvements on blog template.
1
fix
null
386,595
09.10.2021 11:45:31
-7,200
6e2dae0f7759d977038e3cca0fbcfa3e4f60582f
chore: Fix typos in _change_case operators docs.
[ { "change_type": "MODIFY", "diff": "@@ -75,7 +75,7 @@ _ref:\noptions:\nconvertKeys: true\n```\n- Returns: `{ \"Foo\": \"Bar\" }`\n+ Returns: `{ \"Foo\": \"bar\" }`\n###### Object with options.convertValues: false:\n```yaml\n", "new_path": "packages/docs/operators/_change_case.yaml", "old_path": "pac...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Fix typos in _change_case operators docs.
1
chore
null
217,922
09.10.2021 11:47:34
-7,200
d5621bf34c1d52c9053b5179f73518cb8b1c4517
fix(desktop): fixed withdrawing items from retainer with context menu not tracker properly
[ { "change_type": "MODIFY", "diff": "@@ -274,6 +274,7 @@ export class UserInventory extends DataModel {\nmoved: true\n};\n}\n+ return null;\n}\ntoArray(): ItemSearchResult[] {\n@@ -344,10 +345,14 @@ export class UserInventory extends DataModel {\n}\nsetMarketBoardInfo(packet: ItemMarketBoardInfo, retainer: s...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed withdrawing items from retainer with context menu not tracker properly
1
fix
desktop
217,922
09.10.2021 12:38:16
-7,200
867a2898df46d70febbc5560474736e2ac797a8e
fix(fishing): better handling of double weather spawns
[ { "change_type": "MODIFY", "diff": "@@ -308,7 +308,7 @@ export class AlarmsFacade {\nreturn timeBeforeA < timeBeforeB ? -1 : 1;\n});\nif (alarm.weathers && alarm.weathers?.length > 0) {\n- const spawn = this.findWeatherSpawnCombination(alarm, sortedSpawns, etime.getTime());\n+ const spawn = this.findWeather...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(fishing): better handling of double weather spawns
1
fix
fishing
815,601
09.10.2021 16:10:11
-28,800
95815db83c8f4e36e42d3ea2e46c67f9f07ceeff
test: declared wrong cycles
[ { "change_type": "MODIFY", "diff": "@@ -389,6 +389,8 @@ fn all_specs() -> Vec<Box<dyn Spec>> {\nBox::new(BlockTemplates),\nBox::new(BootstrapCellbase),\nBox::new(TemplateSizeLimit),\n+ Box::new(DeclaredWrongCycles),\n+ Box::new(DeclaredWrongCyclesChunk),\nBox::new(OrphanTxAccepted),\nBox::new(OrphanTxReject...
Rust
MIT License
nervosnetwork/ckb
test: declared wrong cycles
1
test
null
815,577
09.10.2021 16:43:24
-28,800
0a9f94e05178f1773510edfb2ee34ccf01f7ddb3
chore: upgrade ctrlc
[ { "change_type": "MODIFY", "diff": "@@ -1659,9 +1659,9 @@ dependencies = [\n[[package]]\nname = \"ctrlc\"\n-version = \"3.1.8\"\n+version = \"3.2.1\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"c15b8ec3b5755a188c141c1f6a98e76de31b936209bf066b647979e2a84764a9\"\n+checks...
Rust
MIT License
nervosnetwork/ckb
chore: upgrade ctrlc
1
chore
null
471,257
09.10.2021 17:01:36
-10,800
d3f51632678192a0ffa2aa7b7fbd47bb77d8fc16
chore(deps): remove unused semver
[ { "change_type": "MODIFY", "diff": "\"@opentelemetry/api\": \"^1.0.2\",\n\"@types/mocha\": \"8.2.3\",\n\"@types/node\": \"14.17.11\",\n- \"@types/semver\": \"7.3.8\",\n\"@types/sinon\": \"10.0.2\",\n\"@types/webpack-env\": \"1.16.2\",\n\"codecov\": \"3.8.3\",\n\"@opentelemetry/api\": \"^1.0.2\"\n},\n\"depen...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
chore(deps): remove unused semver (#2520) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
chore
deps
126,295
09.10.2021 17:56:24
-7,200
4de643f62f20be30a6142945edd291860592ace9
chore(pkg/stdlib): general improvements and polishments
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,6 @@ type Conn struct {\nname string\nconn client.ImmuClient\noptions *client.Options\n- Token string\ndriver *Driver\n}\n@@ -35,10 +34,6 @@ func (c *Conn) GetImmuClient() client.ImmuClient {\nreturn c.conn\n}\n-func (c *Conn) GetToken() string {\n- return c....
Go
Apache License 2.0
codenotary/immudb
chore(pkg/stdlib): general improvements and polishments Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/stdlib
667,636
09.10.2021 18:43:17
-28,800
806ccfa148f3efb729510c4a5b7cbad07ede64d9
fix(hippy-debug-server): change child_process to cross-spawn
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"chokidar\": \"~3.5.2\",\n+ \"cross-spawn\": \"^7.0.3\",\n\"find-up\": \"^4.1.0\",\n\"koa\": \"^2.3.0\",\n\"mime\": \"^2.5.2\",\n", "new_path": "packages/hippy-debug-server/package.json", "old_path": "packages/hippy-debug-server/package.j...
C++
Apache License 2.0
tencent/hippy
fix(hippy-debug-server): change child_process to cross-spawn
1
fix
hippy-debug-server
756,013
09.10.2021 20:58:30
21,600
26c99948edf4579aab124c3e74f350747e54b840
feat(agoricd): add new Golang binary without any SwingSet
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ COMMIT = $(shell hash=`git rev-parse --short HEAD 2>/dev/null`; if test -n \"$$ha\ndefault: all\n-MOD_READONLY = # -mod=readonly\n+MOD_READONLY = -mod=readonly\nBIN := $(shell echo $${GOBIN-$${GOPATH-$$HOME/go}/bin})\n@@ -23,7 +23,7 @@ VersionName := $(she...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(agoricd): add new Golang binary without any SwingSet
1
feat
agoricd
815,609
09.10.2021 21:40:43
-28,800
59f91e137a6a9b487fa56163c206fa39899b4c79
fix: don't use cache if tx-pool does re-org process during hardfork
[ { "change_type": "MODIFY", "diff": "@@ -1017,7 +1017,11 @@ impl TxPoolService {\n}\nlet retain: Vec<TransactionView> = detached.difference(&attached).cloned().collect();\n- let fetched_cache = self.fetch_txs_verify_cache(retain.iter()).await;\n+ let fetched_cache = if hardfork_during_detach || hardfork_duri...
Rust
MIT License
nervosnetwork/ckb
fix: don't use cache if tx-pool does re-org process during hardfork
1
fix
null
471,139
09.10.2021 22:10:46
-28,800
faca317da12a3d4e2c5f66210cbbf257c4b4c8e9
feat(@opentelemetry-instrumentation-fetch): support reading response body from the hook applyCustomAttributesOnSpan
[ { "change_type": "MODIFY", "diff": "@@ -331,6 +331,7 @@ export class FetchInstrumentation extends InstrumentationBase<\n): void {\ntry {\nconst resClone = response.clone();\n+ const resClone4Hook = response.clone();\nconst body = resClone.body;\nif (body) {\nconst reader = body.getReader();\n@@ -338,7 +339,...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
feat(@opentelemetry-instrumentation-fetch): support reading response body from the hook applyCustomAttributesOnSpan (#2497) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
feat
@opentelemetry-instrumentation-fetch
756,059
09.10.2021 23:35:20
25,200
f8131e0d2ca8762c7fe47cbd8c612c07d2e58512
fix: correct export retirement handling and GC checks
[ { "change_type": "MODIFY", "diff": "@@ -110,6 +110,7 @@ function build(\nconst valToSlot = new WeakMap(); // object -> vref\nconst slotToVal = new Map(); // vref -> WeakRef(object)\nconst exportedRemotables = new Set(); // objects\n+ const unretiredKernelRecognizableRemotables = new Set(); // vrefs\nconst p...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: correct export retirement handling and GC checks
1
fix
null
317,646
10.10.2021 09:30:56
-7,200
609a534d73b0ce15db5b9b401546cda4fe0afec3
fix: escape executable path on zsh and bash resolves
[ { "change_type": "MODIFY", "diff": "@@ -240,8 +240,24 @@ func main() {\n}\n}\n-func initShell(shell, configFile string) string {\n+func getExecutablePath(shell string) (string, error) {\nexecutable, err := os.Executable()\n+ if err != nil {\n+ return \"\", err\n+ }\n+ // On Windows, it fails when the excuta...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: escape executable path on zsh and bash resolves #1031
1
fix
null
269,666
10.10.2021 09:52:46
14,400
03b6805715c9d0a2f2a097a5a6cf314f42578778
feat: Adding gitlab api changelog
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import (\n\"fmt\"\n\"net/http\"\n\"os\"\n+ \"strings\"\n\"github.com/apex/log\"\n\"github.com/goreleaser/goreleaser/internal/artifact\"\n@@ -50,7 +51,26 @@ func NewGitLab(ctx *context.Context, token string) (Client, error) {\n}\nfunc (c *gitlabClient) Chan...
Go
MIT License
goreleaser/goreleaser
feat: Adding gitlab api changelog (#2567) Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
1
feat
null
711,653
10.10.2021 10:16:21
-10,800
511c0b634293c6e90bd2da9e764e260804a3e58d
test(elasticsearch-plugin): Add unit tests for
[ { "change_type": "MODIFY", "diff": "@@ -234,6 +234,112 @@ describe('buildElasticBody()', () => {\n});\n});\n+ it('inStock is True and groupByProduct', () => {\n+ const result = buildElasticBody(\n+ { inStock: true, groupByProduct: true },\n+ searchConfig,\n+ CHANNEL_ID,\n+ LanguageCode.en,\n+ );\n+ expect(r...
TypeScript
MIT License
vendure-ecommerce/vendure
test(elasticsearch-plugin): Add unit tests for #870
1
test
elasticsearch-plugin
902,122
10.10.2021 11:02:07
-7,200
73eae245fb18a58e6b1e863b598fc16952a37906
chore: review default browser flags
[ { "change_type": "MODIFY", "diff": "@@ -5,19 +5,25 @@ const requireOneOf = require('require-one-of')\nconst pReflect = require('p-reflect')\nconst pidtree = require('pidtree')\n-// flags explained: https://peter.sh/experiments/chromium-command-line-switches/\n-// default flags: https://github.com/puppeteer/...
JavaScript
MIT License
microlinkhq/browserless
chore: review default browser flags
1
chore
null
902,122
10.10.2021 11:05:20
-7,200
c8297b2fb25d96eccf9496eda6cb16619a368256
chore(release): v9.2.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+## [9.2.15](https://github.com/microlinkhq/browserless/compare/v9.2.14...v9.2.15) (2021-10-10)\n+\n+\n+### Bug Fixes\...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.2.15
1
chore
release
711,653
10.10.2021 11:15:09
-10,800
356e01ba97b9e05e53c27fc8c9dbebbec7ca11a1
test(elasticsearch-plugin): Add e2e tests for
[ { "change_type": "MODIFY", "diff": "@@ -346,6 +346,97 @@ describe('Elasticsearch plugin', () => {\nexpect(result.search.items[0].collectionIds).toEqual(['T_2']);\n});\n+\n+ it('inStock is false and not grouped by product', async () => {\n+ // ToDo Remove @ts-ignore after implementing inStock in default-sear...
TypeScript
MIT License
vendure-ecommerce/vendure
test(elasticsearch-plugin): Add e2e tests for #870
1
test
elasticsearch-plugin
269,464
10.10.2021 11:16:03
10,800
bf95432c530c5503d6383e0c5897d8b8029ae7ac
docs: contributing in sync closes
[ { "change_type": "MODIFY", "diff": "@@ -62,6 +62,15 @@ tasks:\ncmds:\n- task: ci\n+ docs:generate:\n+ desc: Generate docs\n+ cmds:\n+ - cp -rf CONTRIBUTING.md www/docs/contributing.md\n+ sources:\n+ - CONTRIBUTING.md\n+ generates:\n+ - www/docs/contributing.md\n+\ndocs:imgs:\ndesc: Download and resize image...
Go
MIT License
goreleaser/goreleaser
docs: contributing in sync closes #2565 Co-authored-by: Nate <37554478+servusdei2018@users.noreply.github.com> Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
docs
null
269,464
10.10.2021 11:23:33
10,800
7f9bd343b1d018404463447d8b8b27850d984d75
docs: task
[ { "change_type": "MODIFY", "diff": "@@ -13,16 +13,10 @@ jobs:\nhtmltest:\nruns-on: ubuntu-latest\nsteps:\n- -\n- name: checkout\n- uses: actions/checkout@v2\n- -\n- name: build\n- run: |\n- docker run --rm -v ${PWD}/www:/docs squidfunk/mkdocs-material build\n- -\n- name: htmltest\n- uses: wjdp/htmltest-acti...
Go
MIT License
goreleaser/goreleaser
docs: task Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
docs
null
135,449
10.10.2021 13:30:01
-28,800
3fec2a9487daefbd1a6be8ac0ff3d1b35b9b6e2f
docs: and outdated info to deps-graph
[ { "change_type": "MODIFY", "diff": "@@ -226,6 +226,8 @@ For more information on how to contribute please take a look at our [contributio\n![commitlint-dependencies](https://user-images.githubusercontent.com/4248851/58385093-34b79780-7feb-11e9-8f27-bffc4aca3eba.png)\n+(Partly outdated)\n+\n### Publishing a r...
TypeScript
MIT License
conventional-changelog/commitlint
docs: and outdated info to deps-graph
1
docs
null
756,025
10.10.2021 15:35:25
25,200
9739127262e9fac48757094a4d2d9f3f35f4bfc5
fix: adapt timers to async iterables Fix adapter to be cold rather than hot.
[ { "change_type": "ADD", "diff": "+// @ts-check\n+\n+import { E } from '@agoric/eventual-send';\n+import { Far } from '@agoric/marshal';\n+\n+// TODO There's nothing SwingSet specific in this file. It should probably\n+// live in @agoric/notifier. But we'd also need to move the\n+// type definitions of `Time...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: adapt timers to async iterables (#3949) Fix adapter to be cold rather than hot.
1
fix
null
756,013
10.10.2021 16:46:47
21,600
174079552e1557dd13318d35435d401dfd51e05f
feat(agoricd): have `agoricd start` delegate to `ag-chain-cosmos`
[ { "change_type": "MODIFY", "diff": "@@ -365,7 +365,7 @@ func NewAgoricApp(\n// This function is tricky to get right, so we build it ourselves.\ncallToController := func(ctx sdk.Context, str string) (string, error) {\n- if sendToController == nil || vm.IsSimulation(ctx) {\n+ if vm.IsSimulation(ctx) {\n// Jus...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(agoricd): have `agoricd start` delegate to `ag-chain-cosmos`
1
feat
agoricd
217,922
10.10.2021 17:43:11
-7,200
09d78092ed9c80392b8cc5593d09950f17b416a7
chore(release): 8.6.7
[ { "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.7\"></a>\n+## [8.6.7](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 8.6.7
1
chore
release
902,122
10.10.2021 18:06:17
-7,200
64bec4c2221789e62ac3ae33565aba9949358d0e
chore(release): v9.2.16
[ { "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.16](https://github.com/microlinkhq/browserless/compare/v9.2.15...v9.2.16) (2021-10-10)\n+\n+\n+### Bug Fixes\...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.2.16
1
chore
release
386,595
10.10.2021 19:05:15
-7,200
d855599398cae041933dd8b11aaf77648f87d4c2
fix(docs): Add avatar and links to blog template.
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,9 @@ _ref:\nauthorName: |\n<div>Gerrie van Wyk</div>\n<a href=\"https://twitter.com/gervwyk\">Follow @gervwyk on Twitter</a>\n+ articleLinks:\n+ - title: Generate CSV in Lowdefy\n+ pageId: generate-csv\ncontent:\n- id: md1\ntype: MarkdownWithCode\n@@ -636,4 +...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Add avatar and links to blog template.
1
fix
docs
531,793
10.10.2021 19:40:09
-3,600
ea131add02dcce207596a4578fabbfdce5f8aa05
feat(ci): use evans/enable-pull-request-automerge
[ { "change_type": "DELETE", "diff": "-name: Automerge\n-\n-on:\n- status: {}\n-\n-jobs:\n- automerge:\n- runs-on: ubuntu-20.04\n- steps:\n- - name: automerge\n- if: github.event.context == 'Mergeable'\n- uses: \"pascalgn/automerge-action@v0.13.0\"\n- env:\n- GITHUB_TOKEN: \"${{ secrets.GH_REPO_TOKEN }}\"\n- ...
TypeScript
Apache License 2.0
prymitive/karma
feat(ci): use evans/enable-pull-request-automerge
1
feat
ci
269,418
10.10.2021 19:46:52
-7,200
33d857e34780b835d777bfab4fee123f42e77122
feat: add template support for homebrew skip_upload
[ { "change_type": "MODIFY", "diff": "@@ -190,6 +190,12 @@ func doRun(ctx *context.Context, brew config.Homebrew, cl client.Client) error {\n}\nbrew.Tap.Name = tapName\n+ skipUpload, err := tmpl.New(ctx).Apply(brew.SkipUpload)\n+ if err != nil {\n+ return err\n+ }\n+ brew.SkipUpload = skipUpload\n+\ncontent, ...
Go
MIT License
goreleaser/goreleaser
feat: add template support for homebrew skip_upload (#2562)
1
feat
null
217,922
10.10.2021 19:55:20
-7,200
e84c4bd1fff5f911c64ae759e1bf36dd961d58a2
fix(airship): updated abbreviations to match community ones
[ { "change_type": "MODIFY", "diff": "\"Abbreviation\": \"E\"\n},\n\"INVINCIBLE_II\": {\n- \"Abbreviation\": \"i2\"\n+ \"Abbreviation\": \"J\"\n},\n\"ODYSSEY\": {\n\"Abbreviation\": \"O\"\n", "new_path": "apps/client/src/assets/i18n/de-DE.json", "old_path": "apps/client/src/assets/i18n/de-DE.json" }...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(airship): updated abbreviations to match community ones
1
fix
airship
386,595
10.10.2021 20:26:58
-7,200
3257f514b95f7cafb8ac30998194e7ae0a327862
feat(docs): Add how to generate csv.
[ { "change_type": "MODIFY", "diff": "href=\"https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.min.css\"\n/>\n<script defer type=\"module\" src=\"/public/modules/pdfMake.js\"></script>\n+<script defer type=\"module\" src=\"/public/modules/csvMake.js\"></script>\n", "new_path": "packages/d...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(docs): Add how to generate csv.
1
feat
docs
386,595
10.10.2021 20:27:27
-7,200
d1fcf1cbf103a197ec66d14d8c0d1cb4388bef70
chore(docs): Fix typos in generate pdf howto.
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ _ref:\n<a href=\"https://twitter.com/gervwyk\">Follow @gervwyk on Twitter</a>\narticleLinks:\n- title: Generate CSV in Lowdefy\n- pageId: generate-csv\n+ pageId: generate-csv-files-from-data\ncontent:\n- id: md1\ntype: MarkdownWithCode\n@@ -35,11 +35,11 ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(docs): Fix typos in generate pdf howto.
1
chore
docs
317,744
11.10.2021 02:02:51
18,000
b8d3f5781c8a4386e2250df75a1569dc94040e34
fix(wsl): spotify support If we are in a WSL environment and tasklist.exe is in our PATH, leverage it to scan for the Spotify.exe window title. Add unit tests and a new mock for env.isWSL
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ sidebar_label: Spotify\n## What\nShow the currently playing song in the Spotify MacOS/Windows client.\n-On Windows, only the playing state is supported (no information when paused/stopped).\n+On Windows/WSL, only the playing state is supported (no informat...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(wsl): spotify support If we are in a WSL environment and tasklist.exe is in our PATH, leverage it to scan for the Spotify.exe window title. Add unit tests and a new mock for env.isWSL
1
fix
wsl
277,286
11.10.2021 06:08:43
-7,200
399f4705c8b91a3c2d5b2b75951bba0bce1dda34
fix(stat_table): Hover color contrast
[ { "change_type": "MODIFY", "diff": "@@ -119,7 +119,8 @@ const\ncursor: 'pointer',\n$nest: {\n'&:hover': {\n- backgroundColor: '#fafafa',\n+ backgroundColor: cssVar('$themeLighter'),\n+ color: cssVar('$themeDarker')\n}\n},\n},\n@@ -164,13 +165,9 @@ export const\n<div className={css.items}>\n<table className=...
Python
Apache License 2.0
h2oai/wave
fix(stat_table): Hover color contrast
1
fix
stat_table
317,646
11.10.2021 06:35:36
-7,200
f64a8fa51a93939dcc331a4c278332fda389325a
fix: escape path with spaces for config file
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ function _omp_hook() {\nomp_elapsed=$((omp_now-omp_start_time))\nrm -f \"$TIMER_START\"\nfi\n- PS1=\"$(::OMP:: --config $POSH_THEME --shell bash --error $ret --execution-time $omp_elapsed --stack-count $omp_stack_count)\"\n+ PS1=\"$(::OMP:: --config=\"$P...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: escape path with spaces for config file
1
fix
null
126,276
11.10.2021 08:00:32
10,800
ed9a2dc80472b845c7418361fbd4a794a1000291
fix(embedded/sql): param substitution in LIKE expression
[ { "change_type": "MODIFY", "diff": "@@ -2015,7 +2015,7 @@ func (bexp *LikeBoolExp) requiresType(t SQLValueType, cols map[string]*ColDescri\n}\nif t != BooleanType {\n- return fmt.Errorf(\"error in 'LIKE' clause: %w (expecting %s)\", ErrInvalidTypes, VarcharType)\n+ return fmt.Errorf(\"error using the value ...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/sql): param substitution in LIKE expression Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/sql
749,536
11.10.2021 08:51:42
25,200
e084a652d43ab7dcf1ac21874b64a197861ab7b0
fix(colorpickers): allow no selection on color swatch dialog
[ { "change_type": "MODIFY", "diff": "{\n\"index.cjs.js\": {\n- \"bundled\": 64695,\n- \"minified\": 42229,\n- \"gzipped\": 9714\n+ \"bundled\": 65322,\n+ \"minified\": 42407,\n+ \"gzipped\": 9785\n},\n\"index.esm.js\": {\n- \"bundled\": 60549,\n- \"minified\": 38729,\n- \"gzipped\": 9447,\n+ \"bundled\": 611...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(colorpickers): allow no selection on color swatch dialog (#1221)
1
fix
colorpickers
332,702
11.10.2021 09:23:45
14,400
f909d5ed052ca3743dd22b69799229465e0eea5b
fix(semver): changing the --use-deps option to --track-deps
[ { "change_type": "MODIFY", "diff": "@@ -90,7 +90,7 @@ nx run workspace:version [...options]\n| **`--preid`** | `string` | `null` | prerelease identifier |\n| **`--versionTagPrefix`** | `string` | `null` | specify the tag prefix |\n| **`--postTargets`** | `string[]` | `[]` | specify a list of target to execu...
TypeScript
MIT License
jscutlery/semver
fix(semver): changing the --use-deps option to --track-deps
1
fix
semver
865,926
11.10.2021 09:34:22
-7,200
2668feaaea5fa104464d37f48f10ba5ce2c6b9ff
chore(ci): use node LTS
[ { "change_type": "MODIFY", "diff": "@@ -21,9 +21,9 @@ jobs:\n- name: Checkout\nuses: actions/checkout@v2\n- name: Use Node.js\n- uses: actions/setup-node@v1\n+ uses: actions/setup-node@v2\nwith:\n- node-version: '10.x'\n+ node-version: 'lts/*'\n- name: Cache Node.js modules\nuses: actions/cache@v2\nwith:\n"...
JavaScript
MIT License
camunda/camunda-modeler
chore(ci): use node LTS (#2475)
1
chore
ci
306,320
11.10.2021 10:11:17
-3,600
b9de691726ec95a544d5a5dc2dfe1fedafa909cb
fix: fix merge of usage refactor and S3
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ type S3StorageClass interface {\nBuildResource() *schema.Resource\n}\n-var S3BucketUsageSchema = []*schema.UsageSchemaItem{\n+var S3BucketUsageSchema = []*schema.UsageItem{\n{Key: \"object_tags\", DefaultValue: 0, ValueType: schema.Int64},\n}\n@@ -77,6 +...
Go
Apache License 2.0
infracost/infracost
fix: fix merge of usage refactor and S3
1
fix
null
129,385
11.10.2021 10:24:38
-7,200
0d269f2b4e10edbf1eda262430ec34414fe0b84b
test(test_changelog_command): adding test for changelog generated with customize commits
[ { "change_type": "MODIFY", "diff": "import pathlib\nfrom collections import OrderedDict\n-from typing import Any, Iterable, List, MutableMapping, Optional, Tuple, Union\n+from typing import Any, Dict, Iterable, List, MutableMapping, Optional, Tuple, Union\nfrom typing_extensions import TypedDict\n@@ -20,6 +...
Python
MIT License
commitizen-tools/commitizen
test(test_changelog_command): adding test for changelog generated with customize commits
1
test
test_changelog_command
777,396
11.10.2021 10:26:58
21,600
b916abf6ed35164d9071c44a75704356499caf46
ci: update gke version * ci: update gke version 1.18.* is no longer available. Rather than doing the minimum possible update, switch to rhat gke says is the default version of the "Regular Channel". * ci: bump to 1.21 instead of 1.20
[ { "change_type": "MODIFY", "diff": "@@ -1567,7 +1567,7 @@ jobs:\ndefault: 1\ngke-version:\ntype: string\n- default: \"1.18.20-gke.4100\"\n+ default: \"1.21.3-gke.2001\"\nmachine-type:\ntype: string\ndefault: \"n1-standard-8\"\n@@ -1650,7 +1650,7 @@ jobs:\ndefault: 1\ngke-version:\ntype: string\n- default: \...
Python
Apache License 2.0
determined-ai/determined
ci: update gke version (#3051) * ci: update gke version 1.18.* is no longer available. Rather than doing the minimum possible update, switch to rhat gke says is the default version of the "Regular Channel". https://cloud.google.com/kubernetes-engine/docs/release-notes * ci: bump to 1.21 instead of 1.20 ...
1
ci
null
815,593
11.10.2021 10:33:26
-28,800
abd81fbcb4aeb8083ab37590ed9351c15c04fe34
chore: fix typo and minor refactoring on tx_process fn
[ { "change_type": "MODIFY", "diff": "@@ -633,7 +633,6 @@ impl TxPoolService {\n}\npub(crate) async fn resumeble_process_tx(&self, tx: TransactionView) -> Result<(), Reject> {\n- let limit_cycles = self.tx_pool_config.max_tx_verify_cycles;\n// non contextual verify first\nself.non_contextual_verify(&tx, None)...
Rust
MIT License
nervosnetwork/ckb
chore: fix typo and minor refactoring on tx_process fn
1
chore
null
472,067
11.10.2021 10:45:38
-32,400
be246fb526393ebadbfb968c1944683994900c6a
build(spindle-tokens): update build settings
[ { "change_type": "ADD", "diff": "+{\n+ \"source\": [\"tokens/**/*.json\"],\n+ \"platforms\": {\n+ \"css\": {\n+ \"transformGroup\": \"css\",\n+ \"files\": [{\n+ \"destination\": \"dist/css/spindle-tokens.css\",\n+ \"format\": \"css/variables\"\n+ }]\n+ }\n+ }\n+}\n", "new_path": "packages/spindle-tokens...
TypeScript
MIT License
openameba/spindle
build(spindle-tokens): update build settings
1
build
spindle-tokens
472,067
11.10.2021 10:47:15
-32,400
737e63bd1bccd078b8c4ba1497e7bf44f89edbc4
build(spindle-tokens): setup to publish
[ { "change_type": "MODIFY", "diff": "\"publishConfig\": {\n\"access\": \"public\"\n},\n+ \"style\": \"dist/css/spindle-tokens.css\",\n\"files\": [\n- \"tokens/**\",\n+ \"dist/**\",\n\"spindle-tokens.png\"\n],\n- \"private\": true,\n\"repository\": {\n\"type\": \"git\",\n\"url\": \"git+https://github.com/open...
TypeScript
MIT License
openameba/spindle
build(spindle-tokens): setup to publish
1
build
spindle-tokens
699,232
11.10.2021 10:47:48
25,200
10d5989a8da2dca37d168fdfaaa04231ba2bcfa6
chore(radio-group): add element customization chore(radio-group): add changeset chore(radio-group): add customization to radio chore(radio-group): fix story state issue
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/radio-group': minor\n+'@twilio-paste/core': minor\n+---\n+\n+[Radio-Group] Enable Component to respect element customizations set on the customization provider. Component now enables setting an element name on the underlying HTML element and checks the ...
TypeScript
MIT License
twilio-labs/paste
chore(radio-group): add element customization chore(radio-group): add changeset chore(radio-group): add customization to radio chore(radio-group): fix story state issue
1
chore
radio-group
472,067
11.10.2021 11:00:58
-32,400
61fa496888dd851202ff051cacc35fbb368fe039
build(spindle-tokens): install cli locally
[ { "change_type": "MODIFY", "diff": "\"build:tokens\": \"style-dictionary build\",\n\"build:css\": \"style-dictionary build --config ./config-css.json\",\n\"preexport\": \"tsc\",\n- \"export\": \"npx @figma-export/cli use-config\"\n+ \"export\": \"./node_modules/.bin/figma-export use-config\"\n},\n\"bugs\": ...
TypeScript
MIT License
openameba/spindle
build(spindle-tokens): install cli locally
1
build
spindle-tokens
472,067
11.10.2021 11:23:53
-32,400
783890404ab95f40833353bcf4ab7dc535058637
build(spindle-tokens): build before publishing
[ { "change_type": "MODIFY", "diff": "\"build:tokens\": \"style-dictionary build\",\n\"build:css\": \"style-dictionary build --config ./config-css.json\",\n\"preexport\": \"tsc\",\n- \"export\": \"./node_modules/.bin/figma-export use-config\"\n+ \"export\": \"./node_modules/.bin/figma-export use-config\",\n+ ...
TypeScript
MIT License
openameba/spindle
build(spindle-tokens): build before publishing
1
build
spindle-tokens
401,106
11.10.2021 11:37:52
-19,080
2f19e912ab5d1c6e65e4f9f416d3b8fe30676214
docs(markdown): add example for jest tests * docs(markdown): add example for test affects: * docs(markdown): update jest info affects:
[ { "change_type": "MODIFY", "diff": "@@ -33,16 +33,29 @@ export const Component: FC = () => <MarkdownContent content={'# DummyHeading'} /\n```json\n{\n- resolve: { fallback: { util: require.resolve('util/'), assert: require.resolve('assert/'), buffer: require.resolve('buffer/') } },\n- plugins: [\n+ \"resolv...
TypeScript
MIT License
medly/medly-components
docs(markdown): add example for jest tests (#481) * docs(markdown): add example for test affects: @medly-components/markdown * docs(markdown): update jest info affects: @medly-components/markdown Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
docs
markdown
711,597
11.10.2021 12:03:13
-7,200
2e850289a82f8307e6a805df8cea453da2998665
refactor(core): Better organize DefaultSearchPlugin files
[ { "change_type": "RENAME", "diff": "@@ -7,15 +7,14 @@ import {\n} from '@vendure/common/lib/generated-types';\nimport { Omit } from '@vendure/common/lib/omit';\n-import { RequestContext } from '../../api/common/request-context';\n-import { Allow } from '../../api/decorators/allow.decorator';\n-import { Ctx ...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(core): Better organize DefaultSearchPlugin files
1
refactor
core
71,663
11.10.2021 12:03:42
25,200
ad7288f35a17fcfbecd7080e99ece4873fa99ad2
feat(cli): hotswap deployments for ECS Services This extends the `cdk deploy --hotswap` command to support ECS Services, in addition to Lambda Functions and StepFunctions State Machines. *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": "@@ -29,6 +29,7 @@ export interface ISDK {\ns3(): AWS.S3;\nroute53(): AWS.Route53;\necr(): AWS.ECR;\n+ ecs(): AWS.ECS;\nelbv2(): AWS.ELBv2;\nsecretsManager(): AWS.SecretsManager;\nkms(): AWS.KMS;\n@@ -117,6 +118,10 @@ export class SDK implements ISDK {\nreturn this.wrapSer...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(cli): hotswap deployments for ECS Services (#16864) This extends the `cdk deploy --hotswap` command to support ECS Services, in addition to Lambda Functions and StepFunctions State Machines. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 lice...
1
feat
cli
401,138
11.10.2021 12:07:37
-25,200
91acb029de1e06ed7948f9515c775fb0f6b36cdc
feat(core): feat: add Prefix support in multiSelect component affects: ISSUES CLOSED:
[ { "change_type": "MODIFY", "diff": "import { MultiSelect } from './MultiSelect';\nimport { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\n+import { StarIcon } from '@medly-components/icons';\nimport { boolean, select, text } from '@storybook/addon-knobs';\nimport { useState } from 'reac...
TypeScript
MIT License
medly/medly-components
feat(core): feat: add Prefix support in multiSelect component (#479) affects: @medly-components/core ISSUES CLOSED: #462 Co-authored-by: Sameer Waskar <sameer.waskar@medly.com>
1
feat
core
472,067
11.10.2021 12:20:17
-32,400
58178610d1933e78ba7621dc09d01cca784a3248
build(spindle-tokens): add suffix to theme (light/dark)
[ { "change_type": "MODIFY", "diff": "@@ -18,8 +18,8 @@ module.exports = {\noutputters: [\nexporter({\noutput: './tokens/color',\n- replacer: result => JSON.stringify({ Color: { Theme: sortObj(result) } }, null, 2),\n- fileName: 'theme.json'\n+ replacer: result => JSON.stringify({ Color: { ThemeLight: sortObj...
TypeScript
MIT License
openameba/spindle
build(spindle-tokens): add suffix to theme (light/dark)
1
build
spindle-tokens
791,474
11.10.2021 12:37:08
25,200
3441e1f1b6b161c36cb14818eacd53af44c18a8a
test(bigtable): abbrviate instance and cluster names to avoid length overrun
[ { "change_type": "MODIFY", "diff": "@@ -2427,7 +2427,7 @@ func TestIntegration_AdminBackup(t *testing.T) {\nt.Fatalf(\"NewInstanceAdminClient: %v\", err)\n}\ndefer iAdminClient.Close()\n- uniqueID := make([]byte, 8)\n+ uniqueID := make([]byte, 4)\n_, err = rand.Read(uniqueID)\ndiffInstance := fmt.Sprintf(\"...
Go
Apache License 2.0
googleapis/google-cloud-go
test(bigtable): abbrviate instance and cluster names to avoid length overrun (#4973)
1
test
bigtable
471,414
11.10.2021 12:58:36
14,400
0e8b35910b8f24686ef4016fb0c7d8cefa53e2ea
docs(graphql): corrected optional param in readme usage
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ registerInstrumentations({\ninstrumentations: [\nnew GraphQLInstrumentation({\n// optional params\n- // allowAttributes: true,\n+ // allowValues: true,\n// depth: 2,\n// mergeItems: true,\n}),\n", "new_path": "plugins/node/opentelemetry-instrumentati...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
docs(graphql): corrected optional param in readme usage (#691)
1
docs
graphql
699,232
11.10.2021 12:59:24
25,200
3f80fef3173ddaf084f26a371040fc6b4eaa585a
chore(checkbox): update element name and PropTypes chore(checkbox): update PropTypes to add element chore(checkbox): update changeset, PropTypes chore(checkbox): fix element name for Label Text
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/checkbox': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Checkbox] Ensured PropTypes aligned with customization needs by adding element prop.\n", "new_path": ".changeset/serious-oranges-tan.md", "old_path": null }, { "change_type": "MO...
TypeScript
MIT License
twilio-labs/paste
chore(checkbox): update element name and PropTypes chore(checkbox): update PropTypes to add element chore(checkbox): update changeset, PropTypes chore(checkbox): fix element name for Label Text
1
chore
checkbox
472,067
11.10.2021 13:06:45
-32,400
83d772139e71e4dba8078edad9bfea7f3c58664f
docs: add new packages to README
[ { "change_type": "MODIFY", "diff": "Ameba Design System\n+- [Spindle Tokens](packages/spindle-tokens) (Design tokens)\n- [Spindle Icons](packages/spindle-icons) (SVG and PDF icons)\n- [Spindle UI](packages/spindle-ui) (UI components)\n+- [Spindle Syntax Themes](packages/spindle-syntax-themes) (Syntax themes...
TypeScript
MIT License
openameba/spindle
docs: add new packages to README
1
docs
null
711,669
11.10.2021 13:13:27
-7,200
d300f8bfb1f48641e9580da7f7d3477dd583bb83
feat(elasticsearch-plugin): Extend config with customScriptFields Relates to
[ { "change_type": "MODIFY", "diff": "@@ -139,6 +139,17 @@ describe('Elasticsearch plugin', () => {\n},\n},\n},\n+ searchConfig: {\n+ scriptFields: {\n+ answerDouble: {\n+ graphQlType: 'Int!',\n+ environment: 'product',\n+ scriptFn: input => ({\n+ script: `doc['answer'].value * 2`,\n+ }),\n+ },\n+ },\n+ },\n}...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(elasticsearch-plugin): Extend config with customScriptFields Relates to #1143
1
feat
elasticsearch-plugin
688,510
11.10.2021 13:41:14
-21,600
e57b8c3f181a2a7aaa20896579d5faf7ef5b8cb6
feat(Link): remove focus borders
[ { "change_type": "ADD", "diff": "+import React from 'react'\n+import { Link, Container, Typography } from '@toptal/picasso'\n+import { mount } from '@cypress/react'\n+import { TestingPicasso } from '@toptal/picasso/test-utils'\n+\n+describe('Link', () => {\n+ it('renders', () => {\n+ mount(\n+ <TestingPicas...
TypeScript
MIT License
toptal/picasso
feat(Link): remove focus borders (#2182)
1
feat
Link
332,702
11.10.2021 13:50:20
14,400
a27e76e7a408537ed1410a1322851f9d9379eef3
fix: changing the --track-deps option to only increment a patch
[ { "change_type": "MODIFY", "diff": "@@ -77,7 +77,7 @@ describe('tryBump', () => {\nit('should compute the next version based on last version, changes, and dependencies', async () => {\nmockGetCommits\n- .mockReturnValueOnce(of(['fix: A', 'fix: B']))\n+ .mockReturnValueOnce(of(['chore: A', 'chore: B']))\n.mo...
TypeScript
MIT License
jscutlery/semver
fix: changing the --track-deps option to only increment a patch
1
fix
null