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
667,636
27.10.2021 18:55:45
-28,800
4e371c6229ed9b34017a43b16d4d9edbeda3674b
fix(vue-demo): fix waterfall Platform judgement
[ { "change_type": "MODIFY", "diff": "@@ -108,7 +108,8 @@ export default class TextInputExpo extends Component {\n<TextInput\nstyle={styles.input_style}\nkeyboardType=\"password\"\n- placeholder=\"password\"\n+ placeholder=\"Password\"\n+ multiline={false}\n/>\n{renderTitle('maxLength')}\n<TextInput\n", "...
C++
Apache License 2.0
tencent/hippy
fix(vue-demo): fix waterfall Platform judgement
1
fix
vue-demo
251,188
27.10.2021 19:02:55
-10,800
66d189af4471be6e47da713535d885926d3c9cd1
feat: implement one follow redirect for discovery client to support AWS LB
[ { "change_type": "MODIFY", "diff": "@@ -65,7 +65,9 @@ import java.io.IOException;\nimport javax.ws.rs.HttpMethod;\nimport javax.ws.rs.client.Invocation.Builder;\n+import javax.ws.rs.client.WebTarget;\nimport javax.ws.rs.core.MediaType;\n+import javax.ws.rs.core.Response;\nimport org.apache.commons.lang.Stri...
Java
MIT License
gluufederation/oxauth
feat: implement one follow redirect for discovery client to support AWS LB
1
feat
null
531,793
27.10.2021 19:04:15
-3,600
9ebf9cb6857558485c6a03c5e86f08831e070368
fix(ci): re-add go mod cache
[ { "change_type": "MODIFY", "diff": "@@ -283,14 +283,15 @@ jobs:\nwith:\ngo-version: 1.17.2\n- - name: Cache Go modules\n- id: cache-go-modules\n+ - name: Cache Go\nuses: actions/cache@v2\nwith:\n- path: ~/go/pkg/mod\n- key: ${{ runner.os }}-${{ env.GITHUB_REF_SLUG }}-go-modules-${{ hashFiles('**/go.sum') }}...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): re-add go mod cache
1
fix
ci
67,516
27.10.2021 21:44:26
-7,200
8cdc02cf06ea56f4ab2205512626e36aef2e7bbd
test(runtime-html): bindablle coercion
[ { "change_type": "MODIFY", "diff": "/* eslint-disable @typescript-eslint/no-unsafe-assignment */\nimport { Class, noop } from '@aurelia/kernel';\n-import { Aurelia, bindable, customElement, CustomElement, IPlatform, coercer, coercionConfiguration } from '@aurelia/runtime-html';\n+import { Aurelia, bindable,...
TypeScript
MIT License
aurelia/aurelia
test(runtime-html): bindablle coercion
1
test
runtime-html
711,597
27.10.2021 22:02:45
-7,200
6675757d972f2f5afdf2238c1b34935c81ba6095
fix(core): Fix polynomial regex vulnerability Fixes
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ function getFromCookie(req: Request): string | undefined {\nfunction getFromHeader(req: Request): string | undefined {\nconst authHeader = req.get('Authorization');\nif (authHeader) {\n- const matches = authHeader.match(/bearer\\s+(.+)$/i);\n+ const matc...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix polynomial regex vulnerability Fixes https://github.com/vendure-ecommerce/vendure/security/code-scanning/19
1
fix
core
711,597
27.10.2021 22:15:04
-7,200
74250eaa123177ff8c23a9497db9c51a9b4f4d33
chore(core): Properly polynomial regex vulnerability
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ function getFromCookie(req: Request): string | undefined {\nfunction getFromHeader(req: Request): string | undefined {\nconst authHeader = req.get('Authorization');\nif (authHeader) {\n- const matches = authHeader.match(/bearer\\s(.+)$/i);\n+ const match...
TypeScript
MIT License
vendure-ecommerce/vendure
chore(core): Properly polynomial regex vulnerability
1
chore
core
471,187
27.10.2021 22:15:55
-7,200
357ec92e95e03b4d2309c65ffb17d06105985628
chore(doc): update matrix with contrib version for 1.0 core
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,7 @@ This is the JavaScript version of [OpenTelemetry](https://opentelemetry.io/), a\n| API Version | Core version | Experimental Packages | Contrib Version |\n| ----------- |--------------| --------------------- |-------------------------|\n-| 1.0.x | 1.x | ...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
chore(doc): update matrix with contrib version for 1.0 core (#2568)
1
chore
doc
531,793
27.10.2021 22:23:05
-3,600
e9c692a391500b21d62c10dc1dcb0655406bd493
fix(api): ensure proxy paths are encoded Fixes
[ { "change_type": "MODIFY", "diff": "### Fixed\n- Toast popup messages didn't respond to clicks.\n+- Alertmanager with brackets in the name wasn't able to create, edit\n+ or delete silences #3651.\n### Added\n", "new_path": "CHANGELOG.md", "old_path": "CHANGELOG.md" }, { "change_type": "MODIF...
TypeScript
Apache License 2.0
prymitive/karma
fix(api): ensure proxy paths are encoded Fixes #3651
1
fix
api
71,218
27.10.2021 22:28:55
25,200
1f570e84e48e157b36d84bfb8434e50484d7f3e2
chore(aws-applicationautoscaling): add unit tests to increase branch coverage increasing branch coverage from 74/75% to 80% *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": "import '@aws-cdk/assert-internal/jest';\nimport * as cloudwatch from '@aws-cdk/aws-cloudwatch';\n+import * as iam from '@aws-cdk/aws-iam';\nimport * as cdk from '@aws-cdk/core';\nimport * as appscaling from '../lib';\nimport { createScalableTarget } from './util';\n@@ -26...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(aws-applicationautoscaling): add unit tests to increase branch coverage (#17173) increasing branch coverage from 74/75% to 80% ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
aws-applicationautoscaling
104,844
28.10.2021 00:27:30
14,400
fb01b43e21d720ca3651ac44ac0c27fc659ac889
chore(test-app): clean up script
[ { "change_type": "MODIFY", "diff": "#!/usr/bin/env node\n-\nconst fs = require('fs');\nconst coverage = JSON.parse(fs.readFileSync('./coverage-final.json'));\nconst fixedCoverage = {};\nObject.keys(coverage).forEach((key) => {\n- // /home/runner/work/carbon-addons-iot-react/carbon-addons-iot-react/packages/...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): clean up script
1
chore
test-app
419,553
28.10.2021 00:58:21
-39,600
79ec89334514e2a52a6f2f9c1b7753fd2fc978be
chore: fix typing of `Collection.matching` method
[ { "change_type": "MODIFY", "diff": "-import type { AnyEntity, Dictionary, EntityData, EntityMetadata, FilterQuery, Populate, Primary } from '../typings';\n+import type { AnyEntity, Dictionary, EntityData, EntityMetadata, FilterQuery, Loaded, Populate, Primary } from '../typings';\nimport { ArrayCollection }...
TypeScript
MIT License
mikro-orm/mikro-orm
chore: fix typing of `Collection.matching` method (#2305)
1
chore
null
877,015
28.10.2021 01:50:59
-7,200
75202c7ba8aab6b1713a38a668bb0017f620c364
docs(@vtmn/icons): add dark mode support + improve showcase with copy to clipboard
[ { "change_type": "MODIFY", "diff": "module.exports = {\nbracketSpacing: true,\n- jsxBracketSameLine: true,\nsingleQuote: true,\ntrailingComma: 'all',\n};\n", "new_path": ".prettierrc.js", "old_path": ".prettierrc.js" }, { "change_type": "ADD", "diff": "+<div class=\"extended-toolbar\">\n...
JavaScript
Apache License 2.0
decathlon/vitamin-web
docs(@vtmn/icons): add dark mode support + improve showcase with copy to clipboard
1
docs
@vtmn/icons
71,281
28.10.2021 07:52:44
25,200
6e13adc281722a491c0708954d7ed637ad45033b
feat(ec2): include p4d instance class *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* Instance class is missing p4d instance class. This PR adds that instance class.
[ { "change_type": "MODIFY", "diff": "@@ -452,10 +452,20 @@ export enum InstanceClass {\nPARALLEL3 = 'p3',\n/**\n- * Parallel-processing optimized instances, 3nd generation\n+ * Parallel-processing optimized instances, 3rd generation\n*/\nP3 = 'p3',\n+ /**\n+ * Parallel-processing optimized instances, 4th gen...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(ec2): include p4d instance class (#17147) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* Instance class is missing p4d instance class. This PR adds that instance class.
1
feat
ec2
277,277
28.10.2021 08:38:52
-7,200
507d7da7bf593cd62bbf9b95fcf4b6a241183455
feat: facepile component
[ { "change_type": "ADD", "diff": "+# Form / Facepile\n+# A face pile displays a list of personas. Each circle represents a person and contains their image or initials.\n+# Often this control is used when sharing who has access to a specific view or file.\n+# #form\n+# ---\n+from h2o_wave import main, app, Q,...
Python
Apache License 2.0
h2oai/wave
feat: facepile component #1047 (#1077)
1
feat
null
306,900
28.10.2021 08:50:04
-7,200
02ab09e83e51545fea14114c1ea62cccb4c319e4
fix(elements|ino-autocomplete): fix option selection in filtered list fix(elements|ino-autocomplete): fix option selection in filtered list
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,7 @@ export class Autocomplete implements ComponentInterface {\nthis._selectedOptionIndex = index;\nthis.selectedOption =\n- index >= 0 ? this.filteredOptionEls[index] : undefined;\n+ index >= 0 ? this.optionEls[index] : undefined;\nif (this.selectedOption) {...
TypeScript
MIT License
inovex/elements
fix(elements|ino-autocomplete): fix option selection in filtered list (#444) fix(elements|ino-autocomplete): fix option selection in filtered list Co-authored-by: Benjamin Pagelsdorf <bpagelsdorf@inovex.de>
1
fix
elements|ino-autocomplete
866,412
28.10.2021 08:54:19
25,200
fbc5bc1a0e262dcd3ada2017162b2c7921a33769
fix(feature-section): hover and active image styles
[ { "change_type": "MODIFY", "diff": "position: relative;\npadding-left: $carbon--spacing-05;\npadding-right: $carbon--spacing-05;\n+ outline: none;\n+\n+ &:hover {\n+ ::slotted([slot='image']),\n+ .#{$prefix}--image {\n+ &::before {\n+ opacity: 0;\n+ }\n+ }\n+ }\n+ &:active,\n&:focus-within {\noutline: none;...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(feature-section): hover and active image styles (#7506) Co-authored-by: Jeff Chew <jeff.chew@gmail.com>
1
fix
feature-section
679,913
28.10.2021 08:56:16
-7,200
b8ddad7c8735e2f2e4be6f2ba4c7b03b86959631
fix(dcons): replace nullish coalescing operator refactor using ternary op AFAICT only occurrence in entire umbrella repo
[ { "change_type": "MODIFY", "diff": "@@ -510,7 +510,10 @@ export class DCons<T>\nshuffle(iter?: number, rnd: IRandom = SYSTEM) {\nif (this._length < 2) return this;\nfor (\n- iter = iter ?? Math.ceil(1.5 * Math.log2(this._length));\n+ iter =\n+ iter !== undefined\n+ ? iter\n+ : Math.ceil(1.5 * Math.log2(this...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(dcons): #325 replace nullish coalescing operator - refactor using ternary op - AFAICT only occurrence in entire umbrella repo
1
fix
dcons
71,349
28.10.2021 09:03:53
14,400
0318253b423bb65ca7e6bf65411df767f2734296
feat(ec2): add c5ad instances Innocuous addition of c5ad instance class *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": "@@ -213,6 +213,11 @@ export enum InstanceClass {\n*/\nCOMPUTE5_NVME_DRIVE = 'c5d',\n+ /**\n+ * Compute optimized instances with local NVME drive, 5th generation\n+ */\n+ C5D = 'c5d',\n+\n/**\n* Compute optimized instances based on AMD EPYC, 5th generation.\n*/\n@@ -224,9 ...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(ec2): add c5ad instances (#16428) Innocuous addition of c5ad instance class ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
ec2
141,508
28.10.2021 09:24:11
-39,600
01a95fa4f37812854fabf25553fb1327334006c9
chore: Add migration notes to CHANGELOGs after Menu refactor
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n### BREAKING CHANGES\n-Ignore this and look at v2.1 for migration instructions\n+No impact on consumptions of FilterMenuButton\n", "new_path": "draft-packages/filter-me...
TypeScript
MIT License
cultureamp/kaizen-design-system
chore: Add migration notes to CHANGELOGs after Menu refactor (#2128)
1
chore
null
306,885
28.10.2021 09:36:52
-7,200
0a12f8c9979e7dc0f85e0656ef19d27508e5e57c
chore: add linux support for `publish:yalc`
[ { "change_type": "MODIFY", "diff": "\"chalk\": \"^4.1.2\",\n\"husky\": \"^6.0.0\",\n\"js-yaml\": \"^3.14.0\",\n+ \"fs-extra\": \"^9.0.0\",\n\"lint-staged\": \"^10.5.3\",\n\"prettier\": \"^2.1.2\",\n\"prompts\": \"^2.4.0\",\n", "new_path": "package.json", "old_path": "package.json" }, { "chan...
TypeScript
MIT License
inovex/elements
chore: add linux support for `publish:yalc` (#448) Co-authored-by: Sl1nd <s_lindauer@t-online.de>
1
chore
null
317,842
28.10.2021 09:57:47
-7,200
d789b3c2528b5bebfb92aab488b87dd76d54e8fb
fix(theme): unicorn
[ { "change_type": "MODIFY", "diff": "@@ -53,6 +53,7 @@ themeConfigOverrrides.set('spaceship.omp.json', newThemeConfig(40, 40));\nthemeConfigOverrrides.set('star.omp.json', newThemeConfig(40, 70));\nthemeConfigOverrrides.set('stelbent.minimal.omp.json', newThemeConfig(70));\nthemeConfigOverrrides.set('tonybal...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(theme): unicorn
1
fix
theme
711,597
28.10.2021 10:08:48
-7,200
4bf6dffe95bb0a56d9a57d508f562dd2acbfec3b
perf(admin-ui): Improve performance of Collection list view Fixes This commit eliminates an expensive function that was being called quadratically with the number of collections, on each interaction.
[ { "change_type": "MODIFY", "diff": "<clr-icon shape=\"drag-handle\" size=\"24\"></clr-icon>\n</div>\n<vdr-dropdown>\n- <button class=\"icon-button\" vdrDropdownTrigger>\n+ <button class=\"icon-button\" vdrDropdownTrigger (click)=\"getMoveListItems(collection)\">\n<clr-icon shape=\"ellipsis-vertical\"></clr-...
TypeScript
MIT License
vendure-ecommerce/vendure
perf(admin-ui): Improve performance of Collection list view Fixes #1123. This commit eliminates an expensive function that was being called quadratically with the number of collections, on each interaction.
1
perf
admin-ui
277,289
28.10.2021 10:26:41
25,200
89a80f397dc68ea2badd80eee261149e33f63281
fix: Check H2O_WAVE_APP_ADDRESS env var before scanning free port
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ from contextlib import closing\nimport uvicorn\nimport click\nimport os\n+from urllib.parse import urlparse\n_localhost = '127.0.0.1'\n@@ -57,8 +58,11 @@ def run(app: str, no_reload: bool):\n$ wave run --no-reload path/to/app.py\n\"\"\"\n- port = _scan_f...
Python
Apache License 2.0
h2oai/wave
fix: Check H2O_WAVE_APP_ADDRESS env var before scanning free port (#937) Co-authored-by: Derrick Liu <derrick.liu@issgovernance.com>
1
fix
null
306,320
28.10.2021 10:37:42
-3,600
4bdd5c983eb7ba04b118c4f169091b9d11bf5320
fix: export project env so it works with sync usage
[ { "change_type": "MODIFY", "diff": "@@ -125,6 +125,10 @@ func runMain(cmd *cobra.Command, runCtx *config.RunContext) error {\nctx := config.NewProjectContext(runCtx, projectCfg)\nrunCtx.SetCurrentProjectContext(ctx)\n+ for k, v := range projectCfg.Env {\n+ os.Setenv(k, v)\n+ }\n+\nprovider, err := providers...
Go
Apache License 2.0
infracost/infracost
fix: export project env so it works with sync usage (#1085)
1
fix
null
317,646
28.10.2021 10:42:06
-7,200
dbee7edde7e8adc62f82b95d5b1df3b9a2996747
fix(pwsh): set env vars in restricted mode resolves
[ { "change_type": "MODIFY", "diff": "@@ -5,21 +5,14 @@ $env:POWERLINE_COMMAND = \"oh-my-posh\"\n$env:CONDA_PROMPT_MODIFIER = $false\n# specific module support (disabled by default)\n-function Set-DefaultEnvValue {\n- [CmdletBinding()]\n- param (\n- [Parameter(Mandatory = $true)]\n- [string]\n- $Name\n- )\n-\...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(pwsh): set env vars in restricted mode resolves #1100
1
fix
pwsh
617,459
28.10.2021 10:50:33
-7,200
617981a81e0c6fcbafa69039e79f256554df7f64
fix(ci): quality optimization
[ { "change_type": "MODIFY", "diff": "@@ -20,9 +20,63 @@ jobs:\ndockercontext: \"./docker/elasticsearch\"\nbuild:\n- name: Build, lint and test\n+ name: Build\nruns-on: ubuntu-latest\n- needs: [register-elastic]\n+ steps:\n+ - name: Checkout repository\n+ uses: actions/checkout@v2\n+ - name: Get yarn cache di...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix(ci): quality optimization (#3937)
1
fix
ci
531,793
28.10.2021 10:53:09
-3,600
d164a8c03e96a6a0750ade290ac8dacd63e538bf
fix(docs): add a note about snapshots
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,11 @@ To run included tests and linters run:\nmake test\n+Some backend tests are using snapshot files. To update those snapshots after\n+a breaking change run tests using:\n+\n+ UPDATE_SNAPSHOTS=1 go test -count=1 ./cmd/karma\n+\n## Vendoring dependencies\n[G...
TypeScript
Apache License 2.0
prymitive/karma
fix(docs): add a note about snapshots
1
fix
docs
317,646
28.10.2021 11:09:28
-7,200
3c3da5e9dfb4dc2bc9a3ebc8027ff5c763468d6a
chore(pwsh): warm user we're unable to set the console to relates to
[ { "change_type": "MODIFY", "diff": "@@ -109,6 +109,26 @@ SAVEHIST=10000\nsetopt appendhistory\n```\n+### PowerShell: Running in ConstrainedLanguage mode\n+\n+You're here because you've seen the following message:\n+\n+```powershell\n+[WARNING] ConstrainedLanguage mode detected, unable to set console to UTF-...
Go
MIT License
jandedobbeleer/oh-my-posh
chore(pwsh): warm user we're unable to set the console to UTF-8 relates to #1100
1
chore
pwsh
306,320
28.10.2021 11:23:56
-3,600
7a1dcce517f2824eb64cc83213aec437074d0705
feat: add label diffs in diff output
[ { "change_type": "MODIFY", "diff": "@@ -143,11 +143,11 @@ func resourceToDiff(currency string, diffResource Resource, oldResource *Resourc\nvar oldComponent, newComponent *CostComponent\nif oldResource != nil {\n- oldComponent = findCostComponentByName(oldResource.CostComponents, diffComponent.Name)\n+ oldC...
Go
Apache License 2.0
infracost/infracost
feat: add label diffs in diff output
1
feat
null
617,459
28.10.2021 11:24:25
-7,200
a4b08569dcab3641d6398c2d8a924cd1ed1cef1b
ci(deactivation): enabled
[ { "change_type": "MODIFY", "diff": "name: Deactivate\non:\n- workflow_dispatch:\npull_request:\ntypes: [closed]\n@@ -10,7 +9,6 @@ jobs:\nname: Deactivate review branch\nruns-on: ubuntu-latest\nsteps:\n- - uses: SocialGouv/actions/autodevops-deactivate@v1\n+ - uses: SocialGouv/actions/k8s-deactivate@v1\nwith...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
ci(deactivation): enabled (#3938)
1
ci
deactivation
104,835
28.10.2021 11:27:44
14,400
823c2f85cd2c2bf028546f72d55a06eb6c742e6c
fix(datetimepicker): fix preset relative story
[ { "change_type": "MODIFY", "diff": "@@ -135,7 +135,7 @@ storiesOf('Components/DateTime Picker', module)\nnull,\n{\nlast: [5, 'WEEKS'],\n- relativeTo: ['YESTERDAY', '15:45'],\n+ relativeTo: ['Yesterday', '15:45'],\n},\n],\n}),\n", "new_path": "packages/angular/src/date-time-picker/date-time-picker.storie...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(datetimepicker): fix preset relative story
1
fix
datetimepicker
705,211
28.10.2021 11:38:38
14,400
a3f09992f7775b0bd46ea134d15ac8a9594cd5ac
chore: Update Uno packages to latest 4.0.0-dev.5407
[ { "change_type": "MODIFY", "diff": "</PropertyGroup>\n<ItemGroup>\n- <PackageReference Include=\"Uno.WinUI\" Version=\"3.11.0-dev.487\" />\n+ <PackageReference Include=\"Uno.WinUI\" Version=\"4.0.0-dev.5407\" />\n- <PackageReference Include=\"Uno.WinUI.Lottie\" Version=\"3.11.0-dev.487\" Condition=\"'$(Targ...
C#
Apache License 2.0
unoplatform/uno.themes
chore: Update Uno packages to latest 4.0.0-dev.5407
1
chore
null
705,211
28.10.2021 11:38:53
14,400
b38571b5a9834210cc4a05c10b967936603fbe90
fix: Add missing banner for dark theme
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/src/samples/Uno.Themes.Samples/Uno.Themes.Samples.Shared/Assets/uno-banner-dark.scale-100.png differ\n", "new_path": "src/samples/Uno.Themes.Samples/Uno.Themes.Samples.Shared/Assets/uno-banner-dark.scale-100.png", "old_path": "src/samples...
C#
Apache License 2.0
unoplatform/uno.themes
fix: Add missing banner for dark theme
1
fix
null
791,682
28.10.2021 11:45:14
25,200
9a9458cdc641d36290d1da542ee8a32723e92683
report(flow): full page screenshot renderer
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import {FunctionComponent} from 'preact';\nimport {useEffect, useState} from 'preact/hooks';\nimport {NavigationIcon, SnapshotIcon, TimespanIcon} from './icons';\n-import {getFilmstripFrames, getScreenDimensions, getScreenshot} from './util';\n+import {get...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(flow): full page screenshot renderer (#13276)
1
report
flow
711,597
28.10.2021 12:00:06
-7,200
7e96def3969f9f297d33aa5cd52fa842283f1e05
chore: Publish v1.3.2
[ { "change_type": "MODIFY", "diff": "+## <small>1.3.2 (2021-10-28)</small>\n+\n+\n+#### Perf\n+\n+* **admin-ui** Improve performance of Collection list view ([4bf6dff](https://github.com/vendure-ecommerce/vendure/commit/4bf6dff)), closes [#1123](https://github.com/vendure-ecommerce/vendure/issues/1123)\n+\n+...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v1.3.2
1
chore
null
531,793
28.10.2021 12:06:26
-3,600
db7f59ab427b133e4d91fe814e8b8d2e4a24373f
fix(build): trim/strip binaries for smaller size
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ ui/build/index.html: $(call rwildcard, ui/src ui/package.json ui/package-lock.js\n.DEFAULT_GOAL := $(NAME)\n$(NAME): go.mod go.sum $(SOURCES_GO) ui/build/index.html\n- go build -ldflags \"-X main.version=$(VERSION)\" ./cmd/karma\n+ go build -trimpath -ld...
TypeScript
Apache License 2.0
prymitive/karma
fix(build): trim/strip binaries for smaller size
1
fix
build
401,147
28.10.2021 12:34:09
-19,080
4db75740f3ec06c934ad38a0173c0f9566438b2d
feat: add as prop in card component * feat: add as prop in card component affects: * fix: add proper type for as prop for multiple components affects:
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { HTMLProps } from '@medly-components/utils';\nexport type ButtonProps = Omit<HTMLProps<HTMLButtonElement>, 'size'> & { theme?: Theme } & {\n/** To be used to render any component as Button */\n- as?: any;\n+ as?: keyof JSX.IntrinsicElements | React...
TypeScript
MIT License
medly/medly-components
feat: add as prop in card component (#501) * feat: add as prop in card component affects: @medly-components/core * fix: add proper type for as prop for multiple components affects: @medly-components/core
1
feat
null
104,835
28.10.2021 12:50:58
14,400
8e8cb6592181b93b7291307ddadee6f76e9fe3ea
fix(datetimepicker): fix type name
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ import {\nDateRange,\nDateTimeSelection,\nRelativeRange,\n- relativeToOption,\n+ RelativeToOption,\n} from './date-time-picker.component';\n@Component({\n@@ -68,7 +68,7 @@ export class CustomDateTimeComponent implements OnChanges {\n*/\n@Input() dateForm...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(datetimepicker): fix type name
1
fix
datetimepicker
104,835
28.10.2021 12:56:18
14,400
4e4fd3eebf7d34e2e2fb889160669f43338aa94c
fix(datetimepicker): add comments for RelativeToOption
[ { "change_type": "MODIFY", "diff": "@@ -58,6 +58,10 @@ export type DateTimeSelection = PresetDateTimeSelection | CustomDateTimeSelectio\nexport type DateRange = [Date, Date];\n+/**\n+ * @member label label text in Relative to dropdown list\n+ * @member value integer relative to today. e.g. -1 for yesterday,...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(datetimepicker): add comments for RelativeToOption
1
fix
datetimepicker
791,474
28.10.2021 12:59:34
25,200
82abcb77cb5b78712131002e7b435fa9121e25e4
test(bigtable): allow backups to exist, just not a specific backup
[ { "change_type": "MODIFY", "diff": "@@ -2579,8 +2579,13 @@ func TestIntegration_AdminBackup(t *testing.T) {\nif err != nil {\nt.Fatalf(\"List after Delete: %v\", err)\n}\n- if got, want := len(backups), 0; got != want {\n- t.Errorf(\"List after delete len: %d, want: %d\", got, want)\n+\n+ // Verify the back...
Go
Apache License 2.0
googleapis/google-cloud-go
test(bigtable): allow backups to exist, just not a specific backup (#5041)
1
test
bigtable
217,908
28.10.2021 13:01:40
14,400
3f7680ca0b69f7c6558f1fcd7c8331bf155aaaa5
fix(currency-spending): now counts history beyond 5 sales
[ { "change_type": "MODIFY", "diff": "@@ -131,6 +131,46 @@ export class UniversalisService {\n);\n}\n+ public getServerHistoryPrices(server: string, entries:number, ...itemIds: number[]): Observable<MarketboardItem[]> {\n+ const chunks = _.chunk(itemIds, 100);\n+ return combineLatest(chunks.map(chunk => {\n+ ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(currency-spending): now counts history beyond 5 sales
1
fix
currency-spending
104,835
28.10.2021 13:20:15
14,400
635a253e2b5393ca1221326a8a5783a4005af584
fix(datetimepicker): add key in RelativeToOption
[ { "change_type": "MODIFY", "diff": "@@ -59,10 +59,12 @@ export type DateTimeSelection = PresetDateTimeSelection | CustomDateTimeSelectio\nexport type DateRange = [Date, Date];\n/**\n+ * @member key key for the RelativeTo item\n* @member label label text in Relative to dropdown list\n* @member value integer ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(datetimepicker): add key in RelativeToOption
1
fix
datetimepicker
730,536
28.10.2021 13:30:08
14,400
8e6110842fe7005ad491198ced95db50b1cdb792
test(plugin-meetings): added test for hydra roomId on new meetingInfo api
[ { "change_type": "MODIFY", "diff": "@@ -68,13 +68,18 @@ skipInNode(describe)('plugin-meetings', () => {\n// Enable this test when we are going to enable the unified space meeeting .\n// We cannot change the config on load as the meetingInfo function loads dynamically\n- xit('Should fetch meeting Info using ...
JavaScript
MIT License
webex/webex-js-sdk
test(plugin-meetings): added test for hydra roomId on new meetingInfo api
1
test
plugin-meetings
815,601
28.10.2021 13:44:55
-28,800
870e9e128ab6f636d640a6c4453d650783bceafe
chore: specify the minimum supported Rust version in Cargo.toml
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ build = \"build.rs\"\ndescription = \"CKB is the layer 1 of Nervos Network, a public/permissionless blockchain.\"\nhomepage = \"https://github.com/nervosnetwork/ckb\"\nrepository = \"https://github.com/nervosnetwork/ckb\"\n+rust-version = \"1.56\"\n[build-...
Rust
MIT License
nervosnetwork/ckb
chore: specify the minimum supported Rust version in Cargo.toml
1
chore
null
791,474
28.10.2021 14:05:20
25,200
07ac4afaa7c58a10f777f24831bc6120a2e7a332
test(bigtable): Reenable TestIntegration_AdminEncryptionInfo Related:
[ { "change_type": "MODIFY", "diff": "@@ -1537,7 +1537,6 @@ func TestIntegration_AdminCreateInstance(t *testing.T) {\n}\nfunc TestIntegration_AdminEncryptionInfo(t *testing.T) {\n- t.Skip(\"https://github.com/googleapis/google-cloud-go/issues/4173\")\nif instanceToCreate == \"\" {\nt.Skip(\"instanceToCreate n...
Go
Apache License 2.0
googleapis/google-cloud-go
test(bigtable): Reenable TestIntegration_AdminEncryptionInfo (#5042) Related: #4173
1
test
bigtable
104,844
28.10.2021 15:03:52
14,400
9d03f95aa31bd0ceb30efe0adf7d6ab21760c33c
chore(test-app): add check to be sure only ran on react changes
[ { "change_type": "MODIFY", "diff": "@@ -62,14 +62,24 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n+ - uses: dorny/paths-filter@v2\n+ id: changes\n+ with:\n+ filters: |\n+ react:\n+ - 'packages/react/**'\n+\n- name: Run cli command to create test app\n+ if: steps.changes.outputs.react == 'true'\nrun: |\nnpx cre...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): add check to be sure only ran on react changes
1
chore
test-app
791,704
28.10.2021 15:04:00
25,200
8cb117148b86bf2d1ff52c3d6ab0c652601b2bcb
tests: add cdt folders to devtools test cache buster
[ { "change_type": "ADD", "diff": "+#!/usr/bin/env bash\n+\n+##\n+# @license Copyright 2021 The Lighthouse Authors. All Rights Reserved.\n+# Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License a...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: add cdt folders to devtools test cache buster (#13268)
1
tests
null
472,067
28.10.2021 15:04:30
-32,400
4cec462ccab82cf7c34f7e0f27cabd0bd4f9796c
feat(spindle-tokens): add category to color tokens
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,9 @@ type Options = {\ntype ColorToken = {\ncomment?: string;\nvalue?: string;\n+ attributes: {\n+ category: 'color';\n+ };\n};\ntype DropShadowToken = {\n@@ -64,7 +67,9 @@ export function exporter({\n.join('.');\nconst name = i === 0 ? propArray : `${propArr...
TypeScript
MIT License
openameba/spindle
feat(spindle-tokens): add category to color tokens
1
feat
spindle-tokens
126,295
28.10.2021 15:07:09
-7,200
a2c9983d0278dae716b7f983928a5daa3cb61a1b
chore(pkg/client/clienttest): fix immuclient mock
[ { "change_type": "MODIFY", "diff": "@@ -60,7 +60,7 @@ type ImmuClientMock struct {\nZScanF func(context.Context, *schema.ZScanRequest) (*schema.ZEntries, error)\nScanF func(context.Context, *schema.ScanRequest) (*schema.Entries, error)\nCountF func(context.Context, []byte) (*schema.EntryCount, error)\n- Cre...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/client/clienttest): fix immuclient mock Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/client/clienttest
126,295
28.10.2021 15:07:49
-7,200
b1d0580e7d54e2ca777ed557f276be2bc09ab3ab
chore(pkg/errors): invalid database name error converted to immuerror
[ { "change_type": "MODIFY", "diff": "@@ -27,4 +27,5 @@ const (\nCodDataException Code = \"22000\"\nCodInvalidParameterValue Code = \"22023\"\nCodUndefinedFunction Code = \"42883\"\n+ CodInvalidDatabaseName Code = \"3F000\"\n)\n", "new_path": "pkg/client/errors/meta.go", "old_path": "pkg/client/errors...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/errors): invalid database name error converted to immuerror Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/errors
791,834
28.10.2021 15:18:16
18,000
18b12a5b58d4baea9f6af326fdebdef6830b8e32
core(build): add inline-fs bundling plugins
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,8 @@ const LighthouseRunner = require('../lighthouse-core/runner.js');\nconst exorcist = require('exorcist');\nconst browserify = require('browserify');\nconst terser = require('terser');\n-const {minifyFileTransform} = require('./build-utils.js');\n+\n+const...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(build): add inline-fs bundling plugins (#13275)
1
core
build
317,646
28.10.2021 15:27:08
-7,200
f203d928f4faeeddf9d3e9b87514f08f3177e8c9
docs: make sidebars collapsible
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,6 @@ module.exports = {\nonBrokenLinks: \"ignore\",\nplugins: [path.resolve(__dirname, 'plugins', 'appinsights')],\nthemeConfig: {\n- sidebarCollapsible: false,\nprism: {\ntheme: require(\"prism-react-renderer/themes/duotoneLight\"),\ndarkTheme: require(\"pri...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: make sidebars collapsible
1
docs
null
317,646
28.10.2021 15:27:25
-7,200
793192938c46877bcd8fdf66b4224e8a388059a0
docs: style GitHub link
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,8 @@ module.exports = {\n},\n{\nhref: \"https://github.com/jandedobbeleer/oh-my-posh\",\n- label: \"GitHub\",\n+ className: 'header-github-link',\n+ 'aria-label': 'GitHub repository',\nposition: \"right\",\n},\n],\n", "new_path": "docs/docusaurus.config.j...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: style GitHub link
1
docs
null
317,646
28.10.2021 15:33:14
-7,200
6a17f22e82fe173008d35da5f65a33fa49b3c419
docs: remove version information from docs we're beyond V3
[ { "change_type": "MODIFY", "diff": "@@ -8,20 +8,9 @@ slug: /\nOh My Posh is a custom prompt engine for any shell that has the ability to adjust\nthe prompt string with a function or variable.\n-## Oh My Posh 3 vs Oh My Posh 2\n-\n-Oh My Posh 3 is the offspring of [Oh My Posh][omp], a prompt theme engine for...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: remove version information from docs we're beyond V3
1
docs
null
865,939
28.10.2021 15:39:41
-7,200
d8da764a7dfcb9cc4890f6969cd375fb6f2e7fde
fix(form): remove cloud form from menu when disabled
[ { "change_type": "MODIFY", "diff": "@@ -385,7 +385,9 @@ export default class TabsProvider {\nif (Flags.get(DISABLE_ZEEBE)) {\nthis.providersByFileType.bpmn = this.providersByFileType.bpmn.filter(p => p !== this.providers['cloud-bpmn']);\n+ this.providersByFileType.form = this.providersByFileType.form.filter...
JavaScript
MIT License
camunda/camunda-modeler
fix(form): remove cloud form from menu when disabled
1
fix
form
472,067
28.10.2021 15:45:06
-32,400
72abb9f54f7b34492ed773d26fb2e16cac6da8b1
test(spindle-tokens): update test for color category
[ { "change_type": "MODIFY", "diff": "@@ -122,6 +122,9 @@ describe('style output as style dictionary JSON', () => {\npath.resolve(output, fileName),\n'{\\n' +\n' \"variable-name\": {\\n' +\n+ ' \"attributes\": {\\n' +\n+ ' \"category\": \"color\"\\n' +\n+ ' },\\n' +\n' \"comment\": \"lorem ipsum\",\\n' +\n' \...
TypeScript
MIT License
openameba/spindle
test(spindle-tokens): update test for color category
1
test
spindle-tokens
739,264
28.10.2021 15:46:52
-7,200
fe82a9a2bb92c51d4fdc2d7b7bb08300b568f919
feat: add tiny size for tag component
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ export const getTags = theme => {\nconst { borderWidths, colors, fontSizes, fontWeights, space, toRem } = theme\nconst sizes = {\n+ xs: toRem(17),\nsm: toRem(22),\nmd: toRem(28),\nlg: toRem(34)\n@@ -79,6 +80,11 @@ export const getTags = theme => {\n7: { .....
TypeScript
MIT License
wttj/welcome-ui
feat: add tiny size for tag component
1
feat
null
551,634
28.10.2021 15:56:59
-3,600
5b085f3b2134020c5440c2e1cb98d9631c74bba8
fix(cairo): remap error on open symbols when 16k page block is filled exactly
[ { "change_type": "MODIFY", "diff": "@@ -130,7 +130,7 @@ public class SymbolMapReaderImpl implements Closeable, SymbolMapReader {\n// open \"offset\" memory and make sure we start appending from where\n// we left off. Where we left off is stored externally to symbol map\n- final long offsetMemSize = SymbolMa...
Java
Apache License 2.0
questdb/questdb
fix(cairo): remap error on open symbols when 16k page block is filled exactly (#1491)
1
fix
cairo
756,013
28.10.2021 16:02:54
21,600
6ab5c9a3699ecf41465b79809039f89a8c83c583
chore(cosmos): update protoc version
[ { "change_type": "MODIFY", "diff": "@@ -276,10 +276,7 @@ func (m *GenesisState) Unmarshal(dAtA []byte) error {\nif err != nil {\nreturn err\n}\n- if skippy < 0 {\n- return ErrInvalidLengthGenesis\n- }\n- if (iNdEx + skippy) < 0 {\n+ if (skippy < 0) || (iNdEx+skippy) < 0 {\nreturn ErrInvalidLengthGenesis\n}\...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(cosmos): update protoc version
1
chore
cosmos
277,277
28.10.2021 16:11:39
-7,200
e559b7c9e619e8d1d4aae3054d5b59a1198a2564
feat(dropdown): display a dialog with filtering for > 100 choices
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,8 @@ choices = [\nui.choice('D', 'Option D'),\n]\n+choices_dialog = [ui.choice(str(i), f'Option {i}') for i in range(1, 102)]\n+\n@app('/demo')\nasync def serve(q: Q):\n@@ -19,6 +21,7 @@ async def serve(q: Q):\nui.text(f'dropdown={q.args.dropdown}'),\nui.text...
Python
Apache License 2.0
h2oai/wave
feat(dropdown): display a dialog with filtering for > 100 choices (#303)
1
feat
dropdown
4,988
28.10.2021 16:12:13
-7,200
2481158905af8d3c23caad39bd4af5fdfb4ee607
docs(csv): new sync sample
[ { "change_type": "ADD", "diff": "+\n+import assert from 'assert';\n+import {generate, parse, transform, stringify} from 'csv/sync';\n+\n+// Run the pipeline\n+const input = generate({seed: 1, columns: 2, length: 5});\n+const rawRecords = parse(input);\n+const refinedRecords = transform(rawRecords, function(...
JavaScript
MIT License
adaltas/node-csv
docs(csv): new sync sample
1
docs
csv
739,264
28.10.2021 16:13:51
-7,200
3322b1f4e3a31fba9f62b35c8c575dd39d5a7957
fix: add proptypes for size
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ Tag.propTypes /* remove-proptypes */ = {\nchildren: node,\nonRemove: func,\nshape: oneOf(SHAPES_TYPE),\n- size: oneOf(SIZES_TYPE),\n+ size: oneOf(['xs', ...SIZES_TYPE]),\nvariant: oneOf([\n'1',\n'2',\n", "new_path": "packages/Tag/index.js", "old_...
TypeScript
MIT License
wttj/welcome-ui
fix: add proptypes for size
1
fix
null
126,295
28.10.2021 16:15:11
-7,200
058f0dc0b5337fab946675bc047291a04101f70e
chore(pkg/database): enforce verifiableSQLGet param validation
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ import (\nvar ErrSQLNotReady = errors.New(\"SQL catalog not yet replicated\")\nfunc (d *db) VerifiableSQLGet(req *schema.VerifiableSQLGetRequest) (*schema.VerifiableSQLEntry, error) {\n- if req == nil {\n+ if req == nil || req.SqlGetRequest == nil {\nret...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): enforce verifiableSQLGet param validation Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/database
791,834
28.10.2021 16:36:14
18,000
bdfd743f7dbed24909e5c4e5568e238faaf56cf1
core(build): add LH_ROOT support to inline-fs
[ { "change_type": "MODIFY", "diff": "@@ -62,7 +62,7 @@ async function browserifyFile(entryPath, distPath) {\nfile: require.resolve('./banner.txt'),\n})\n// Transform `fs.readFileSync`, etc into inline strings.\n- .transform(inlineFs({verbose: Boolean(process.env.DEBUG)}))\n+ .transform(inlineFs({verbose: DEB...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(build): add LH_ROOT support to inline-fs (#13278)
1
core
build
756,051
28.10.2021 16:37:36
18,000
acaa632a20d0ec62e22d156d0f92624333cbb06c
docs: filterPurses works on PursesJSONState, not ERTP Purse
[ { "change_type": "MODIFY", "diff": "+// @ts-check\nimport { AssetKind } from '@agoric/ertp';\nimport clsx from 'clsx';\nimport { stringifyValue } from '../display/index.js';\n@@ -7,9 +8,12 @@ import { stringifyValue } from '../display/index.js';\n* supplied brand. The `purses` argument should be provided bu...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs: filterPurses works on PursesJSONState, not ERTP Purse (#4010)
1
docs
null
265,942
28.10.2021 16:38:00
14,400
31261f13f6f8a55ba5de5ac37cb409614bea69b2
test: increase timeout to 20s for conformance tests
[ { "change_type": "MODIFY", "diff": "@@ -77,6 +77,7 @@ const TESTBENCH_HOST =\nconst CONF_TEST_PROJECT_ID = 'my-project-id';\nconst TIMEOUT_FOR_DOCKER_OPS = 60000;\n+const TIMEOUT_FOR_INDIVIDUAL_TEST = 20000;\ndescribe('retry conformance testing', () => {\nbefore(async function () {\n@@ -171,7 +172,7 @@ func...
TypeScript
Apache License 2.0
googleapis/nodejs-storage
test: increase timeout to 20s for conformance tests (#1688)
1
test
null
791,474
28.10.2021 17:00:14
25,200
2f8e355af99edfd6c7e5c41dddea178ce207eeba
test(bigtable): modify CI Encryption Key Name used by TestIntegration_AdminEncryptionInfo Allow test to use later versions (not just v1) Use a regional key as the other one is no longer regional.
[ { "change_type": "MODIFY", "diff": "@@ -1613,7 +1613,7 @@ func TestIntegration_AdminEncryptionInfo(t *testing.T) {\nt.Fatalf(\"Creating table: %v\", err)\n}\n- encryptionKeyVersion := kmsKeyName + \"/cryptoKeyVersions/1\"\n+ var encryptionKeyVersion string\n// The encryption info can take 30-300s (currently...
Go
Apache License 2.0
googleapis/google-cloud-go
test(bigtable): modify CI Encryption Key Name used by TestIntegration_AdminEncryptionInfo (#5043) #4173 Allow test to use later versions (not just v1) Use a regional key as the other one is no longer regional.
1
test
bigtable
4,988
28.10.2021 17:01:23
-7,200
13a23c0017464c0b3eddab0a7589ee43d5b718da
docs(csv-stringify): new sync sample
[ { "change_type": "ADD", "diff": "+\n+import { stringify } from 'csv-stringify/sync';\n+import assert from 'assert';\n+\n+const output = stringify([\n+ [ '1', '2', '3', '4' ],\n+ [ 'a', 'b', 'c', 'd' ]\n+]);\n+\n+assert.equal(output, '1,2,3,4\\na,b,c,d\\n');\n", "new_path": "packages/csv-stringify/sample...
JavaScript
MIT License
adaltas/node-csv
docs(csv-stringify): new sync sample
1
docs
csv-stringify
815,601
28.10.2021 17:06:15
-28,800
246d504a3a07f49e851f07244de12249ad388452
feat: retain candidate uncle more loose
[ { "change_type": "MODIFY", "diff": "@@ -64,7 +64,7 @@ impl CandidateUncles {\nself.map.values().flat_map(HashSet::iter)\n}\n- pub fn remove(&mut self, uncle: &UncleBlockView) -> bool {\n+ pub fn remove_by_number(&mut self, uncle: &UncleBlockView) -> bool {\nlet number: BlockNumber = uncle.header().number();...
Rust
MIT License
nervosnetwork/ckb
feat: retain candidate uncle more loose
1
feat
null
126,295
28.10.2021 17:06:50
-7,200
cd859ce79dfaec440ca25b99018928f9dfbaeaba
chore(pkg/errors): useDatabase returns notFound code when error
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ func mapGRPcErrorCode(code Code) codes.Code {\ncase CodUndefinedFunction:\nreturn codes.Unimplemented\ncase CodInvalidDatabaseName:\n- return codes.InvalidArgument\n+ return codes.NotFound\ndefault:\nreturn codes.Unknown\n}\n", "new_path": "pkg/error...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/errors): useDatabase returns notFound code when error Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/errors
4,988
28.10.2021 17:29:45
-7,200
3bc31c9ba35e283d4e220138341193e246645c1c
docs(csv-stringify): new cast option sample
[ { "change_type": "ADD", "diff": "+\n+import { stringify } from 'csv-stringify';\n+import assert from 'assert';\n+\n+stringify([{\n+ name: 'foo',\n+ date: new Date(1970, 0)\n+},{\n+ name: 'bar',\n+ date: new Date(1971, 0)\n+}],{\n+ cast: {\n+ date: function(value) {\n+ return value.toISOString();\n+ }\n+ }\n...
JavaScript
MIT License
adaltas/node-csv
docs(csv-stringify): new cast option sample
1
docs
csv-stringify
306,458
28.10.2021 17:33:27
-7,200
a0b313c65005d21e7b3cb5352fda99281c3d57fd
fix(providence): correctly handle exports like "const x=3; export {x};"
[ { "change_type": "ADD", "diff": "+---\n+'providence-analytics': patch\n+---\n+\n+correctly handle exports like \"const x=3; export {x};\"\n", "new_path": ".changeset/brown-dodos-own.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ function getBindingAndSourc...
JavaScript
MIT License
ing-bank/lion
fix(providence): correctly handle exports like "const x=3; export {x};" Co-authored-by: Thijs Louisse<Thijs.Louisse@ing.com>
1
fix
providence
551,636
28.10.2021 17:35:09
-3,600
b7dba3108a5a65f271acb41b497a4f5dd959f135
fix(cairo): fix bitmap index writer under-sizing value file
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ import io.questdb.std.Unsafe;\npublic class RawTCPILPSenderMain {\npublic static void main(String[] args) {\n- final String ilp = \"bybit_perpetual_btcusdt_ob_features,symbol=BTCUSDT,side=Buy,time_iso8601=2021-09-27_12:04:19.100000,trade_id=7d4676b9-08ae...
Java
Apache License 2.0
questdb/questdb
fix(cairo): fix bitmap index writer under-sizing value file (#1488)
1
fix
cairo
791,834
28.10.2021 18:12:23
18,000
0ce0539876701ead1e559662886de0ec2788fcf8
report(build): fix building flow report with inline-fs
[ { "change_type": "MODIFY", "diff": "@@ -59,6 +59,7 @@ async function buildFlowReport() {\nconst bundle = await rollup.rollup({\ninput: 'flow-report/standalone-flow.tsx',\nplugins: [\n+ rollupPlugins.inlineFs({verbose: true}),\nrollupPlugins.replace({\n'__dirname': '\"\"',\n}),\n", "new_path": "build/bui...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(build): fix building flow report with inline-fs (#13280)
1
report
build
551,649
28.10.2021 18:53:12
-7,200
c1c3bb8886e64785f6e9d78ba5eed858fc199685
chore(ui): notify when questdb is unreachable
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,9 @@ export enum BusEvent {\nMSG_QUERY_FIND_N_EXEC = \"query.build.execute\",\nMSG_QUERY_OK = \"query.out.ok\",\nMSG_QUERY_RUNNING = \"query.out.running\",\n- MSQ_QUERY_SCHEMA = \"query.out.schema\",\n+ MSG_QUERY_SCHEMA = \"query.out.schema\",\n+ MSG_CONNECTI...
Java
Apache License 2.0
questdb/questdb
chore(ui): notify when questdb is unreachable (#1451)
1
chore
ui
826,656
28.10.2021 19:01:58
-7,200
2674abddc8c71989135d5ec61f8563360bd1c889
ci: push to `master` branch when releasing gRPC client to npm
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,7 @@ jobs:\nRELEASE_VERSION: ${{ github.event.inputs.version || github.ref }}\n- uses: EndBug/add-and-commit@v7\nwith:\n+ branch: master\nadd: package.json\nauthor_name: zepatrik\nauthor_email: zepatrik@users.noreply.github.com\n", "new_path": ".github/wo...
Go
Apache License 2.0
ory/keto
ci: push to `master` branch when releasing gRPC client to npm (#782)
1
ci
null
826,656
28.10.2021 19:16:22
-7,200
c1ad753769cba5591aaf36a06b13919c12255d36
ci: change git commit strategy for npm publish workflow
[ { "change_type": "MODIFY", "diff": "@@ -27,14 +27,11 @@ jobs:\ncat <<< $(jq '.version = (env.RELEASE_VERSION | sub(\"(^refs/tags/v)|(^v)\"; \"\"))' package.json) > package.json\nenv:\nRELEASE_VERSION: ${{ github.event.inputs.version || github.ref }}\n- - uses: EndBug/add-and-commit@v7\n- with:\n- branch: ma...
Go
Apache License 2.0
ory/keto
ci: change git commit strategy for npm publish workflow
1
ci
null
104,828
28.10.2021 20:17:48
-7,200
2c40617b18366a1fb9c8deac7770f99027432df4
chore(table): fix comment formatting
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,10 @@ const propTypes = {\n/** render zebra stripes or not */\nuseZebraStyles: PropTypes.bool,\n/** lighter styling where regular table too visually heavy. Deprecated. */\n- lightweight: deprecate(PropTypes.bool, `The 'lightweight' prop has been deprecated an...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(table): fix comment formatting
1
chore
table
306,321
28.10.2021 21:47:17
-3,600
f830953a5786aa75da432bc411b62d9ea598d9e3
fix(google): add default location to container registry so storage prices can be populated
[ { "change_type": "MODIFY", "diff": "@@ -4,8 +4,9 @@ import (\n\"fmt\"\n\"strings\"\n- \"github.com/infracost/infracost/internal/schema\"\n\"github.com/shopspring/decimal\"\n+\n+ \"github.com/infracost/infracost/internal/schema\"\n)\nfunc GetStorageBucketRegistryItem() *schema.RegistryItem {\n@@ -80,6 +81,10...
Go
Apache License 2.0
infracost/infracost
fix(google): add default location to container registry so storage prices can be populated (#1087)
1
fix
google
724,016
28.10.2021 22:06:33
25,200
3a5c7798d467f349aada53bf84aec3a935dde783
fix(types): Remove argument for `resetAutoDestroyState` `resetAutoDestroyState()` doesn't accept any arguments. See:
[ { "change_type": "MODIFY", "diff": "@@ -202,6 +202,6 @@ export declare function createWrapper(node: Vue, options?: WrapperOptions): Wrap\nexport declare function createWrapper(node: HTMLElement, options?: WrapperOptions): Wrapper<null>\nexport declare function enableAutoDestroy(hook: (...args: any[]) => any...
JavaScript
MIT License
vuejs/vue-test-utils
fix(types): Remove argument for `resetAutoDestroyState` (#1907) `resetAutoDestroyState()` doesn't accept any arguments. See: https://github.com/vuejs/vue-test-utils/blob/b4201332158ae2ad96611c953a88590c9da94154/packages/test-utils/src/auto-destroy.js#L9
1
fix
types
217,922
28.10.2021 22:09:31
-7,200
0379be9e805bda5020e1e1a7503d55683da65635
chore(ci): better build configuration
[ { "change_type": "MODIFY", "diff": "\"dev\": {\n\"optimization\": false,\n\"sourceMap\": true,\n- \"extractCss\": true,\n\"namedChunks\": true,\n\"aot\": false,\n\"extractLicenses\": true,\n\"optimization\": true,\n\"outputHashing\": \"all\",\n\"sourceMap\": false,\n- \"extractCss\": true,\n\"namedChunks\":...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(ci): better build configuration
1
chore
ci
320,238
28.10.2021 23:12:33
-7,200
668ed54a9f762e4a7e220b0c9bfadd0b3dcdaf47
chore(store): add additional PS5 bundles and alternative links for MediaMarkt (DE) & Saturn (DE)
[ { "change_type": "MODIFY", "diff": "@@ -318,6 +318,36 @@ export const Mediamarkt: Store = {\nseries: 'sonyps5c',\nurl: 'https://www.mediamarkt.de/de/product/_sony-ps5-marvels-spider-man-miles-morales-ultimate-edition-2715826.html',\n},\n+ {\n+ brand: 'sony',\n+ model: 'ps5 console',\n+ series: 'sonyps5c',\n...
TypeScript
MIT License
jef/streetmerchant
chore(store): add additional PS5 bundles and alternative links for MediaMarkt (DE) & Saturn (DE) (#2820)
1
chore
store
877,015
29.10.2021 00:29:03
-7,200
a51c6ee68f1aedc70accc85f628607a07b58e13a
refactor(@vtmn/css): upgrade version
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@vtmn/css\",\n- \"version\": \"0.30.4\",\n+ \"version\": \"0.31.0\",\n\"description\": \"Decathlon Design System - Vitamin global CSS styles library\",\n\"keywords\": [\n\"design-system\",\n", "new_path": "packages/sources/css/package.json", "old_pa...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/css): upgrade version
1
refactor
@vtmn/css
71,366
29.10.2021 03:08:57
-32,400
0cabb9f2d2f50c03337cd6f35bf47fc54ada3a21
feat(iot): allow setting Actions of TopicRule I'm trying to implement aws-iot L2 Constructs. This PR is the next step of refar: *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": "This library contains integration classes to send data to any number of\nsupported AWS Services. Instances of these classes should be passed to\n`TopicRule` defined in `@aws-cdk/aws-iot`.\n+\n+Currently supported are:\n+\n+- Invoke a Lambda function\n+\n+## Invoke a Lambd...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(iot): allow setting Actions of TopicRule (#17110) I'm trying to implement aws-iot L2 Constructs. This PR is the next step of #16681 refar: - https://github.com/aws/aws-cdk/pull/16681#discussion_r733912215 ---- *By submitting this pull request, I confirm that my contribution is made under the terms o...
1
feat
iot
71,080
29.10.2021 04:33:34
14,400
4c6cee5027c1b72af9eec809f646bb5751d683e2
chore(route53): make examples compile in this PR: chore(route53): make examples compile chore(route53-targets): make examples compile chore(route53-patterns): make examples compile *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": "@@ -42,12 +42,12 @@ The following example creates an HTTPS redirect from `foo.example.com` to `bar.e\nAs an existing certificate is not provided, one will be created in `us-east-1` by the CDK.\n```ts\n- new HttpsRedirect(stack, 'Redirect', {\n+new patterns.HttpsRedirect(t...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(route53): make examples compile (#17226) in this PR: - chore(route53): make examples compile - chore(route53-targets): make examples compile - chore(route53-patterns): make examples compile ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 li...
1
chore
route53
494,232
29.10.2021 05:32:52
14,400
5f73bb0784aeb7c4f3b1ed949926f9d9aed968d1
fix: allow use of relative URLs in config Closes
[ { "change_type": "MODIFY", "diff": "@@ -654,7 +654,7 @@ func (p *Config) SecretsCipher() [][32]byte {\n}\nfunc (p *Config) SelfServiceBrowserDefaultReturnTo() *url.URL {\n- return p.ParseURIOrFail(ViperKeySelfServiceBrowserDefaultReturnTo)\n+ return p.ParseAbsoluteOrRelativeURIOrFail(ViperKeySelfServiceBrow...
Go
Apache License 2.0
ory/kratos
fix: allow use of relative URLs in config (#1754) Closes #1446 Co-authored-by: hackerman <3372410+aeneasr@users.noreply.github.com>
1
fix
null
304,908
29.10.2021 06:49:36
-3,600
becf9507df9e2160e884dd2bffc7dceaea4a754f
fix(runtime): 'now()' doesn't return the same time throughout a script execution The fix is to add a runtime.now builtin function which will read the time at the start of the execution of the program and it will persist through out the execution.
[ { "change_type": "MODIFY", "diff": "Binary files a/embed/stdlib/runtime.fc and b/embed/stdlib/runtime.fc differ\n", "new_path": "embed/stdlib/runtime.fc", "old_path": "embed/stdlib/runtime.fc" }, { "change_type": "MODIFY", "diff": "Binary files a/embed/stdlib/universe.fc and b/embed/stdl...
Go
MIT License
influxdata/flux
fix(runtime): 'now()' doesn't return the same time throughout a script execution (#4193) The fix is to add a runtime.now builtin function which will read the time at the start of the execution of the program and it will persist through out the execution.
1
fix
runtime
494,212
29.10.2021 08:54:09
-3,600
681750f92d7fe517e7cc184cb4b65e6a21903ee9
docs: add subdomain configuration in csrf page Add some instructions as to how kratos can be configured to work across subdomains.
[ { "change_type": "MODIFY", "diff": "@@ -86,6 +86,9 @@ do in the Quickstart guide.\nWe do not recommend running them on separate subdomains, e.g.\n`https://kratos.my-website/` and `https://secureapp.my-website/`).\n+To allow cookies to work across subdomains, make sure to set the domain name\n+in the Kratos ...
Go
Apache License 2.0
ory/kratos
docs: add subdomain configuration in csrf page (#1896) Add some instructions as to how kratos can be configured to work across subdomains.
1
docs
null
304,879
29.10.2021 09:06:21
21,600
8516ea53dd877491ae26ff62d2c186700d2dbf18
fix: usePrevious on a non-existent column is a passthrough This patch makes usePrevious on a non-existent column a passthrough.
[ { "change_type": "MODIFY", "diff": "Binary files a/libflux/go/libflux/buildinfo.gen.go and b/libflux/go/libflux/buildinfo.gen.go differ\n", "new_path": "libflux/go/libflux/buildinfo.gen.go", "old_path": "libflux/go/libflux/buildinfo.gen.go" }, { "change_type": "MODIFY", "diff": "@@ -131,...
Go
MIT License
influxdata/flux
fix: usePrevious on a non-existent column is a passthrough (#4200) This patch makes usePrevious on a non-existent column a passthrough.
1
fix
null
551,636
29.10.2021 09:23:15
-3,600
9b3651f2b68a5b782e3f4d76738bb7f40a1064d4
chore(test): removed mac address from git
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ import io.questdb.std.Unsafe;\npublic class RawTCPILPSenderMain {\npublic static void main(String[] args) {\n- final String ilp = \"dhl_plug,building=ba1aa618-4de4-40be-a4f7-72e341274b91,floor=a3979437-5d95-4f4d-8ef2-ace635cffce4,label=144c8537-db16-11e9...
Java
Apache License 2.0
questdb/questdb
chore(test): removed mac address from git
1
chore
test
304,868
29.10.2021 09:27:27
21,600
9fdc0df5b99eccf27f672658e5081020dd54e96a
docs(fluxdoc): add README for how to use fluxdoc
[ { "change_type": "ADD", "diff": "+# Fluxdoc\n+\n+We have a fluxdoc command that can lint Flux source code for correct documentation.\n+\n+## Usage\n+\n+First compile the stdlib to a temporary directory. Starting from the root of the Flux repo run these commands.\n+\n+ cd libflux\n+ cargo run --bin fluxc -- ...
Go
MIT License
influxdata/flux
docs(fluxdoc): add README for how to use fluxdoc (#4198)
1
docs
fluxdoc
791,474
29.10.2021 10:02:53
25,200
910e11a9979900cb3f2ff8bc12de1274529e9d4a
test(bigtable): increase test context timeout
[ { "change_type": "MODIFY", "diff": "@@ -2395,7 +2395,7 @@ func TestIntegration_AdminBackup(t *testing.T) {\nt.Skip(\"emulator doesn't support backups\")\n}\n- timeout := 5 * time.Minute\n+ timeout := 10 * time.Minute\nctx, _ := context.WithTimeout(context.Background(), timeout)\nadminClient, err := testEnv....
Go
Apache License 2.0
googleapis/google-cloud-go
test(bigtable): increase test context timeout (#5045)
1
test
bigtable
217,922
29.10.2021 10:04:48
-7,200
74a5d9e7ab2fa813c981d692632bb3e4eac40b85
chore: switching beta to production build for now
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { gameEnv } from './game-env';\nimport { patchNotes } from './patch-notes';\nexport const environment = {\n- production: false,\n+ production: true,\nversion: version,\npatchNotes: patchNotes,\nssrHost: 'https://beta.ffxivteamcraft.com',\n", "ne...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: switching beta to production build for now
1
chore
null
217,922
29.10.2021 10:08:30
-7,200
8b318a8616f6fdecd108c870726eb39ca5b15eec
chore: better merge for
[ { "change_type": "MODIFY", "diff": "@@ -130,11 +130,10 @@ export class CurrencySpendingComponent extends TeamcraftComponent implements OnI\nreturn this.lazyData.getRow('extracts', entry.item).pipe(\nmap(extract => {\nconst mbRow = res.find(r => r.ItemId === entry.item);\n- const avgPrice = (entry.HQ ? mbRow...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better merge for #2028
1
chore
null
304,868
29.10.2021 10:14:23
21,600
a372c2fb5ae2b513fc971a8a867d2214e8587a9a
feat(bitwise): adds bitwise operations Adds a new experimental package to perform bitwise operations on ints and uints. Fixes:
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/embed/stdlib/experimental/bitwise.fc differ\n", "new_path": "embed/stdlib/experimental/bitwise.fc", "old_path": "embed/stdlib/experimental/bitwise.fc" }, { "change_type": "MODIFY", "diff": "@@ -1354,6 +1354,7 @@ type Arguments...
Go
MIT License
influxdata/flux
feat(bitwise): adds bitwise operations (#4197) Adds a new experimental package to perform bitwise operations on ints and uints. Fixes: #3513
1
feat
bitwise
126,276
29.10.2021 10:17:13
10,800
9dcce732a7d16567e22f5da252de1673b32f1bb2
feat(embedded/tbtree): read as before returns history count
[ { "change_type": "MODIFY", "diff": "@@ -56,18 +56,18 @@ func (r *Reader) Reset() error {\nreturn nil\n}\n-func (r *Reader) ReadAsBefore(beforeTs uint64) (key []byte, ts uint64, err error) {\n+func (r *Reader) ReadAsBefore(beforeTs uint64) (key []byte, ts, hc uint64, err error) {\nif r.closed {\n- return nil...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/tbtree): read as before returns history count Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/tbtree
126,276
29.10.2021 10:18:21
10,800
a3b0405a5bbc453230456fbdc424657acbc267cd
feat(embedded/appendable): method for reading short unsigned integer
[ { "change_type": "MODIFY", "diff": "@@ -116,6 +116,15 @@ func (r *Reader) ReadUint32() (uint32, error) {\nreturn binary.BigEndian.Uint32(b[:]), nil\n}\n+func (r *Reader) ReadUint16() (uint16, error) {\n+ var b [2]byte\n+ _, err := r.Read(b[:2])\n+ if err != nil {\n+ return 0, err\n+ }\n+ return binary.BigEn...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/appendable): method for reading short unsigned integer Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/appendable
494,212
29.10.2021 10:23:18
-3,600
dfb900797fc98ca7900631ccf8018858c4e43e85
docs: remove unintended characters in subdomain section in csrf page
[ { "change_type": "MODIFY", "diff": "@@ -84,13 +84,13 @@ to the SecureApp's Dashboard. Alternatively you can use piping in your app as we\ndo in the Quickstart guide.\nWe do not recommend running them on separate subdomains, e.g.\n-`https://kratos.my-website/` and `https://secureapp.my-website/`).\n+`https:/...
Go
Apache License 2.0
ory/kratos
docs: remove unintended characters in subdomain section in csrf page (#1897)
1
docs
null
617,459
29.10.2021 10:27:08
-7,200
4af5f76bec18110fd694d42582f4cfb29984c4b1
feat: add good params
[ { "change_type": "MODIFY", "diff": "@@ -11,4 +11,7 @@ jobs:\nsteps:\n- uses: SocialGouv/actions/k8s-deactivate@v1\nwith:\n- kubeconfig: ${{ secrets.KUBECONFIG }}\n+ kube-config: ${{ secrets.KUBECONFIG }}\n+ github-token: ${{ secrets.SOCIALGROOVYBOT_BOTO_PAT }}\n+ rancherId: ${{ secrets.RANCHER_PROJECT_ID }}...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
feat: add good params (#3946)
1
feat
null
277,273
29.10.2021 10:40:54
25,200
a94575647fd3ede62d98428e6b8ee3ccb405c7d4
docs: Add v0.19.0 change log
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,45 @@ When referencing the [`h2o-wave` package](https://pypi.org/project/h2o-wave/) fr\nFor LTS releases, bug fixes are provided for 2 years and security fixes are provided for 3 years. These releases provide the longest window of support and maintenance. For...
Python
Apache License 2.0
h2oai/wave
docs: Add v0.19.0 change log
1
docs
null