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
151,430
30.07.2021 23:46:14
25,200
06243cb540fb846747f2d0735a516a03d4aa7ff7
chore: update scroll util to microbundle
[ { "change_type": "DELETE", "diff": "-{\n- \"presets\": [\n- [\n- \"@babel/env\", {\n- \"modules\": false\n- }\n- ]\n- ]\n-}\n", "new_path": null, "old_path": "packages/analytics-util-scroll/.babelrc" }, { "change_type": "MODIFY", "diff": "@@ -5,11 +5,9 @@ description: Utility library for...
JavaScript
MIT License
davidwells/analytics
chore: update scroll util to microbundle Signed-off-by: David Wells <>
1
chore
null
756,059
30.07.2021 23:49:17
25,200
7449f15cc89a8eedd468ac76a41c1e3ace614aba
test: add test for virtual object farness
[ { "change_type": "MODIFY", "diff": "@@ -519,6 +519,24 @@ test('virtual object gc', t => {\n]);\n});\n+function makeDefectivelyNonFarThingInstance(state) {\n+ return {\n+ init(label = 'thing') {\n+ state.label = label;\n+ },\n+ self: {\n+ noop() {},\n+ },\n+ };\n+}\n+\n+test('demand farhood', t => {\n+ const...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test: add test for virtual object farness
1
test
null
756,059
30.07.2021 23:49:59
25,200
f1539230646936921ed8b50df080e261605570a6
docs: add documentation note about virtual object farness
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,7 @@ For example:\nstate.counter = 0;\nstate.name = name;\n},\n- self: {\n+ self: Far('counter', {\ninc() {\nstate.counter += 1;\n},\n@@ -53,7 +53,7 @@ For example:\ngetName() {\nreturn state.name;\n},\n- },\n+ }),\n};\n}\n```\n@@ -98,12 +98,12 @@ Additional ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs: add documentation note about virtual object farness
1
docs
null
151,430
30.07.2021 23:54:35
25,200
6ba082ef5e667c2b2466ecf19a7d7d1dcc368388
docs: update event listener docs
[ { "change_type": "MODIFY", "diff": "border: 0;\nright: 0\n}\n+ h2 {\n+ cursor: pointer;\n+ }\n+ li {\n+ width: 250px;\n+ cursor: pointer;\n+ }\n+ li:hover {\n+ background: #dbdbdb;\n+ }\n.github-corner:hover .octo-arm {\nanimation: octocat-wave .56s ease-in-out\n}\n<a href=\"https://github.com/DavidWells/an...
JavaScript
MIT License
davidwells/analytics
docs: update event listener docs Signed-off-by: David Wells <>
1
docs
null
151,430
30.07.2021 23:55:15
25,200
1262b332850d394f5d47398e95d8d6353ec70407
refactor: from fromEntries for loop
[ { "change_type": "MODIFY", "diff": "@@ -32,14 +32,20 @@ function logic(kind, isSetter) {\nconst [ getter, setter ] = storageMechanism[kind]\nconst data = sessionData()\nlet isNew = false\n- const info = Object.fromEntries(KEYS.map((key) => {\n+ let info = {}\n+\n+ for (let i = 0; i < KEYS.length; i++) {\n+ ...
JavaScript
MIT License
davidwells/analytics
refactor: from fromEntries for loop Signed-off-by: David Wells <>
1
refactor
null
151,430
30.07.2021 23:57:54
25,200
8660aad118ba6c39802693a5baa5c25b2e503183
refactor: use isString
[ { "change_type": "MODIFY", "diff": "import { set, get, remove, globalContext } from '@analytics/global-storage-utils'\nimport { getCookie, setCookie, removeCookie, hasCookies } from '@analytics/cookie-utils'\nimport { hasLocalStorage } from '@analytics/localstorage-utils'\n-import { isUndefined } from '@ana...
JavaScript
MIT License
davidwells/analytics
refactor: use isString Signed-off-by: David Wells <>
1
refactor
null
151,430
31.07.2021 00:23:02
25,200
6b01b97b4fdede0a0e48a257621af021beae4a45
refactor: update original source plugin with new utils
[ { "change_type": "DELETE", "diff": "-{\n- \"presets\": [\n- [\n- \"@babel/env\", {\n- \"modules\": false\n- }\n- ]\n- ]\n-}\n", "new_path": null, "old_path": "packages/analytics-plugin-original-source/.babelrc" }, { "change_type": "MODIFY", "diff": "],\n\"author\": \"David Wells\",\n\"li...
JavaScript
MIT License
davidwells/analytics
refactor: update original source plugin with new utils Signed-off-by: David Wells <>
1
refactor
null
135,461
31.07.2021 00:44:17
-28,800
b65acedc3334a859811762539ec8716de3e73f85
feat(load): add cosmiconfig typescript loader
[ { "change_type": "MODIFY", "diff": "\"@commitlint/execute-rule\": \"^13.0.0\",\n\"@commitlint/resolve-extends\": \"^13.0.0\",\n\"@commitlint/types\": \"^13.1.0\",\n+ \"@endemolshinegroup/cosmiconfig-typescript-loader\": \"^3.0.2\",\n\"chalk\": \"^4.0.0\",\n\"cosmiconfig\": \"^7.0.0\",\n\"lodash\": \"^4.17.1...
TypeScript
MIT License
conventional-changelog/commitlint
feat(load): add cosmiconfig typescript loader
1
feat
load
135,461
31.07.2021 01:05:32
-28,800
0bd0592148ab4266fd76816b19d352e2cf947f8c
fix(types): prompt messages props optional
[ { "change_type": "MODIFY", "diff": "@@ -36,13 +36,12 @@ export type PromptConfig = {\n};\nexport type PromptMessages = {\n- skip: string;\n- max: string;\n- min: string;\n- emptyWarning: string;\n- upperLimitWarning: string;\n- lowerLimitWarning: string;\n- [_key: string]: string;\n+ skip?: string;\n+ max?:...
TypeScript
MIT License
conventional-changelog/commitlint
fix(types): prompt messages props optional
1
fix
types
151,430
31.07.2021 01:12:27
25,200
ce931b5158a91d00f8b59db413ccb476d0d606ef
feat: add isRegex util
[ { "change_type": "MODIFY", "diff": "@@ -100,6 +100,18 @@ console.log(isUndefined(myval))\n// true\n```\n+## `isRegex`\n+\n+Check if value is regular expression.\n+\n+```js\n+import { isRegex } from '@analytics/types-utils'\n+\n+let myval = /pattern/gm\n+console.log(isRegex(myval))\n+// true\n+```\n+\n## `is...
JavaScript
MIT License
davidwells/analytics
feat: add isRegex util Signed-off-by: David Wells <>
1
feat
null
151,430
31.07.2021 01:16:05
25,200
1be0671dd2c3e278384032fcc5bd8f71fb23c530
doc: update pkg sizes
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ Integration with [AWS Pinpoint](https://aws.amazon.com/pinpoint/) for [analytics\nAmazon Pinpoint is a flexible and scalable outbound and inbound marketing communications service. You can connect with customers over channels like email, SMS, push, or voice...
JavaScript
MIT License
davidwells/analytics
doc: update pkg sizes Signed-off-by: David Wells <>
1
doc
null
135,461
31.07.2021 01:17:30
-28,800
4825a521e2c74d63a11920b48094fddc79001b3c
fix(types): prompt messages key
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,7 @@ export type PromptMessages = {\nemptyWarning?: string;\nupperLimitWarning?: string;\nlowerLimitWarning?: string;\n+ [_key: string]: string | undefined;\n};\nexport type UserPromptConfig = DeepPartial<PromptConfig>;\n", "new_path": "@commitlint/types/...
TypeScript
MIT License
conventional-changelog/commitlint
fix(types): prompt messages key
1
fix
types
777,374
31.07.2021 01:56:17
-25,200
3486a499196efc86502b74689fde2e5d44371fda
feat: switch to bash in jupyterlab shells.
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,10 @@ if [ \"$HOME\" = \"/\" ] ; then\nexport HOME\nfi\n+# Use user's preferred SHELL in JupyterLab terminals.\n+SHELL=\"$(set -o pipefail; getent passwd \"$(whoami)\" | cut -d: -f7)\" || SHELL=\"/bin/bash\"\n+export SHELL\n+\n\"$DET_PYTHON_EXECUTABLE\" -m pi...
Python
Apache License 2.0
determined-ai/determined
feat: switch to bash in jupyterlab shells. [DET-5791] (#2804)
1
feat
null
902,122
31.07.2021 02:00:43
-7,200
ee38cb855ff074076c22ced6d03a1d5ad77070f3
ci: merge coverage reports
[ { "change_type": "MODIFY", "diff": "@@ -23,3 +23,9 @@ jobs:\nrun: npm install --no-package-lock\n- name: Test\nrun: npm test\n+ - name: Coverage\n+ run: npm run coverage\n+ - name: Upload\n+ uses: coverallsapp/github-action@master\n+ with:\n+ github-token: ${{ secrets.GITHUB_TOKEN }}\n", "new_path": ".g...
JavaScript
MIT License
microlinkhq/browserless
ci: merge coverage reports (#296)
1
ci
null
217,922
31.07.2021 09:34:57
-7,200
2c7580a915abde182e0206cb43af4d5f142f4cfc
fix(inventory): sort by total price instead of unit price
[ { "change_type": "MODIFY", "diff": "@@ -109,7 +109,7 @@ export class InventoryComponent {\nreturn item;\n})\n.sort((a, b) => {\n- const diffPrice = b.price - a.price;\n+ const diffPrice = b.price * b.quantity - a.price * a.quantity;\nif (diffPrice !== 0) {\nreturn diffPrice;\n}\n", "new_path": "apps/cli...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory): sort by total price instead of unit price
1
fix
inventory
126,276
31.07.2021 09:45:22
10,800
d32cbf71c7f152062e2b0de330e1b1afd5168896
chore(embedded/sql): convert unmapIndexedRow into unmapRow with optional indexed value
[ { "change_type": "MODIFY", "diff": "@@ -507,8 +507,16 @@ func (e *Engine) loadTables(db *Database, snap *store.Snapshot) error {\n}\ndefer pkReader.Close()\n- encMaxPK, _, _, _, err := pkReader.Read()\n- if err != nil && err != store.ErrNoMoreEntries {\n+ mkey, _, _, _, err := pkReader.Read()\n+ if err == s...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): convert unmapIndexedRow into unmapRow with optional indexed value Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
217,922
31.07.2021 10:10:44
-7,200
c9528f3d135ffb27bd0580b1bd2da3296a5cdbca
fix(retainers): no more weird named retainers
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ export class RetainersComponent {\nmap(() => {\nreturn display\n.map(row => {\n- row.retainers = row.retainers.filter(retainer => !!retainer.name)\n+ row.retainers = row.retainers.filter(retainer => !!retainer.name && retainer.level > 0)\n.sort((a, b) =>...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(retainers): no more weird named retainers
1
fix
retainers
217,922
31.07.2021 10:11:02
-7,200
ffa6afb48d95a2ad992b510d2c665c82ed73da1f
feat(retainers): new button to reset retainers inside retainers page
[ { "change_type": "MODIFY", "diff": "@@ -109,4 +109,9 @@ export class RetainersService {\npersist(): void {\nlocalStorage.setItem(RetainersService.LS_KEY, JSON.stringify(this.retainers));\n}\n+\n+ resetRetainers(): void {\n+ this.retainers$.next({});\n+ this.persist();\n+ }\n}\n", "new_path": "apps/clien...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(retainers): new button to reset retainers inside retainers page
1
feat
retainers
135,461
31.07.2021 10:44:26
-28,800
6d7a1c40e2f8a8ff22595e0e17f71f3702b0699c
fix(types): user config prompt
[ { "change_type": "MODIFY", "diff": "import path from 'path';\nimport {cosmiconfig} from 'cosmiconfig';\n-import TSLoader from '@endemolshinegroup/cosmiconfig-typescript-loader';\n+import TypeScriptLoader from '@endemolshinegroup/cosmiconfig-typescript-loader';\nexport interface LoadConfigResult {\nconfig: u...
TypeScript
MIT License
conventional-changelog/commitlint
fix(types): user config prompt
1
fix
types
217,922
31.07.2021 10:53:41
-7,200
00910d012495343d07ea5b8b335231fa2636e770
fix(stats): stats syncing is now disabled by default to avoid foods from being taken into account
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ import {\n} from './auth.actions';\nimport firebase from 'firebase/app';\nimport { UserCredential } from '@firebase/auth-types';\n-import { catchError, debounceTime, distinctUntilChanged, filter, first, map, shareReplay, startWith, switchMap, tap } from ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(stats): stats syncing is now disabled by default to avoid foods from being taken into account
1
fix
stats
386,595
31.07.2021 12:39:16
-7,200
7662de1d1bf19b781cefcb2425e6b66f14e146ef
fix(blockTools): Add RenderHtml to blockTools.
[ { "change_type": "MODIFY", "diff": "@@ -4480,12 +4480,12 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"clean-webpack-plugin\", \"virtual:22157ea722f8d6428f1fcf0a6f7f6c7d6b902d9c785256c60a65fe6cd0db76ebccc7c1457ee047df0ba6909ff018e300c4f4957a60f5b670089810dfc417af9b#npm:3.0.0\"],\n[\"create-...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blockTools): Add RenderHtml to blockTools.
1
fix
blockTools
386,595
31.07.2021 12:40:35
-7,200
8e8ff8daea67cff2637a4b83d7c0582fc3fc77d6
fix(blocksBasic): Refactor to use RenderHtml.
[ { "change_type": "MODIFY", "diff": "*/\nimport React from 'react';\n-import DOMPurify from 'dompurify';\n-import { blockDefaultProps } from '@lowdefy/block-tools';\n+import { blockDefaultProps, RenderHtml } from '@lowdefy/block-tools';\n-class HtmlBlock extends React.Component {\n- constructor(props) {\n- s...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocksBasic): Refactor to use RenderHtml.
1
fix
blocksBasic
386,595
31.07.2021 12:41:36
-7,200
dfc468d1fef7b9aebb611c82ff19285260bc5d7e
fix(blocksAntd): Add additional properties to Descriptions and use RenderHtml.
[ { "change_type": "MODIFY", "diff": "items:\nfield_one: \"description one field with \\n new line \\t helps\\n make better content.\"\n'one \\n two;': \"description two field with \\n new line \\t helps\\n make better content.\"\n+- id: 'properties.excludeKeys: []'\n+ type: Descriptions\n+ properties:\n+ exc...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocksAntd): Add additional properties to Descriptions and use RenderHtml.
1
fix
blocksAntd
386,595
31.07.2021 13:02:26
-7,200
bd78efc0deb0702fb91bafd154f4aa64662d4f85
fix(blocksAntd): Add blocks display type to Descriptions schema.
[ { "change_type": "MODIFY", "diff": "},\n\"span\": {\n\"type\": [\"number\", \"object\"],\n- \"description\": \"Item span for this key. Can also be a function that receives item and index.\"\n+ \"description\": \"Item span for this key. Can also be a function that receives item and index.\",\n+ \"docs\": {\n...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocksAntd): Add blocks display type to Descriptions schema.
1
fix
blocksAntd
386,595
31.07.2021 13:06:46
-7,200
1fc33295f07a215f12b229557468cb49159addcc
fix(docs): Fix AxiosHttp examples, closes
[ { "change_type": "MODIFY", "diff": "@@ -106,7 +106,7 @@ _ref:\nurl:\n_nunjucks: /orders/{{ order_id }}\nmethod: post\n- body:\n+ data:\n_state: true\n```\n@@ -146,6 +146,6 @@ _ref:\nproperties:\nurl: api.otherapp.org/other/thing\nmethod: post\n- body:\n+ data:\n_state: true\n```\n", "new_path": "package...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Fix AxiosHttp examples, closes #686
1
fix
docs
705,224
31.07.2021 14:58:26
14,400
f8507cf774cd5225a29b1b9da1b08c2d497f98fe
fix: vertically center icon in material buttons
[ { "change_type": "MODIFY", "diff": "<ContentPresenter x:Name=\"IconPresenter\"\nContent=\"{Binding Path=(extensions:ControlExtensions.Icon), RelativeSource={RelativeSource TemplatedParent}}\"\n- HorizontalAlignment=\"Stretch\"\nMargin=\"0,0,8,0\"\nMaxHeight=\"34\"\nMaxWidth=\"34\"\nMinWidth=\"25\"\n+ Horizo...
C#
Apache License 2.0
unoplatform/uno.themes
fix: vertically center icon in material buttons
1
fix
null
815,609
31.07.2021 16:28:38
-28,800
578eb9e87cb414603904a793d1228d7cd1c254fc
fix: fix a compile error
[ { "change_type": "MODIFY", "diff": "@@ -1566,11 +1566,7 @@ mod tests {\nlet peer_state = peers.state.read();\n// Protected peer 0 still in sync state\nassert_eq!(\n- peers\n- .state\n- .get(&sync_protected_peer)\n- .unwrap()\n- .sync_started(),\n+ peer_state.get(&sync_protected_peer).unwrap().sync_started()...
Rust
MIT License
nervosnetwork/ckb
fix: fix a compile error
1
fix
null
317,646
31.07.2021 16:54:25
-7,200
c4db62c644f840be02862936509e5b323c44cde6
feat(language): allow enabling or disabling HOME folder closes
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,7 @@ Display the currently active crystal version.\n## Properties\n+- home_enabled: `boolean` - display the segment in the HOME folder or not - defaults to `false`\n- display_version: `boolean` - display the julia version - defaults to `true`\n- display_error...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(language): allow enabling or disabling HOME folder closes #874
1
feat
language
151,430
31.07.2021 23:58:17
25,200
e67599b58bbc6f5aadd03dba116321f05a30ec78
test: add listener tests
[ { "change_type": "MODIFY", "diff": "-<!doctype html>\n+<!DOCTYPE html>\n<html>\n<head>\n<title>Listener utils</title>\nbody {\ndisplay: flex;\n}\n-\nlabel {\ndisplay: block;\n}\n- .github-corner svg {\n- height: 80px;\n- width: 80px;\n- fill: #151513;\n- color: #fff;\n- position: absolute;\n- top: 0;\n- bor...
JavaScript
MIT License
davidwells/analytics
test: add listener tests Signed-off-by: David Wells <>
1
test
null
67,516
01.08.2021 08:50:04
-7,200
f4ea9daf14de8551f9c43f9177e894cb30d12ca4
test(validation): router integration
[ { "change_type": "MODIFY", "diff": "\"@aurelia/validation\": \"2.0.0-alpha.13\",\n\"@aurelia/validation-html\": \"2.0.0-alpha.13\"\n},\n- \"type\": \"module\",\n\"devDependencies\": {\n\"@types/node\": \"^14.11.5\",\n- \"@typescript-eslint/eslint-plugin\": \"4.28.3\",\n- \"@typescript-eslint/parser\": \"4.2...
TypeScript
MIT License
aurelia/aurelia
test(validation): router integration
1
test
validation
217,922
01.08.2021 09:22:44
-7,200
934b7e1e6272ae501989c24780b290763686de6d
fix(log-tracker): fixed checkboxes stats not being saved properly
[ { "change_type": "MODIFY", "diff": "<button (click)=\"createListForPage(page, 50)\" nz-button>\n<i nz-icon nzType=\"check\"></i> {{'LOG_TRACKER.Create_list_limited' | translate}}\n</button>\n- <button (click)=\"createList(selectedRecipes)\" [disabled]=\"selectedRecipes.length === 0\" nzType=\"primary\" nz-b...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(log-tracker): fixed checkboxes stats not being saved properly
1
fix
log-tracker
71,094
01.08.2021 09:39:00
-3,600
a6fac4974fa17949b836c72d04e1cc4504bc920a
fix(pipelines): Prepare stage doesn't have AUTO_EXPAND capability Fixes *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import * as cp from '@aws-cdk/aws-codepipeline';\nimport * as cpa from '@aws-cdk/aws-codepipeline-actions';\nimport * as ec2 from '@aws-cdk/aws-ec2';\nimport * as iam from '@aws-cdk/aws-iam';\n-import { Aws, Fn, Lazy, PhysicalName, Stack } from '@aws-cdk/c...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(pipelines): Prepare stage doesn't have AUTO_EXPAND capability (#15819) Fixes #15711. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
pipelines
67,516
01.08.2021 10:35:36
-7,200
809220a1bc3434b7652a903f11aa2e6d81a328a2
fix(validation): broken test in node
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ import {\nCustomAttribute,\nCustomElement,\ncustomElement,\n+ IHistory,\nILocation,\nIPlatform,\nStandardConfiguration\n@@ -114,6 +115,7 @@ describe('validation-html/validation-router.integration.spec.ts/integration', fu\nawait au\n.register(\nStandardCo...
TypeScript
MIT License
aurelia/aurelia
fix(validation): broken test in node
1
fix
validation
126,276
01.08.2021 11:57:11
10,800
d190ec173ec1e687a5aec0b848b6898a93110150
fix(embedded/sql): in-mem catalog rollback and syncing fixes
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,8 @@ package sql\ntype Catalog struct {\ndbsByID map[uint64]*Database\ndbsByName map[string]*Database\n+\n+ mutated bool\n}\ntype Database struct {\n", "new_path": "embedded/sql/catalog.go", "old_path": "embedded/sql/catalog.go" }, { "change_t...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/sql): in-mem catalog rollback and syncing fixes Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/sql
317,646
01.08.2021 15:25:15
-7,200
073f18f53aa25ee4dc54f671730efc3156f80a56
feat(debug): trace system calls to log file
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,9 @@ package main\nimport (\n\"context\"\n\"errors\"\n+ \"fmt\"\n\"io/ioutil\"\n+ \"log\"\n\"net/http\"\n\"os\"\n\"os/exec\"\n@@ -97,10 +99,45 @@ func (c *commandCache) get(command string) (string, bool) {\nreturn \"\", false\n}\n+type tracer struct {\n+ file *...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(debug): trace system calls to log file
1
feat
debug
217,922
01.08.2021 18:44:00
-7,200
bdc60dc5692285a47bdc93beed1421b567aaa40d
fix(log-tracker): fixed list creation for entire page not working properly
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,8 @@ export class LogTrackerComponent extends TrackerComponent {\npublic set dohSelectedPage(index: number) {\nthis._dohSelectedPage = index;\n- this.selectedRecipes = [];\n+ this.selectedRecipes = {};\n+ this.selectedRecipesSize = 0;\n}\nprivate _dolSelected...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(log-tracker): fixed list creation for entire page not working properly
1
fix
log-tracker
342,861
01.08.2021 19:37:54
-7,200
c4a0c30980d748cf1fe1d083eec6d4ad6e124b78
docs(sandbox): fix code editor in full-page mode
[ { "change_type": "MODIFY", "diff": "\"github\": \"https://github.com/jaroslav-kubicek\"\n},\n{\n- \"id\": \"ba763709-e0a9-5345-a157-dd93f9d213b8\",\n- \"name\": \"git-toni\",\n+ \"id\": \"85437f36-ffa2-5506-8d6d-8242fb786dbe\",\n+ \"name\": \"williamkolmacka\",\n\"error\": \"\",\n\"twitter\": null,\n\"websi...
JavaScript
MIT License
kiwicom/orbit
docs(sandbox): fix code editor in full-page mode
1
docs
sandbox
342,861
01.08.2021 19:59:31
-7,200
3a1004452d60a6b9f7fc52052d2aad92dc18ebb3
docs(sandbox): open full-page on mobile
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ const { Octokit } = require(\"@octokit/rest\");\nconst path = require(\"path\");\nconst fs = require(\"fs-extra\");\nconst prettier = require(\"prettier\");\n+const _ = require(\"lodash\");\nconst { warnMissingAccessToken } = require(\"../../utils/warnings...
JavaScript
MIT License
kiwicom/orbit
docs(sandbox): open full-page on mobile
1
docs
sandbox
756,051
01.08.2021 20:11:18
18,000
617519534065c013069897b798d200222ed26457
chore(xsnap): add xsnap-native submodule - xsnap -> xsnap-worker to distinguish cli app from long-running worker - get xsnap heap exhaustion crash fix - never mind meters beyond compute, allocate - get mac makefile update fixes refs
[ { "change_type": "MODIFY", "diff": "[submodule \"packages/xsnap/moddable\"]\npath = packages/xsnap/moddable\nurl = https://github.com/agoric-labs/moddable.git\n+[submodule \"packages/xsnap/xsnap-native\"]\n+ path = packages/xsnap/xsnap-native\n+ url = https://github.com/agoric-labs/xsnap-pub\n", "new_pa...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(xsnap): add xsnap-native submodule - xsnap -> xsnap-worker to distinguish cli app from long-running worker - get xsnap heap exhaustion crash fix - never mind meters beyond compute, allocate - get mac makefile update fixes #2469 refs #3139
1
chore
xsnap
217,922
01.08.2021 20:32:02
-7,200
72df4bf54caaa183f60e2d8c457541c31a75e817
fix(inventory-optimizer): fixed huge performance issue with the result panels
[ { "change_type": "MODIFY", "diff": "@@ -284,7 +284,7 @@ export class InventoryService {\npublic getContainerDisplayName(item: ItemSearchResult): string {\nconst containerName = this.getContainerTranslateKey(item);\n- if (item.isCurrentCharacter) {\n+ if (item.isCurrentCharacter || !this.characterEntries) {\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory-optimizer): fixed huge performance issue with the result panels
1
fix
inventory-optimizer
135,451
01.08.2021 20:40:35
18,000
d2e2f7f99d9492a53b349fecfa09313f8a297062
docs: added commitlint-gitlab-ci in community docs
[ { "change_type": "MODIFY", "diff": "@@ -12,3 +12,4 @@ If you want to add a project to this list [open a pull request](https://github.c\n- [commitlint.io](https://github.com/tomasen/commitlintio) - helps your project to ensures nice and tidy commit messages without needing any download or installation\n- [co...
TypeScript
MIT License
conventional-changelog/commitlint
docs: added commitlint-gitlab-ci in community docs (#2703)
1
docs
null
756,025
01.08.2021 22:27:50
25,200
c241e3978a36778197b1bf3874b07f1ed4df9ceb
fix: towards patterns and stores
[ { "change_type": "ADD", "diff": "+/* eslint-disable no-use-before-define */\n+/* global foo */\n+const M = foo();\n+\n+export const MatchDisplayInfo = M.rest(\n+ {\n+ assetKind: M.or('nat', 'set'),\n+ }.optionals({\n+ decimalPlaces: M.number(),\n+ }),\n+);\n+\n+export const BrandI = M.interface({\n+ isMyIss...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: towards patterns and stores
1
fix
null
126,276
02.08.2021 08:05:37
10,800
ac8820e25ee4d0a9a56b66ac798592f55068a515
fix(embedded/store): use reserved concurrency slot for indexing
[ { "change_type": "MODIFY", "diff": "@@ -559,14 +559,10 @@ func TestImmudbStoreEdgeCases(t *testing.T) {\ntx1, err := immuStore.fetchAllocTx()\nrequire.NoError(t, err)\n- tx2, err := immuStore.fetchAllocTx()\n- require.NoError(t, err)\n-\n_, err = immuStore.fetchAllocTx()\nrequire.Equal(t, ErrMaxConcurrencyL...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/store): use reserved concurrency slot for indexing Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/store
317,842
02.08.2021 08:45:26
-7,200
94e3d9e0fd4fbf6eea657c9e4beb3f5301f8b39a
perf(git): read origin url from config new properties added: isWorktree and gitRootFolder
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,7 @@ require (\ngithub.com/mitchellh/mapstructure v1.4.1\ngithub.com/sergi/go-diff v1.2.0 // indirect\ngithub.com/shirou/gopsutil v3.21.5+incompatible\n+ github.com/smartystreets/goconvey v1.6.4 // indirect\ngithub.com/stretchr/objx v0.3.0 // indirect\ngithub...
Go
MIT License
jandedobbeleer/oh-my-posh
perf(git): read origin url from config new properties added: isWorktree and gitRootFolder
1
perf
git
129,350
02.08.2021 09:51:23
-7,200
078183510ba415457532b6e811a2e398ab9a5ea2
style: remove unused mypy comment
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ class Init:\ndef _ask_config_path(self) -> str:\nname = questionary.select(\n\"Please choose a supported config file: (default: pyproject.toml)\",\n- choices=config_files, # type: ignore\n+ choices=config_files,\ndefault=\"pyproject.toml\",\nstyle=self.c...
Python
MIT License
commitizen-tools/commitizen
style: remove unused mypy comment
1
style
null
217,922
02.08.2021 10:32:38
-7,200
b960b4707b8717c72719603cd4f6fd893af0fdda
fix(collectables): fixed DoL collectables not listed properly
[ { "change_type": "MODIFY", "diff": "@@ -67,7 +67,6 @@ export class ItemIconComponent implements OnChanges {\n}\nngOnChanges(changes: SimpleChanges): void {\n- console.log(changes);\nif (changes.itemId) {\nthis.collectable = this.lazyData.data.collectables[this.itemId] !== undefined;\n}\n", "new_path": "...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(collectables): fixed DoL collectables not listed properly
1
fix
collectables
127,946
02.08.2021 10:44:42
-10,800
dd788ade3afa1b9a6b39e00a800b9379cdc75db9
feat: trigger build
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ export default function PageBadge() {\n<h2 className=\"text-3xl font-semibold\">Set up Theme</h2>\n<Text>{`Wrap your entire application with the <ThemeProvider />, providing your preferred theme via the theme prop.`}</Text>\n<Text>\n- Be sure to include ...
TypeScript
MIT License
coingaming/moon-design
feat: trigger build
1
feat
null
317,877
02.08.2021 11:07:37
25,200
12dfdb370899ae74aaca387b44e70e2beb630474
chore: add no_commits_icon to schema
[ { "change_type": "MODIFY", "diff": "\"description\": \"Icon/text to display before the merge context\",\n\"default\": \"\\uE727\"\n},\n+ \"no_commits_icon\": {\n+ \"type\": \"string\",\n+ \"title\": \"No Commits Icon\",\n+ \"description\": \"Icon/text to display when there are no commits in the repo\",\n+ \...
Go
MIT License
jandedobbeleer/oh-my-posh
chore: add no_commits_icon to schema Co-authored-by: Jan De Dobbeleer <2492783+JanDeDobbeleer@users.noreply.github.com>
1
chore
null
617,479
02.08.2021 11:10:32
-7,200
7c2b33d59f2d7849e2284adfdb5a1d15c2197902
fix(ci): fix PROJECT_PATH in release
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ Release:\n- git checkout ${CI_COMMIT_REF_SLUG}\n- git config user.name \"${CI_GIT_AUTHOR_NAME}\"\n- git config user.email \"${CI_GIT_AUTHOR_EMAIL}\"\n- - git remote set-url origin https://${GITHUB_TOKEN}@github.com/${CI_PROJECT_PATH}.git\n+ - git remote ...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix(ci): fix PROJECT_PATH in release
1
fix
ci
141,526
02.08.2021 11:11:40
-36,000
0b0ad085abf2fe631e5399ee53095fcc2c36d100
fix: show tooltips in chromatic tests
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,11 @@ export type TooltipProps = {\n* `overflow: scroll` or `overflow: hidden` element.\n*/\nportalSelector?: string\n+ /**\n+ * Should the tooltip be visible on the first render. Useful for visual\n+ * regression testing.\n+ */\n+ isInitiallyVisible?: boolea...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: show tooltips in chromatic tests (#1800) Co-authored-by: Ally Beaton <allanna.beaton@gmail.com>
1
fix
null
889,620
02.08.2021 11:39:51
-28,800
20bccb57ec5c65e53425c46afec174ebacc8d9a2
feat(webui): full screen support when adding to home on mobile closes
[ { "change_type": "MODIFY", "diff": "<meta charset=\"utf-8\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\">\n+ <meta name=\"apple-mobile-web-app-capable\" content=\"yes\">\n+ <meta name=\"mobile-web-app-capable\" content=...
Kotlin
MIT License
gotson/komga
feat(webui): full screen support when adding to home on mobile closes #565
1
feat
webui
392,551
02.08.2021 11:47:04
-7,200
a76f8797647abc8c9d4dc7675c0c3e121ac77aad
chore: clarify doc script namings
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,7 @@ jobs:\n- name: Install doc dependencies\nrun: |\nyarn --cwd doc install && \\\n- yarn --cwd doc install-modules\n+ yarn --cwd doc install-mjs\n- name: Lint\nrun: yarn --cwd doc ci\n", "new_path": ".github/workflows/yarn.yml", "old_path": ".github...
TypeScript
MIT License
mapillary/mapillary-js
chore: clarify doc script namings
1
chore
null
276,941
02.08.2021 12:46:56
10,800
d16c071362f67952aa1962a7035c3f6239aae673
feat: add result details
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport styled from 'styled-components';\n-import { Result, Avatar } from '@gympass/yoga';\n-import { BuildingFilled, Youtube } from '@gympass/yoga-icons';\n+import { Result, Avatar, Text } from '@gympass/yoga';\n+import { BuildingFilled, Youtub...
JavaScript
MIT License
gympass/yoga
feat: add result details
1
feat
null
780,866
02.08.2021 13:21:06
10,800
5cefa832a51b488cc5b7b2c20980042e3206a33d
chore(framework/webpack): fix corejs version to 3.16
[ { "change_type": "MODIFY", "diff": "@@ -169,7 +169,7 @@ let config = {\npresets: [\n['@babel/preset-env', {\nuseBuiltIns: 'usage',\n- corejs: '3.15',\n+ corejs: '3.16',\nmodules: false\n}]\n],\n", "new_path": "@ecomplus/storefront-framework/src/webpack.config.js", "old_path": "@ecomplus/storefront-f...
JavaScript
MIT License
ecomplus/storefront
chore(framework/webpack): fix corejs version to 3.16
1
chore
framework/webpack
67,479
02.08.2021 13:29:16
-36,000
a70947c614bdad352b3438869b119aceabd925e1
chore: adapt latest core
[ { "change_type": "MODIFY", "diff": "\"version\": \"2.0.0-alpha.14.2\",\n\"main\": \"dist/esm/index.js\",\n\"module\": \"dist/esm/index.js\",\n- \"types\": \"dist/index.d.ts\",\n- \"typings\": \"dist/index.d.ts\",\n+ \"types\": \"dist/types/index.d.ts\",\n+ \"typings\": \"dist/types/index.d.ts\",\n\"license\...
TypeScript
MIT License
aurelia/aurelia
chore: adapt latest core
1
chore
null
401,147
02.08.2021 13:40:42
-19,080
ee3456113ffa3fc2b28630f29e5f8f5c1062b9ee
fix: change the key of swr from request object to url affects:
[ { "change_type": "MODIFY", "diff": "import { AxiosError, AxiosRequestConfig, AxiosResponse } from 'axios';\nimport { SWRConfiguration, SWRResponse } from 'swr';\n-export type AxiosConfig = AxiosRequestConfig | null;\n+export type AxiosConfig = AxiosRequestConfig;\nexport type Return<Data = unknown, Error = ...
TypeScript
MIT License
medly/medly-components
fix: change the key of swr from request object to url affects: @medly-components/utils
1
fix
null
699,189
02.08.2021 13:45:28
18,000
0bfba62d66efe74fc410216f62e67fdd5ab11bea
fix(popover): make the close button the first focus always
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/popover': patch\n+'@twilio-paste/core': patch\n+---\n+\n+The Popover's close button will now always be the first focus upon opening.\n", "new_path": ".changeset/wise-days-smash.md", "old_path": null }, { "change_type": "MODIFY", "dif...
TypeScript
MIT License
twilio-labs/paste
fix(popover): make the close button the first focus always (#1720)
1
fix
popover
419,568
02.08.2021 13:51:31
-10,800
ec720bc74a726931e6b4803927fc43450973c7a4
docs: update request context docs
[ { "change_type": "MODIFY", "diff": "@@ -222,6 +222,8 @@ We can use the `@UseRequestContext()` decorator. It requires you to first inject\nfor you. Under the hood, the decorator will register new request context for your\nmethod and execute it inside the context.\n+Keep in mind, that all handlers that are de...
TypeScript
MIT License
mikro-orm/mikro-orm
docs: update request context docs (#2000) Co-authored-by: Martin Andreev <martin.andreev@lab08.com>
1
docs
null
392,551
02.08.2021 14:13:58
-7,200
0f064a459fc4dc248f0b94b3710205656f7e279a
docs: clearer readme and docs intro
[ { "change_type": "MODIFY", "diff": "# MapillaryJS\n-MapillaryJS is an interactive street imagery and semantic mapping visualization platform on the web. It takes spatial, semantic, and texture data and renders it using JavaScript and WebGL. MapillaryJS can be augmented and extended with custom rendering, an...
TypeScript
MIT License
mapillary/mapillary-js
docs: clearer readme and docs intro
1
docs
null
438,921
02.08.2021 14:21:22
-32,400
44e648d8ece8650575644c57c2adb444c2cf6f98
chore(build): change esm build path & filename change esm build path: as-is: ./dist/*.esm.js, ./dist/plugin/*.esm.js to-be: ./dist/esm/*.js, ./dist/esm/plugin/*.js
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ const bbPlugins = fs.readdirSync(path.resolve(__dirname, \"../../src/Plugin/\"), {\n.map(({name}) => ({\ninput: `src/Plugin/${name}/index.ts`,\noutput: {\n- file: `dist/plugin/billboardjs-plugin-${name}.esm.js`,\n+ file: `dist/esm/plugin/billboardjs-plug...
TypeScript
MIT License
naver/billboard.js
chore(build): change esm build path & filename - change esm build path: as-is: ./dist/*.esm.js, ./dist/plugin/*.esm.js to-be: ./dist/esm/*.js, ./dist/esm/plugin/*.js
1
chore
build
306,650
02.08.2021 14:22:38
-19,080
e8636a65f808d861676239f0cc0e7751afd77eec
chore: adds pre-commit and commit hooks
[ { "change_type": "ADD", "diff": "+#!/bin/sh\n+. \"$(dirname \"$0\")/_/husky.sh\"\n+\n+npm run pre-commit\n", "new_path": ".husky/pre-commit", "old_path": null }, { "change_type": "ADD", "diff": "+#!/bin/sh\n+. \"$(dirname \"$0\")/_/husky.sh\"\n+\n+exec < /dev/tty && npm run commit -- --h...
TypeScript
MIT License
innovaccer/design-system
chore: adds pre-commit and commit hooks
1
chore
null
67,479
02.08.2021 14:23:17
-36,000
83233126d347e712fc37415d3f9a4ef70a91c632
refactor(build): make tests work
[ { "change_type": "MODIFY", "diff": "\"private\": true,\n\"version\": \"2.0.0-alpha.14.2\",\n\"workspaces\": [\n- \"packages/__tests__\",\n\"packages/router\",\n+ \"packages/__tests__\",\n\"examples/base-url\",\n- \"examples/lazy-loading-config\"\n+ \"examples/lazy-loading-config\",\n+ \"test/karma-aurelia-p...
TypeScript
MIT License
aurelia/aurelia
refactor(build): make tests work
1
refactor
build
306,650
02.08.2021 14:23:48
-19,080
e6cb86a0b82ce4bb33c751431cb1d60e5b7c4c47
chore: modifies configs according to new rules
[ { "change_type": "MODIFY", "diff": "{\n\"singleQuote\": true,\n- \"trailingComma\": \"none\",\n+ \"trailingComma\": 'es5',\n\"printWidth\": 120,\n\"tabWidth\": 2,\n}\n", "new_path": ".prettierrc", "old_path": ".prettierrc" }, { "change_type": "MODIFY", "diff": "@@ -24,7 +24,10 @@ const c...
TypeScript
MIT License
innovaccer/design-system
chore: modifies configs according to new rules
1
chore
null
126,281
02.08.2021 14:55:54
-7,200
73043acda487aabead663a2930e58bb5e4070285
release: v1.0.5
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,171 @@ All notable changes to this project will be documented in this file. This projec\n## [Unreleased]\n+<a name=\"v1.0.5\"></a>\n+## [v1.0.5] - 2021-08-02\n+### Bug Fixes\n+- bind psql port to the same IP address as grpc interface ([#867](https://github.com/...
Go
Apache License 2.0
codenotary/immudb
release: v1.0.5
1
release
null
791,690
02.08.2021 15:11:28
18,000
2ecb2ea7906c036be1e3335fa6c8488495d22923
core(traces): disable cpu-profiler trace category
[ { "change_type": "MODIFY", "diff": "@@ -55,9 +55,12 @@ class Trace extends FRGatherer {\n// Additional categories used by devtools. Not used by Lighthouse, but included to facilitate\n// loading traces from Lighthouse into the Performance panel.\n'disabled-by-default-devtools.timeline.frame',\n- 'disabled-b...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(traces): disable cpu-profiler trace category (#12843)
1
core
traces
667,635
02.08.2021 15:32:26
-28,800
0805e620124130c3667c4b5a48ecde26f64ad78a
fix(ios): fix hippytext reuse bug
[ { "change_type": "MODIFY", "diff": "@@ -64,6 +64,18 @@ static void collectNonTextDescendants(HippyText *view, NSMutableArray *nonTextDe\n}];\n}\n+- (void)removeHippySubview:(UIView *)subview {\n+ if ([[self hippySubviews] containsObject:subview]) {\n+ [super removeHippySubview:subview];\n+ }\n+ else {\n+ NS...
C++
Apache License 2.0
tencent/hippy
fix(ios): fix hippytext reuse bug
1
fix
ios
276,941
02.08.2021 15:52:42
10,800
4681a291a4721f5fb0e5dc384b16fab4224bac7f
feat: adjustments on avatar
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport { BuildingFilled } from '@gympass/yoga-icons';\nimport { string, func, number } from 'prop-types';\n+import styled from 'styled-components';\nimport Box from '../../Box';\nimport Image from './Image';\nimport Placeholder from './Placehol...
JavaScript
MIT License
gympass/yoga
feat: adjustments on avatar
1
feat
null
780,866
02.08.2021 15:57:59
10,800
a8aa476a47120011575820d24ad7b83be1e6b39d
feat(components/scroll-to-element): add new `scrollToElement` helper function
[ { "change_type": "ADD", "diff": "+export default ($el, top = 0) => {\n+ while ($el.offsetParent) {\n+ top += $el.offsetTop\n+ $el = $el.offsetParent\n+ }\n+ return window.scroll({\n+ top,\n+ behavior: 'smooth'\n+ })\n+}\n", "new_path": "@ecomplus/storefront-components/src/js/helpers/scroll-to-element.js...
JavaScript
MIT License
ecomplus/storefront
feat(components/scroll-to-element): add new `scrollToElement` helper function
1
feat
components/scroll-to-element
494,373
02.08.2021 16:00:30
-7,200
a6672554b02378eb2dac7b1af99ea2915395867b
fix: skip prompt on discord authorization by default When a value for prompt is not provided, Discord defaults to `prompt="consent"`. This change makes it so that if the request is not forced, prompt is explicitly set to "none".
[ { "change_type": "MODIFY", "diff": "@@ -56,7 +56,9 @@ func (d *ProviderDiscord) AuthCodeURLOptions(r ider) []oauth2.AuthCodeOption {\noauth2.SetAuthURLParam(\"prompt\", \"consent\"),\n}\n}\n- return []oauth2.AuthCodeOption{}\n+ return []oauth2.AuthCodeOption{\n+ oauth2.SetAuthURLParam(\"prompt\", \"none\"),...
Go
Apache License 2.0
ory/kratos
fix: skip prompt on discord authorization by default (#1594) When a value for prompt is not provided, Discord defaults to `prompt="consent"`. This change makes it so that if the request is not forced, prompt is explicitly set to "none".
1
fix
null
780,866
02.08.2021 16:20:03
10,800
83b726f9cc9e84b570640d8b022405d5be0754e2
fix(app/checkout): show product first on lp checkout fix scrolling to respective elements on checkout moves
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ import {\n} from '@ecomplus/utils'\nimport ecomCart from '@ecomplus/shopping-cart'\n+import scrollToElement from '#components/js/helpers/scroll-to-element'\nimport baseModulesRequestData from '../../lib/base-modules-request-data'\nimport DiscountApplier ...
JavaScript
MIT License
ecomplus/storefront
fix(app/checkout): show product first on lp checkout fix scrolling to respective elements on checkout moves
1
fix
app/checkout
780,866
02.08.2021 16:21:03
10,800
7d9d0560188892d775a5029c21dbb611609583e2
fix(template/product): use css var for picture aspect to prevent errors with old scss versions
[ { "change_type": "MODIFY", "diff": "<picture\n<% if (width && height) { %>\nclass=\"picture\"\n- style=\"padding-top: <%= Math.round(height * 100 * 10000 / width) / 10000 %>%\"\n+ style=\"--aspect-ratio-pc: <%= Math.round(height * 100 * 10000 / width) / 10000 %>%\"\n<% } %>\n>\n<source\n", "new_path": "...
JavaScript
MIT License
ecomplus/storefront
fix(template/product): use css var for picture aspect to prevent errors with old scss versions
1
fix
template/product
791,270
02.08.2021 16:24:28
14,400
d571c6f4337ec9c4807c230cd77f53b6e7db6437
feat(internal/godocfx): mark status of deprecated items A separate PR will update the template to use this new field. A future PR here may include a `status` for the overall package and in the TOC.
[ { "change_type": "MODIFY", "diff": "@@ -254,3 +254,29 @@ stem: \"/appengine/docs/standard/go/reference/services/bundled\"\n}\n}\n}\n+\n+func TestGetStatus(t *testing.T) {\n+ tests := []struct {\n+ doc string\n+ want string\n+ }{\n+ {\n+ doc: `Size returns the size of the object in bytes.\n+The returned valu...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(internal/godocfx): mark status of deprecated items (#4525) A separate PR will update the template to use this new field. A future PR here may include a `status` for the overall package and in the TOC.
1
feat
internal/godocfx
815,609
02.08.2021 16:25:22
-28,800
f8bae8a11ba69e8f78b80a6ecbd722d2395cec74
feat(hardfork): add a new field "hardfork_features" to the return of RPC method "get_consensus"
[ { "change_type": "MODIFY", "diff": "@@ -108,6 +108,7 @@ The crate `ckb-rpc`'s minimum supported rustc version is 1.51.0.\n* [Type `EpochNumberWithFraction`](#type-epochnumberwithfraction)\n* [Type `EpochView`](#type-epochview)\n* [Type `H256`](#type-h256)\n+ * [Type `HardForkFeature`](#type-hardforkfeature)...
Rust
MIT License
nervosnetwork/ckb
feat(hardfork): add a new field "hardfork_features" to the return of RPC method "get_consensus"
1
feat
hardfork
306,320
02.08.2021 16:31:15
-3,600
a358ac0c4aa0fad2dffda56520362a132d2e5d80
fix: sanitize Terraform plan error
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import (\n\"os\"\n\"path/filepath\"\n+ \"github.com/infracost/infracost/internal/clierror\"\n\"github.com/infracost/infracost/internal/config\"\n\"github.com/infracost/infracost/internal/schema\"\n\"github.com/infracost/infracost/internal/ui\"\n@@ -66,7 +6...
Go
Apache License 2.0
infracost/infracost
fix: sanitize Terraform plan error (#894)
1
fix
null
401,147
02.08.2021 16:57:12
-19,080
193f0e7a2b2988e56f36948dfac244e3a0791c02
fix: trigger release workflow on push instead of pull_request merge
[ { "change_type": "MODIFY", "diff": "name: Release\non:\n- pull_request:\n+ push:\nbranches:\n- master\n- types: [closed]\njobs:\nrelease:\n- if: github.event.pull_request.merged == true\nruns-on: ubuntu-latest\nsteps:\n- name: Checkout repo\n", "new_path": ".github/workflows/release.yml", "old_path"...
TypeScript
MIT License
medly/medly-components
fix: trigger release workflow on push instead of pull_request merge
1
fix
null
756,029
02.08.2021 17:27:04
25,200
862aefe17d0637114aee017be79a84dbcacad48d
fix: Add zcf extensions
[ { "change_type": "MODIFY", "diff": "\"defaultManagerType\": \"xs-worker\",\n\"bundles\": {\n\"zcf\": {\n- \"sourceSpec\": \"@agoric/zoe/contractFacet\"\n+ \"sourceSpec\": \"@agoric/zoe/contractFacet.js\"\n}\n},\n\"vats\": {\n", "new_path": "packages/swingset-runner/demo/exchangeBenchmark/swingset.json",...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: Add zcf extensions
1
fix
null
126,311
02.08.2021 17:44:58
-10,800
b1d5aeb6e805dc112e373062b1841626b2aaf6d5
fix(pkg): improve signature verification during audit
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,6 @@ import (\n\"bytes\"\n\"context\"\n\"crypto/ecdsa\"\n- \"crypto/elliptic\"\n\"encoding/base64\"\n\"encoding/json\"\n\"fmt\"\n@@ -38,6 +37,7 @@ import (\n\"github.com/codenotary/immudb/pkg/client/state\"\n\"github.com/codenotary/immudb/pkg/client/timestamp...
Go
Apache License 2.0
codenotary/immudb
fix(pkg): improve signature verification during audit Signed-off-by: Valentin Padurean (Ogg) <912518+padurean@users.noreply.github.com>
1
fix
pkg
277,002
02.08.2021 17:51:53
10,800
5e19fdbd9b7bd726df7d4bb0cc774631d357d7ee
fix: shadow in component avatar
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport { BuildingFilled } from '@gympass/yoga-icons';\nimport { string, func, number } from 'prop-types';\n-import styled from 'styled-components';\nimport Box from '../../Box';\nimport Image from './Image';\nimport Placeholder from './Placehol...
JavaScript
MIT License
gympass/yoga
fix: shadow in component avatar
1
fix
null
401,109
02.08.2021 17:54:21
-19,080
c79bdafcc180d73bc1503b2a89ae5d84ac8534bb
refactor(core): remove withActionBar prop from table component * refactor(core): remove withActionBar prop from table component affects: * refactor(core): update action bar visibility condition affects: * refactor(core): update action bar docs affects:
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,6 @@ export const Table: FC<TableProps> & WithStyle & StaticProps = React.memo(\nisLoading,\nselectedRowIds,\nshowRowWithCardStyle,\n- withActionBar,\nwithPagination,\nonScrolledToBottom,\n...restProps\n@@ -102,7 +101,7 @@ export const Table: FC<TableProps> &...
TypeScript
MIT License
medly/medly-components
refactor(core): remove withActionBar prop from table component (#333) * refactor(core): remove withActionBar prop from table component affects: @medly-components/core * refactor(core): update action bar visibility condition affects: @medly-components/core * refactor(core): update action bar docs affects...
1
refactor
core
791,704
02.08.2021 18:38:05
18,000
bee86194d9514c68af8357f53715e6e680f5137c
tests(page-functions): remove segfault workaround
[ { "change_type": "MODIFY", "diff": "*/\n'use strict';\n-// TODO(esmodules): Node 14, 16 crash with `--experimental-vm-modules` if require and import\n-// are used in the same test file.\n-// See https://github.com/GoogleChrome/lighthouse/pull/12702#issuecomment-876832620\n-\n-/** @type {import('assert').str...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(page-functions): remove segfault workaround (#12847)
1
tests
page-functions
791,704
02.08.2021 19:00:31
18,000
9827fdbfd939e6de2a0017390c3a53d3b52a5a6c
tests: add report/ to tsconfig
[ { "change_type": "MODIFY", "diff": "**/node_modules/**\n**/third_party/**\n-**/generated/**\n**/source-maps/**\nlighthouse-cli/test/fixtures/byte-efficiency/bundle.js\n@@ -11,6 +10,7 @@ coverage/**\n!.eslintrc.js\n+lighthouse-core/lib/cdt/generated/SourceMap.js\nlighthouse-core/scripts/legacy-javascript/var...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: add report/ to tsconfig (#12822)
1
tests
null
531,793
02.08.2021 19:37:47
-3,600
736db328f050c768768ba25dbb608f2d42a1e6f1
fix(api): correctly handle sub-uri sources in history Fixes
[ { "change_type": "MODIFY", "diff": "# Changelog\n+## [unreleased]\n+\n+### Fixed\n+\n+- Alert history will now correctly handle Prometheus servers with\n+ `--web.external-url` containing sub-uri, see\n+ [#3387](https://github.com/prymitive/karma/issues/3387)\n+\n## v0.89\n### Fixed\n", "new_path": "CHAN...
TypeScript
Apache License 2.0
prymitive/karma
fix(api): correctly handle sub-uri sources in history Fixes #3387
1
fix
api
67,516
02.08.2021 19:49:19
-7,200
46737b9f5ae3d6c6488fb16e524b7d55bd8b1a50
refactor(di): deregisterResolver API
[ { "change_type": "MODIFY", "diff": "@@ -60,7 +60,8 @@ export interface IContainer extends IServiceLocator, IDisposable {\nreadonly id: number;\nreadonly root: IContainer;\nregister(...params: any[]): IContainer;\n- registerResolver<K extends Key, T = K>(key: K, resolver: IResolver<T>, isDisposable?: boolean...
TypeScript
MIT License
aurelia/aurelia
refactor(di): deregisterResolver API
1
refactor
di
401,129
03.08.2021 01:47:23
25,200
3224613d610e20b4c35d4c48e011e68b941decdf
refactor: change avatar prop name to AvatarProps affects:
[ { "change_type": "MODIFY", "diff": "import { AvatarTheme, defaultTheme } from '@medly-components/theme';\nimport { styled } from '@medly-components/utils';\nimport React from 'react';\n-import { Props } from './types';\n+import { AvatarProps } from './types';\n-export const sizes: Props['size'][] = ['S', 'M...
TypeScript
MIT License
medly/medly-components
refactor: change avatar prop name to AvatarProps (#338) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local>
1
refactor
null
401,129
03.08.2021 02:24:50
25,200
ae179051d9b45f6c1c2f489dd1122aa3705f4615
refactor: change card prop name to CardProps affects:
[ { "change_type": "MODIFY", "diff": "import { CardTheme, defaultTheme } from '@medly-components/theme';\nimport React from 'react';\n-import { Props } from './types';\n+import { CardProps } from './types';\n-export const variants: Props['variant'][] = ['solid', 'flat'];\n-export const display: Props['display...
TypeScript
MIT License
medly/medly-components
refactor: change card prop name to CardProps (#339) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 02:59:17
25,200
cf2595f621406ca33de7c0ab5f51291a3a35efb7
refactor: change checkbox prop name to CheckboxProps affects:
[ { "change_type": "MODIFY", "diff": "@@ -2,9 +2,9 @@ import { CheckboxTheme, defaultTheme } from '@medly-components/theme';\nimport React, { useState } from 'react';\nimport Button from '../Button';\nimport { Checkbox } from './Checkbox';\n-import { Props } from './types';\n-export const labelPositions: Prop...
TypeScript
MIT License
medly/medly-components
refactor: change checkbox prop name to CheckboxProps (#341) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 03:03:16
25,200
fbba6e0afab5c08bc972919d4d01f6ad9b3292d1
refactor: change checkboxgroup prop name to CheckboxGroupProps affects:
[ { "change_type": "MODIFY", "diff": "import React, { useState } from 'react';\nimport Button from '../Button';\nimport { CheckboxGroup } from './CheckboxGroup';\n-import { Props } from './types';\n+import { CheckboxGroupProps } from './types';\n-export const sizes: Props['size'][] = ['XS', 'S', 'M', 'L', 'XL...
TypeScript
MIT License
medly/medly-components
refactor: change checkboxgroup prop name to CheckboxGroupProps (#342) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 03:26:23
25,200
457faccd68830a25e1a295f1aeb7b6da5e60da4e
refactor: change cardtable prop name to CardTableProps affects:
[ { "change_type": "MODIFY", "diff": "@@ -2,9 +2,9 @@ import React, { FC } from 'react';\nimport Body from './Body';\nimport * as Styled from './CardTable.styled';\nimport Head from './Head';\n-import { Props } from './types';\n+import { CardTableProps } from './types';\n-export const CardTable: FC<Props> = R...
TypeScript
MIT License
medly/medly-components
refactor: change cardtable prop name to CardTableProps (#340) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 03:28:14
25,200
dbebdbb71b01b7e6f626d1bdf8a5ce9010094ee9
refactor: change chip prop name to ChipProps affects:
[ { "change_type": "MODIFY", "diff": "@@ -3,9 +3,9 @@ import { action } from '@storybook/addon-actions';\nimport { boolean, color, select, text } from '@storybook/addon-knobs';\nimport React from 'react';\nimport { Chip } from './Chip';\n-import { Props } from './types';\n+import { ChipProps } from './types';...
TypeScript
MIT License
medly/medly-components
refactor: change chip prop name to ChipProps (#343) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 03:30:18
25,200
fb98a6c4bb2573c759f0451d22dda95476a89d0b
refactor: change dialogbox prop name to DialogBoxProps * refactor: change dialogbox prop name to DialogBoxProps affects: * refactor: change dialogbox header and popup props name to DialogBoxHeaderProps and DialogBoxPopupPro affects:
[ { "change_type": "MODIFY", "diff": "import { fireEvent, render } from '@test-utils';\nimport React from 'react';\nimport { DialogBox } from './DialogBox';\n-import { Props } from './types';\n+import { DialogBoxProps } from './types';\n-const dialogBoxRenderer = ({ open = false, onCloseModal = jest.fn(), min...
TypeScript
MIT License
medly/medly-components
refactor: change dialogbox prop name to DialogBoxProps (#344) * refactor: change dialogbox prop name to DialogBoxProps affects: @medly-components/core * refactor: change dialogbox header and popup props name to DialogBoxHeaderProps and DialogBoxPopupPro affects: @medly-components/core Co-authored-by: Manis...
1
refactor
null
401,129
03.08.2021 03:31:36
25,200
6405a369fa9f82efe5be4f76daf95d694bca952e
refactor: change fileinput prop name to FileInputProps affects:
[ { "change_type": "MODIFY", "diff": "@@ -2,9 +2,9 @@ import { defaultTheme } from '@medly-components/theme';\nimport { boolean, color, select, text } from '@storybook/addon-knobs';\nimport React, { useState } from 'react';\nimport { FileInput } from './FileInput';\n-import { Props } from './types';\n+import ...
TypeScript
MIT License
medly/medly-components
refactor: change fileinput prop name to FileInputProps (#347) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 03:34:46
25,200
202eeebc46f90c4056795d2fab52e361b31581bf
refactor: change hidden prop name to HiddenProps affects:
[ { "change_type": "MODIFY", "diff": "import { breakpoints, css, InjectClassName, media, styled } from '@medly-components/utils';\n-import { Props } from '../types';\n+import { HiddenProps } from '../types';\nconst hide = css`\ndisplay: none;\n`;\n-export const HiddenCss = styled(InjectClassName)<Props>`\n+ex...
TypeScript
MIT License
medly/medly-components
refactor: change hidden prop name to HiddenProps (#348) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 03:36:49
25,200
b7183f726cfefee8a8e3b4d55d6c968bdfcd9659
refactor: change drawer prop name to DrawerProps affects:
[ { "change_type": "MODIFY", "diff": "@@ -6,9 +6,9 @@ import { DrawerContext } from './Drawer.context';\nimport { DrawerBackground, DrawerStyled } from './Drawer.styled';\nimport Footer from './Footer';\nimport Header from './Header';\n-import { DrawerStaticProps, Props } from './types';\n+import { DrawerStat...
TypeScript
MIT License
medly/medly-components
refactor: change drawer prop name to DrawerProps (#345) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 03:40:59
25,200
c73e2241ae91e8ed5588483bf7ef9135ecaafd6e
refactor: change fieldwithlabel prop name to FieldWithLabelProps affects:
[ { "change_type": "MODIFY", "diff": "import { WithStyle } from '@medly-components/utils';\nimport React, { useMemo } from 'react';\nimport { DescriptionStyled, FieldStyled, FieldWithLabelStyled, LabelStyled } from './FieldWithLabel.styled';\n-import { Props, StaticProps } from './types';\n+import { FieldWith...
TypeScript
MIT License
medly/medly-components
refactor: change fieldwithlabel prop name to FieldWithLabelProps (#346) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 03:42:03
25,200
d3923ed9870548b53d693c87406b975a9327f2bb
refactor: change pagination popup prop name to PaginationPopupProps affects:
[ { "change_type": "MODIFY", "diff": "@@ -4,9 +4,9 @@ import Text from '../../Text';\nimport { addPageItems } from '../helper';\nimport { PageNumberButton } from '../Pagination.styled';\nimport { PageEllipsisOverlay, PaginationBackgroundStyled } from './PaginationPopup.styled';\n-import { Props } from './type...
TypeScript
MIT License
medly/medly-components
refactor: change pagination popup prop name to PaginationPopupProps (#354) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 04:05:25
25,200
5c2003ef1bcf5f2c5ccfc0212683e55262945443
refactor: change popover prop name to PopoverProps affects:
[ { "change_type": "MODIFY", "diff": "import { styled } from '@medly-components/utils';\n-import { Props } from './types';\n+import { PopoverProps } from './types';\n-export const Wrapper = styled('div')<Props>`\n+export const Wrapper = styled('div')<PopoverProps>`\nposition: relative;\ndisplay: inline-flex;\...
TypeScript
MIT License
medly/medly-components
refactor: change popover prop name to PopoverProps (#355) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 04:13:33
25,200
ada54c4adb0b7589aa7d7a880f2364444df50a0c
refactor: change input prop name to InputProps affects:
[ { "change_type": "MODIFY", "diff": "@@ -2,9 +2,9 @@ import { defaultTheme, InputTheme } from '@medly-components/theme';\nimport { boolean, color, select, text } from '@storybook/addon-knobs';\nimport React from 'react';\nimport { Input } from './Input';\n-import { Props } from './types';\n+import { InputPro...
TypeScript
MIT License
medly/medly-components
refactor: change input prop name to InputProps (#349) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 04:15:12
25,200
713e80bec2c35d46a2a04693931d06d8393c7996
refactor: change list prop name to ListProps affects:
[ { "change_type": "MODIFY", "diff": "@@ -2,9 +2,9 @@ import { select } from '@storybook/addon-knobs';\nimport React from 'react';\nimport Text from '../Text';\nimport { List } from './List';\n-import { Props } from './types';\n+import { ListProps } from './types';\n-const variant: Props['variant'][] = ['hori...
TypeScript
MIT License
medly/medly-components
refactor: change list prop name to ListProps (#352) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 04:16:26
25,200
a6f8a2ae78c130f86a218cd686a4b7b828a4e561
refactor: change link prop name to LinkProps affects:
[ { "change_type": "MODIFY", "diff": "@@ -2,9 +2,9 @@ import { isValidStringOrNumber, WithStyle } from '@medly-components/utils';\nimport React, { FC } from 'react';\nimport Text from '../Text';\nimport { LinkStyled } from './Link.styled';\n-import { Props } from './types';\n+import { LinkProps } from './type...
TypeScript
MIT License
medly/medly-components
refactor: change link prop name to LinkProps (#351) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,129
03.08.2021 04:20:02
25,200
3942f44e74ce59fe88afc1e826b7360f82be86dc
refactor: change radio prop name to RadioProps affects:
[ { "change_type": "MODIFY", "diff": "import { defaultTheme, RadioTheme } from '@medly-components/theme';\nimport React from 'react';\n-import { Props } from './types';\n+import { RadioProps } from './types';\n-export const labelPositions: Props['labelPosition'][] = ['left', 'right', 'top', 'bottom'];\n-expor...
TypeScript
MIT License
medly/medly-components
refactor: change radio prop name to RadioProps (#356) affects: @medly-components/core Co-authored-by: Manish Ranjan <manish@Manishs-MacBook-Pro.local> Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null