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
135,444
19.01.2022 17:42:22
-25,200
e6582e03608621e46f617a097b4880750ae85021
fix: commit body should be empty by default
[ { "change_type": "MODIFY", "diff": "@@ -83,4 +83,12 @@ describe('combineCommitMessage', () => {\n});\nexpect(commitMessage).toBe('This is issue body message.');\n});\n+\n+ test('should return empty message when body is empty', () => {\n+ setRules({});\n+ const commitMessage = combineCommitMessage({\n+ body:...
TypeScript
MIT License
conventional-changelog/commitlint
fix: commit body should be empty by default (#2980)
1
fix
null
401,106
19.01.2022 17:58:59
-19,080
e7b29e4b8e5ddcf076f1483855a49fd7b7ab7a30
feat: close dateRangePicker if both the inputs are out of focus * feat: close dateRangePicker if both the inputs are out of focus affects: * fix: pass wrapperref in daterangepicker tab key press affects: * fix: add tabkey pressed in useEffect for daterangepicker affects:
[ { "change_type": "MODIFY", "diff": "-import { useOuterClickNotifier, useUpdateEffect } from '@medly-components/utils';\n-import type { FC } from 'react';\n-import { memo, useCallback, useMemo, useRef, useState } from 'react';\n+import { useKeyPress, useOuterClickNotifier, useUpdateEffect } from '@medly-comp...
TypeScript
MIT License
medly/medly-components
feat: close dateRangePicker if both the inputs are out of focus (#570) * feat: close dateRangePicker if both the inputs are out of focus affects: @medly-components/core * fix: pass wrapperref in daterangepicker tab key press affects: @medly-components/core * fix: add tabkey pressed in useEffect for daterangepicker affects: @medly-components/core Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
feat
null
756,051
19.01.2022 18:07:35
21,600
ede0d944139676dd67d24deae7b18c759821232b
chore(vats): fix bad merge???
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import {\n} from '@agoric/swingset-vat/src/vats/network/index.js';\nimport { E, Far } from '@agoric/far';\nimport { makeStore } from '@agoric/store';\n-import { installOnChain as installTreasuryOnChain } from '@agoric/treasury/bundles/install-on-chain.js';...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(vats): fix bad merge???
1
chore
vats
386,581
19.01.2022 18:12:12
-7,200
ddf9d36d8689caf30f4d008e1ec2be0c48699a34
feat(server-dev): Add browser opener to dev server.
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,7 @@ import { hideBin } from 'yargs/helpers';\nimport lowdefyBuild from './processes/lowdefyBuild.mjs';\nimport nextBuild from './processes/nextBuild.mjs';\nimport installServer from './processes/installServer.mjs';\n+import startServerProcess from './process...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(server-dev): Add browser opener to dev server.
1
feat
server-dev
306,320
19.01.2022 18:36:23
0
4a8260626e10a33e346c7af72f105460fcbd9b81
test: fix golden file tests
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ var (\ntimestampRegex = regexp.MustCompile(`(\\d{4})-(\\d{2})-(\\d{2})(T| )(\\d{2}):(\\d{2}):(\\d{2}(?:\\.\\d*)?)(([\\+-](\\d{2}):(\\d{2})|Z| [A-Z]+)?)`)\noutputPathRegex = regexp.MustCompile(`Output saved to .*`)\nurlRegex = regexp.MustCompile(`https://...
Go
Apache License 2.0
infracost/infracost
test: fix golden file tests
1
test
null
699,221
19.01.2022 18:49:39
21,600
a048adb15db2993f6e52d0da436269092e4c01fa
feat(logo-link): make entire logo clickable, add hover
[ { "change_type": "MODIFY", "diff": "import * as React from 'react';\n+import type * as CSS from 'csstype';\nimport {useUID} from '@twilio-paste/uid-library';\n-export interface PasteIconProps {\n- className?: string;\n- color?: string;\n+export interface PasteIconProps<TLength = string | number> {\ndecorati...
TypeScript
MIT License
twilio-labs/paste
feat(logo-link): make entire logo clickable, add hover (#2127)
1
feat
logo-link
126,295
19.01.2022 18:54:37
-3,600
2805d93eb2df042567ef128d46bbbae91eb38c8d
chore(build): improve release instructions
[ { "change_type": "MODIFY", "diff": "@@ -81,42 +81,11 @@ WEBCONSOLE=default make dist\n```\n> Distribution files will be created into the `dist` directory.\n+>\n+## 5. Create a pre-release in GitHub\n+On GitHub, [draft a new release](https://github.com/vchain-us/immudb/releases) and upload the `dist` files u...
Go
Apache License 2.0
codenotary/immudb
chore(build): improve release instructions (#1100) Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
build
306,320
19.01.2022 19:02:11
0
08c68afd94458d24b35a113c261992cddc5ab410
test: add some golden file tests for command errors
[ { "change_type": "MODIFY", "diff": "@@ -119,6 +119,14 @@ func TestBreakdownTerraformUsageFileInvalidKey(t *testing.T) {\nGoldenFileCommandTest(t, testutil.CalcGoldenFileTestdataDirName(), []string{\"breakdown\", \"--path\", \"./testdata/example_plan.json\", \"--usage-file\", \"./testdata/infracost-usage-inv...
Go
Apache License 2.0
infracost/infracost
test: add some golden file tests for command errors
1
test
null
503,926
19.01.2022 19:24:26
-3,600
18eb7a06dcc9916e622fb055bf767de41102fc6a
docs(button): adds demo for progress button completion state
[ { "change_type": "ADD", "diff": "+---\n+id: Button\n+section: components\n+---\n+\n+import CheckCircleIcon from '@patternfly/react-icons/dist/esm/icons/check-circle-icon';\n+\n+## Demos\n+\n+### Progress button\n+\n+```ts\n+import React from 'react';\n+import { Form, FormGroup, ActionGroup, InputGroup, Text...
TypeScript
MIT License
patternfly/patternfly-react
docs(button): adds demo for progress button completion state (#6738)
1
docs
button
756,051
19.01.2022 19:25:03
21,600
4dac138f4c78df7e67768e50a73ffad2b938d678
feat(vats): makeBLDKit
[ { "change_type": "MODIFY", "diff": "\"bridgeManager\": true\n},\n\"produce\": { \"bankManager\": true }\n+ },\n+ \"makeBLDKit\": {\n+ \"consume\": {\n+ \"bankManager\": true\n+ },\n+ \"produce\": {\n+ \"BLDKit\": true\n+ }\n}\n}\n}\n", "new_path": "packages/vats/decentral-core-config.json", "old_pat...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(vats): makeBLDKit
1
feat
vats
756,051
19.01.2022 19:39:42
21,600
ee4e2fb5390520e435deeb1b5b4d766be08c107b
style(vats): let vs-code reformat core config JSON
[ { "change_type": "MODIFY", "diff": "\"parameters\": {\n\"bootstrapManifest\": {\n\"connectVattpWithMailbox\": {\n- \"vatPowers\": { \"D\": true },\n- \"vats\": { \"vattp\": true },\n- \"devices\": { \"mailbox\": true }\n+ \"vatPowers\": {\n+ \"D\": true\n+ },\n+ \"vats\": {\n+ \"vattp\": true\n+ },\n+ \"dev...
JavaScript
Apache License 2.0
agoric/agoric-sdk
style(vats): let vs-code reformat core config JSON
1
style
vats
756,051
19.01.2022 19:40:55
21,600
3c9eef20ce8819cd5e3307b65f67c7a318c1f984
feat(vats): put RUN, BLD issuer, brand in agoricNames
[ { "change_type": "MODIFY", "diff": "},\n\"makeBLDKit\": {\n\"consume\": {\n- \"bankManager\": true\n- },\n- \"produce\": {\n- \"BLDKit\": true\n+ \"bankManager\": true,\n+ \"nameAdmins\": true\n}\n}\n}\n", "new_path": "packages/vats/decentral-core-config.json", "old_path": "packages/vats/decentral-c...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(vats): put RUN, BLD issuer, brand in agoricNames
1
feat
vats
877,026
19.01.2022 20:35:47
-3,600
9356a7b3657fd7e5ffae9af0fb4ad14c95ca8aad
feat(@vtmn/css): fix active primary colour light/dark theme
[ { "change_type": "MODIFY", "diff": "--vtmn-semantic-color_hover-brand-reversed-transparent: hsla(var(--vtmn-semantic-color_hover-brand-reversed-transparent--h), var(--vtmn-semantic-color_hover-brand-reversed-transparent--s), var(--vtmn-semantic-color_hover-brand-reversed-transparent--l), 0.8);\n--vtmn-seman...
JavaScript
Apache License 2.0
decathlon/vitamin-web
feat(@vtmn/css): fix active primary colour light/dark theme (#907)
1
feat
@vtmn/css
877,015
19.01.2022 21:08:52
-3,600
0a5b34adf336541e5a8ea6fe8bcb97a12d08641c
chore(build): fix cycle dependency between &
[ { "change_type": "MODIFY", "diff": "\"@vtmn/css-snackbar\": \"^0.3.10\",\n\"@vtmn/css-tabs\": \"^0.3.2\",\n\"@vtmn/css-tag\": \"^0.2.2\",\n- \"@vtmn/css-tailwind-preset\": \"^0.33.39\",\n\"@vtmn/css-text-input\": \"^0.12.2\",\n\"@vtmn/css-toast\": \"^0.3.10\",\n\"@vtmn/css-toggle\": \"^0.5.3\",\n", "new...
JavaScript
Apache License 2.0
decathlon/vitamin-web
chore(build): fix cycle dependency between @vtmn/css & @vtmn/css-tailwind-preset
1
chore
build
160,160
19.01.2022 21:15:40
-28,800
24209afc16f8dd7acf824fd5231ee3e8266d45d7
feat(extension): htmlNode resize
[ { "change_type": "MODIFY", "diff": "@@ -26,8 +26,8 @@ window.onload = function () {\n},\n{\nid: 20,\n- type: 'rect',\n- x: 400,\n+ type: 'html',\n+ x: 500,\ny: 100,\n},\n],\n", "new_path": "packages/extension/examples/NodeResize/index.js", "old_path": "packages/extension/examples/NodeResize/index.js...
TypeScript
Apache License 2.0
didi/logicflow
feat(extension): htmlNode resize
1
feat
extension
71,626
19.01.2022 21:19:10
-3,600
c7f39ca97874c1d8d5286ab347a97fc458547830
feat(ec2): add Hpc6a instances Add support for Hpc6a instances (high performance computing). [Announcement](https://aws.amazon.com/about-aws/whats-new/2022/01/amazon-ec2-hpc6a-instances/) *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": "@@ -725,6 +725,16 @@ export enum InstanceClass {\n* Multi-stream video transcoding instances for resolutions up to 4K UHD, 1st generation\n*/\nVT1 = 'vt1',\n+\n+ /**\n+ * High performance computing based on AMD EPYC, 6th generation\n+ */\n+ HIGH_PERFORMANCE_COMPUTING6_AMD...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(ec2): add Hpc6a instances (#18445) Add support for Hpc6a instances (high performance computing). [Announcement](https://aws.amazon.com/about-aws/whats-new/2022/01/amazon-ec2-hpc6a-instances/) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
ec2
869,310
19.01.2022 21:31:02
-25,200
ef678b36db03ce438e43dbda8a18b5a8919492c3
fix(osmosis): base and quote were reversed
[ { "change_type": "MODIFY", "diff": "@@ -17,19 +17,20 @@ class Osmosis extends Driver {\nconst tokens = await request('https://api-osmosis.imperator.co/tokens/v1/all');\nreturn tickers.flatMap((ticker) => {\n+ // Warning: Osmosis inverts base and quote.\nconst base = tokens.find((item) => item.symbol === tic...
JavaScript
MIT License
coinranking/exchanges
fix(osmosis): base and quote were reversed
1
fix
osmosis
889,620
19.01.2022 22:09:35
-28,800
49ae56696897363ae51a8dd7d83f79f692df9f4b
refactor: adjust some log levels
[ { "change_type": "MODIFY", "diff": "@@ -141,7 +141,7 @@ class BookAnalyzer(\nMediaNotReadyException::class,\n)\nfun getFileContent(book: BookWithMedia, fileName: String): ByteArray {\n- logger.info { \"Get file $fileName for book: $book\" }\n+ logger.debug { \"Get file $fileName for book: $book\" }\nif (boo...
Kotlin
MIT License
gotson/komga
refactor: adjust some log levels
1
refactor
null
504,023
19.01.2022 22:31:16
-7,200
e676fb1171618e957a4564af31c15ca6e3800507
fix(examples): amend row index in tree table examples correct the row index calculation by appending the child row offset for each level, for both ComposableTableTree and LegacyTableTree. fixes:
[ { "change_type": "MODIFY", "diff": "@@ -137,6 +137,12 @@ export const LegacyTableTree: React.FunctionComponent = () => {\nicon = isExpanded ? <FolderOpenIcon aria-hidden /> : <FolderIcon aria-hidden />;\n}\nflattenedNodes.push(node);\n+\n+ const childRows =\n+ node.children && node.children.length\n+ ? buil...
TypeScript
MIT License
patternfly/patternfly-react
fix(examples): amend row index in tree table examples (#6830) correct the row index calculation by appending the child row offset for each level, for both ComposableTableTree and LegacyTableTree. fixes: #6719
1
fix
examples
756,013
19.01.2022 23:08:59
21,600
bc69f80958817204f46bd8adcd31606ca427ebb5
feat(SwingSet)!: fill out addresses in `attempt.accept`
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ export const rethrowUnlessMissing = err => {\n) {\nthrow err;\n}\n- return false;\n+ return undefined;\n};\n/**\n@@ -149,14 +149,10 @@ export function crossoverConnection(\nif (closed) {\nthrow closed;\n}\n- const ack =\n- /** @type {Bytes} */\n- (\n- aw...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(SwingSet)!: fill out addresses in `attempt.accept`
1
feat
SwingSet
756,013
19.01.2022 23:11:05
21,600
0cd94c3dc1147f7aaa9a15c23991e448ae253891
fix(vats): improved IBC network protocol
[ { "change_type": "MODIFY", "diff": "// @ts-check\nimport {\n- rethrowUnlessMissing,\ndataToBase64,\nbase64ToBytes,\n} from '@agoric/swingset-vat/src/vats/network/index.js';\n@@ -15,8 +14,6 @@ import '@agoric/swingset-vat/src/vats/network/types.js';\nimport { makeWithQueue } from './queue.js';\n-const DEFAUL...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(vats): improved IBC network protocol
1
fix
vats
756,013
19.01.2022 23:12:13
21,600
08f9a44751d0122f90368d6d64d512482a7dbf41
fix(cosmos): remove unnecessary IBC complexity
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,6 @@ import (\n\"github.com/Agoric/agoric-sdk/golang/cosmos/vm\"\nsdkerrors \"github.com/cosmos/cosmos-sdk/types/errors\"\ncapability \"github.com/cosmos/cosmos-sdk/x/capability/types\"\n- clienttypes \"github.com/cosmos/ibc-go/v2/modules/core/02-client/types\"...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(cosmos): remove unnecessary IBC complexity
1
fix
cosmos
841,421
19.01.2022 23:33:01
-32,400
ca2598391cecf2a8fa5751ce03988fba873dc02c
chore: Publish `v1.2.131`
[ { "change_type": "MODIFY", "diff": "@@ -4040,7 +4040,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.130\"\n+version = \"1.2.131\"\ndependencies = [\n\"anyhow\",\n\"console_error_panic_hook\",\n", "new_path": "Cargo.loc...
Rust
Apache License 2.0
swc-project/swc
chore: Publish `v1.2.131`
1
chore
null
71,366
19.01.2022 23:44:53
-32,400
1480213a032549ab7319e0c3a66e02e9b6a9c4ab
feat(iot): add Action to put record to Kinesis Data stream 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": "@@ -26,6 +26,7 @@ Currently supported are:\n- Put logs to CloudWatch Logs\n- Capture CloudWatch metrics\n- Change state for a CloudWatch alarm\n+- Put records to Kinesis Data stream\n- Put records to Kinesis Data Firehose stream\n- Send messages to SQS queues\n@@ -172,6 +...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(iot): add Action to put record to Kinesis Data stream (#18321) Fixes #17703 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
iot
217,922
20.01.2022 00:00:50
-3,600
79ecf9874191c5b87d95d1e7810e870412a17b9a
perf(list-details): fixed performance issue with rows loading useless data
[ { "change_type": "MODIFY", "diff": "@@ -198,9 +198,11 @@ export class ItemRowButtonsComponent extends TeamcraftComponent {\n@Input()\nset attachedRotation(rotationKey: string) {\n+ if (rotationKey) {\nthis.rotationsFacade.getRotation(rotationKey);\nthis._attachedRotationKey$.next(rotationKey);\n}\n+ }\n@Inp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
perf(list-details): fixed performance issue with rows loading useless data
1
perf
list-details
471,369
20.01.2022 06:30:14
18,000
8ab7ddc017cc70ed289fa03821ab936c117a3acc
chore: add tedious to release config
[ { "change_type": "MODIFY", "diff": "\"packages/opentelemetry-host-metrics\": {},\n\"packages/opentelemetry-id-generator-aws-xray\": {},\n\"packages/opentelemetry-test-utils\": {},\n+ \"plugins/node/instrumentation-tedious\": {},\n\"plugins/node/opentelemetry-instrumentation-aws-lambda\": {},\n\"plugins/node...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
chore: add tedious to release config (#840)
1
chore
null
76,611
20.01.2022 07:19:38
-3,600
475482e01748ac455de93deba84cec654c567747
refactor: expose msbf resources
[ { "change_type": "MODIFY", "diff": "* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n*/\n+const { BotFrameworkAdapter, ActivityTypes } = require('botbuilder');\nconst MsbfConnector = require('./msbf-connector');\nconst generateMsbfToken = require('./get-msbf-token');\nmodule.exports = {\nM...
JavaScript
MIT License
axa-group/nlp.js
refactor: expose msbf resources
1
refactor
null
306,320
20.01.2022 08:03:30
0
3f68aae603a8a5589cba9dbc2de060040395007d
refactor: migrate aws_neptune_cluster_snapshot to new structure
[ { "change_type": "MODIFY", "diff": "package aws\nimport (\n+ \"github.com/infracost/infracost/internal/resources/aws\"\n\"github.com/infracost/infracost/internal/schema\"\n- \"github.com/shopspring/decimal\"\n\"github.com/tidwall/gjson\"\n)\n-func GetNeptuneClusterSnapshotRegistryItem() *schema.RegistryItem...
Go
Apache License 2.0
infracost/infracost
refactor: migrate aws_neptune_cluster_snapshot to new structure
1
refactor
null
217,922
20.01.2022 08:38:14
-3,600
4aef275fcc3ccfcd7fb02fe0c9eec110d44e1aec
fix(lists): fixed lists page sometimes not loading
[ { "change_type": "MODIFY", "diff": "@@ -180,7 +180,7 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\ngetModificationsHistory(listId: string): Observable<ModificationEntry[]> {\nreturn this.firestore.collection(`/lists/${listId}/history`).snapshotChanges().pipe(\n- tap(()...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(lists): fixed lists page sometimes not loading
1
fix
lists
599,909
20.01.2022 09:17:03
-14,400
ce31bef8a125c5492f2a1cfef0dcf3d8a4e9ee11
feat(logs): use separate json file to parse logs for log viewer
[ { "change_type": "MODIFY", "diff": "+import fs from 'fs';\n+import path from 'path';\nimport * as winston from 'winston';\nimport 'winston-daily-rotate-file';\n-import path from 'path';\n-import fs from 'fs';\n// Migrate away from old log\nconst OLD_LOG_FILE = path.join(__dirname, '../config/logs/overseerr....
TypeScript
MIT License
sct/overseerr
feat(logs): use separate json file to parse logs for log viewer (#2399) Co-authored-by: Ryan Cohen <ryan@sct.dev>
1
feat
logs
277,277
20.01.2022 09:27:33
-3,600
0c9d6508413fadbfea7f24dcaf8b3f903e855b72
feat: Add more themes
[ { "change_type": "MODIFY", "diff": "@@ -2,9 +2,21 @@ package org.h2o.utils;\npublic class UtilsResources {\npublic static final String[] THEMES = new String[]{\n+ \"benext\",\n\"default\",\n+ \"ember\",\n+ \"fuchasia\",\n+ \"h2o-dark\",\n+ \"kiwi\",\n+ \"lighting\",\n+ \"monokai\",\n+ \"nature\",\n\"neon\",...
Python
Apache License 2.0
h2oai/wave
feat: Add more themes #696 (#1151)
1
feat
null
185,952
20.01.2022 09:36:19
28,800
a2b731013068f0dce64f7f327e359b6bf8038d84
chore: v0.27.3 release
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"electron-fiddle\",\n\"productName\": \"Electron Fiddle\",\n- \"version\": \"0.27.2\",\n+ \"version\": \"0.27.3\",\n\"description\": \"The easiest way to get started with Electron\",\n\"repository\": \"https://github.com/electron/fiddle\",\n\"main\": \"./dis...
TypeScript
MIT License
electron/fiddle
chore: v0.27.3 release (#947)
1
chore
null
866,394
20.01.2022 10:19:39
18,000
683d5c06c3650bcfad9ae94ea3d2978c90aec46f
fix(codesandbox): fixed duplicate workspace names
[ { "change_type": "MODIFY", "diff": "{\n- \"name\": \"ibmdotcom-web-components-card-cta-example\",\n+ \"name\": \"ibmdotcom-web-components-button-cta-example\",\n\"version\": \"0.1.0\",\n\"private\": true,\n\"description\": \"Sample project for getting started with the Web Components from Carbon for IBM.com....
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(codesandbox): fixed duplicate workspace names
1
fix
codesandbox
617,459
20.01.2022 10:35:26
-3,600
b62cf7d5102f5580a6e6940c59a85b2df3e47b64
feat(modeles): add cc 86 for retirement simulator / adding selected result to the publicode context
[ { "change_type": "MODIFY", "diff": "-import { getNotifications } from \"@socialgouv/modeles-social\";\n-import { getReferences } from \"@socialgouv/modeles-social/bin/utils/GetReferences\";\n+import { getNotifications, getReferences } from \"@socialgouv/modeles-social\";\nimport Engine from \"publicodes\";\...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
feat(modeles): add cc 86 for retirement simulator / adding selected result to the publicode context (#4175)
1
feat
modeles
332,703
20.01.2022 10:45:20
-3,600
dff85dba7690d0182f3ff481a076ef20af09e2e0
fix(semver): typo on `notesFile` schema option The schema option is named `notesFiles` but docs & executor use `notesFile`
[ { "change_type": "MODIFY", "diff": "\"type\": \"string\",\n\"description\": \"Release notes.\"\n},\n- \"notesFiles\": {\n+ \"notesFile\": {\n\"type\": \"string\",\n\"description\": \"Read release notes from file.\"\n},\n", "new_path": "packages/semver/src/executors/github/schema.json", "old_path": "...
TypeScript
MIT License
jscutlery/semver
fix(semver): typo on `notesFile` schema option The schema option is named `notesFiles` but docs & executor use `notesFile`
1
fix
semver
217,922
20.01.2022 10:47:44
-3,600
4eeb206202a9474a2f310eb5d0ceef316b058b94
chore: useless batch commits cleanup
[ { "change_type": "MODIFY", "diff": "\"assets\": [\n\"apps/client/src/favicon.ico\",\n\"apps/client/src/assets\",\n- \"apps/client/src/firebase-messaging-sw.js\",\n{\n\"glob\": \"**/*\",\n\"input\": \"./node_modules/@ant-design/icons-angular/src/inline-svg/\",\n\"optimization\": false,\n\"externalDependencie...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: useless batch commits cleanup
1
chore
null
777,354
20.01.2022 11:01:42
28,800
cd8bf45c09d7be741a341c43ef516a099deac034
fix: visualization tab 'Apply' button style
[ { "change_type": "MODIFY", "diff": "@@ -231,7 +231,7 @@ const ExperimentVisualizationFilters: React.FC<Props> = ({\n)}\n<div className={css.buttons}>\n<IconButton icon=\"reset\" label=\"Reset\" onClick={handleReset} />\n- <IconButton icon=\"checkmark\" label=\"Apply\" type=\"primary\" onClick={handleApply} ...
Python
Apache License 2.0
determined-ai/determined
fix: visualization tab 'Apply' button style [DET-6442] (#3463)
1
fix
null
126,276
20.01.2022 11:03:18
10,800
4b57bd1ae3ac0a0b0369bf15057806eb01f84e92
chore(pkg/database): set multi-db handler after db initialization
[ { "change_type": "MODIFY", "diff": "@@ -175,9 +175,9 @@ func OpenDB(dbName string, multidbHandler sql.MultiDBHandler, op *Options, log l\nreturn nil, err\n}\n+ if op.replica {\ndbi.sqlEngine.SetMultiDBHandler(multidbHandler)\n- if op.replica {\ndbi.Logger.Infof(\"Database '%s' {replica = %v} successfully op...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): set multi-db handler after db initialization Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
711,658
20.01.2022 11:04:25
-3,600
ffc48c6fa5614fea992523b381d5e85962f1ca2b
fix(admin-ui): Fix long nav items Closes * fix(admin-ui): Overflowing navigation item * fix(admin-ui): Alignment of multiline navigation items * fix(admin-ui): Overflowing navigation header
[ { "change_type": "MODIFY", "diff": "></vdr-status-badge>\n</ng-container>\n<input [id]=\"section.id\" type=\"checkbox\" [checked]=\"section.collapsedByDefault\" />\n- <label [for]=\"section.id\">{{ section.label | translate }}</label>\n+ <label class=\"nav-group-header\" [for]=\"section.id\">{{ section.labe...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Fix long nav items (#1362) Closes #1361 * fix(admin-ui): Overflowing navigation item * fix(admin-ui): Alignment of multiline navigation items * fix(admin-ui): Overflowing navigation header
1
fix
admin-ui
386,595
20.01.2022 11:08:42
-7,200
eee458b5b601e2f12f3d713b5586b6d1e40962d5
chore(build): Move test.
[ { "change_type": "MODIFY", "diff": "@@ -78,34 +78,6 @@ test('validateApp appendHead and appendHead', async () => {\n});\n});\n-test('validate config theme', async () => {\n- const components = {\n- config: {\n- theme: {\n- lessVariables: {\n- 'primary-color': '#FF00FF',\n- },\n- },\n- },\n- };\n- const resu...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(build): Move test.
1
chore
build
126,295
20.01.2022 11:19:46
-3,600
193bcaf71daa823aacc4606131f00a42b9fc076c
chore(makefile): fix cas sign instructions
[ { "change_type": "MODIFY", "diff": "@@ -211,7 +211,7 @@ dist/winsign:\n.PHONY: dist/sign\ndist/sign:\n- for f in ./dist/*; do vcn sign -p $$f; printf \"\\n\\n\"; done\n+ for f in ./dist/*; do cas n $$f; printf \"\\n\\n\"; done\n.PHONY: dist/binary.md\n", "new_path": "Makefile", "old_path": "Makefile...
Go
Apache License 2.0
codenotary/immudb
chore(makefile): fix cas sign instructions Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
makefile
711,658
20.01.2022 11:48:42
-3,600
259e3529d146af6cddddb2894a8857065686221c
feat(admin-ui): More flexible assets component Closes * feat(admin-ui): Rename ProductAssetsComponent to AssetsComponent * feat(admin-ui): Change selector of the AssetsComponent * feat(admin-ui): Replace hardcoded permissions with input Remove unused imports
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ import { catalogRoutes } from './catalog.routes';\nimport { ApplyFacetDialogComponent } from './components/apply-facet-dialog/apply-facet-dialog.component';\nimport { AssetDetailComponent } from './components/asset-detail/asset-detail.component';\nimport {...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): More flexible assets component (#1358) Closes #1357 * feat(admin-ui): Rename ProductAssetsComponent to AssetsComponent * feat(admin-ui): Change selector of the AssetsComponent * feat(admin-ui): Replace hardcoded permissions with input - Remove unused imports
1
feat
admin-ui
386,581
20.01.2022 11:52:23
-7,200
42c09f467b3d4a3b51298a2a67364137def7896d
feat: Create wait helper function.
[ { "change_type": "MODIFY", "diff": "@@ -5654,6 +5654,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/engine\", \"workspace:packages/engine\"],\n[\"@lowdefy/helpers\", \"workspace:packages/utils/helpers\"],\n[\"@lowdefy/layout\", \"workspace:packages/layout\"],\n+ [\"@lowdefy/node-u...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Create wait helper function.
1
feat
null
699,232
20.01.2022 11:55:33
28,800
fd23d95b62a6dc2930f3669d3fdf807c1ab57000
chore(breadcrumb): spread props to Anchor or Text chore(breadcrumb): fix component type chore(breadcrumb): fix typing issue chore(breadcrumb): andi helps fix types chore(breadcrumb): edit changeset
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/breadcrumb': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Breadcrumb] spread props onto Anchor or Text of breadcrumb, not the list item wrapping it.\n", "new_path": ".changeset/afraid-dancers-confess.md", "old_path": null }, { "change...
TypeScript
MIT License
twilio-labs/paste
chore(breadcrumb): spread props to Anchor or Text chore(breadcrumb): fix component type chore(breadcrumb): fix typing issue chore(breadcrumb): andi helps fix types chore(breadcrumb): edit changeset
1
chore
breadcrumb
841,421
20.01.2022 12:04:05
-32,400
e0c362b978f1c6a64d4f8a397732e2d448d326bd
chore: Publish `v1.2.132`
[ { "change_type": "MODIFY", "diff": "@@ -4040,7 +4040,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.131\"\n+version = \"1.2.132\"\ndependencies = [\n\"anyhow\",\n\"console_error_panic_hook\",\n", "new_path": "Cargo.loc...
Rust
Apache License 2.0
swc-project/swc
chore: Publish `v1.2.132`
1
chore
null
777,399
20.01.2022 12:20:11
28,800
ba6b123987794065ef6ddc0c44716a3b73307e82
docs: add release notes for 0.17.6
[ { "change_type": "MODIFY", "diff": "Version 0.17\n**************\n+Version 0.17.6\n+==============\n+\n+**Release Date:** January 20, 2022\n+\n+**New Features**\n+\n+- Master: Add support for `systemd socket activation\n+ <https://0pointer.de/blog/projects/socket-activation.html>`__ to the master. See :ref:...
Python
Apache License 2.0
determined-ai/determined
docs: add release notes for 0.17.6 (#3475) (cherry picked from commit d9a1257bab1b420ea18b7366c8438a8c0719cf53)
1
docs
null
401,147
20.01.2022 12:22:15
-19,080
aab85bad7043a40378996f7bded5fdaa18987656
fix: fix singleselect options same key issue * fix: fix singleselect options same key issue affects: * fix: remove redundant override of font size in searchbox component affects:
[ { "change_type": "MODIFY", "diff": "@@ -243,12 +243,6 @@ exports[`SearchBox options should render options when user search option specifi\nmargin: 0 0.4rem;\n}\n-.c13 .c7 li span,\n-.c13 .c7 li strong {\n- font-size: 1.4rem;\n- line-height: 2.2rem;\n-}\n-\n.c13:focus-within .c5 .c3 * {\nfill: #3872D2;\n}\n@...
TypeScript
MIT License
medly/medly-components
fix: fix singleselect options same key issue (#573) * fix: fix singleselect options same key issue affects: @medly-components/core * fix: remove redundant override of font size in searchbox component affects: @medly-components/core
1
fix
null
306,635
20.01.2022 12:41:54
-19,080
dc8c6102bb965133829ef7c9e610c988f6b4ad33
fix(dropdown): fix dropdown items closing animation
[ { "change_type": "MODIFY", "diff": "@@ -287,14 +287,13 @@ const DropdownList = (props: OptionsProps) => {\nconst animateClass = classNames({\n['fade-in']: dropdownOpen,\n- ['opacity-0']: true,\n+ ['opacity-0']: dropdownOpen,\n['Dropdown-items']: true,\n- ['fade-out']: !dropdownOpen,\n});\nconst getAnimateOr...
TypeScript
MIT License
innovaccer/design-system
fix(dropdown): fix dropdown items closing animation
1
fix
dropdown
847,143
20.01.2022 12:43:24
-28,800
94e4456035e053d60dbe295c4960c14c932b7409
refactor(theme): tweak on plugins
[ { "change_type": "ADD", "diff": "+import { PluginConfig, PluginOptions } from \"@vuepress/core\";\n+import {\n+ resolveActiveHeaderLinksPluginOptions,\n+ resolveContainerPluginOptionsForCodeGroup,\n+ resolveContainerPluginOptionsForCodeGroupItem,\n+ resolveGitPluginOptions,\n+} from \"./plugins\";\n+\n+impo...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(theme): tweak on plugins
1
refactor
theme
386,581
20.01.2022 12:45:23
-7,200
b8c1d58ea8b0056fdd9ce042590f7c7f90bcc439
feat(server-dev): Reload client window if dev server is restarted.
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,7 @@ const App = ({ lowdefy }) => {\n}\nreturn (\n- <Reload>\n+ <Reload lowdefy={lowdefy}>\n<Page lowdefy={lowdefy} />\n</Reload>\n);\n", "new_path": "packages/server-dev/src/components/App.js", "old_path": "packages/server-dev/src/components/App.js" ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(server-dev): Reload client window if dev server is restarted.
1
feat
server-dev
730,445
20.01.2022 12:49:34
28,800
a0442c33f68039273d82bb83e9d6c17db08cfcec
docs(plugin-meeting): update samples device management
[ { "change_type": "MODIFY", "diff": "</section>\n<!-- ############################## ############################## ############################## -->\n- <section>\n- <h2>Meetings Devices</h2>\n+ <section class=\"\">\n+ <h2>Webex Device</h2>\n+\n+ <!-- meeting-devices / current -->\n<form id=\"current-device...
JavaScript
MIT License
webex/webex-js-sdk
docs(plugin-meeting): update samples device management
1
docs
plugin-meeting
71,646
20.01.2022 12:52:08
18,000
c0f62a58eeaa5fc96c981c1761e02cae18e2a030
chore(docs): fix CONTRIBUTING.md gitpod link The current link to the gitpod section does nothing. This will fix the link to the correct section of CONTRIBUTING.md *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,7 @@ let us know if it's not up-to-date (even better, submit a PR with your correcti\nThe following steps describe how to set up the AWS CDK repository on your local machine.\nThe alternative is to use [Gitpod](https://www.gitpod.io/), a Cloud IDE for your de...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(docs): fix CONTRIBUTING.md gitpod link (#18556) The current link to the gitpod section does nothing. This will fix the link to the correct section of CONTRIBUTING.md ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
docs
386,581
20.01.2022 13:03:22
-7,200
49f6c208ec400265526487c96b9a55e36894e87d
fix(cli): Fix CLI dev server command.
[ { "change_type": "MODIFY", "diff": "*/\nimport getServer from './getServer.js';\n+import installServer from './installServer.js';\nimport runDevServer from './runDevServer.js';\nasync function dev({ context }) {\ncontext.print.info('Starting development server.');\nawait getServer({ context });\n+ await ins...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(cli): Fix CLI dev server command.
1
fix
cli
847,143
20.01.2022 13:08:43
-28,800
0527f20a8a435e06968e071c94b198d58ee5a015
refactor(comment2): rebuild option types
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ import type { VNode } from \"vue\";\nimport type {\nCommentOptions,\nCommentPluginFrontmatter,\n- PageInfoType,\n+ PageInfo,\n} from \"../../shared\";\nimport \"balloon-css/balloon.css\";\n@@ -42,7 +42,7 @@ export default defineComponent({\nconst themePl...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(comment2): rebuild option types
1
refactor
comment2
847,143
20.01.2022 13:10:46
-28,800
ce0864284eb0536c4178cc0179feded6ca2bd2ee
feat(comment2): improve a11y
[ { "change_type": "MODIFY", "diff": "@@ -21,11 +21,9 @@ export default defineComponent({\n\"span\",\n{\nclass: \"author-info\",\n- ...(commentOptions.hint !== false\n- ? {\nariaLabel: pageInfoLocale.value.author,\n- \"data-balloon-pos\": \"down\",\n- }\n+ ...(commentOptions.hint !== false\n+ ? { \"data-ballo...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(comment2): improve a11y
1
feat
comment2
551,645
20.01.2022 13:12:08
-7,200
c6f7bf5cce42057b008db266bb28e92ac1749ddd
fix(sql): fix assertion for static symbol table
[ { "change_type": "MODIFY", "diff": "package io.questdb.griffin.engine;\n+import io.questdb.cairo.EmptySymbolMapReader;\nimport io.questdb.cairo.sql.NoRandomAccessRecordCursor;\nimport io.questdb.cairo.sql.Record;\nimport io.questdb.cairo.sql.SymbolTable;\n@@ -55,7 +56,7 @@ final public class EmptyTableNoSiz...
Java
Apache License 2.0
questdb/questdb
fix(sql): fix assertion for static symbol table (#1799)
1
fix
sql
317,646
20.01.2022 13:17:27
-3,600
6c88285d64fcdf30ef720a0b7196cb9d0a0bde90
fix(scoop): correct URL post installation resolves
[ { "change_type": "MODIFY", "diff": "},\n\"post_install\": [\n\"Write-Host 'Thanks for installing Oh My Posh.'\",\n- \"Write-Host 'Have a look at https://ohmyposh.dev/docs/installation for detailed instructions for your shell.'\"\n+ \"Write-Host 'Have a look at https://ohmyposh.dev for detailed instructions ...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(scoop): correct URL post installation resolves #1617
1
fix
scoop
317,646
20.01.2022 13:31:22
-3,600
6afa7711b273a1817acec25571341a5ae60d9aa4
feat: log directories on debug relates to
[ { "change_type": "MODIFY", "diff": "@@ -226,6 +226,9 @@ func (env *environment) getenv(key string) string {\nfunc (env *environment) getcwd() string {\ndefer env.trace(time.Now(), \"getcwd\")\n+ defer func() {\n+ env.log(Error, \"getcwd\", env.cwd)\n+ }()\nif env.cwd != \"\" {\nreturn env.cwd\n}\n", "ne...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: log directories on debug relates to #1605
1
feat
null
942,613
20.01.2022 13:51:10
25,200
ebe44898f081e798d351c49cc31c459aa2332ee6
docs: Add examples for Select and TextInput with Formik Fixes: [category:Documentation]
[ { "change_type": "ADD", "diff": "+import {Meta, Story} from '@storybook/addon-docs';\n+import {SelectWithFormik} from './examples/SelectWithFormik';\n+\n+<Meta title=\"Examples/Select With Formik/React\" />\n+\n+# Canvas Kit Examples\n+\n+## Select With Formik\n+\n+<ExampleCodeBlock code={SelectWithFormik} ...
TypeScript
Apache License 2.0
workday/canvas-kit
docs: Add examples for Select and TextInput with Formik (#1435) Fixes: #1434 [category:Documentation]
1
docs
null
865,918
20.01.2022 13:59:58
-3,600
12552715e2af1a24862189874b5b143c76d96587
fix(tabs): don't mark dirty after save closes
[ { "change_type": "MODIFY", "diff": "@@ -512,8 +512,6 @@ export class BpmnEditor extends CachedComponent {\nconst commandStack = modeler.get('commandStack');\n- const stackIdx = commandStack._stackIdx;\n-\nif (!this.isDirty()) {\nreturn lastXML || this.props.xml;\n}\n@@ -521,6 +519,7 @@ export class BpmnEdit...
JavaScript
MIT License
camunda/camunda-modeler
fix(tabs): don't mark dirty after save closes #2654
1
fix
tabs
277,286
20.01.2022 14:10:18
-3,600
7f32cd243b67e0bf4ade4b969371ca97bdfbb07e
docs: Add newly added built-in themes.
[ { "change_type": "MODIFY", "diff": "@@ -3,11 +3,23 @@ title: Color Theming\n---\n-Wave ships with a few prebuilt themes that are ready to be used. These currently include:\n-\n-* `default` - The initial black and white theme.\n-* `neon` - Dark neon yellow theme.\n-* `h2o-dark` - H2O brand dark theme.\n+Wave...
Python
Apache License 2.0
h2oai/wave
docs: Add newly added built-in themes.
1
docs
null
306,635
20.01.2022 14:18:38
-19,080
233293ed67eb4a666ec4026e6ebd67a9469c0cf5
fix(table): add border in table for mdx and fix overflow behaviour
[ { "change_type": "MODIFY", "diff": "@@ -139,7 +139,7 @@ const Layout = ({\nconst PreviewWithPropTable = ({ name }) => {\nreturn (\n- <div>\n+ <div className=\"overflow-x-scroll\">\n<ArgsTable rows={getPropTableData(name)} />\n</div>\n);\n", "new_path": "docs/src/components/Layout.js", "old_path": "d...
TypeScript
MIT License
innovaccer/design-system
fix(table): add border in table for mdx and fix overflow behaviour
1
fix
table
317,646
20.01.2022 14:28:45
-3,600
d75f6e30aafbe8818332cc1010d37607355062a8
fix: use debug for logging pwd
[ { "change_type": "MODIFY", "diff": "@@ -227,7 +227,7 @@ func (env *environment) getenv(key string) string {\nfunc (env *environment) pwd() string {\ndefer env.trace(time.Now(), \"pwd\")\ndefer func() {\n- env.log(Error, \"pwd\", env.cwd)\n+ env.log(Debug, \"pwd\", env.cwd)\n}()\nif env.cwd != \"\" {\nreturn...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: use debug for logging pwd
1
fix
null
306,635
20.01.2022 14:30:21
-19,080
d836a42eacff2697e89fea5edbafbaa0d8a0ccca
fix(leftNav): fix left navbar highlighting on tab changes
[ { "change_type": "MODIFY", "diff": "@@ -17,22 +17,14 @@ const LeftNav = (props) => {\nconst [active, setActive] = React.useState();\nfunction getActiveNavItem() {\n- let activeMenu;\n- if (\n- isBrowser &&\n- window.location.pathname &&\n- window.location.pathname.includes('tabs')\n- ) {\n- activeMenu = nav...
TypeScript
MIT License
innovaccer/design-system
fix(leftNav): fix left navbar highlighting on tab changes
1
fix
leftNav
599,909
20.01.2022 14:42:43
-14,400
eb9ca2e86f3be3f4ff8ee2e7c4aecdf337d8976d
fix(requests): check for existing media of same type when requesting
[ { "change_type": "MODIFY", "diff": "@@ -259,6 +259,9 @@ requestRoutes.post('/', async (req, res, next) => {\n.leftJoin('request.media', 'media')\n.where('request.is4k = :is4k', { is4k: req.body.is4k })\n.andWhere('media.tmdbId = :tmdbId', { tmdbId: tmdbMedia.id })\n+ .andWhere('media.mediaType = :mediaType'...
TypeScript
MIT License
sct/overseerr
fix(requests): check for existing media of same type when requesting (#2445) Co-authored-by: Ryan Cohen <ryan@sct.dev>
1
fix
requests
277,273
20.01.2022 14:46:19
28,800
2f66787d52a3a2cde58880d1f6fd8ad3a62e3e28
chore: Move Python package version to version.py
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,7 @@ clean: purge ## Clean\n.PHONY: tag\ntag: # Bump version\nsed -i -r -e \"s/version.+/version=os.getenv('VERSION', '$(VERSION)'),/\" setup.py\n- sed -i -r -e \"s/__version__.+/__version__ = '$(VERSION)'/\" h2o_wave/__init__.py\n+ sed -i -r -e \"s/__version...
Python
Apache License 2.0
h2oai/wave
chore: Move Python package version to version.py
1
chore
null
277,273
20.01.2022 14:47:07
28,800
7a9c93df60ffa865326dff86a97c65f07f91ce3f
chore: Use version.py for wheel version, not env var
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,9 @@ with open('README.md', 'r') as readme_markdown:\nconda_description = readme_markdown.read()\nplatform = os.getenv('OS', 'darwin')\n-version = os.getenv('VERSION', 'DEV')\n+__version__ = 'DEV'\n+exec(open('h2o_wave/version.py').read())\n+version = __versi...
Python
Apache License 2.0
h2oai/wave
chore: Use version.py for wheel version, not env var
1
chore
null
877,015
20.01.2022 14:47:44
-3,600
fa35ee84b9d8e17d25c0b90db9868de6b3ef7f1c
fix(@vtmn/css-design-tokens): missing commas
[ { "change_type": "MODIFY", "diff": "**/*.d.ts\n**/*.hbs\n**/storybook-static\n+packages/sources/css/src/design-tokens/src/base-colors.css\npackages/sources/css/src/design-tokens/src/themes/**/*.css\n", "new_path": ".prettierignore", "old_path": ".prettierignore" }, { "change_type": "MODIFY",...
JavaScript
Apache License 2.0
decathlon/vitamin-web
fix(@vtmn/css-design-tokens): missing commas (#917)
1
fix
@vtmn/css-design-tokens
277,273
20.01.2022 14:47:53
28,800
696424be35bc4bd143f41d8ea929ed008f6f5f15
feat: Add "wave fetch" command to download examples, demo, tour, etc.
[ { "change_type": "MODIFY", "diff": "# limitations under the License.\nimport time\n+import tarfile\n+import shutil\nimport sys\nimport socket\nfrom contextlib import closing\nimport subprocess\n+from pathlib import Path\nimport platform\nimport uvicorn\nimport click\nimport os\n+from urllib import request\n...
Python
Apache License 2.0
h2oai/wave
feat: Add "wave fetch" command to download examples, demo, tour, etc.
1
feat
null
277,273
20.01.2022 14:49:18
28,800
c0f97d9cbfcd8511d06bcfa11c32c5ca6cd7c850
docs: Add docs for "wave fetch"; adjust installation/tutorial for v0.20
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,10 @@ These tutorials assume that you have some familiarity with the Python programmin\n## Step 1: Start the Wave server\n+:::important\n+You can skip this step if you're running Wave 0.20.0 or later.\n+:::\n+\n<StartQ/>\n## Step 2: Set up a working directory...
Python
Apache License 2.0
h2oai/wave
docs: Add docs for "wave fetch"; adjust installation/tutorial for v0.20
1
docs
null
877,026
20.01.2022 15:05:23
-3,600
6711a5b3598c34001252183afd224fea3b579b88
feat(@vtmn/css): change snackbar button variant from secondary to ghost
[ { "change_type": "MODIFY", "diff": "<div class=\"vtmn-snackbar_content\">\nThis is the description of a snackbar\n</div>\n- <button class=\"vtmn-btn vtmn-btn_variant--secondary vtmn-btn_size--small\">\n+ <button class=\"vtmn-btn vtmn-btn_variant--ghost vtmn-btn_size--small\">\nButton\n</button>\n</div>\n", ...
JavaScript
Apache License 2.0
decathlon/vitamin-web
feat(@vtmn/css): change snackbar button variant from secondary to ghost (#915)
1
feat
@vtmn/css
877,026
20.01.2022 15:07:10
-3,600
09b1e8f3d42d4da3c4376685eaaee40cba93a0f4
feat(@vtmn/css): rename hoverBrandReversedTransparent into hoverTertiaryReversedTransparent
[ { "change_type": "MODIFY", "diff": "--vtmn-semantic-color_hover-secondary-reversed-transparent--s: var(--vtmn-semantic-color_content-primary-reversed--s);\n--vtmn-semantic-color_hover-secondary-reversed-transparent--l: var(--vtmn-semantic-color_content-primary-reversed--l);\n--vtmn-semantic-color_hover-seco...
JavaScript
Apache License 2.0
decathlon/vitamin-web
feat(@vtmn/css): rename hoverBrandReversedTransparent into hoverTertiaryReversedTransparent (#914)
1
feat
@vtmn/css
865,939
20.01.2022 15:22:39
-3,600
49714cfff841c891488bcdafee29e3dd3b0c2b90
feat(startInstance): add overlay to Cloud start instance Closes
[ { "change_type": "MODIFY", "diff": "@@ -161,13 +161,14 @@ class ZeebeAPI {\n* @public\n* Run process instance.\n*\n- * @param {ZeebeClientParameters & { processId: string }} parameters\n+ * @param {ZeebeClientParameters & { endpoint: object, processId: string, variables: object }} parameters\n* @returns {{ ...
JavaScript
MIT License
camunda/camunda-modeler
feat(startInstance): add overlay to Cloud start instance Closes #2693
1
feat
startInstance
160,177
20.01.2022 15:44:11
-28,800
7893c6a9622a9683a918788c5918cbc82ef5dad0
docs: update menu extension
[ { "change_type": "MODIFY", "diff": "@@ -32,13 +32,13 @@ class Menu {\nthis.lf = lf;\nthis.menuTypeMap = new Map();\nthis.init();\n- this.lf.setMenuConfig = (config) => {\n+ this.lf.extension.menu.setMenuConfig = (config) => {\nthis.setMenuConfig(config);\n};\n- this.lf.addMenuConfig = (config) => {\n+ this....
TypeScript
Apache License 2.0
didi/logicflow
docs: update menu extension
1
docs
null
791,612
20.01.2022 15:56:29
18,000
a5460751955fcaeec204d4dce68c163ca28b48d9
chore: add api_shortname and library_type to repo metadata Update .repo-metadata.json as required by go/library-data-integrity
[ { "change_type": "MODIFY", "diff": "{\n\"distribution_name\": \"@google-cloud/pubsub\",\n- \"release_level\": \"ga\",\n+ \"release_level\": \"stable\",\n\"product_documentation\": \"https://cloud.google.com/pubsub/docs/\",\n\"repo\": \"googleapis/nodejs-pubsub\",\n\"default_version\": \"v1\",\n\"name\": \"p...
TypeScript
Apache License 2.0
googleapis/nodejs-pubsub
chore: add api_shortname and library_type to repo metadata (#1447) Update .repo-metadata.json as required by go/library-data-integrity
1
chore
null
386,595
20.01.2022 16:09:02
-7,200
e15031d32de3bc60eef5248b9f8440fc14ea11ef
feat(node-utils): Replace rimraf with fs-extra.
[ { "change_type": "MODIFY", "diff": "@@ -5481,8 +5481,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@swc/cli\", \"virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.55\"],\n[\"@swc/core\", \"npm:1...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(node-utils): Replace rimraf with fs-extra.
1
feat
node-utils
386,595
20.01.2022 16:09:30
-7,200
852a77a6277f0fe9c98cb39e329f60dccdb0793e
feat(node-utils): Add copyDirectory.
[ { "change_type": "MODIFY", "diff": "@@ -27,3 +27,6 @@ packages/build/build/**\npackages/plugins/connections/connection-mongodb/mongod-*\npackages/plugins/connections/connection-mongodb/globalConfig.json\npackages/plugins/connections/connection-mongodb/*.lock\n+\n+packages/utils/node-utils/test/writeFile/wri...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(node-utils): Add copyDirectory.
1
feat
node-utils
386,595
20.01.2022 16:10:55
-7,200
ceafdc8cfca0011425e7a2979e50cd2b32d883b9
feat(build): Copy files in config public folder to next public folder.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(build): Copy files in config public folder to next public folder.
1
feat
build
841,528
20.01.2022 16:11:56
-28,800
c069c78b21b9b4bf150d22e8ff333053f2039e3b
build(node-swc): Fix Windows arm64 build OOM
[ { "change_type": "MODIFY", "diff": "@@ -129,7 +129,10 @@ jobs:\n/aarch64-linux-musl-cross/bin/aarch64-linux-musl-strip swc.linux-arm64-musl.node\n- host: windows-latest\ntarget: aarch64-pc-windows-msvc\n+ # Disable `LTO` and increase `codegen-units` to avoid llvm `OOM` on GitHub Actions.\nbuild: |\n+ export...
Rust
Apache License 2.0
swc-project/swc
build(node-swc): Fix Windows arm64 build OOM (#3324)
1
build
node-swc
269,464
20.01.2022 16:22:54
10,800
592e763f6b1a3f9658cae2f2310d2e32d25c8431
docs: update docs and schema
[ { "change_type": "MODIFY", "diff": "@@ -141,7 +141,4 @@ variables:\nempty: \"\"\n```\n-And then you can use those fields as `{{ .description }}`, for example.\n-\n-!!! warning\n- You won't be allowed to override GoReleaser \"native\" fields.\n+And then you can use those fields as `{{ .Var.description }}`, f...
Go
MIT License
goreleaser/goreleaser
docs: update docs and schema Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
docs
null
217,922
20.01.2022 16:24:47
-3,600
c341b53992b6de7b1974c6378346a4c518f56a1b
perf(list-history): added virtual scrolling to prevent issues loading the popup
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,7 @@ import { InventoryCleanupPopupComponent } from './inventory-cleanup-popup/invent\nimport { InventoryModule } from '../../modules/inventory/inventory.module';\nimport { ListPricingComponent } from './list-pricing/list-pricing.component';\nimport { ListPri...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
perf(list-history): added virtual scrolling to prevent issues loading the popup
1
perf
list-history
699,232
20.01.2022 16:25:07
28,800
b4daa5ca0a98f2783f0d27246a95061914abbaf9
chore(website): update breadcrumb for routing
[ { "change_type": "MODIFY", "diff": "@@ -154,6 +154,22 @@ You may choose to use a page Heading as the current page in the breadcrumb.\n</Box>`}\n</LivePreview>\n+### Breadcrumb with a router\n+\n+Using breadcrumb with a router is analogous to\n+[using Anchor with a router](/components/anchor/#using-anchor-wi...
TypeScript
MIT License
twilio-labs/paste
chore(website): update breadcrumb for routing
1
chore
website
217,922
20.01.2022 16:41:19
-3,600
3dbdbfe2ae7fbc8cffad35895093334c5f7b51ed
feat: added min gathering when available in fish tooltips
[ { "change_type": "MODIFY", "diff": "<div *ngIf=\"fish.Description !== undefined && fish.Description.length > 0\" class=\"description\">\n<span [innerHtml]=\"fish | xivapiI18n: 'Description' | xivUIText\"></span>\n</div>\n+ <div *ngIf=\"minGathering$ | async as minGathering\" class=\"description\">\n+ <span>...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: added min gathering when available in fish tooltips
1
feat
null
648,060
20.01.2022 16:47:49
-3,600
9ce18d19b4c01e0581c2cca2149fe590dc2a2f0f
fix: mutation testing for self-contained apps
[ { "change_type": "MODIFY", "diff": "},\n\"Buildalyzer\": {\n\"type\": \"Transitive\",\n- \"resolved\": \"3.2.6\",\n- \"contentHash\": \"dZJvQaVR9+v6O2S7zL8uzHGmDVXDBlk5EYOwedAWZiezg8nVJuRDDkJdU9DHdxtczWpxl6B/G68e7rf/3TY4qQ==\",\n+ \"resolved\": \"3.2.8\",\n+ \"contentHash\": \"r1h4va07taHc+nzcCfVw5V6HPQqNl4...
C#
Apache License 2.0
stryker-mutator/stryker-net
fix: mutation testing for self-contained apps (#1868)
1
fix
null
428,439
20.01.2022 17:04:38
18,000
1ab98f4ccfdf20568d8e7f62a6b883a2cf5517ca
chore(NODE-3719): adl spec compliance refactor
[ { "change_type": "MODIFY", "diff": "\"check:unit\": \"mocha test/unit/\",\n\"check:ts\": \"./node_modules/typescript/bin/tsc -v && ./node_modules/typescript/bin/tsc --noEmit\",\n\"check:atlas\": \"mocha --config \\\"test/manual/mocharc.json\\\" test/manual/atlas_connectivity.test.js\",\n- \"check:adl\": \"m...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
chore(NODE-3719): adl spec compliance refactor (#3111)
1
chore
NODE-3719
841,421
20.01.2022 17:13:10
-32,400
848e9c8b8a14da971358a2afe33c284d1bbcb014
chore: Publish `v1.2.133`
[ { "change_type": "MODIFY", "diff": "@@ -4040,7 +4040,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.132\"\n+version = \"1.2.133\"\ndependencies = [\n\"anyhow\",\n\"console_error_panic_hook\",\n", "new_path": "Cargo.loc...
Rust
Apache License 2.0
swc-project/swc
chore: Publish `v1.2.133`
1
chore
null
865,918
20.01.2022 17:27:20
-3,600
271d099850e9949ed06741fc59fb8eae80040389
chore(DmnEditor): align `getXML` with BpmnEditor
[ { "change_type": "MODIFY", "diff": "@@ -734,19 +734,8 @@ export class DmnEditor extends CachedComponent {\nreturn lastXML || this.props.xml;\n}\n- let xml = null;\n- let error = null;\n-\ntry {\n- const {\n- xml: _xml\n- } = await modeler.saveXML({ format: true });\n-\n- xml = _xml;\n- } catch (_error) {\n-...
JavaScript
MIT License
camunda/camunda-modeler
chore(DmnEditor): align `getXML` with BpmnEditor
1
chore
DmnEditor
217,922
20.01.2022 17:54:23
-3,600
5738256052ca73c50f3b75bff92e479fffc61e63
fix(db): removed collectable icon from some items that cannot be crafted as such anymore
[ { "change_type": "MODIFY", "diff": "{\n- \"5214\": 1,\n- \"5218\": 1,\n- \"5220\": 1,\n- \"5224\": 1,\n- \"10621\": 1,\n- \"10710\": 1,\n- \"10787\": 1,\n- \"10892\": 1,\n- \"11077\": 1,\n- \"12713\": 1,\n- \"12721\": 1,\n- \"12724\": 1,\n- \"12726\": 1,\n- \"12739\": 1,\n- \"12742\": 1,\n- \"12761\": 1,\n-...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): removed collectable icon from some items that cannot be crafted as such anymore
1
fix
db
503,918
20.01.2022 17:57:44
-7,200
a93c92e19dbe54bc73c757a50e0a717aac0b7487
fix(DataList): better comments for isChecked and checked props
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ export interface DataListCheckProps extends Omit<React.HTMLProps<HTMLInputElemen\nisDisabled?: boolean;\n/** Flag to show if the DataList checkbox is checked */\nisChecked?: boolean;\n- /** Alternate Flag to show if the DataList checkbox is checked */\n+...
TypeScript
MIT License
patternfly/patternfly-react
fix(DataList): better comments for isChecked and checked props (#6803) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
DataList
777,415
20.01.2022 18:07:45
28,800
417816f9df8b8c11ba57b5bc2a7cf51eee3fb9ba
chore: address "key" prop warnings add rowKey prop to ResponsiveTable on ModelDetails and ModelRegistry
[ { "change_type": "MODIFY", "diff": "@@ -391,6 +391,7 @@ const ModelDetails: React.FC = () => {\nlimit: settings.tableLimit,\noffset: settings.tableOffset,\n}, total)}\n+ rowKey=\"id\"\nshowSorterTooltip={false}\nsize=\"small\"\nonChange={handleTableChange}\n", "new_path": "webui/react/src/pages/ModelDet...
Python
Apache License 2.0
determined-ai/determined
chore: address "key" prop warnings (#3476) add rowKey prop to ResponsiveTable on ModelDetails and ModelRegistry
1
chore
null
71,427
20.01.2022 18:25:21
28,800
b2b234a82da805227b084a4e818a69d8a6024882
chore(region-info): ap-southeast-3 (Jakarta) ELBV2_ACCOUNT prev: *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": "@@ -102,6 +102,7 @@ export const PARTITION_MAP: { [region: string]: Region } = {\n};\n// https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-access-logs.html#access-logging-bucket-permissions\n+// https://docs.aws.amazon.com/elasticloadbalanc...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(region-info): ap-southeast-3 (Jakarta) ELBV2_ACCOUNT (#18300) prev: https://github.com/hashicorp/terraform-provider-aws/pull/22453, https://github.com/aws/aws-cdk/pull/18110 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
region-info
126,276
20.01.2022 18:30:52
10,800
e735253795c27d2d7ca7b660b3d55e6aae26f3b8
chore(embedded/sql): ensure context propagation with multiple txs
[ { "change_type": "MODIFY", "diff": "@@ -1138,10 +1138,12 @@ func (e *Engine) ExecPreparedStmts(stmts []SQLStmt, params map[string]interface{\nif currTx == nil || currTx.closed {\nvar ctx context.Context\n- if currTx == nil {\n- ctx = context.Background()\n- } else {\n+ if currTx != nil {\nctx = currTx.ctx\n...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): ensure context propagation with multiple txs Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
160,177
20.01.2022 18:42:34
-28,800
7363ce0ffcca3a95a4914b617771994f1577c0aa
docs: custom plugin
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/docs/assets/images/overlay.png differ\n", "new_path": "docs/assets/images/overlay.png", "old_path": "docs/assets/images/overlay.png" }, { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ export default function AdapterExamp...
TypeScript
Apache License 2.0
didi/logicflow
docs: custom plugin
1
docs
null
841,528
20.01.2022 18:47:37
-28,800
8a76935ca261579f23519d1e2c3b7849ba75a6e0
perf(node): Avoid cloning options
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ use crate::{\nuse anyhow::Context as _;\nuse napi::{\nbindgen_prelude::{AbortSignal, AsyncTask, Buffer},\n- Env, Task,\n+ Env, JsBuffer, JsBufferValue, Ref, Task,\n};\nuse path_clean::clean;\nuse std::{\n@@ -30,7 +30,7 @@ pub enum Input {\npub struct Trans...
Rust
Apache License 2.0
swc-project/swc
perf(node): Avoid cloning options (#3325)
1
perf
node
71,646
20.01.2022 19:32:28
18,000
525ac07369e33e2f36b7a0eea7913e43649484db
fix(ecs): only works in 'aws' partition instead of assuming `aws` partition, use the stack to determine partition (which will result in a reference to `AWS::Partition`) 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": "@@ -470,7 +470,7 @@ export abstract class BaseService extends Resource\nresources: ['*'],\n}));\n- const logGroupArn = logConfiguration?.cloudWatchLogGroup ? `arn:aws:logs:${this.stack.region}:${this.stack.account}:log-group:${logConfiguration.cloudWatchLogGroup.logGroupN...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(ecs): only works in 'aws' partition (#18496) instead of assuming `aws` partition, use the stack to determine partition (which will result in a reference to `AWS::Partition`) fixes #18429 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
ecs
471,349
20.01.2022 19:35:08
-7,200
2e14f46b3f7221ae51ffa12313997f007c300e21
feat: re-enable TAV
[ { "change_type": "MODIFY", "diff": "@@ -20,3 +20,7 @@ Before creating a pull request, please make sure:\n## Short description of the changes\n-\n+\n+## Checklist\n+\n+- [ ] Ran `npm run test-all-versions` for the edited package(s) on the latest commit if applicable.\n", "new_path": ".github/PULL_REQUEST...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
feat: re-enable TAV (#823) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
feat
null
401,147
20.01.2022 20:17:39
-19,080
e22f4683bfcbc40bc6d895a0d09cdfc37ad7b13e
feat: call onSearch prop on pressing enter key on SearchBox component
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,7 @@ Simple `Searchbox` component to show search result.\nonInputChange={onInputChangeHandler}\nonOptionSelected={action('Selected')}\noptions={options}\n+ onSearch={action('Search')}\nsize={select('Size', size, 'M')}\nminWidth={text('Min Width', '25.6rem')}\...
TypeScript
MIT License
medly/medly-components
feat: call onSearch prop on pressing enter key on SearchBox component (#576)
1
feat
null
217,922
20.01.2022 20:38:29
-3,600
a0d9c5833f8bc8af75fb59dc4ccb1354de4aa058
fix(inventory-optimizer): only consider ingredients for deprecated HQ optimizer
[ { "change_type": "MODIFY", "diff": "@@ -20,10 +20,11 @@ export class DeprecatedHq extends InventoryOptimizer {\nif (item.hq) {\nreturn combineLatest([\nthis.lazyData.getRow('hqFlags', item.itemId, 0),\n- this.lazyData.getRow('collectableFlags', item.itemId, 0)\n+ this.lazyData.getRow('collectableFlags', ite...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory-optimizer): only consider ingredients for deprecated HQ optimizer
1
fix
inventory-optimizer
847,143
20.01.2022 20:59:05
-28,800
7ff59522ae7a244d478b71be3ee491004e2a761e
feat(feed2): rebuild options
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import * as convert from \"xml-js\";\nimport { generator } from \"../utils\";\nimport type { Feed } from \"../feed\";\n-import type { FeedAuthor, FeedCategory } from \"../types\";\n+import type { FeedAuthor, FeedCategory } from \"../../shared\";\nimport ty...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(feed2): rebuild options
1
feat
feed2
847,143
20.01.2022 21:00:17
-28,800
34c789a67a27e302abd04e7caa574c9d050f88c1
fix(comment2): fix frontmatter
[ { "change_type": "MODIFY", "diff": "import { BasePageFrontMatter } from \"@mr-hope/vuepress-shared\";\n-import { PageInfoType } from \"./pageInfo\";\n+import { PageInfo } from \"./options/pageInfo\";\nexport interface CommentPluginFrontmatter extends BasePageFrontMatter {\n/**\n@@ -29,5 +29,5 @@ export inte...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(comment2): fix frontmatter
1
fix
comment2