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
551,649
30.12.2021 14:45:14
-3,600
1ba62cf1ea6841919fecc6b1643f9e153a6b980a
feat(ui): table autocomplete in sql editor
[ { "change_type": "MODIFY", "diff": "import React, { useContext, useEffect, useState } from \"react\"\nimport Editor, { Monaco, loader } from \"@monaco-editor/react\"\nimport dracula from \"./dracula\"\n-import { editor } from \"monaco-editor\"\n+import { editor, IDisposable } from \"monaco-editor\"\nimport ...
Java
Apache License 2.0
questdb/questdb
feat(ui): table autocomplete in sql editor (#1744)
1
feat
ui
160,177
30.12.2021 14:54:59
-28,800
3ab0425fdba12e934c0380b3f4229314071e630f
fix: reset offset
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,6 @@ import { getBezierControlPoints, IBezierControls } from '../../util/edge';\nexport { BezierEdgeModel };\nexport default class BezierEdgeModel extends BaseEdgeModel {\nmodelType = ModelType.BEZIER_EDGE;\n- offset;\n@observable path = '';\ninitEdgeData(data)...
TypeScript
Apache License 2.0
didi/logicflow
fix: reset offset
1
fix
null
688,455
30.12.2021 15:01:31
-3,600
1fbc72ddc07c7b4c51a45c62c69dd7e32acb2937
fix(Timeline): extend Timeline children type to support conditional rendering
[ { "change_type": "ADD", "diff": "+---\n+'@toptal/picasso-lab': patch\n+---\n+\n+## Timeline\n+\n+Allow for falsey values in `Timeline`'s children to make conditional rendering possible\n", "new_path": ".changeset/thick-tigers-search.md", "old_path": null }, { "change_type": "MODIFY", "di...
TypeScript
MIT License
toptal/picasso
fix(Timeline): extend Timeline children type to support conditional rendering (#2358)
1
fix
Timeline
317,646
30.12.2021 15:39:30
-3,600
7aaa7b110f0f0718e3b3c6cabac8da7cd587d08e
fix(config): resolve path for all shells
[ { "change_type": "MODIFY", "diff": "@@ -164,6 +164,7 @@ type environment struct {\nfunc (env *environment) init(args *args) {\nenv.args = args\n+ env.resolveConfigPath()\nenv.cmdCache = &commandCache{\ncommands: newConcurrentMap(),\n}\n@@ -175,6 +176,23 @@ func (env *environment) init(args *args) {\nenv.fil...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(config): resolve path for all shells
1
fix
config
317,646
30.12.2021 15:40:55
-3,600
53470eb3cbd88680399c2489b009d0edecfbb460
fix(inno): allow install for all users resolves
[ { "change_type": "MODIFY", "diff": "@@ -3,12 +3,13 @@ AppName=Oh My Posh\nAppVersion=<VERSION>\nDefaultDirName={autopf}\\oh-my-posh\nDefaultGroupName=Oh My Posh\n-PrivilegesRequired=lowest\nAppPublisher=Jan De Dobbeleer\nAppPublisherURL=https://ohmyposh.dev\nAppSupportURL=https://github.com/JanDeDobbeleer/o...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(inno): allow install for all users resolves #1415
1
fix
inno
306,321
30.12.2021 15:44:07
0
1521927100134014fcb42b265f5cec5dcb58c0ad
feat(aws): add ap-southeast-3 region to shared usage
[ { "change_type": "MODIFY", "diff": "@@ -114,6 +114,7 @@ var RegionMapping = map[string]string{\n\"ap-northeast-3\": \"Asia Pacific (Osaka)\",\n\"ap-southeast-1\": \"Asia Pacific (Singapore)\",\n\"ap-southeast-2\": \"Asia Pacific (Sydney)\",\n+ \"ap-southeast-3\": \"Asia Pacific (Jakarta)\",\n\"ap-south-1\":...
Go
Apache License 2.0
infracost/infracost
feat(aws): add ap-southeast-3 region to shared usage (#1236)
1
feat
aws
841,479
30.12.2021 16:21:54
-28,800
35b64613bb1f6de52d7362e66d28c50513dbbe12
fix(es/compat): Visit all private class methods
[ { "change_type": "MODIFY", "diff": "@@ -849,6 +849,10 @@ impl Visit for ShouldWork {\nself.found = true;\n}\n+ fn visit_private_method(&mut self, _: &PrivateMethod) {\n+ self.found = true;\n+ }\n+\nfn visit_constructor(&mut self, _: &Constructor) {\nself.found = true;\n}\n", "new_path": "crates/swc_ecma...
Rust
Apache License 2.0
swc-project/swc
fix(es/compat): Visit all private class methods (#3150)
1
fix
es/compat
617,459
30.12.2021 16:22:44
-3,600
7e932cf02bb3dd41764b53b30790a7ceef6344dc
fix(frontend): redirection from last to new cc
[ { "change_type": "MODIFY", "diff": "\"cddType\": \"Autres\"\n},\n\"contractType\": \"CDD\",\n- \"idcc\": 1375,\n+ \"idcc\": 3209,\n\"hasConventionalProvision\": false,\n\"allowBonus\": null,\n\"endMessage\": null,\n\"cddType\": \"Autres\"\n},\n\"contractType\": \"CDD\",\n- \"idcc\": 1809,\n+ \"idcc\": 3231,...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix(frontend): redirection from last to new cc (#4140)
1
fix
frontend
160,177
30.12.2021 17:25:45
-28,800
fed381b47ec3786f43d043c07c33f01458239840
fix: typo EditConfigMode
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ import {\nimport { initDefaultShortcut } from './keyboard/shortcut';\nimport SnaplineModel from './model/SnaplineModel';\nimport { snaplineTool } from './tool/SnaplineTool';\n-import { EditConfigInterface } from './model/editConfigModel';\n+import { Edit...
TypeScript
Apache License 2.0
didi/logicflow
fix: typo EditConfigMode
1
fix
null
756,013
30.12.2021 17:29:33
21,600
d5d2d8a13ffec514f8cc1aea1c384b66d1d852cd
refactor(cosmic-swingset): separate out some of the block manager
[ { "change_type": "ADD", "diff": "+export const BOOTSTRAP_BLOCK = 'BOOTSTRAP_BLOCK';\n+export const BEGIN_BLOCK = 'BEGIN_BLOCK';\n+export const CALCULATE_FEES_IN_BEANS = 'CALCULATE_FEES_IN_BEANS';\n+export const DELIVER_INBOUND = 'DELIVER_INBOUND';\n+export const END_BLOCK = 'END_BLOCK';\n+export const COMMI...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(cosmic-swingset): separate out some of the block manager
1
refactor
cosmic-swingset
217,922
30.12.2021 18:47:33
-3,600
58947435c9aab5757d3138cd2fdb4d5ba7004ba0
fix(desktop): hotfix for retainer inventories not tracked properly
[ { "change_type": "MODIFY", "diff": "},\n\"private\": true,\n\"dependencies\": {\n- \"@ffxiv-teamcraft/pcap-ffxiv\": \"0.9.8\",\n+ \"@ffxiv-teamcraft/pcap-ffxiv\": \"0.9.9\",\n\"@xivapi/nodestone\": \"^0.2.0\",\n\"buffer-reader\": \"^0.1.0\",\n\"electron-is-dev\": \"^1.1.0\",\n", "new_path": "package.jso...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): hotfix for retainer inventories not tracked properly
1
fix
desktop
317,646
30.12.2021 19:02:55
-3,600
b93ab4e82d32c91b68fdedfad36a6be671c9e9b7
fix(winget): add switches to install silently
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ AppSupportURL=https://github.com/JanDeDobbeleer/oh-my-posh/issues\nLicenseFile=\"bin\\COPYING.txt\"\nOutputBaseFilename=install\nPrivilegesRequired=lowest\n-PrivilegesRequiredOverridesAllowed=commandline dialog\n+PrivilegesRequiredOverridesAllowed=dialog\n...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(winget): add switches to install silently
1
fix
winget
756,013
30.12.2021 19:25:40
21,600
341ddbbf43637c38eb194f3e7c6fd20fb1e5cb4e
fix(sim-params): update parameters to charge higher SwingSet fees
[ { "change_type": "MODIFY", "diff": "@@ -35,11 +35,13 @@ var (\n// Fees are denominated in units of $1 RUN.\nDefaultFeeUnitPrice = sdk.NewCoins(sdk.NewInt64Coin(\"urun\", 1000000))\n+ // TODO: create the cost model we want, and update these to be more principled.\n+ // These defaults currently make deploying...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(sim-params): update parameters to charge higher SwingSet fees
1
fix
sim-params
756,013
30.12.2021 19:26:36
21,600
5da6fece5c89c46a159970a734feb17bbd9a4d08
feat(cosmos): charge SwingSet fees at the Cosmos level
[ { "change_type": "MODIFY", "diff": "@@ -14,8 +14,7 @@ type HandlerOptions struct {\nante.HandlerOptions\nIBCChannelkeeper channelkeeper.Keeper\n- // Also supply the Agoric VM controller.\n- CallToController func(sdk.Context, string) (string, error)\n+ AdmissionData interface{}\n}\nfunc NewAnteHandler(option...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(cosmos): charge SwingSet fees at the Cosmos level
1
feat
cosmos
317,842
30.12.2021 19:46:50
-3,600
4960f8a2b74e969f1cb0e167f6a6069e75fbd203
fix(engine): osc99 support for windows terminal wsl path conversion not needed anymore
[ { "change_type": "MODIFY", "diff": "@@ -67,9 +67,6 @@ func (e *engine) render() string {\nreturn e.print()\n}\ncwd := e.env.getcwd()\n- if e.env.isWsl() {\n- cwd, _ = e.env.runCommand(\"wslpath\", \"-m\", cwd)\n- }\ne.writeANSI(e.ansi.consolePwd(cwd))\nreturn e.print()\n}\n", "new_path": "src/engine.go"...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(engine): osc99 support for windows terminal wsl path conversion not needed anymore
1
fix
engine
71,566
30.12.2021 20:57:08
-32,400
8cb6a768cd4310628925fa117b674ae456aa8474
feat(aws-ec2): add g4ad instance types update EC2 instance type for `g4ad` series. AWS CFN docs have already been updated: closes
[ { "change_type": "MODIFY", "diff": "@@ -576,6 +576,16 @@ export enum InstanceClass {\n*/\nG4DN = 'g4dn',\n+ /**\n+ * Graphics-optimized instances based on AMD EPYC And Radeon Pro GPU (NAVI) with local NVME drive, 4th generation\n+ */\n+ GRAPHICS4_AMD_NVME_DRIVE = 'g4ad',\n+\n+ /**\n+ * Graphics-optimized in...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(aws-ec2): add g4ad instance types (#17927) update EC2 instance type for `g4ad` series. AWS CFN docs have already been updated: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-instancetype closes #17565
1
feat
aws-ec2
551,645
30.12.2021 21:07:45
-7,200
6d542f3a13487b7eb0fa9a3a96944811bd45055f
fix(sql): throw exception if order by expression is not in select list
[ { "change_type": "MODIFY", "diff": "@@ -2513,19 +2513,21 @@ class SqlOptimiser {\nQueryModel baseParent = model;\nQueryModel wrapper = null;\nfinal int modelColumnCount = model.getBottomUpColumns().size();\n- boolean groupBy = false;\n+ boolean groupByOrDistinct = false;\nwhile (base.getBottomUpColumns().si...
Java
Apache License 2.0
questdb/questdb
fix(sql): throw exception if order by expression is not in select list (#1743)
1
fix
sql
317,646
30.12.2021 22:23:45
-3,600
9b15054378cd1d05ad8b7985f2dee58741114f07
refactor(main): move simple command up
[ { "change_type": "MODIFY", "diff": "@@ -172,9 +172,17 @@ func main() {\n\"Print a plain prompt without ANSI\"),\n}\nflag.Parse()\n+ if *args.Version {\n+ fmt.Println(Version)\n+ return\n+ }\nenv := &environment{}\nenv.init(args)\ndefer env.close()\n+ if *args.PrintShell {\n+ fmt.Println(env.getShellName())\...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor(main): move simple command up
1
refactor
main
317,646
30.12.2021 22:27:42
-3,600
6d67b147e43d94755d5136c17aa50e6244f6f392
fix(config): do not resolve empty config relates to
[ { "change_type": "MODIFY", "diff": "@@ -177,7 +177,7 @@ func (env *environment) init(args *args) {\n}\nfunc (env *environment) resolveConfigPath() {\n- if env.args == nil || env.args.Config == nil {\n+ if env.args == nil || env.args.Config == nil || len(*env.args.Config) == 0 {\nreturn\n}\nconfigFile := *en...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(config): do not resolve empty config relates to https://github.com/JanDeDobbeleer/oh-my-posh/discussions/1518
1
fix
config
688,413
30.12.2021 22:43:03
-7,200
54ab7da92b0e91019592002e1cf2a7f99ca7122d
chore: add changeset guidelines
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,7 @@ As a contributor, we expect you to create a \"changeset\" file for the changes you\nyarn changeset\n```\n-\"changeset\" file should be committed together with the modified code to the PR branch. You can also check [how to add changeset](https://github.co...
TypeScript
MIT License
toptal/picasso
chore: add changeset guidelines (#2361)
1
chore
null
877,015
30.12.2021 23:19:46
-3,600
506cb219ce045c8153da400562ca61ce0334136f
refactor: add missing imports and delete some missing web components occurences
[ { "change_type": "MODIFY", "diff": "@@ -81,13 +81,12 @@ yarn start:vue\nFor your information, here are the showcases' URLs:\n| Showcase | URL |\n-| -------------- | --------------------------------------- |\n+| -------- | --------------------------------------- |\n| CSS | [localhost:6006](http://localhost:6...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor: add missing imports and delete some missing web components occurences
1
refactor
null
838,025
30.12.2021 23:30:43
-10,800
692aa0c35f68fbae77634576cc080eda35e131a2
docs: Use by add matterbridge
[ { "change_type": "MODIFY", "diff": "@@ -60,6 +60,7 @@ go get github.com/SevereCloud/vksdk/v2@latest\n## Use by\n+- A simple chat bridge: <https://github.com/42wim/matterbridge>\n- [Joe](https://github.com/go-joe/joe) adapter: <https://github.com/tdakkota/joe-vk-adapter>\n- [Logrus](https://github.com/sirups...
Go
MIT License
severecloud/vksdk
docs: Use by add matterbridge
1
docs
null
838,025
30.12.2021 23:32:34
-10,800
990a87facc38a59277e673139340c0f4188d7779
feat: vkapps add NotificationsAuto Referral
[ { "change_type": "MODIFY", "diff": "@@ -59,6 +59,7 @@ const (\nImChat Referral = \"im_chat\"\nNotifications Referral = \"notifications\"\nNotificationsGrouped Referral = \"notifications_grouped\"\n+ NotificationsAuto Referral = \"notifications_auto\"\nSuperApp Referral = \"super_app\"\nHomeScreen Referral =...
Go
MIT License
severecloud/vksdk
feat: vkapps add NotificationsAuto Referral
1
feat
null
841,479
31.12.2021 03:01:28
-28,800
e11210309cf2aab4aae77a76e4cdfba0bf9efa40
fix(es/compat): Fix `new.target` in class properties
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,7 @@ struct NewTarget {\nin_constructor: bool,\nin_method: bool,\nin_arrow_expr: bool,\n+ in_class_prop: bool,\nvar: Option<VarDeclarator>,\n}\n@@ -81,6 +82,16 @@ impl VisitMut for NewTarget {\nself.in_method = old;\n}\n+ fn visit_mut_class_prop(&mut self, c:...
Rust
Apache License 2.0
swc-project/swc
fix(es/compat): Fix `new.target` in class properties (#3156)
1
fix
es/compat
889,620
31.12.2021 09:51:21
-28,800
e4b912e60783b4f2812fdc579dd065664c7cea91
fix(webui): edit book dialog would not save or reset properly
[ { "change_type": "MODIFY", "diff": "@@ -548,7 +548,7 @@ export default Vue.extend({\n},\ndialogReset(books: BookDto | BookDto[]) {\nthis.tab = 0;\n- (this.$refs.customRoleForm as any)?.reset()\n+ (this.$refs.customRoleForm as any)?.reset();\n(this.$refs.linksForm as any)?.resetValidation()\nthis.customRoles...
Kotlin
MIT License
gotson/komga
fix(webui): edit book dialog would not save or reset properly
1
fix
webui
160,177
31.12.2021 10:15:19
-28,800
adc287bbb356eaa4c14ade8e2633c860c627021a
chore: deploy mvp
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ jobs:\nnpm run build\ncd ../../\nmkdir -p deploy/mvp\n- cp -rf ./site/mvp/* ./deploy/mvp\n+ cp -rf ./site/mvp/dist/* ./deploy/mvp\n- name: deploy to github pages\nuses: peaceiris/actions-gh-pages@v3\n", "new_path": ".github/workflows/docs.yaml", ...
TypeScript
Apache License 2.0
didi/logicflow
chore: deploy mvp
1
chore
null
889,620
31.12.2021 10:16:54
-28,800
494bdf28a110c566843e20ae558181fb4e0b4a32
feat(api): search series by completeness
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ package org.gotson.komga.application.tasks\nimport org.gotson.komga.domain.model.BookMetadataPatchCapability\nimport org.gotson.komga.domain.model.CopyMode\n+import org.gotson.komga.infrastructure.search.LuceneEntity\nimport java.io.Serializable\nconst val...
Kotlin
MIT License
gotson/komga
feat(api): search series by completeness
1
feat
api
889,620
31.12.2021 10:18:06
-28,800
c3a3fa343b921ef151552ea364d865ef7b11beeb
feat(webui): filter series by completeness part of
[ { "change_type": "MODIFY", "diff": "<v-subheader v-if=\"f.name\">{{ f.name }}</v-subheader>\n<v-list-item v-for=\"v in f.values\"\n:key=\"v.value\"\n- @click.stop=\"click(key, v.value)\"\n+ @click.stop=\"click(key, v.value, v.nValue)\"\n>\n<v-list-item-icon>\n- <v-icon v-if=\"key in filtersActive && filters...
Kotlin
MIT License
gotson/komga
feat(webui): filter series by completeness part of #590
1
feat
webui
667,636
31.12.2021 11:36:10
-28,800
f38b054324669f3fa0a9179b9aee5d1af56152b9
refactor(hippy-react): refactor event code
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport Style from '@localTypes/style';\nimport * as StyleSheet from '../modules/stylesheet';\n-import { HippyEventListener } from '../events';\n+import { HippyEventListener } from '../event';\nimport { Device } from '../native';\nimport View fr...
C++
Apache License 2.0
tencent/hippy
refactor(hippy-react): refactor event code
1
refactor
hippy-react
617,459
31.12.2021 13:12:41
-3,600
68ff6ec5304e44dd6188ab506f40680237d81699
fix(middleware): redirection cc 1809
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ export const MappingReplacement = [\n},\n{\nnewValue:\n- \"3231-convention-collective-departementale-des-industries-metallurgiques-mecaniq\",\n+ \"3231-convention-collective-territoriale-de-la-metallurgie-du-jura\",\npath: [\"convention-collective\"],\np...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix(middleware): redirection cc 1809 (#4142)
1
fix
middleware
841,408
31.12.2021 14:05:47
-3,600
fb2048035f0aa67761aa213c58795accfde7a6d0
doc: Update discord link
[ { "change_type": "MODIFY", "diff": "@@ -171,7 +171,7 @@ adding labels to triage issues:\n[e-mentor]: https://github.com/swc-project/swc/labels/E-mentor\n[code of conduct]: https://www.rust-lang.org/conduct.html\n[development-models]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/...
Rust
Apache License 2.0
swc-project/swc
doc: Update discord link (#3161)
1
doc
null
889,620
31.12.2021 14:33:15
-28,800
ba5072a731d0293b5dd688f57d5f4f102969f96a
refactor: missing i18n keys
[ { "change_type": "MODIFY", "diff": "\"filter\": {\n\"age_rating\": \"age rating\",\n\"age_rating_none\": \"None\",\n+ \"complete\": \"Complete\",\n\"genre\": \"genre\",\n\"in_progress\": \"In Progress\",\n\"language\": \"language\",\n", "new_path": "komga-webui/src/locales/en.json", "old_path": "kom...
Kotlin
MIT License
gotson/komga
refactor: missing i18n keys
1
refactor
null
889,620
31.12.2021 14:34:33
-28,800
3c97c204810b7739044bbd6bf978a187a4f5e68a
feat(api): get duplicate books by filehash
[ { "change_type": "MODIFY", "diff": "@@ -64,6 +64,7 @@ class BookDtoDao(\n\"lastModifiedDate\" to b.LAST_MODIFIED_DATE,\n\"fileSize\" to b.FILE_SIZE,\n\"size\" to b.FILE_SIZE,\n+ \"fileHash\" to b.FILE_HASH,\n\"url\" to b.URL.noCase(),\n\"media.status\" to m.STATUS.noCase(),\n\"media.comment\" to m.COMMENT.n...
Kotlin
MIT License
gotson/komga
feat(api): get duplicate books by filehash
1
feat
api
889,620
31.12.2021 14:37:07
-28,800
38ad00c30723a3ecbea02d76c830ff9fb469078d
feat(webui): new duplicates tab in server settings closes
[ { "change_type": "MODIFY", "diff": "\"title_comparison\": \"Book Comparison\"\n}\n},\n+ \"duplicates\": {\n+ \"file_hash\": \"File hash\",\n+ \"size\": \"Size\",\n+ \"title\": \"Duplicate Files\",\n+ \"url\": \"URL\"\n+ },\n\"enums\": {\n\"copy_mode\": {\n\"HARDLINK\": \"Hardlink/Copy Files\",\n", "new_...
Kotlin
MIT License
gotson/komga
feat(webui): new duplicates tab in server settings closes #590
1
feat
webui
780,866
31.12.2021 15:28:34
10,800
bb6a90221103262ad47cf2fb74b1933ece837174
fix(twbs/scss-colors): fix setting yiq text dark/light with css vars
[ { "change_type": "MODIFY", "diff": "@@ -188,5 +188,5 @@ $theme-color-interval: 8% !default;\n$yiq-contrasted-threshold: 150 !default;\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n-$yiq-text-dark: 'var(--gray-dark)' !default;\n-$yiq-text-light: 'var(--white)' !def...
JavaScript
MIT License
ecomplus/storefront
fix(twbs/scss-colors): fix setting yiq text dark/light with css vars
1
fix
twbs/scss-colors
877,015
31.12.2021 16:39:58
-3,600
d0b81367b6820d4e0587192923730ec31224204a
refactor(@vtmn/css-divider): change text property to textPosition
[ { "change_type": "MODIFY", "diff": "<div class=\"block\">\n<div\n- class=\"vtmn-divider vtmn-divider_orientation--horizontal vtmn-divider_text--start\"\n+ class=\"vtmn-divider vtmn-divider_orientation--horizontal vtmn-divider_text-position--start\"\nrole=\"separator\"\n>\nStart Label\n<div class=\"block\">\...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/css-divider): change text property to textPosition
1
refactor
@vtmn/css-divider
780,866
31.12.2021 19:31:29
10,800
9fe600afdfd874e95ded22a5573dd92a9d2f24c3
feat(components/login-block): handle signup/login by email code fixes
[ { "change_type": "MODIFY", "diff": "leave-active-class=\"animated position-absolute fadeOutUp\"\n>\n<div\n- v-if=\"confirmAccount()\"\n+ v-if=\"isEmailCodeSent\"\n+ class=\"login__code\"\n+ >\n+ <a-alert\n+ :can-show=\"isWrongCode\"\n+ variant=\"warning\"\n+ >\n+ {{ i19incorrectEmailCodeMsg }}\n+ </a-alert>...
JavaScript
MIT License
ecomplus/storefront
feat(components/login-block): handle signup/login by email code [#593] fixes https://github.com/ecomplus/storefront/issues/593
1
feat
components/login-block
217,231
31.12.2021 21:46:16
-10,800
b17ac1bc0ae19a86b165e8ce175f900df2bc65ff
refactor(eslint-config): rule to same style.
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ module.exports = {\n],\n\"linebreak-style\": [2, \"unix\"],\n\"import/no-unresolved\": [\n- \"error\",\n+ 2,\n{\nignore: [\"^@theme-original\"],\n},\n", "new_path": "website/.eslintrc.js", "old_path": "website/.eslintrc.js" } ]
JavaScript
MIT License
feature-sliced/documentation
refactor(eslint-config): rule to same style.
1
refactor
eslint-config
217,231
31.12.2021 22:12:36
-10,800
59201a8cd324e2c0e24ed061c0c4ae45f6a4eb18
refactor(og): move and simplify config
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/website/config/og/basic/RobotoMono-Bold.ttf differ\n", "new_path": "website/config/og/basic/RobotoMono-Bold.ttf", "old_path": "website/config/og/basic/RobotoMono-Bold.ttf" }, { "change_type": "ADD", "diff": "Binary files /dev/...
JavaScript
MIT License
feature-sliced/documentation
refactor(og): move and simplify config
1
refactor
og
217,231
31.12.2021 22:13:48
-10,800
f4ddb00808b788e1d5628bd70f87fc9545f11144
refactor(og): rename plugin
[ { "change_type": "MODIFY", "diff": "@@ -256,7 +256,7 @@ const plugins = [\n],\nprocess.env.HOTJAR_ID && \"docusaurus-plugin-hotjar\", // For preventing crashing\n[\n- path.resolve(__dirname, \"./plugins/docusaurus-plugin-open-graph-image\"),\n+ path.resolve(__dirname, \"./plugins/docusaurus-plugin-og\"),\n{...
JavaScript
MIT License
feature-sliced/documentation
refactor(og): rename plugin
1
refactor
og
217,231
31.12.2021 22:18:15
-10,800
44d73297355fffb25434eda61b71757a1afd8088
revert(og-font): deleted font-autoscaling and font-align-center.
[ { "change_type": "MODIFY", "diff": "@@ -23,25 +23,11 @@ function createSVGText(\nconst attributes = { fill, stroke };\nconst options = { fontSize, anchor: \"top\", attributes };\n// Remove all emoji from text\n- let filteredText = text.replace(\n+ const filteredText = text.replace(\n/([\\u2700-\\u27BF]|[\\u...
JavaScript
MIT License
feature-sliced/documentation
revert(og-font): deleted font-autoscaling and font-align-center.
1
revert
og-font
217,231
31.12.2021 22:26:08
-10,800
b016b891fecbd9a1b65b4cc4f32a5504c0c4e357
chore(docusaurus-config): connect OpenGraph plugin in experimental mode
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,13 @@ const TWITTER = \"https://twitter.com/feature_sliced\";\nconst OPEN_COLLECTIVE = \"https://opencollective.com/feature-sliced\";\nconst DEFAULT_LOCALE = \"ru\";\n+const DOCUSAURUS_PLUGIN_OG = [\n+ path.resolve(__dirname, \"./plugins/docusaurus-plugin-og\...
JavaScript
MIT License
feature-sliced/documentation
chore(docusaurus-config): connect OpenGraph plugin in experimental mode
1
chore
docusaurus-config
217,231
31.12.2021 22:42:27
-10,800
b551b6fef89782dd2395e75145475a8e3c1792c5
refactor(docusaurus-doc): move OgUrl to hook. chore: Optional Experimental OG Header connection.
[ { "change_type": "RENAME", "diff": "import React from \"react\";\nimport Head from \"@docusaurus/Head\";\n-export function OpenGraphPreview({ imgUrl }) {\n+export function OGMeta({ imgUrl }) {\nreturn (\n<Head>\n<meta name=\"og:image\" content={imgUrl} />\n", "new_path": "website/src/shared/lib/og-meta/...
JavaScript
MIT License
feature-sliced/documentation
refactor(docusaurus-doc): move OgUrl to hook. chore: Optional Experimental OG Header connection.
1
refactor
docusaurus-doc
217,231
31.12.2021 22:54:22
-10,800
9d5ea0f1d386e0a2969228eeaa3ff558df46add7
refactor(docusaurus-doc): added variable build path for OG.
[ { "change_type": "MODIFY", "diff": "import React from \"react\";\nimport OriginalDocItem from \"@theme-original/DocItem\";\nimport { OGMeta } from \"@site/src/shared/lib/og-meta\";\n-import { useOGUrl } from \"./lib\";\n+import { useDocOGUrl } from \"./lib\";\nfunction DocItem(props) {\nconst { content } = ...
JavaScript
MIT License
feature-sliced/documentation
refactor(docusaurus-doc): added variable build path for OG.
1
refactor
docusaurus-doc
317,771
01.01.2022 05:53:43
10,800
e8f1e5e2d472098124b5b6eeb57b10a4402dc098
theme(spaceship): add postfix to reduce space between prefix and text
[ { "change_type": "MODIFY", "diff": "\"foreground\": \"lightGreen\",\n\"properties\": {\n\"prefix\": \"\",\n- \"text\": \"\\u276F\"\n+ \"text\": \"\\u276F\",\n+ \"postfix\": \"\"\n}\n}\n]\n", "new_path": "themes/spaceship.omp.json", "old_path": "themes/spaceship.omp.json" } ]
Go
MIT License
jandedobbeleer/oh-my-posh
theme(spaceship): add postfix to reduce space between prefix and text
1
theme
spaceship
217,922
01.01.2022 18:08:04
-3,600
e2ac852ba2f1701699db620a09297b7c64091b5e
fix(allagan-reports): fixed broken Garlandtools icon
[ { "change_type": "MODIFY", "diff": "</div>\n<div fxLayout=\"row\" fxLayoutGap=\"10px\" *ngIf=\"!embed\">\n<div fxLayout=\"row\" fxLayoutAlign=\"flex-start center\" fxLayoutGap=\"5px\" *ngIf=\"report?.gt\">\n- <div><img src=\"https://garlandtools.org/db/images/Garland.png\" class=\"garland-avatar\" alt=\"\">...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(allagan-reports): fixed broken Garlandtools icon
1
fix
allagan-reports
217,922
01.01.2022 18:26:28
-3,600
bae84a8b835cf54767e07a5aae654b2a871f0545
fix(ux): added feedback notifications to various interactions
[ { "change_type": "MODIFY", "diff": "</label>\n</div>\n- <button (click)=\"settings.ignoredContentIds = []\" nz-button>\n+ <button (click)=\"resetIgnoredChars()\" nz-button>\n{{'SETTINGS.Reset_ignored_characters' | translate}}\n</button>\n", "new_path": "apps/client/src/app/modules/settings/settings-popu...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(ux): added feedback notifications to various interactions
1
fix
ux
217,922
01.01.2022 18:29:59
-3,600
08f74f221dd67db2ef3a68d4635709ca3f71c775
fix(desktop): fixed gearset import not removing job stone properly
[ { "change_type": "MODIFY", "diff": "@@ -45,6 +45,7 @@ export class SyncFromPcapPopupComponent extends TeamcraftComponent {\ngearset.name = name;\ngearset.job = classInfo.classId;\ngearset.fromSync = true;\n+ delete gearset.crystal;\npackets\n.filter(p => p.containerId === 1000)\n.forEach(packet => {\n", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed gearset import not removing job stone properly
1
fix
desktop
317,646
01.01.2022 20:10:55
-3,600
b0699a31ff4b3d73ed9e965dbe5caf1bab606e97
docs: adjust towards refactor
[ { "change_type": "MODIFY", "diff": "@@ -15,8 +15,8 @@ You can use the following template as a guide.\npackage main\ntype new struct {\n- props properties\n- env environmentInfo\n+ props Properties\n+ env Environment\nText string\n}\n@@ -35,7 +35,7 @@ func (n *new) string() string {\nif useDefaultText {\nn.T...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: adjust towards refactor
1
docs
null
217,231
01.01.2022 20:33:51
-10,800
c7415eda227677cc8e90734b11130b8dd60d99ee
fix(docusaurus-doc): missing curly braces and env option.
[ { "change_type": "MODIFY", "diff": "@@ -323,6 +323,8 @@ const metadatas = [\n*/\nconst customFields = {\nlegacyRoutes: LEGACY_ROUTES,\n+ // FIXME: Open Graph Experimental Mode.\n+ isOGExperimental: process.env.OG_EXP,\n};\n/** @type {Config} */\n", "new_path": "website/docusaurus.config.js", "old_pa...
JavaScript
MIT License
feature-sliced/documentation
fix(docusaurus-doc): missing curly braces and env option.
1
fix
docusaurus-doc
815,601
01.01.2022 21:10:41
-28,800
3bd402b99b2ad8ec77f061f76d5f831cacafed54
fix: resolve conflict descendants pending transactions
[ { "change_type": "MODIFY", "diff": "@@ -493,6 +493,7 @@ fn all_specs() -> Vec<Box<dyn Spec>> {\nBox::new(ConflictInPending),\nBox::new(ConflictInGap),\nBox::new(ConflictInProposed),\n+ Box::new(RemoveConflictFromPending),\nBox::new(SubmitConflict),\nBox::new(DAOVerify),\nBox::new(AvoidDuplicatedProposalsWit...
Rust
MIT License
nervosnetwork/ckb
fix: resolve conflict descendants pending transactions
1
fix
null
815,601
01.01.2022 21:26:26
-28,800
c25306c390d070ca8d9b249ef3e6fc47b3397488
feat: remove expired pending
[ { "change_type": "MODIFY", "diff": "@@ -108,6 +108,8 @@ pub enum RPCError {\n///\n/// For example, a cellbase transaction is not allowed in `send_transaction` RPC.\nPoolRejectedMalformedTransaction = -1108,\n+ /// (-1109): The transaction is expired from tx-pool after `expiry_hours`.\n+ TransactionExpired =...
Rust
MIT License
nervosnetwork/ckb
feat: remove expired pending
1
feat
null
815,601
01.01.2022 23:07:55
-28,800
dde8703a8ba9b42d8f094d36b14d3378d94c201a
chore: upgrate ckb-vm to 0.21.1
[ { "change_type": "MODIFY", "diff": "@@ -1414,9 +1414,9 @@ dependencies = [\n[[package]]\nname = \"ckb-vm\"\n-version = \"0.21.0\"\n+version = \"0.21.1\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"21c3076951bd27db83eb3409adb09a1019ffe20b4a5592cb321dcc0cc26c238f\"\n+che...
Rust
MIT License
nervosnetwork/ckb
chore: upgrate ckb-vm to 0.21.1
1
chore
null
380,869
01.01.2022 23:50:29
-3,600
19b032f2d3634722c6bb9cc69ae3ae6c99773cb7
fix: remove the obsolete `defineMessages` function from the typings.
[ { "change_type": "MODIFY", "diff": "@@ -159,13 +159,6 @@ declare module \"@lingui/macro\" {\nchoices: Record<string, string> & BasicType\n): string\n- /**\n- * Defines multiple messages for extraction\n- */\n- export function defineMessages<M extends Record<string, MessageDescriptor>>(\n- messages: M\n- ): ...
TypeScript
MIT License
lingui/js-lingui
fix: remove the obsolete `defineMessages` function from the typings. (#1179)
1
fix
null
815,601
02.01.2022 01:39:18
-28,800
3557180439fffa271889dbb287dda81c710c0570
fix: rpc enum type docs
[ { "change_type": "MODIFY", "diff": "@@ -510,7 +510,7 @@ class EnumSchema(HTMLParser):\nif self.next_variant is None:\nif tag == 'div':\nattrs_dict = dict(attrs)\n- if 'id' in attrs_dict and attrs_dict['id'].startswith('variant.'):\n+ if 'id' in attrs_dict and attrs_dict['id'].startswith('variant.') and ('cl...
Rust
MIT License
nervosnetwork/ckb
fix: rpc enum type docs
1
fix
null
841,479
02.01.2022 03:51:39
-28,800
e02307d4c82e043079131b414198ee5b4b7560e5
fix(es/typescript): Fix handling of references in a TypeScript enum
[ { "change_type": "MODIFY", "diff": "@@ -9,16 +9,19 @@ use swc_common::{\nMark, SourceMap, Span, Spanned, SyntaxContext, DUMMY_SP,\n};\nuse swc_ecma_ast::*;\n+use swc_ecma_transforms_base::ext::ExprRefExt;\nuse swc_ecma_transforms_react::{parse_expr_for_jsx, JsxDirectives};\nuse swc_ecma_utils::{\nconstructo...
Rust
Apache License 2.0
swc-project/swc
fix(es/typescript): Fix handling of references in a TypeScript enum (#3163)
1
fix
es/typescript
838,029
02.01.2022 04:38:09
-25,200
80326f2de43bdfd7253b58ea063d735d171eed35
refactor: change arg type in EventData(MessagesSendMessageEventAnswerBuilder) to interface{}
[ { "change_type": "MODIFY", "diff": "@@ -1589,7 +1589,7 @@ func (b *MessagesSendMessageEventAnswerBuilder) PeerID(v int) *MessagesSendMessa\n}\n// EventData parameter.\n-func (b *MessagesSendMessageEventAnswerBuilder) EventData(v string) *MessagesSendMessageEventAnswerBuilder {\n+func (b *MessagesSendMessage...
Go
MIT License
severecloud/vksdk
refactor: change arg type in EventData(MessagesSendMessageEventAnswerBuilder) to interface{}
1
refactor
null
494,354
02.01.2022 10:22:33
-3,600
3044229227229e81a4ba770eec241a748dd0945c
fix: do not send session after registration without hook See
[ { "change_type": "MODIFY", "diff": "@@ -57,6 +57,7 @@ func NewRedirSessionEchoTS(t *testing.T, reg interface {\nconfig.Provider\n}) *httptest.Server {\nts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {\n+ // verify that the client has a session, and echo it back\nsess,...
Go
Apache License 2.0
ory/kratos
fix: do not send session after registration without hook (#2094) See #2093 Co-authored-by: aeneasr <3372410+aeneasr@users.noreply.github.com>
1
fix
null
217,922
02.01.2022 10:49:49
-3,600
860778623d92ded177eb3995e9554279f9eeff19
feat(food-picker): now sorting by max instead of %
[ { "change_type": "MODIFY", "diff": "@@ -75,21 +75,26 @@ export class FoodPickerComponent extends TeamcraftComponent {\n})\n.filter(i => !!i)\n.sort((a, b) => {\n- if (a.bonuses[0].Value > b.bonuses[0].Value) {\n+ return this.sortBy(a, b, 'Max') || this.sortBy(a, b, 'Value');\n+ });\n+ }),\n+ tap(() => this....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(food-picker): now sorting by max instead of %
1
feat
food-picker
217,922
02.01.2022 11:45:42
-3,600
514161623cbd72a3dbd9267ada78faa916a32177
fix(gearsets): fixed optimize materias order
[ { "change_type": "MODIFY", "diff": "@@ -159,7 +159,7 @@ export class MateriasPopupComponent {\nmap(([meldingChances, materia]) => {\nif (meldingChances === 0) {\n// If a materia has 0% chances of melding, nuke it.\n- return -1000;\n+ return -10000000000000;\n}\nswitch (materia.tier) {\ncase 1:\n", "new_...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(gearsets): fixed optimize materias order
1
fix
gearsets
217,922
02.01.2022 11:55:05
-3,600
96eebaa3cde3721ee9583d53575bb34b276a055d
fix(gathering-locations): fixed hidden items not being detected properly
[ { "change_type": "MODIFY", "diff": "</ng-container>\n</div>\n<ng-container *ngTemplateOutlet=\"paginator\"></ng-container>\n- <ng-container *ngIf=\"results.length === 0\">\n+ <ng-container *ngIf=\"results.total === 0\">\n<app-fullpage-message fontSize=\"2rem\">\n{{'GATHERING_LOCATIONS.No_items' | translate}...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(gathering-locations): fixed hidden items not being detected properly
1
fix
gathering-locations
217,922
02.01.2022 12:22:58
-3,600
b11ec63fbb0e52a74305f4c76d9736fc9a743a69
fix(alarms-sidebar): fixed bait tooltip not showing properly
[ { "change_type": "MODIFY", "diff": "@@ -81,7 +81,9 @@ export class FishTooltipDirective implements OnDestroy {\nconst positionStrategy = this._overlay\n.position()\n.flexibleConnectedTo(this._elementRef)\n- .withPositions([{ originX: 'end', originY: 'bottom', overlayX: 'start', overlayY: 'bottom' }]);\n+ .w...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms-sidebar): fixed bait tooltip not showing properly
1
fix
alarms-sidebar
841,421
02.01.2022 12:49:09
-32,400
7a83c0cb575b0ec6510d8dff6d1bd44d9c97fdb9
perf(es/ast/serde): Make deserialization faster ast_node: - Improve deserialization of enums. swc_css_ast: - Fix a compilation issue. swc_ecma_ast: - Update `serde`. swc_ecma_parser: - Fix a compilation issue. swc_estree_ast: - Fix serialization.
[ { "change_type": "MODIFY", "diff": "@@ -2064,9 +2064,9 @@ checksum = \"388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3\"\n[[package]]\nname = \"serde\"\n-version = \"1.0.132\"\n+version = \"1.0.133\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"8b9875c2...
Rust
Apache License 2.0
swc-project/swc
perf(es/ast/serde): Make deserialization faster (#3160) ast_node: - Improve deserialization of enums. swc_css_ast: - Fix a compilation issue. swc_ecma_ast: - Update `serde`. swc_ecma_parser: - Fix a compilation issue. swc_estree_ast: - Fix serialization.
1
perf
es/ast/serde
151,430
02.01.2022 14:06:00
28,800
04c35dc5c2f47812f1ddc49d23e94c746bac52ca
refactor: clean up scroll utils
[ { "change_type": "ADD", "diff": "+// https://github.com/sindresorhus/devtools-detect\n+const devtools = {\n+ isOpen: false,\n+ orientation: undefined,\n+}\n+\n+const threshold = 160\n+\n+const emitEvent = (isOpen, orientation) => {\n+ globalThis.dispatchEvent(new globalThis.CustomEvent('devtoolschange', {\n...
JavaScript
MIT License
davidwells/analytics
refactor: clean up scroll utils Signed-off-by: David Wells <>
1
refactor
null
151,430
02.01.2022 14:06:08
28,800
8cc1f43594e07883a6ccfeacbced833749a77240
docs: add alt lib
[ { "change_type": "MODIFY", "diff": "@@ -48,3 +48,7 @@ const detachScrollListener = onScrollChange({\n// Detach listener\ndetachScrollListener()\n```\n+\n+## Alternative libraries\n+\n+- [Update On Scroll (uos)](https://github.com/vaneenige/uos)\n\\ No newline at end of file\n", "new_path": "packages/ana...
JavaScript
MIT License
davidwells/analytics
docs: add alt lib Signed-off-by: David Wells <>
1
docs
null
151,430
02.01.2022 14:09:02
28,800
b80b004c44952bdd28333ceba7caa51212be4a75
refactor: shrink onRouteChange
[ { "change_type": "MODIFY", "diff": "/* Listener for pushstate route changes */\n-export default function routeChange(callback) {\n- if (typeof document === 'undefined') return\n+export default function onRouteChange(fn) {\n+ if (typeof window === 'undefined') return\nconst { addEventListener, history, locat...
JavaScript
MIT License
davidwells/analytics
refactor: shrink onRouteChange Signed-off-by: David Wells <>
1
refactor
null
151,430
02.01.2022 14:50:27
28,800
1bad50b14a83d96e5a777ce6e39aaa2c6bc95cd5
refactor: add type checkers
[ { "change_type": "MODIFY", "diff": "@@ -216,6 +216,24 @@ console.log(isPromise(myPromise))\n// true\n```\n+## `isErrorLike`\n+\n+Check if value is javascript `isErrorLike`\n+\n+```ts\n+import { isErrorLike } from '@analytics/type-utils'\n+\n+isErrorLike(new Error()) // True\n+isErrorLike({ name: \"Error!\",...
JavaScript
MIT License
davidwells/analytics
refactor: add type checkers Signed-off-by: David Wells <>
1
refactor
null
151,430
02.01.2022 14:50:56
28,800
351131b78ca277956a52de1cc1544c943341e15f
refactor: add unload event handler
[ { "change_type": "MODIFY", "diff": "@@ -137,3 +137,22 @@ function throttle(callback, limit) {\n}\n}\n}\n+\n+\n+function addUnloadEvent(unloadEvent) {\n+ let executed = false\n+ let fn = () => {\n+ if (!executed) {\n+ executed = true\n+ unloadEvent()\n+ }\n+ }\n+ document.addEventListener('visibilitychange',...
JavaScript
MIT License
davidwells/analytics
refactor: add unload event handler Signed-off-by: David Wells <>
1
refactor
null
756,013
02.01.2022 15:17:44
21,600
e670f1ac4463cf6b6332348e410c4658bfaacf53
fix(agoric-cli): update `package.json` to publish correctly
[ { "change_type": "MODIFY", "diff": "\"description\": \"Manage the Agoric Javascript smart contract platform\",\n\"type\": \"module\",\n\"main\": \"src/main.js\",\n- \"bin\": \"bin/agoric\",\n+ \"bin\": \"src/entrypoint.js\",\n\"files\": [\n- \"lib\",\n+ \"src\",\n\"exported.js\"\n],\n\"scripts\": {\n", ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(agoric-cli): update `package.json` to publish correctly
1
fix
agoric-cli
151,430
02.01.2022 15:59:33
28,800
d135ee555ae85b7a1653a800067b00e0470e5d63
refactor: shrink
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ description: Utility library for runtime type checking\nA tiny tree shakable utility library for runtime type checking.\n-The entire package weighs in at <!-- AUTO-GENERATED-CONTENT:START (pkgSize) -->`1.07kb`<!-- AUTO-GENERATED-CONTENT:END -->.\n+The enti...
JavaScript
MIT License
davidwells/analytics
refactor: shrink Signed-off-by: David Wells <>
1
refactor
null
151,430
02.01.2022 16:00:22
28,800
98a9e6e2db043dc80af7970307500318226a2c36
refactor: use constants
[ { "change_type": "MODIFY", "diff": "-import { isForm, isFunction } from '@analytics/type-utils'\n+import { isForm, isFunction, INPUT } from '@analytics/type-utils'\nimport filterValues from '../utils/filter'\nimport { getFormData, getInputData, getValue } from '../utils/getFormValues'\n@@ -8,7 +8,7 @@ expor...
JavaScript
MIT License
davidwells/analytics
refactor: use constants Signed-off-by: David Wells <>
1
refactor
null
151,430
02.01.2022 16:11:36
28,800
f8f30d2d3ecaedf0039238a0dd997e3e60757d47
docs: 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
docs: update pkg sizes Signed-off-by: David Wells <>
1
docs
null
756,013
02.01.2022 16:12:34
21,600
5ca243cc666f577e7b3db90683db8908dec76403
feat(agoric): allow non-SDK agoric-cli to install packages in dapps
[ { "change_type": "MODIFY", "diff": "\"exported.js\"\n],\n\"scripts\": {\n- \"build\": \"exit 0\",\n+ \"build\": \"./scripts/get-sdk-package-names.js > src/sdk-package-names.js\",\n\"test\": \"ava\",\n\"test:c8\": \"c8 $C8_OPTIONS ava --config=ava-nesm.config.js\",\n\"test:xs\": \"exit 0\",\n", "new_path...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(agoric): allow non-SDK agoric-cli to install packages in dapps
1
feat
agoric
756,013
02.01.2022 16:56:56
21,600
56f5b742a63c3499405d36c00224eb8e4c47703e
ci(integration): test Agoric CLI when published to a local registry
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,9 @@ jobs:\n# It should be kept in sync with https://agoric.com/documentation/getting-started/\ngetting-started:\nruns-on: ubuntu-latest\n+ strategy:\n+ matrix:\n+ cli: [ link-cli, local-npm ]\nsteps:\n- uses: actions/checkout@v2\n@@ -51,11 +54,44 @@ jobs:\n#...
JavaScript
Apache License 2.0
agoric/agoric-sdk
ci(integration): test Agoric CLI when published to a local registry
1
ci
integration
530,289
02.01.2022 18:34:14
28,800
ef7ff81f5564f55007433eb2e9b78229ad60c39a
fix: package-js task not checked by mergify
[ { "change_type": "MODIFY", "diff": "/.github/pull_request_template.md linguist-generated\n/.github/workflows/auto-approve.yml linguist-generated\n/.github/workflows/build.yml linguist-generated\n-/.github/workflows/integ.yml linguist-generated\n/.github/workflows/pull-request-lint.yml linguist-generated\n/....
TypeScript
Apache License 2.0
projen/projen
fix: package-js task not checked by mergify (#1426) Co-authored-by: github-actions <github-actions@github.com>
1
fix
null
841,421
02.01.2022 19:55:12
-32,400
1aa55e616a7bc2ffa791600e908ddb10a4009e7b
feat(es/diff): Add a internal CLI program for debugging minifier
[ { "change_type": "MODIFY", "diff": "@@ -620,6 +620,30 @@ dependencies = [\n\"syn\",\n]\n+[[package]]\n+name = \"esdiff\"\n+version = \"0.1.0\"\n+dependencies = [\n+ \"anyhow\",\n+ \"pretty_assertions 1.0.0\",\n+ \"rayon\",\n+ \"structopt\",\n+ \"swc_atoms\",\n+ \"swc_common\",\n+ \"swc_ecma_ast\",\n+ \"swc_...
Rust
Apache License 2.0
swc-project/swc
feat(es/diff): Add a internal CLI program for debugging minifier (#3168)
1
feat
es/diff
269,520
02.01.2022 20:00:34
18,000
8d5cee398b04e376e7eea42790bc1e96a9e6598e
fix: don't format github-native changelog The Github changelog generation API returns a pre-formatted changelog. The current implementation prefixes every line of that log with "* ". This operation breaks the formatting. This change makes goreleaser treat github-native changelog as-is, without trying to modify it.
[ { "change_type": "MODIFY", "diff": "@@ -72,7 +72,9 @@ func (Pipe) Run(ctx *context.Context) error {\n\"## Changelog\",\n}\n- if shouldGroup(ctx.Config.Changelog) {\n+ if ctx.Config.Changelog.Use == \"github-native\" {\n+ changelogElements = []string{strings.Join(entries, changelogStringJoiner)}\n+ } else if...
Go
MIT License
goreleaser/goreleaser
fix: don't format github-native changelog (#2802) The Github changelog generation API returns a pre-formatted changelog. The current implementation prefixes every line of that log with "* ". This operation breaks the formatting. This change makes goreleaser treat github-native changelog as-is, without trying to modify it.
1
fix
null
756,013
02.01.2022 20:04:09
21,600
1abde9b5e32438bf88f29e1280411a5e19a43015
fix(agoric-cli)!: start Docker for `--docker-tag`, not `--sdk`
[ { "change_type": "MODIFY", "diff": "/** @typedef {import('child_process').ChildProcess} ChildProcess */\n-export const getSDKBinaries = () => {\n+export const getSDKBinaries = ({\n+ jsPfx = '../..',\n+ goPfx = `${jsPfx}/../golang`,\n+} = {}) => {\nconst myUrl = import.meta.url;\n+ const cosmosBuild = ['make...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(agoric-cli)!: start Docker for `--docker-tag`, not `--sdk`
1
fix
agoric-cli
306,346
02.01.2022 20:46:47
-11,880
121acdc52f78a5892cd868ba170b64d461cc3f18
fix: fix floating points numbers in golden usage file
[ { "change_type": "MODIFY", "diff": "@@ -15,19 +15,19 @@ resource_usage:\naws_nat_gateway.example_each[\"assets\"]:\nmonthly_data_processed_gb: 4.0 # Monthly data processed by the NAT Gateway in GB.\naws_cloudwatch_log_group.production_logs[*]:\n- storage_gb: 1000 # Total data stored by CloudWatch logs in GB...
Go
Apache License 2.0
infracost/infracost
fix: fix floating points numbers in golden usage file
1
fix
null
756,013
02.01.2022 21:31:49
21,600
18180937f4791e5b72efd28dfaa7b3364e8c682f
fix(agoric-cli): find `agoric start` packages in to directory
[ { "change_type": "MODIFY", "diff": "@@ -63,7 +63,7 @@ export default async function startMain(progname, rawArgs, powers, opts) {\nconst agServersPrefix = opts.sdk\n? undefined\n- : path.resolve(`_agstate/agoric-servers/node_modules/@agoric`);\n+ : path.resolve(`node_modules/@agoric`);\nconst getBinaries = o...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(agoric-cli): find `agoric start` packages in to directory
1
fix
agoric-cli
756,013
02.01.2022 21:46:00
21,600
b4f89edc59659fcce6db88b58f7c8d4aa19e3e0f
fix(agoric-cli): detect `agoric start` early exit
[ { "change_type": "MODIFY", "diff": "@@ -136,6 +136,9 @@ export const gettingStartedWorkflowTest = async (t, options = {}) => {\n}\n});\n}\n+ startP.childProcess.on('close', code =>\n+ startResult.reject(Error(`early termination: ${code}`)),\n+ );\nconst timeout = setTimeout(\nstartResult.reject,\n", "ne...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(agoric-cli): detect `agoric start` early exit
1
fix
agoric-cli
342,861
02.01.2022 21:57:57
-3,600
7b6d84ba859963fc9b6c384ee7e6e0cf78357400
docs(tracking): update cron output
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ jobs:\n- name: Get timestamp\nuses: gerred/actions/current-time@master\n+ id: current-time\n- name: Node\nuses: ./.github/actions/node\n@@ -44,9 +45,13 @@ jobs:\ntoken: ${{ secrets.PAT }}\ncommit-message: New tracking data\ndelete-branch: true\n- title: ...
JavaScript
MIT License
kiwicom/orbit
docs(tracking): update cron output
1
docs
tracking
269,464
02.01.2022 22:14:33
10,800
bd33dc37ec450adde42e139a147e45e7a7ffde0f
test: do not sign tags on tests
[ { "change_type": "MODIFY", "diff": "@@ -79,6 +79,7 @@ func fakeGit(args ...string) (string, error) {\n\"-c\", \"user.name='GoReleaser'\",\n\"-c\", \"user.email='test@goreleaser.github.com'\",\n\"-c\", \"commit.gpgSign=false\",\n+ \"-c\", \"tag.gpgSign=false\",\n\"-c\", \"log.showSignature=false\",\n}\nallAr...
Go
MIT License
goreleaser/goreleaser
test: do not sign tags on tests Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
test
null
756,013
02.01.2022 23:08:04
21,600
1a004af13a43fd8f24dd57a23bc5d03c4ce6ae37
chore(xsnap): implement `build:env` and `build:from-env`
[ { "change_type": "MODIFY", "diff": "\"repl\": \"node src/xsrepl.js\",\n\"build:bundle\": \"rollup --config rollup.config.js\",\n\"build:bin\": \"node src/build.js\",\n- \"build\": \"yarn build:bin && yarn build:bundle\",\n+ \"build:env\": \"node src/build.js --show-env > dist/build-env\",\n+ \"build:from-en...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(xsnap): implement `build:env` and `build:from-env`
1
chore
xsnap
756,013
02.01.2022 23:08:54
21,600
72f54521f565b395926908811ae60e68f6448b92
fix(agoric-cli): implement `start --rebuild` and use it
[ { "change_type": "MODIFY", "diff": "@@ -87,11 +87,12 @@ jobs:\n# Use the locally-installed dist-tag.\necho 'AGORIC_INSTALL_OPTIONS=[\"blah\"]' >> $GITHUB_ENV\n+ echo 'AGORIC_START_OPTIONS=[\"--rebuild\"]' >> $GITHUB_ENV\necho 'AGORIC_CMD=[\"agoric\"]' >> $GITHUB_ENV\n- name: run agoric-cli integration-test\...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(agoric-cli): implement `start --rebuild` and use it
1
fix
agoric-cli
841,421
03.01.2022 05:57:48
-32,400
08399d2e959ae978f3c124fcd71366062ac7b91b
chore: Publish v1.2.125
[ { "change_type": "MODIFY", "diff": "@@ -3802,7 +3802,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.124\"\n+version = \"1.2.125\"\ndependencies = [\n\"anyhow\",\n\"console_error_panic_hook\",\n", "new_path": "Cargo.loc...
Rust
Apache License 2.0
swc-project/swc
chore: Publish v1.2.125
1
chore
null
269,464
03.01.2022 09:13:01
10,800
ce3e3ed14e67ddee86fbe76ab3e92c68ec4acc00
fix: go-reddit/v2.0.1 was deleted refs
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ require (\ngithub.com/spf13/cobra v1.3.0\ngithub.com/stretchr/testify v1.7.0\ngithub.com/ulikunitz/xz v0.5.10\n- github.com/vartanbeno/go-reddit/v2 v2.0.1\n+ github.com/vartanbeno/go-reddit/v2 v2.0.0\ngithub.com/xanzy/go-gitlab v0.52.2\ngocloud.dev v0.24...
Go
MIT License
goreleaser/goreleaser
fix: go-reddit/v2.0.1 was deleted refs https://github.com/goreleaser/goreleaser/issues/2788#issuecomment-1003894554 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
fix
null
756,039
03.01.2022 09:50:41
28,800
0b8e4fe4bb8a756aa20598833f43b8dd89e50c8a
fix: log warning instead of throwing
[ { "change_type": "MODIFY", "diff": "@@ -4,16 +4,16 @@ class Powerbox {\nconstructor() {\nthis.loaded = false;\nwindow.addEventListener('load', () => {\n+ if (typeof powerbox === 'undefined') {\n+ console.warn('Powerbox extension not found.');\n+ }\nthis.loaded = true;\nthis.expandPetdata();\n});\n}\nexpandP...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: log warning instead of throwing
1
fix
null
865,917
03.01.2022 10:02:54
-3,600
f830c9781c8b3f50bbf2e71a90abb2e623cac375
test(app): verify <app.tabsChanged> on tab update
[ { "change_type": "MODIFY", "diff": "@@ -2243,6 +2243,26 @@ describe('<App>', function() {\nexpect(e.message).to.eql('must not change tab.id');\n}\n});\n+\n+\n+ it('should emit <app.tabsChanged> event on tab updated', async function() {\n+\n+ // given\n+ const eventSpy = sinon.spy();\n+\n+ const newAttrs = {...
JavaScript
MIT License
camunda/camunda-modeler
test(app): verify <app.tabsChanged> on tab update
1
test
app
841,509
03.01.2022 11:03:01
28,800
fc4c6708f24cda39640fbbfe56123f2f6eeb2474
refactor(plugin): Add a loader for wasm-based plugin system
[ { "change_type": "MODIFY", "diff": "@@ -65,7 +65,7 @@ version = \"0.17.0\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\nchecksum = \"b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b\"\ndependencies = [\n- \"gimli\",\n+ \"gimli 0.26.1\",\n]\n[[package]]\n@@ -120,12 +12...
Rust
Apache License 2.0
swc-project/swc
refactor(plugin): Add a loader for wasm-based plugin system (#3179)
1
refactor
plugin
865,922
03.01.2022 11:33:27
-3,600
2253e6f23b93ec1351c8ef67d06cc2dd5ecc839d
chore(RELEASE): refer to marketing form to update download page
[ { "change_type": "MODIFY", "diff": "# Patch Release\n-__[Draft a patch release.](https://github.com/camunda/camunda-modeler/issues/new?body=%23%23%20What%27s%20inside%3F%0A%0A%3C%21--%20link%20changelog%20if%20available%20and%2For%20a%20version%20range%20%28i.e.%20%5B%60v4.9.0...develop%60%5D%28https%3A%2F%...
JavaScript
MIT License
camunda/camunda-modeler
chore(RELEASE): refer to marketing form to update download page
1
chore
RELEASE
942,583
03.01.2022 11:38:58
25,200
ac7c09b97add635f256ffc4103478fab55da55c2
fix(side-panel): Add tooltip to toggle button for side panel Fixes: Make `aria-label` optional for `IconButton` [category:Components]
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import {css, CSSObject, jsx, keyframes} from '@emotion/core';\nimport {IconButton, IconButtonProps} from '@workday/canvas-kit-react/button';\nimport {space, colors, depth} from '@workday/canvas-kit-react/tokens';\nimport {transformationImportIcon} from '@w...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(side-panel): Add tooltip to toggle button for side panel (#1401) Fixes: https://github.com/Workday/canvas-kit/issues/909, https://github.com/Workday/canvas-kit/issues/894 Make `aria-label` optional for `IconButton` [category:Components]
1
fix
side-panel
306,321
03.01.2022 11:40:51
0
1464fe5a4e4c0386451f1f8bb1df8d4eeb1128e9
feat(azure): add azure-repos-comment output
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,11 @@ func outputCmd(ctx *config.RunContext) *cobra.Command {\nCreate markdown report to post in a GitLab comment:\n- infracost output --format gitlab-comment --path \"out*.json\" # glob needs quotes`,\n+ infracost output --format gitlab-comment --path \"out*...
Go
Apache License 2.0
infracost/infracost
feat(azure): add azure-repos-comment output (#1251)
1
feat
azure
603,467
03.01.2022 13:17:15
0
ad6f1e655ca77d6efde4461854e54c4113ca8fdd
fix(core): screenplay Adapters will now correctly proxy calls to function-specific object keys Adapter created by Question.about used to hijack calls to properties called "arguments", "caller", "length", "name" because they exist as properties on the adapter function itself
[ { "change_type": "MODIFY", "diff": "@@ -577,9 +577,61 @@ describe('Question', () => {\n});\n});\n});\n+\n+ describe(`correctly proxies calls to fields, even if they exist on the proxy itself`, () => {\n+\n+ const Response = () =>\n+ Question.about<{ users: User[] }>(`users`, (actor: Actor) => ({\n+ users: [...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): screenplay Adapters will now correctly proxy calls to function-specific object keys Adapter created by Question.about used to hijack calls to properties called "arguments", "caller", "length", "name" because they exist as properties on the adapter function itself
1
fix
core
603,467
03.01.2022 13:30:35
0
66a13f0250e959703e7ff122f4c38e90894c2452
test(integration): renamed a test fixture to make the name more descriptive
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ class ShoppingList {\n.of(ShoppingList.list());\n}\n-class AdvancedShoppingList {\n+class DynamicShoppingList {\nstatic items = () =>\nPageElements.located(By.css('li')).describedAs('shopping list items');\n@@ -53,12 +53,12 @@ class AdvancedShoppingList ...
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(integration): renamed a test fixture to make the name more descriptive
1
test
integration
603,467
03.01.2022 13:31:45
0
df3ad9430ca4ce7694bdb16a6d56ac9cbc94f935
chore(web): removed comment that's no longer relevant since the issue is fixed
[ { "change_type": "MODIFY", "diff": "@@ -121,7 +121,6 @@ class PressKeyInField extends PageElementInteraction {\nconst keys = await actor.answer(this.keys);\n// fix for protractor\n- // todo: should this wait on focus to occur?\nawait BrowseTheWeb.as(actor).executeScript(\n/* istanbul ignore next */\nfunctio...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(web): removed comment that's no longer relevant since the issue is fixed
1
chore
web
71,371
03.01.2022 14:42:24
-3,600
621a410471fcda0e388a7a53bb0e3cdb77be759c
feat(custom-resources): NoEcho for sensitive data in provider framework The `noEcho` option was available in `submitResponse()` but not exposed. *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": "@@ -143,6 +143,7 @@ The return value from `onEvent` must be a JSON object with the following fields:\n|-----|----|--------|-----------\n|`PhysicalResourceId`|String|No|The allocated/assigned physical ID of the resource. If omitted for `Create` events, the event's `Request...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(custom-resources): NoEcho for sensitive data in provider framework (#18097) The `noEcho` option was available in `submitResponse()` but not exposed. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
custom-resources
865,917
03.01.2022 15:06:09
-3,600
089394c73bebc419b6ecef70b26fe5415c820717
fix(tabs): show close on non active tabs until threshold width Closes
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,8 @@ const TABS_OPTS = {\n}\n};\n-const SMALL_TAB_WIDTH = 45;\n+const SMALL_TAB_WIDTH = 90;\n+const SMALLER_TAB_WIDTH = 45;\nexport default class TabLinks extends PureComponent {\n@@ -158,6 +159,7 @@ function Tab(props) {\nconst tabRef = React.useRef(0);\ncon...
JavaScript
MIT License
camunda/camunda-modeler
fix(tabs): show close on non active tabs until threshold width Closes #2639
1
fix
tabs
942,581
03.01.2022 15:22:27
25,200
0a65a8bb41e715e6638330d2090b1f3ff7c70438
chore: Add screenful to lockfile [skip release] [Category:Infrastructure]
[ { "change_type": "MODIFY", "diff": "\"@types/node\" \"*\"\nform-data \"^3.0.0\"\n+\"@types/node@*\", \"@types/node@>= 8\", \"@types/node@^14.0.0\", \"@types/node@^14.0.10\":\n+ version \"14.14.44\"\n+ resolved \"https://registry.yarnpkg.com/@types/node/-/node-14.14.44.tgz#df7503e6002847b834371c004b372529f3f...
TypeScript
Apache License 2.0
workday/canvas-kit
chore: Add screenful to lockfile [skip release] [Category:Infrastructure]
1
chore
null
902,122
03.01.2022 15:24:31
-3,600
a164decbc08f1042701a17003c902f25666275e5
chore(screenshot): adjust pretty under json
[ { "change_type": "MODIFY", "diff": "@@ -41,12 +41,15 @@ module.exports = async ({ url, browserless, opts }) => {\n}\nif (opts.codeScheme === 'ghcolors') {\n- const isDark = await darkMode.isDark()\n+ const isDark = darkMode.isDark()\nopts.colorScheme = isDark ? 'dark' : 'light'\n- opts.styles = isDark\n+ op...
JavaScript
MIT License
microlinkhq/browserless
chore(screenshot): adjust pretty under json
1
chore
screenshot