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
603,467
27.11.2021 17:38:18
0
12324b2cef9c161df8b68960d5b958c1f208f70a
fix(webdriverio): fixed synchronisation issue in ModalDialog re
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ export class WebdriverIOModalDialog extends ModalDialog {\nasync enterValue(value: string | number | (string | number)[]): Promise<void> {\nconst text = [].concat(value).join('');\n- this.browser.sendAlertText(text);\n+ await this.browser.sendAlertText(t...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(webdriverio): fixed synchronisation issue in ModalDialog re #805
1
fix
webdriverio
317,646
27.11.2021 20:35:40
-3,600
a357becb850b259a28446656467d94f4c22589e9
feat: pwsh module as install facilitator
[ { "change_type": "MODIFY", "diff": "@@ -3,12 +3,12 @@ At this point, you're good to go. The `jandedobbeleer.omp.json` theme displays t\nin your prompt, so 9/10 you'll be more than happy with it. However, if you want to explore additional\nfunctionality, going through the additional steps below will help you...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: pwsh module as install facilitator
1
feat
null
317,825
27.11.2021 20:58:33
-3,600
23cbc17f9968a3ba488defa48f1b392b99972255
docs: instructions for manual install on Linux
[ { "change_type": "MODIFY", "diff": "-### Installation\n-\nA [Homebrew][brew] formula is available for easy installation.\n```bash\n@@ -13,21 +11,15 @@ This installs two things:\n- `themes` - The latest Oh My Posh [themes][themes]\nIf you want to use a standard theme, you can find them in `$(brew --prefix oh...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: instructions for manual install on Linux
1
docs
null
551,636
28.11.2021 01:27:57
0
235cdef62dc822f55240a2d6ba6fd3bfd4ca7947
fix(http): fixed serialization of `float` `infinity` to json
[ { "change_type": "MODIFY", "diff": "@@ -432,7 +432,7 @@ public class HttpResponseSink implements Closeable, Mutable {\n@Override\npublic CharSink put(float value, int scale) {\n- if (Float.isNaN(value)) {\n+ if (Float.isNaN(value) || Float.isInfinite(value)) {\nput(\"null\");\nreturn this;\n}\n", "new_p...
Java
Apache License 2.0
questdb/questdb
fix(http): fixed serialization of `float` `infinity` to json (#1622)
1
fix
http
332,714
28.11.2021 04:42:17
28,800
f0a2cff919dadf01cae78cdcb8a20df77b590617
refactor(semver): remove return string from `addToStage` Because of how `concat()` works the returns of `addToStage()` were getting mixed with those of `_runStandardVersion()`. This lead to the return type of `versionWorkspace()` being `Observable<string | void>` which made things needlessly complex.
[ { "change_type": "MODIFY", "diff": "@@ -80,7 +80,7 @@ describe('@jscutlery/semver:version', () => {\n/* Mock Git execution */\njest.spyOn(git, 'tryPushToGitRemote').mockReturnValue(of(''));\n- jest.spyOn(git, 'addToStage').mockReturnValue(of(''));\n+ jest.spyOn(git, 'addToStage').mockReturnValue(of(undefine...
TypeScript
MIT License
jscutlery/semver
refactor(semver): remove return string from `addToStage` Because of how `concat()` works the returns of `addToStage()` were getting mixed with those of `_runStandardVersion()`. This lead to the return type of `versionWorkspace()` being `Observable<string | void>` which made things needlessly complex.
1
refactor
semver
838,025
28.11.2021 09:57:34
0
38790906d01d811bfa8a3c8849f1f8661059a319
style: golangci-lint update v1.43
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ jobs:\n# Required: the version of golangci-lint is required and must be\n# specified without patch version: we always use the latest\n# patch version.\n- version: v1.42\n+ version: v1.43\n# Optional: golangci-lint command line arguments.\n# args: ./the-o...
Go
MIT License
severecloud/vksdk
style: golangci-lint update v1.43
1
style
null
317,646
28.11.2021 10:25:01
-3,600
50ee821688009e6e26835fe57c8b51e935eb9c56
chore(pwsh): print version on install
[ { "change_type": "MODIFY", "diff": "@@ -75,7 +75,7 @@ function Sync-PoshExecutable {\n$executable = Get-PoshCommand\n$moduleVersion = Split-Path -Leaf $MyInvocation.MyCommand.ScriptBlock.Module.ModuleBase\nif (-not (Test-Path $executable)) {\n- Write-Host \"Downloading oh-my-posh executable\"\n+ Write-Host ...
Go
MIT License
jandedobbeleer/oh-my-posh
chore(pwsh): print version on install
1
chore
pwsh
217,922
28.11.2021 10:29:55
-3,600
91befd87887610e8b9c706083e7a15818bfdf5a0
fix(alarms): fixed closest aetheryte not loaded properly closes
[ { "change_type": "MODIFY", "diff": "</div>\n<div nz-col nzMd=\"5\">\n<div fxLayout=\"column\" fxLayoutAlign=\"center center\">\n- <div>\n- {{row.alarm.aetheryte?.nameid | i18nRow:'places' | i18n}}\n+ <div *ngIf=\"row.alarm.mapId | closestAetheryte:row.alarm.coords | async as aetheryte\">\n+ {{aetheryte.name...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed closest aetheryte not loaded properly closes #2072
1
fix
alarms
217,922
28.11.2021 10:33:05
-3,600
2c1390b07f9f3149e258938a7862a6cd9db35e2d
feat(inventory-optimizer): exclude ilvl 1 from minimum item level for materials closes
[ { "change_type": "MODIFY", "diff": "@@ -75,7 +75,7 @@ export class UnwantedMaterials extends InventoryOptimizer {\nreturn this.getCache().pipe(\nmap(cache => {\nconst materialIlvl: number = cache.materials[item.itemId];\n- if (materialIlvl && materialIlvl < wantedIlvl) {\n+ if (materialIlvl && materialIlvl ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(inventory-optimizer): exclude ilvl 1 from minimum item level for materials closes #2073
1
feat
inventory-optimizer
217,922
28.11.2021 10:43:57
-3,600
9fec9f8d2005ca1b89283788642abfde3dc2afe0
feat(desktop): show error banner for anonymous users using packet capture closes
[ { "change_type": "MODIFY", "diff": "nzCloseable\nnzType=\"warning\">\n</nz-alert>\n+ <nz-alert *ngIf=\"ipc.machinaToggle && !(loggedIn$ | async)\"\n+ [nzMessage]=\"'PACKET_CAPTURE.Not_as_anonymous' | translate\"\n+ [nzDescription]=\"'PACKET_CAPTURE.Not_as_anonymous_description' | translate\"\n+ nzBanner nzS...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(desktop): show error banner for anonymous users using packet capture closes #2071
1
feat
desktop
217,922
28.11.2021 11:20:41
-3,600
e74d9342f27d560cfd2122f5c0713a34707831f8
fix(db): fixed missing description in quest pages
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n<div fxFlex=\"1 1 auto\">\n- <p [innerHTML]=\"getDescription(xivapiQuest) | xivUIText\"></p>\n+ <p [innerHTML]=\"getDescription(xivapiQuest) | async | xivUIText\"></p>\n</div>\n<app-i18n-display fxFlex=\"0 0 300px\" fxFlex.lt-md=\"1 1 auto\" fxLayout=\"col...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed missing description in quest pages
1
fix
db
217,922
28.11.2021 11:22:24
-3,600
974e3f39a446e310faa5fdfb708586f9a6f88c3b
fix(db): fixed GT links using http instead of https
[ { "change_type": "MODIFY", "diff": "@@ -126,7 +126,7 @@ export class ActionComponent extends TeamcraftPageComponent {\nreturn [\n{\ntitle: 'GarlandTools',\n- url: `http://www.garlandtools.org/db/#action/${xivapiAction.ID}`,\n+ url: `https://www.garlandtools.org/db/#action/${xivapiAction.ID}`,\nicon: 'https:...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed GT links using http instead of https
1
fix
db
269,464
28.11.2021 11:29:13
10,800
1051f53409bb767ac0b4769e68ff1c13b6655ac7
feat(deps): update nfpm
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ require (\ngithub.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible\ngithub.com/google/go-github/v39 v39.2.0\ngithub.com/goreleaser/fileglob v1.2.0\n- github.com/goreleaser/nfpm/v2 v2.9.2\n+ github.com/goreleaser/nfpm/v2 v2.10.0\ngithub.com/im...
Go
MIT License
goreleaser/goreleaser
feat(deps): update nfpm Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
feat
deps
269,464
28.11.2021 11:29:20
10,800
85281bcec1453fea9bcee5c8f57833d57ecac480
docs: update schema pro
[ { "change_type": "MODIFY", "diff": "\"additionalProperties\": false,\n\"type\": \"object\"\n},\n+ \"ChangeLogGroup\": {\n+ \"properties\": {\n+ \"title\": {\n+ \"type\": \"string\"\n+ },\n+ \"regexp\": {\n+ \"type\": \"string\"\n+ },\n+ \"order\": {\n+ \"type\": \"integer\"\n+ }\n+ },\n+ \"additionalPropert...
Go
MIT License
goreleaser/goreleaser
docs: update schema pro Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
docs
null
217,922
28.11.2021 11:41:22
-3,600
6c5150ede60127683bf0fe7a5c3e6202b6609632
feat(alarms): added db button next to coords to open node details
[ { "change_type": "MODIFY", "diff": "@@ -227,6 +227,13 @@ export class AlarmsFacade {\ndisplay.spawned = this.isSpawned(alarm, date);\ndisplay.played = this.isPlayed(alarm, date);\ndisplay.groupNames = alarm.groupNames || '';\n+ if (Math.abs(alarm.type) < 4) {\n+ display.dbType = 'node';\n+ } else if (alarm....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(alarms): added db button next to coords to open node details
1
feat
alarms
317,646
28.11.2021 14:29:33
-3,600
8c0d33cf13b048f387e6a30a5e15d50c14607bbc
feat(pwsh): sync themes un update/install
[ { "change_type": "MODIFY", "diff": "@@ -13,14 +13,12 @@ Param\n# set the actual version number\n(Get-Content '.\\oh-my-posh.psd1' -Raw).Replace('0.0.0.1', $ModuleVersion) | Out-File -Encoding 'UTF8' '.\\oh-my-posh.psd1'\n-# copy all themes into the module folder\n-Copy-Item -Path \"../../../themes\" -Destin...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(pwsh): sync themes un update/install
1
feat
pwsh
317,646
28.11.2021 14:55:44
-3,600
a2be3faefe5fcc3140574d6632b8d6362bb63988
refactor: display themes function in PowerShell
[ { "change_type": "MODIFY", "diff": "@@ -145,7 +145,3 @@ function Set-PoshPrompt {\n$poshCommand = Get-PoshCommand\n(& $poshCommand --init --shell=pwsh --config=\"$config\") | Invoke-Expression\n}\n-\n-function Get-PoshThemes() {\n- Write-Host 'Get-PoshThemes is deprecated, please have a look at all the them...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor: display themes function in PowerShell
1
refactor
null
317,646
28.11.2021 15:21:27
-3,600
64a9e65e7414288541f3a2d4f0bec5a922f01c3c
docs(windows): simplify installation guide
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ functionality, going through the additional steps below will help you get starte\nWe downloaded all the themes and set `jandedobbeleer.omp.json` as the one to use.\nHowever, there are [a lot more][themes] to be discovered and maybe there are some you like ...
Go
MIT License
jandedobbeleer/oh-my-posh
docs(windows): simplify installation guide
1
docs
windows
217,231
28.11.2021 16:39:04
-10,800
669a72f0feeb1da86f82d458c5ebe01c99b24199
fix: preview OG meta endpoint. Removed test templates.
[ { "change_type": "DELETE", "diff": "Binary files a/website/open-graph-templates/basic/Kanit-Bold.ttf and /dev/null differ\n", "new_path": "website/open-graph-templates/basic/Kanit-Bold.ttf", "old_path": "website/open-graph-templates/basic/Kanit-Bold.ttf" }, { "change_type": "MODIFY", "di...
JavaScript
MIT License
feature-sliced/documentation
fix: preview OG meta endpoint. Removed test templates.
1
fix
null
902,122
28.11.2021 18:23:56
-3,600
56feb3db78c44661fd611ff431b7c00b464bb8d9
fix: ensure request is aborted
[ { "change_type": "MODIFY", "diff": "@@ -165,7 +165,7 @@ module.exports = ({\nconst resourceType = req.resourceType()\nif (!abortTypes.includes(resourceType)) {\ndebug('continue', { url: req.url(), resourceType })\n- return req.continue(req.continueRequestOverrides(), 2)\n+ return req.continue(req.continueRe...
JavaScript
MIT License
microlinkhq/browserless
fix: ensure request is aborted
1
fix
null
317,646
28.11.2021 19:04:23
-3,600
603c4da30b1c05b871c27a89b8b41faf37c83b57
fix(pwsh): publish module without irrelevant files
[ { "change_type": "RENAME", "diff": "", "new_path": "packages/powershell/README.md", "old_path": "packages/powershell/oh-my-posh/README.md" }, { "change_type": "ADD", "diff": "+Param\n+(\n+ [parameter(Mandatory=$true)]\n+ [string]\n+ $ModuleVersion,\n+ [parameter(Mandatory=$true)]\n+ [str...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(pwsh): publish module without irrelevant files
1
fix
pwsh
531,793
28.11.2021 19:07:37
0
92d6af3cfa73a3e099db67ac9802f9f9a109fba2
fix(ui): set output path for purgecss
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"start\": \"REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start\",\n\"build\": \"react-scripts build\",\n- \"postbuild\": \"make backup-css && purgecss -c purgecss.config.js\",\n+ \"postbuild\": \"make backup-css && purgecss -c purgecss.config...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): set output path for purgecss
1
fix
ui
889,620
28.11.2021 19:23:52
-28,800
6609e4ce04fa7f9c8b61268d0c8edb127671985d
fix(api): only mark unread book as read for tachiyomi readlist
[ { "change_type": "MODIFY", "diff": "@@ -309,7 +309,10 @@ class ReadListController(\nBookSearchWithReadProgress(),\nUnpagedSorted(Sort.by(Sort.Order.asc(\"readList.number\")))\n).filterIndexed { index, _ -> index < readProgress.lastBookRead }\n- .forEach { book -> bookLifecycle.markReadProgressCompleted(book...
Kotlin
MIT License
gotson/komga
fix(api): only mark unread book as read for tachiyomi readlist
1
fix
api
317,646
28.11.2021 19:48:56
-3,600
e3b6dbe91e3ef9d7cdc9c93d651c935e4fb0efc8
fix: add release changelog
[ { "change_type": "MODIFY", "diff": "@@ -73,7 +73,7 @@ jobs:\nuses: softprops/action-gh-release@v1\nwith:\ntag_name: ${{ needs.changelog.outputs.tag }}\n- body: ${{ needs.changelog.outputs.clean_changelog }}\n+ body: ${{ needs.changelog.outputs.body }}\nfail_on_unmatched_files: true\ntoken: ${{ secrets.GH_PA...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: add release changelog
1
fix
null
269,464
28.11.2021 20:41:04
10,800
af4a8642bddb171914ee932bfb5768f102c3516f
docs: update tmpl
[ { "change_type": "MODIFY", "diff": "@@ -11,12 +11,13 @@ support templating.\nOn fields that support templating, these fields are always available:\n| Key | Description |\n-|---------------------|--------------------------------------------------------------------------------------------------------|\n+|----...
Go
MIT License
goreleaser/goreleaser
docs: update tmpl Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
docs
null
317,768
28.11.2021 23:34:37
0
274ec4ad120a8e5d868895d01168244786fbcb45
feat(winreg): fix squash merge
[ { "change_type": "MODIFY", "diff": "\"description\": \"The key under he registry path to get (case insensitive). If left blank, will get the value of the (Default) key in the registry_path\",\n\"default\": \"\"\n},\n- \"query_fail_behaviour\" : {\n+ \"fallback\": {\n\"type\":\"string\",\n- \"title\": \"Quer...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(winreg): fix squash merge
1
feat
winreg
603,467
29.11.2021 01:44:29
0
9fc94b0ff67bd070e6309469e8b48393ea166c92
chore(cucumber): reduced concurrency of cucumber integration tests
[ { "change_type": "MODIFY", "diff": "\"lint:fix\": \"lerna run lint:fix --parallel\",\n\"test\": \"lerna run test --stream --scope @serenity-js/*\",\n\"integration-test:all\": \"lerna run test --stream --concurrency 1 --scope @integration/*\",\n- \"integration-test:cucumber\": \"lerna run test --stream --sco...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(cucumber): reduced concurrency of cucumber integration tests
1
chore
cucumber
603,467
29.11.2021 02:03:52
0
4d051e3f74815f604f1e9adad6eb649b03ad886a
ci(github): run cucumber integration tests in parallel
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"clean\": \"rimraf lib\",\n\"lint\": \"eslint --ext ts --config ../../.eslintrc.js\",\n- \"test\": \"mocha --config .mocharc.yml\"\n+ \"test\": \"mocha --parallel --config .mocharc.yml\"\n},\n\"repository\": {\n\"type\": \"git\",\n", "new_path": "inte...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): run cucumber integration tests in parallel
1
ci
github
530,289
29.11.2021 02:15:37
28,800
e53b28af1e838b1ea54cbd7553a9fdab0a91df37
chore: improve error output for projen synth 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": "@@ -120,8 +120,11 @@ export async function synth(runtime: TaskRuntime, options: SynthOptions) {\n}\nconst ret = spawnSync(process.execPath, [rcfile], { stdio: ['inherit', 'inherit', 'pipe'] });\n- if (ret.status !== 0) {\n+ if (ret.error) {\nthrow new Error(`Synthesis fai...
TypeScript
Apache License 2.0
projen/projen
chore: improve error output for projen synth (#1263) --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1
chore
null
603,467
29.11.2021 02:16:52
0
6b439229bd91eb1e8e358d8e399085d4cf170950
ci(github): parallelise cucumber integration tests at the GitHub runner level
[ { "change_type": "MODIFY", "diff": "@@ -216,7 +216,13 @@ jobs:\nstrategy:\nmatrix:\nmodule:\n- - cucumber\n+ - cucumber-1\n+ - cucumber-2\n+ - cucumber-3\n+ - cucumber-4\n+ - cucumber-5\n+ - cucumber-6\n+ - cucumber-7\n- jasmine\n- mocha\n- protractor\n", "new_path": ".github/workflows/main.yaml", "...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): parallelise cucumber integration tests at the GitHub runner level
1
ci
github
667,676
29.11.2021 04:07:36
-28,800
707e969ef930f1dcafc2ab2883d4b74ffddbfe01
fix(core): remove runtime exception
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,6 @@ set(ABI_COMPILE_OPTIONS\n-fno-exceptions\n-fno-strict-aliasing\n-Wall\n- -fexceptions\n-Wno-unused-parameter\n-Wno-missing-field-initializers\n-pipe\n", "new_path": "android/sdk/src/main/jni/CMakeLists.txt", "old_path": "android/sdk/src/main/jni/...
C++
Apache License 2.0
tencent/hippy
fix(core): remove runtime exception
1
fix
core
276,939
29.11.2021 08:49:14
10,800
fbdcf608d3152f4d098bcec5f45492fd28183123
fix(dropdown-native): options require cycle in android
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,8 @@ import React from 'react';\nimport styled from 'styled-components';\nimport { func, arrayOf, string, shape, number, oneOfType } from 'prop-types';\nimport { TouchableWithoutFeedback } from 'react-native';\n-import { Text, List } from '../..';\n+import Text...
JavaScript
MIT License
gympass/yoga
fix(dropdown-native): options require cycle in android
1
fix
dropdown-native
386,584
29.11.2021 09:22:54
-7,200
ce1d3e45d5e3add137a97c17461fcf57159dc3e2
fix(blocksAntd): Added deboucing condition to Selector and MultipleSelector.
[ { "change_type": "MODIFY", "diff": "@@ -106,8 +106,10 @@ const MultipleSelector = ({\n}}\nonSearch={async (value) => {\nsetFetch(true);\n- await methods.triggerEvent({ name: 'onSearch', event: { value } });\n+ const result = await methods.triggerEvent({ name: 'onSearch', event: { value } });\n+ if (!result....
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocksAntd): Added deboucing condition to Selector and MultipleSelector.
1
fix
blocksAntd
777,399
29.11.2021 09:23:09
28,800
518b06eac2c7e10257860f338e61420bf9db230d
fix: make Helm deployment work with no OpenShift config present We need to account for the case where the `openshift` key is not present at all; Helm fails to run in that case without this change.
[ { "change_type": "MODIFY", "diff": "+{{- if .Values.openshiftRoute }}\n{{- if .Values.openshiftRoute.enabled }}\napiVersion: route.openshift.io/v1\nkind: Route\n@@ -16,3 +17,4 @@ spec:\nweight: 100\nwildcardPolicy: None\n{{- end }}\n+{{- end }}\n", "new_path": "helm/charts/determined/templates/master-ro...
Python
Apache License 2.0
determined-ai/determined
fix: make Helm deployment work with no OpenShift config present (#3230) We need to account for the case where the `openshift` key is not present at all; Helm fails to run in that case without this change.
1
fix
null
603,467
29.11.2021 09:30:47
0
42d2fe47178cf9aae037ae8b4e67df5ec1ef3275
ci(github): archive integration test reports upon failure
[ { "change_type": "MODIFY", "diff": "@@ -255,7 +255,16 @@ jobs:\n- uses: actions/upload-artifact@v2\nwith:\n+ if: failure()\nretention-days: 3\n+ name: integration-test-reports-${{ matrix.module }}\n+ path: |\n+ integration/**/target/**/*\n+ package.json\n+\n+ - uses: actions/upload-artifact@v2\n+ with:\n+ r...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): archive integration test reports upon failure
1
ci
github
386,584
29.11.2021 10:01:08
-7,200
910bee0837ad1bd55d456f339a7750ed37aa5d0c
fix(blocks-antd): Added debounce condition to Selector and MultipleSelector
[ { "change_type": "MODIFY", "diff": "@@ -110,8 +110,10 @@ const MultipleSelector = ({\n}}\nonSearch={async (value) => {\nsetFetch(true);\n- await methods.triggerEvent({ name: 'onSearch', event: { value } });\n+ const result = await methods.triggerEvent({ name: 'onSearch', event: { value } });\n+ if (!result....
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocks-antd): Added debounce condition to Selector and MultipleSelector
1
fix
blocks-antd
392,551
29.11.2021 10:15:53
-3,600
b2d1f2d49faa4b6a333c72208427944547163836
feat: config to color point clouds by cluster Add point visualization mode configuration setting. Add mode to paint colors in the same cluster with a single random color.
[ { "change_type": "MODIFY", "diff": "@@ -2336,6 +2336,12 @@ declare var OriginalPositionMode: {|\n+Flat: 2, // 2\n|};\n+declare var PointVisualizationMode: {|\n+ +Hidden: 0, // 0\n+ +Original: 1, // 1\n+ +Cluster: 2, // 2\n+|};\n+\n/**\n* Interface for configuration of spatial component.\n* @interface\n@@ -2...
TypeScript
MIT License
mapillary/mapillary-js
feat: config to color point clouds by cluster Add point visualization mode configuration setting. Add mode to paint colors in the same cluster with a single random color.
1
feat
null
317,768
29.11.2021 10:17:10
0
d87b14754483786b9dff6e2eae14813508aeb1cb
feat(winreg): adjust return logic in enabled
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,10 @@ func (wr *winreg) enabled() bool {\nvar err error\nwr.Value, err = wr.env.getWindowsRegistryKeyValue(registryPath, registryKey)\n- if err != nil {\n+ if err == nil {\n+ return true\n+ }\n+\nif len(fallback) > 0 {\nwr.Value = fallback\nreturn true\n@@ -4...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(winreg): adjust return logic in enabled
1
feat
winreg
419,616
29.11.2021 10:18:07
-3,600
a8eb2143cebd69979297ecc65bf88788048a939b
docs(migrations): fix webpack context module api link
[ { "change_type": "MODIFY", "diff": "@@ -221,7 +221,7 @@ await MikroORM.init({\n});\n```\n-With the help of (webpacks context module api)[https://webpack.js.org/guides/dependency-management/#context-module-api]\n+With the help of [webpack's context module api](https://webpack.js.org/guides/dependency-managem...
TypeScript
MIT License
mikro-orm/mikro-orm
docs(migrations): fix webpack context module api link (#2477)
1
docs
migrations
306,320
29.11.2021 10:24:48
0
8d16993d47c574740e7a7cff79bce2880805ccb0
feat: add slack message format
[ { "change_type": "MODIFY", "diff": "@@ -148,6 +148,8 @@ func outputCmd(ctx *config.RunContext) *cobra.Command {\ncase \"github-comment\":\nopts.IncludeHTML = true\nb, err = output.ToMarkdown(combined, opts)\n+ case \"slack-message\":\n+ b, err = output.ToSlackMessage(combined, opts)\ndefault:\nb, err = outp...
Go
Apache License 2.0
infracost/infracost
feat: add slack message format (#1149)
1
feat
null
777,374
29.11.2021 10:32:43
28,800
0f6a0f26486456bf99cc61c6e4560c2e8569389b
ci: lint-python: readjust to fresh flake8-bugbear==21.11.28 release.
[ { "change_type": "MODIFY", "diff": "@@ -22,11 +22,12 @@ def make_one_var_tf_dataset_loader(hparams: Dict[str, Any], batch_size: int):\nclass OneVarTrial(keras.TFKerasTrial):\n- _searcher_metric = \"loss\"\n\"\"\"\nModels a simple one variable(y = wx) neural network, and a MSE loss function.\n\"\"\"\n+ _sear...
Python
Apache License 2.0
determined-ai/determined
ci: lint-python: readjust to fresh flake8-bugbear==21.11.28 release. (#3239)
1
ci
null
791,704
29.11.2021 10:42:15
28,800
6812ea94b739968c8ec953f9df5eb40831ce5501
core(legacy-javascript): remove Object.getOwnPropertyNames signal
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,6 @@ const expectations = {\n{signal: 'Object.entries'},\n{signal: 'Object.freeze'},\n{signal: 'Object.getOwnPropertyDescriptors'},\n- {signal: 'Object.getOwnPropertyNames'},\n{signal: 'Object.getPrototypeOf'},\n{signal: 'Object.isExtensible'},\n{signal: 'Obj...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(legacy-javascript): remove Object.getOwnPropertyNames signal (#13442)
1
core
legacy-javascript
386,581
29.11.2021 10:44:29
-7,200
827deaebf41065ce5532fe6a97efbc310a0a6f28
chore: Add v4 build files to gitignore.
[ { "change_type": "MODIFY", "diff": "**/es/*\n**/coverage/*\n**/.lowdefy/*\n+**/.next/*\n**/.env\n**/lowdefy.yaml\n!packages/docs/lowdefy.yaml\n.DS_Store\n+packages/server/build/**\npackages/express/config/**\npackages/build/src/test/writeFile.txt\npackages/graphql/globalConfig.json\n", "new_path": ".git...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Add v4 build files to gitignore.
1
chore
null
386,588
29.11.2021 11:09:00
-7,200
4e23fec8a4985d7453dfcf750298bc0bedeb34a2
feat: Add _diff to client operators as well as server.
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,6 @@ _ref:\npageId: _diff\npageTitle: _diff\nfilePath: operators/_diff.yaml\n- env: Server Only\nmethods:\n- name: deep\ntypes: |\n", "new_path": "packages/docs/operators/_diff.yaml", "old_path": "packages/docs/operators/_diff.yaml" }, { "chan...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Add _diff to client operators as well as server.
1
feat
null
104,828
29.11.2021 11:15:20
-3,600
11e73ee2582fb7a93caa82dc1cd36db37c8d641a
doc(tablecolumncustomizationmodal): update docs
[ { "change_type": "MODIFY", "diff": "@@ -39,18 +39,52 @@ import { ListBuilder } from 'carbon-addons-iot-react';\n## Props\n| Name | Type | Default | Description |\n-| :--------------------- | :------- | :-------------------------------------- | :---------------------------------------------------------------...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
doc(tablecolumncustomizationmodal): update docs
1
doc
tablecolumncustomizationmodal
276,976
29.11.2021 11:20:35
10,800
85631ead73fae06ad36f3f2a1c8ad909b9dfb1ee
chore(component): added a warn when is used a variant nonexistent Added a warn when is used a variant nonexistent in PlanCard ListItem
[ { "change_type": "MODIFY", "diff": "#### Props - PlanCard\n-<PropsTable component=\"PlanCard\" platform=\"web\" />\n+<PropsTable component=\"PlanCard\" platform=\"native\" />\n#### Props - PlanCard.Content\n-<PropsTable component=\"PlanCard.Content\" platform=\"web\" />\n+<PropsTable component=\"PlanCard.Co...
JavaScript
MIT License
gympass/yoga
chore(component): added a warn when is used a variant nonexistent Added a warn when is used a variant nonexistent in PlanCard ListItem
1
chore
component
815,577
29.11.2021 11:26:45
-28,800
c695b9e21415c9cc1be019ac7fa19c2c2c3cfa02
chore: panic with error message
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,8 @@ impl KeyValueBackend for RocksDBBackend {\n} else {\nbuilder.tempdir()\n};\n- if let Ok(cache_dir) = cache_dir_res {\n+ match cache_dir_res {\n+ Ok(cache_dir) => {\n// We minimize memory usage at all costs here.\n// If we want to use more memory, we shou...
Rust
MIT License
nervosnetwork/ckb
chore: panic with error message
1
chore
null
386,581
29.11.2021 11:33:30
-7,200
3c98732584325622c56ebd042b1dab9df0427e02
fix: Add loading and error icons to icon plugin import.
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,7 @@ packages/server/build/**\n.DS_Store\npackages/build/src/test/writeFile.txt\n+packages/build/build/**\npackages/plugins/connections/connection-mongodb/mongod-*\npackages/plugins/connections/connection-mongodb/globalConfig.json\n", "new_path": ".gitign...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Add loading and error icons to icon plugin import.
1
fix
null
705,211
29.11.2021 11:44:38
18,000
6a0f105a5b9d120c00a09776beb2290826e1a042
feat(Flyout): Add a FlyoutPresenterStyle that will help to have fullscreen, modal centered and bottom sheet Flyout BREAKING CHANGE: `MaterialFlyoutPresenterStyle ` was changed for `MaterialContentFlyoutPresenterStyle` and a new `MaterialFlyoutPresenterStyle` was added in order to have fullscreen, modal centered, and bo...
[ { "change_type": "MODIFY", "diff": "<!-- Material FlyoutPresenter Style -->\n<Style x:Key=\"MaterialFlyoutPresenterStyle\"\nTargetType=\"FlyoutPresenter\">\n+ <Setter Property=\"HorizontalAlignment\"\n+ Value=\"Stretch\" />\n+ <Setter Property=\"VerticalAlignment\"\n+ Value=\"Stretch\" />\n+ <Setter Propert...
C#
Apache License 2.0
unoplatform/uno.themes
feat(Flyout): Add a FlyoutPresenterStyle that will help to have fullscreen, modal centered and bottom sheet Flyout BREAKING CHANGE: `MaterialFlyoutPresenterStyle ` was changed for `MaterialContentFlyoutPresenterStyle` and a new `MaterialFlyoutPresenterStyle` was added in order to have fullscreen, modal centered, and bo...
1
feat
Flyout
749,519
29.11.2021 11:46:23
18,000
e82c87169a9d03317f14dd727fcd0f1de1e311f6
fix(buttons): Remove repeated word from prop description
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ export interface IAnchorProps extends AnchorHTMLAttributes<HTMLAnchorElement> {\nisDanger?: boolean;\n/**\n* Attaches `target=\"_blank\"` and `rel=\"noopener noreferrer\"` to an anchor that\n- * navigates to an external resource. This ensures ensures tha...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(buttons): Remove repeated word from prop description (#1250)
1
fix
buttons
603,467
29.11.2021 11:56:03
0
faf796d70b6ec45d8be25437bc4b4f4f4f60ebb1
ci(github): pre-cache npm modules
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ on:\njobs:\n- lint:\n+ install:\nif: \"!contains(github.event.head_commit.message, 'ci skip')\"\nruns-on: ubuntu-latest\nsteps:\n@@ -27,11 +27,31 @@ jobs:\nenv:\nCHROMEDRIVER_FILEPATH: \"/usr/bin/chromedriver\"\n+ lint:\n+ needs:\n+ - install\n+ runs-on: u...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): pre-cache npm modules
1
ci
github
603,467
29.11.2021 12:04:12
0
2ca2ae826e44a5b76ddc6861c8c983a4e5945e39
ci(github): removed pre-caching since it doesn't change much
[ { "change_type": "MODIFY", "diff": "@@ -9,27 +9,8 @@ on:\njobs:\n- install:\n- if: \"!contains(github.event.head_commit.message, 'ci skip')\"\n- runs-on: ubuntu-latest\n- steps:\n- - name: Checkout repository\n- uses: actions/checkout@v2\n- - name: Setup Node\n- uses: actions/setup-node@v2\n- with:\n- node-...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): removed pre-caching since it doesn't change much
1
ci
github
603,467
29.11.2021 12:14:04
0
3cdadab8f8ef827826d5e2a7cd1a6d2be7ae539b
ci(github): separated building the api docs from publishing the website
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,10 @@ on:\njobs:\n+ #\n+ # Build\n+ #\n+\nlint:\nif: \"!contains(github.event.head_commit.message, 'ci skip')\"\nruns-on: ubuntu-latest\n@@ -30,6 +34,36 @@ jobs:\n- name: Lint\nrun: make lint\n+ api-docs:\n+ if: \"!contains(github.event.head_commit.message, 'ci...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): separated building the api docs from publishing the website
1
ci
github
603,467
29.11.2021 13:15:58
0
403eb33ed6107b7125f2ae00619c9796ecd7067f
ci(github): refactored job names so that they're easier to read on the GH graph
[ { "change_type": "MODIFY", "diff": "@@ -197,7 +197,7 @@ jobs:\n# Integration test\n#\n- integration-test-saucelabs:\n+ integration-saucelabs:\nneeds:\n- compile\nruns-on: ubuntu-latest\n@@ -207,7 +207,7 @@ jobs:\nwith:\nusername: ${{ secrets.SAUCE_USERNAME }}\naccessKey: ${{ secrets.SAUCE_ACCESS_KEY }}\n- t...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): refactored job names so that they're easier to read on the GH graph
1
ci
github
386,581
29.11.2021 13:16:33
-7,200
d2e343eb8b644d953babac628470e785af641237
fix: Fix static files.
[ { "change_type": "MODIFY", "diff": "@@ -115,21 +115,23 @@ const PageHeaderMenu = ({\nproperties.header,\n])}\ncontent={{\n+ // TODO: use next/image\n+ // TODO: Link to home=true\ncontent: () => (\n<>\n- <Link href={`${basePath}/${homePageId}`}>\n+ <Link href={`${homePageId}`}>\n<img\nsrc={\n(properties.logo...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Fix static files.
1
fix
null
603,467
29.11.2021 13:23:56
0
1fdac2e8264425e69a676bb44734cef6db50647b
ci(github): refactored pipeline job names
[ { "change_type": "MODIFY", "diff": "@@ -99,7 +99,7 @@ jobs:\n#\ntest-linux-node-lts-active:\n- name: test-linux-node-lts-active\n+ name: test (Linux, LTS)\nneeds:\n- compile\nruns-on: ubuntu-latest\n@@ -137,6 +137,7 @@ jobs:\npackage.json\ntest-linux-node-lts-previous:\n+ name: test (Linux, LTS-1)\nneeds:\n...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): refactored pipeline job names
1
ci
github
386,581
29.11.2021 13:43:50
-7,200
6a254ed88282a4965aa6e7399250668a409310a3
feat: Add icons and webmanifest to next server.
[ { "change_type": "MODIFY", "diff": "@@ -28,4 +28,7 @@ module.exports = withLess({\n// experimental: {\n// concurrentFeatures: true,\n// },\n+ eslint: {\n+ ignoreDuringBuilds: true,\n+ },\n});\n", "new_path": "packages/server/next.config.js", "old_path": "packages/server/next.config.js" }, { ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Add icons and webmanifest to next server.
1
feat
null
104,825
29.11.2021 14:13:58
18,000
b019104d1e151ea1a976d61c7dd4f1f2d7d52aef
refactor(empty state): apply suggested changes
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ export class AITableHeaderItem extends TableHeaderItem {\n/**\n* Defines the alignment of the the header item and the column below it.\n*/\n- alignment: 'start' | 'center' | 'end';\n+ alignment: 'start' | 'center' | 'end' = 'start';\n}\n/**\n", "new_pa...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
refactor(empty state): apply suggested changes
1
refactor
empty state
386,581
29.11.2021 14:32:41
-7,200
a908c1c1f8ccaab37643bf8a043a6cec8f82f243
fix: Fix blocks-echarts yarn berry packageExtensions.
[ { "change_type": "MODIFY", "diff": "@@ -5613,10 +5613,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/server\", \"workspace:packages/server\"],\n[\"@lowdefy/api\", \"workspace:packages/api\"],\n[\"@lowdefy/block-utils\", \"workspace:packages/utils/block-utils\"],\n- [\"@lowdefy/blo...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Fix blocks-echarts yarn berry packageExtensions.
1
fix
null
756,059
29.11.2021 14:49:32
28,800
f220dd8d89a6ca9ae61093d7613720a4454b62b6
feat: support vatstore iteration over explicit key bounds
[ { "change_type": "MODIFY", "diff": "@@ -51,13 +51,15 @@ export function makeKernelSyscallHandler(tools) {\nreturn `${vatID}.vs.${key}`;\n}\n- let workingKeyPrefix;\nlet workingPriorKey;\n+ let workingLowerBound;\n+ let workingUpperBound;\nlet workingKeyIterator;\nfunction clearVatStoreIteration() {\n- worki...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: support vatstore iteration over explicit key bounds
1
feat
null
846,811
29.11.2021 15:08:57
-28,800
dceb2fe49d2e3c8f2cf068c3af67940e26a646dc
docs: clean all invalid links (close
[ { "change_type": "MODIFY", "diff": "@@ -385,7 +385,7 @@ It seems no any changes here.\n* A VuePress Blog Theme implemented in around 70 lines**: https://github.com/ulivz/70-lines-of-vuepress-blog-theme\n* **Default Blog Theme**: [@vuepress/plugin-blog](https://github.com/ulivz/vuepress-theme-blog)\n- * Live...
JavaScript
MIT License
vuejs/vuepress
docs: clean all invalid links (close #2955) (#2956)
1
docs
null
756,039
29.11.2021 15:24:57
28,800
4f89c55f2c1ff7568176c8c8f733e7867fd1284e
chore(wallet): update lerna.json
[ { "change_type": "MODIFY", "diff": "\".\",\n\"golang/cosmos\",\n\"packages/*\",\n- \"packages/dapp-*/api\",\n- \"packages/dapp-*/contract\",\n- \"packages/dapp-*/ui\"\n+ \"packages/wallet/api\",\n+ \"packages/wallet/ui\"\n],\n\"version\": \"independent\"\n}\n", "new_path": "lerna.json", "old_path": ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(wallet): update lerna.json
1
chore
wallet
104,828
29.11.2021 15:39:29
-3,600
29397a7720d50427792a3b1ab0aefd35ef0b3be2
fix(listbuilder): add back and deprecate i18n props
[ { "change_type": "MODIFY", "diff": "@@ -114,6 +114,14 @@ const propTypes = {\nselectedListEmptyText: PropTypes.string,\n/** icon description label for the clear search icon */\nclearSearchIconDescription: PropTypes.string,\n+ expand: deprecate(\n+ PropTypes.string,\n+ `The 'expand' prop has been deprecated....
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(listbuilder): add back and deprecate i18n props
1
fix
listbuilder
667,713
29.11.2021 15:46:12
-28,800
6df1192053b84cccb3dd40ced08d97104796bb34
fix(android): release engine context when destroy
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,7 @@ public class HippyGlobalConfigs {\n*/\nprivate final HippySharedPreferencesAdapter mSharedPreferencesAdapter;\n- private final Context mContext;\n+ private Context mContext;\n/**\n* Crash Handler\n@@ -143,17 +143,16 @@ public class HippyGlobalConfigs {\n...
C++
Apache License 2.0
tencent/hippy
fix(android): release engine context when destroy
1
fix
android
756,013
29.11.2021 15:50:48
21,600
e866975fcda19afdf14adbd1ad59fc2b353c8b06
feat(deployment): enable `ag-setup-cosmos init --noninteractive`
[ { "change_type": "MODIFY", "diff": "@@ -278,9 +278,12 @@ const doInit = ({\n}) => async (progname, args) => {\nconst { needDoRun, cwd, chdir } = running;\nconst PROVIDERS = makeProviders({ env, inquirer, wr, setup, fetch });\n- let {\n- _: [dir, overrideNetworkName],\n- } = parseArgs(args.slice(1));\n+\n+ c...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(deployment): enable `ag-setup-cosmos init --noninteractive`
1
feat
deployment
756,013
29.11.2021 15:52:08
21,600
3b9e8b1d72822d373021a36a45921b42e347899e
fix(deployment): properly detect faucet address in faucet-helper.sh
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ OP=$1\nshift\nACH=\"agd --home=$FAUCET_HOME --log_level=info\"\n-FAUCET_ADDR=$($ACH keys show -a faucet)\n+FAUCET_ADDR=$($ACH keys show --keyring-backend=test -a faucet)\nchainName=$(cat \"$thisdir/ag-chain-cosmos/chain-name.txt\")\nIFS=, read -r -a orig...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(deployment): properly detect faucet address in faucet-helper.sh
1
fix
deployment
756,013
29.11.2021 15:52:53
21,600
0de794defee4932faa8918453f9fb16d3741afa4
refactor: separate out `scripts/install-deps.sh`
[ { "change_type": "MODIFY", "diff": "@@ -11,23 +11,13 @@ ARG REPO=agoric/agoric-sdk\nFROM $REPO:$TAG\n-# Install Terraform.\n-ARG TERRAFORM_VERSION=0.11.14\n-RUN curl https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip > terraform.zip && \\\n- unzip -d...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor: separate out `scripts/install-deps.sh`
1
refactor
null
756,013
29.11.2021 15:53:40
21,600
7c23b16e8d4864a064daff57197ca0f6723a5b6f
ci(deployment-test): run Docker local chain network deployment
[ { "change_type": "ADD", "diff": "+name: Test chain deployment\n+\n+on:\n+ schedule:\n+ - cron: \"0 0 * * *\"\n+\n+jobs:\n+ docker-integration:\n+ runs-on: ubuntu-18.04\n+ steps:\n+ - uses: actions/checkout@v2\n+ - uses: ./.github/actions/restore-node\n+ with:\n+ node-version: 14.x\n+ - run: sudo ./packages/...
JavaScript
Apache License 2.0
agoric/agoric-sdk
ci(deployment-test): run Docker local chain network deployment
1
ci
deployment-test
126,276
29.11.2021 15:55:40
10,800
993ab0f8eb5d3083191d3d02d0db6cd527df2be4
chore(embedded/sql): de-duplicate tx attributes using tx header struct
[ { "change_type": "MODIFY", "diff": "@@ -325,7 +325,7 @@ func OpenWith(path string, vLogs []appendable.Appendable, txLog, cLog appendable\nreturn nil, fmt.Errorf(\"corrupted transaction log: could not read the last transaction: %w\", err)\n}\n- committedAlh = tx.Alh\n+ committedAlh = tx.header.Alh()\n}\nvLog...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): de-duplicate tx attributes using tx header struct Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
603,467
29.11.2021 15:59:53
0
bb0596eafdd98a4338e6d75594c5b28e8c52e0c0
chore(web): removed old integration test runners
[ { "change_type": "DELETE", "diff": "-#!/usr/bin/env node\n-require('../lib/index');\n", "new_path": null, "old_path": "integration/protractor-web/bin/protractor-runner.js" }, { "change_type": "DELETE", "diff": "-#!/usr/bin/env node\n-require('../lib/index');\n", "new_path": null, ...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(web): removed old integration test runners
1
chore
web
71,748
29.11.2021 16:01:23
0
fa2ecc971cd756ea0cbf2dace64076ce964f88bc
feat: aws-cdk-lib is now stable! The aws-cdk-lib library is now stable and ready for the production V2 launch.
[ { "change_type": "MODIFY", "diff": "\"url\": \"https://github.com/aws/aws-cdk.git\",\n\"directory\": \"packages/aws-cdk-lib\"\n},\n- \"stability\": \"experimental\",\n- \"maturity\": \"developer-preview\",\n+ \"stability\": \"stable\",\n+ \"maturity\": \"stable\",\n\"scripts\": {\n\"gen\": \"ubergen\",\n\"b...
TypeScript
Apache License 2.0
aws/aws-cdk
feat: aws-cdk-lib is now stable! The aws-cdk-lib library is now stable and ready for the production V2 launch.
1
feat
null
756,013
29.11.2021 16:08:18
21,600
5c88f959472d4337713389347f7a6783fe2b2a14
ci: use `yarn install --frozen-lockfile` to vet `yarn.lock`
[ { "change_type": "MODIFY", "diff": "@@ -25,8 +25,8 @@ runs:\nwith:\npath: .\nkey: ${{ runner.os }}-${{ inputs.node-version }}-built-${{ github.sha }}\n- - name: yarn install\n- run: yarn install\n+ - name: yarn install --frozen-lockfile\n+ run: yarn install --frozen-lockfile\nshell: bash\nif: steps.built.ou...
JavaScript
Apache License 2.0
agoric/agoric-sdk
ci: use `yarn install --frozen-lockfile` to vet `yarn.lock`
1
ci
null
392,551
29.11.2021 16:13:34
-3,600
acea32b591c19a0105fec5141ad89fe125f125fb
refactor: use smooth step instead of unit bezier Remove UnitBezier dependency to simplify code, limit the number of dependencies, and avoid workarounds for unit tests.
[ { "change_type": "MODIFY", "diff": "\"last 2 versions\"\n],\n\"dependencies\": {\n- \"@mapbox/unitbezier\": \"0.0.0\",\n\"@types/earcut\": \"^2.1.1\",\n\"@types/node\": \"^14.14.31\",\n\"@types/pako\": \"^1.0.2\",\n", "new_path": "package.json", "old_path": "package.json" }, { "change_type":...
TypeScript
MIT License
mapillary/mapillary-js
refactor: use smooth step instead of unit bezier Remove UnitBezier dependency to simplify code, limit the number of dependencies, and avoid workarounds for unit tests.
1
refactor
null
667,713
29.11.2021 16:19:27
-28,800
aeeeb831a73a3748833aa8a026dde25c34269ee4
refactor(android): get bitmap of AsyncImageView
[ { "change_type": "MODIFY", "diff": "@@ -484,19 +484,11 @@ public class AsyncImageView extends ViewGroup implements Animator.AnimatorListen\nreturn;\n}\n- Bitmap bitmap = null;\n- switch (sourceType) {\n- case SOURCE_TYPE_SRC:\n- if (mSourceDrawable != null){\n- bitmap = mSourceDrawable.getBitmap();\n- }\n- ...
C++
Apache License 2.0
tencent/hippy
refactor(android): get bitmap of AsyncImageView
1
refactor
android
756,013
29.11.2021 16:26:58
21,600
ed7177b7622a4d2783ee6bd4c770f1d259e9830a
build(patches): remove noise on `stdout` from `ses`
[ { "change_type": "ADD", "diff": "+diff --git a/node_modules/ses/dist/ses.cjs b/node_modules/ses/dist/ses.cjs\n+index 121da57..107c4ca 100644\n+--- a/node_modules/ses/dist/ses.cjs\n++++ b/node_modules/ses/dist/ses.cjs\n+@@ -9808,7 +9808,7 @@ markVirtualizedNativeFunction)\n+ // of a debugging attempt. See th...
JavaScript
Apache License 2.0
agoric/agoric-sdk
build(patches): remove noise on `stdout` from `ses`
1
build
patches
185,952
29.11.2021 16:35:10
28,800
b766aae7b2acf93a5d8827fa6fd24650f0392ec3
chore: `npx uuaw macos-release`
[ { "change_type": "MODIFY", "diff": "@@ -8047,9 +8047,9 @@ lzma-native@^6.0.1:\nrimraf \"^2.7.1\"\nmacos-release@^2.2.0:\n- version \"2.4.1\"\n- resolved \"https://registry.yarnpkg.com/macos-release/-/macos-release-2.4.1.tgz#64033d0ec6a5e6375155a74b1a1eba8e509820ac\"\n- integrity sha512-H/QHeBIN1fIGJX517pvK8...
TypeScript
MIT License
electron/fiddle
chore: `npx uuaw macos-release` (#917)
1
chore
null
777,353
29.11.2021 16:50:05
21,600
c56f12dd9faca95cdc70431bd88c25e808b2415b
fix: stop Model Registry from showing empty message while loading
[ { "change_type": "MODIFY", "diff": "@@ -424,7 +424,7 @@ const ModelRegistry: React.FC = () => {\nreturn (\n<Page docTitle=\"Model Registry\" id=\"models\" loading={isLoading}>\n<Section title=\"Model Registry\">\n- {models.length === 0 ?\n+ {(models.length === 0 && !isLoading) ?\n<div className={css.emptyBa...
Python
Apache License 2.0
determined-ai/determined
fix: stop Model Registry from showing empty message while loading (#3240)
1
fix
null
603,467
29.11.2021 17:05:41
0
ffa57297e1e354270aaa1d7b9ddb473415b99f5f
refactor(codefactor): reduced complexity
[ { "change_type": "MODIFY", "diff": "@@ -15,8 +15,8 @@ describe(`@serenity-js/cucumber with Cucumber ${ cucumberVersion() }`, function\nPickEvent.from(res.events)\n.next(ActivityStarts, event => expect(event.details.name.value).to.match(new RegExp(\n- '^Given a step that receives a table:\\n' +\n- '| Develop...
TypeScript
Apache License 2.0
serenity-js/serenity-js
refactor(codefactor): reduced complexity
1
refactor
codefactor
777,401
29.11.2021 17:15:16
18,000
eefb0e6abc13a0f8f001d3d1cb1e34ef14fd3895
fix: don't create filestore with no_filestore flag
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**Bug Fixes**\n+\n+- Fix a bug GCP clusters created with ``det deploy gcp up --no-filestore`` still had unused\n+ filestores created.\n", "new_path": "docs/release-notes/3223-gcp-no-filestore.txt", "old_path": null }, { "change_type": "MODIFY",...
Python
Apache License 2.0
determined-ai/determined
fix: don't create filestore with no_filestore flag (#3233)
1
fix
null
815,595
29.11.2021 17:22:26
-28,800
3efbea70d7974269974005fe1b0476e7919c35fb
feat: run sync-mainnet.yml on self-hosted runner References:
[ { "change_type": "ADD", "diff": "+name: Sync Mainnet\n+\n+on:\n+ schedule:\n+ - cron: '0 0 * * *'\n+\n+jobs:\n+ sync-mainnet:\n+ runs-on: [ self-hosted, linux ]\n+ if: ${{ github.repository_owner == 'nervosnetwork' }}\n+ timeout-minutes: 1200\n+ env:\n+ AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }}\n+ AWS_S...
Rust
MIT License
nervosnetwork/ckb
feat: run sync-mainnet.yml on self-hosted runner References: - https://github.community/t/one-job-stuck-for-6-hrs-and-failed/165249 - https://github.community/t/is-that-possible-to-run-job-which-takes-more-than-6-hours-on-self-hosted-runner/17121/4
1
feat
null
756,013
29.11.2021 17:29:05
21,600
e3ce52835099064c90b9b6ae27a79b678628212c
ci(golang): download package dependencies
[ { "change_type": "ADD", "diff": "+name: Agoric SDK restore Golang build\n+description: 'Set up Golang environment and restore cached built files'\n+\n+inputs:\n+ go-version:\n+ description: 'The version of Go to use'\n+ required: true\n+\n+runs:\n+ using: composite\n+ steps:\n+ - uses: actions/checkout@v2\n...
JavaScript
Apache License 2.0
agoric/agoric-sdk
ci(golang): download package dependencies
1
ci
golang
756,013
29.11.2021 17:52:59
21,600
d75868b9c05b5ede14af92f78f1ddeef95e915d8
fix(deployment): accomodate `$GOBIN`
[ { "change_type": "MODIFY", "diff": "@@ -9,17 +9,20 @@ inputs:\nruns:\nusing: composite\nsteps:\n+ - name: set default environment variables\n+ run: echo GOPATH=\"$HOME/go\" >> $GITHUB_ENV\n+ shell: bash\n- uses: actions/checkout@v2\nwith:\nclean: 'false'\nsubmodules: 'true'\n- - uses: actions/setup-go@v1\n+...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(deployment): accomodate `$GOBIN`
1
fix
deployment
667,676
29.11.2021 17:59:53
-28,800
eb8c8d7bf0dc507aef13de3b5e785b194c2e5afc
fix(core): remove dynamic_pointer_cast and try catch
[ { "change_type": "MODIFY", "diff": "@@ -53,24 +53,9 @@ struct HostObjectProxy {\nstd::shared_ptr<JSCCtx> context = std::dynamic_pointer_cast<JSCCtx>(turboEnv.context_);\nauto props = context->CreateString(JsStrToUTF8(propName).c_str());\n- JSValueRef result;\n- try {\nauto ret = proxy->hostObject->Get(turbo...
C++
Apache License 2.0
tencent/hippy
fix(core): remove dynamic_pointer_cast and try catch
1
fix
core
756,013
29.11.2021 18:17:13
21,600
9c8c09a8cb5136387168426716def91d82761203
ci(deployment-test): put source checkout at `/usr/src/agoric-sdk`
[ { "change_type": "MODIFY", "diff": "-name: Test chain deployment\n+name: Chain deployment test\non:\nschedule:\n- cron: \"0 0 * * *\"\njobs:\n- docker-integration:\n+ deployment-test:\nruns-on: ubuntu-18.04\nsteps:\n- uses: actions/checkout@v2\n+ with:\n+ clean: 'false'\n- uses: ./.github/actions/restore-go...
JavaScript
Apache License 2.0
agoric/agoric-sdk
ci(deployment-test): put source checkout at `/usr/src/agoric-sdk`
1
ci
deployment-test
777,374
29.11.2021 18:39:27
28,800
ddce7de81f8aba928d65643b1710fcdf5b0ae999
ci: docker image scan: update known tf1 vulns.
[ { "change_type": "MODIFY", "diff": "@@ -1797,7 +1797,7 @@ jobs:\n- slack/status:\nfail_only: True\nonly_for_branches: master\n- failure_message: ':thisisfine: A docker image scane on branch \\`master\\` has failed!'\n+ failure_message: ':thisisfine: A docker image scan on branch \\`master\\` has failed!'\nc...
Python
Apache License 2.0
determined-ai/determined
ci: docker image scan: update known tf1 vulns. (#3238)
1
ci
null
104,825
29.11.2021 18:54:18
18,000
753562f3b4375887bfc8cf1c8355ad37da7b7c5d
refactor(table): apply suggested changes
[ { "change_type": "MODIFY", "diff": "@@ -707,7 +707,7 @@ export class AITableModel implements PaginationModel {\n* | f | g | h | j | i |\n*/\nmoveColumn(indexFrom: number, indexTo: number, rowIndex = 0) {\n- const nested = this.tabularToNested(this.header, this._data);\n+ const nested = this.tabularToNested(...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
refactor(table): apply suggested changes
1
refactor
table
217,922
29.11.2021 19:06:15
-3,600
fc2a9031447055ede5c439b680c10a0c7f290659
feat(desktop): tentative fix for opening in web from desktop redirecting to desktop
[ { "change_type": "MODIFY", "diff": "@@ -443,7 +443,7 @@ export class AppComponent implements OnInit {\nfirst(),\nswitchMap((current: NavigationEnd) => {\nlet url = current.url;\n- if (!this.settings.autoOpenInDesktop) {\n+ if (!this.settings.autoOpenInDesktop || url.indexOf('noDesktop=') > -1) {\nreturn of(...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(desktop): tentative fix for opening in web from desktop redirecting to desktop
1
feat
desktop
317,646
29.11.2021 19:09:31
-3,600
e526491ae5ecd4dd7a704ce8881f04736eea9d87
fix(pwsh): temporarily drop support for 5
[ { "change_type": "MODIFY", "diff": "# Description of the functionality provided by this module\nDescription = 'A prompt theme engine for any shell'\n# Minimum version of the Windows PowerShell engine required by this module\n- PowerShellVersion = '5.0'\n+ PowerShellVersion = '6.0'\n# List of all files packa...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(pwsh): temporarily drop support for 5
1
fix
pwsh
217,922
29.11.2021 19:16:19
-3,600
c9805c6344648f38f4e3a09afa4b1d60d3de3346
fix(desktop): fixed start in tray not applying properly closes
[ { "change_type": "MODIFY", "diff": "@@ -97,6 +97,7 @@ export class TeamcraftDesktopApp {\n});\nloaderWindow.once('ready-to-show', () => {\n+ loaderWindow.show();\nthis.mainWindow.createWindow();\nthis.tray.createTray();\nthis.httpServer = createHttpServer((req, res) => {\n@@ -135,6 +136,5 @@ export class Te...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed start in tray not applying properly closes #2074
1
fix
desktop
815,595
29.11.2021 19:52:07
-28,800
a7f551fc0ffd36c2ea1aa41afbf982ce9cd961b0
chore: improve debuggability of identify protocol
[ { "change_type": "MODIFY", "diff": "@@ -3,12 +3,11 @@ use std::collections::HashMap;\nuse std::sync::Arc;\nuse std::time::{Duration, Instant};\n-use ckb_logger::{debug, trace, warn};\n+use ckb_logger::{debug, error, trace, warn};\nuse p2p::{\nbytes::Bytes,\ncontext::{ProtocolContext, ProtocolContextMutRef, ...
Rust
MIT License
nervosnetwork/ckb
chore: improve debuggability of identify protocol
1
chore
null
756,013
29.11.2021 19:56:35
21,600
d5879907281de7eb4c6a858278d803bea65d1b1e
ci(deployment): speed up by mounting `/usr/src/agoric-sdk`
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ on:\njobs:\ndeployment-test:\n- runs-on: ubuntu-18.04\n+ runs-on: ubuntu-18.04 # trusty\nsteps:\n- uses: actions/checkout@v2\nwith:\n", "new_path": ".github/workflows/deployment-test.yml", "old_path": ".github/workflows/deployment-test.yml" }, ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
ci(deployment): speed up by mounting `/usr/src/agoric-sdk`
1
ci
deployment
815,595
29.11.2021 20:02:49
-28,800
a415bdeb528befae6ff983711509380c5a2f6dfd
chore: improve debuggability of discovery protocol
[ { "change_type": "MODIFY", "diff": "use std::collections::hash_map::RandomState;\nuse bloom_filters::{BloomFilter, DefaultBuildHashKernels, StableBloomFilter};\n-use p2p::{multiaddr::Multiaddr, ProtocolId, SessionId};\n+use p2p::{context::SessionContext, multiaddr::Multiaddr, ProtocolId, SessionId};\npub(cr...
Rust
MIT License
nervosnetwork/ckb
chore: improve debuggability of discovery protocol
1
chore
null
756,013
29.11.2021 20:18:19
21,600
179116480de42d032c0607c40494b40fc20832eb
fix(deployment): change token send timeout from 10m to ~3m
[ { "change_type": "MODIFY", "diff": "register: staker_balance\nuntil: staker_balance.stdout.find(staking_denom) != -1\ndelay: 10\n- retries: 60\n+ retries: 20 # 200 seconds === 3m20s\n- name: \"Create validators for {{ STAKER }}-*\"\nbecome_user: \"{{ service }}\"\n", "new_path": "packages/deployment/ans...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(deployment): change token send timeout from 10m to ~3m
1
fix
deployment
419,616
29.11.2021 20:27:07
-3,600
25aa36a324f190c6d0617e2d4ec2e339a380abbd
docs: fix webpack's context module api link for versioned_docs
[ { "change_type": "MODIFY", "diff": "@@ -155,7 +155,7 @@ await MikroORM.init({\n});\n```\n-With the help of (webpacks context module api)[https://webpack.js.org/guides/dependency-management/#context-module-api]\n+With the help of [webpack's context module api](https://webpack.js.org/guides/dependency-managem...
TypeScript
MIT License
mikro-orm/mikro-orm
docs: fix webpack's context module api link for versioned_docs (#2484)
1
docs
null
392,551
29.11.2021 20:38:27
-3,600
a3f0e5e700fd2afb8185de8531818f3c084cb348
feat: smooth transition to earth state
[ { "change_type": "MODIFY", "diff": "@@ -204,14 +204,11 @@ export class RenderCamera {\n}\nconst alpha = state.alpha;\n-\nif (this._changed || alpha !== this._alpha) {\nthis._alpha = alpha;\nswitch (this._state) {\ncase State.Earth:\n- this._perspective.fov = 60;\n- this._changed = true;\nbreak;\ncase State....
TypeScript
MIT License
mapillary/mapillary-js
feat: smooth transition to earth state
1
feat
null
392,551
29.11.2021 20:41:57
-3,600
3b38f5f25cb9465de9808b62f54bac8879c09551
refactor: use delta instead of fps
[ { "change_type": "MODIFY", "diff": "@@ -123,8 +123,8 @@ export class StateContext implements IStateContext {\nthis._state.setZoom(zoom);\n}\n- public update(fps: number): void {\n- this._state.update(fps);\n+ public update(delta: number): void {\n+ this._state.update(delta);\n}\npublic append(images: Image[...
TypeScript
MIT License
mapillary/mapillary-js
refactor: use delta instead of fps
1
refactor
null
713,862
29.11.2021 20:42:24
-3,600
bd41e2103769b9565517cdd6d1651f21ccad7dc2
feat: parseReadme pathname option
[ { "change_type": "MODIFY", "diff": "\"commit\": false,\n\"linked\": [],\n\"access\": \"public\",\n- \"baseBranch\": \"master\",\n+ \"baseBranch\": \"9.x\",\n\"updateInternalDependencies\": \"patch\",\n\"ignore\": []\n}\n", "new_path": ".changeset/config.json", "old_path": ".changeset/config.json" ...
TypeScript
MIT License
verdaccio/monorepo
feat: parseReadme pathname option (#513)
1
feat
null
667,636
29.11.2021 20:43:48
-28,800
f3d5fe1c4b63e10588940d90a00eb07472fdee2b
feat(react,vue): add js node cache to improve event performance
[ { "change_type": "MODIFY", "diff": "* limitations under the License.\n*/\n-// import { getFiberNodeFromId } from '../utils/node';\n-import { findNodeById } from '../utils/node';\n+import { getFiberNodeFromId } from '../utils/node';\nimport { trace, isBubbles } from '../utils';\nimport HippyEventHub from './...
C++
Apache License 2.0
tencent/hippy
feat(react,vue): add js node cache to improve event performance
1
feat
react,vue
392,551
29.11.2021 20:57:42
-3,600
091b80f0aaeb3035aa9355b1e2f91c5a535fab2a
fix: use camera frame as reference point
[ { "change_type": "MODIFY", "diff": "-import { Clock, CatmullRomCurve3, Quaternion, Vector3 } from \"three\";\n+import { CatmullRomCurve3, MathUtils, Quaternion, Vector3 } from \"three\";\nimport { StateBase } from \"./StateBase\";\nimport { EulerRotation } from \"../interfaces/EulerRotation\";\nimport { ISt...
TypeScript
MIT License
mapillary/mapillary-js
fix: use camera frame as reference point
1
fix
null
428,425
29.11.2021 21:05:42
-3,600
0a830e240adcd8564b6f11d8af0da50a411db58f
fix(NODE-3767): don't delete dbName if authSource is provided
[ { "change_type": "MODIFY", "diff": "@@ -291,11 +291,6 @@ export function parseOptions(\n}\n}\n- if (urlOptions.has('authSource')) {\n- // If authSource is an explicit key in the urlOptions we need to remove the dbName\n- urlOptions.delete('dbName');\n- }\n-\nconst objectOptions = new CaseInsensitiveMap(\nOb...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
fix(NODE-3767): don't delete dbName if authSource is provided (#3055) Co-authored-by: Neal Beeken <neal.beeken@mongodb.com>
1
fix
NODE-3767