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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
838,025 | 30.05.2021 08:05:57 | -10,800 | 1dd3bd59eac2b1bbdf81a6bf9c3bc8e56c774275 | feat: MessagesMessage add IsSilent field | [
{
"change_type": "MODIFY",
"diff": "@@ -63,6 +63,7 @@ type MessagesMessage struct {\nImportant BaseBoolInt `json:\"important\"` // Is it an important message\nIsHidden BaseBoolInt `json:\"is_hidden\"`\nIsCropped BaseBoolInt `json:\"is_cropped\"`\n+ IsSilent BaseBoolInt `json:\"is_silent\"`\nOut BaseBoolInt ... | Go | MIT License | severecloud/vksdk | feat: MessagesMessage add IsSilent field | 1 | feat | null |
838,025 | 30.05.2021 08:13:59 | -10,800 | daf3bdc89d6ef4fa2e709d13a75ef0d5fbe7d520 | feat: add ErrMarketGroupingAlreadyHasSuchVariant | [
{
"change_type": "MODIFY",
"diff": "@@ -664,6 +664,9 @@ const (\n// Grouping items with different properties.\nErrMarketGroupingItemsWithDifferentProperties ErrorType = 1412\n+ // Grouping already has such variant.\n+ ErrMarketGroupingAlreadyHasSuchVariant ErrorType = 1413\n+\n// Variant not found.\nErrMark... | Go | MIT License | severecloud/vksdk | feat: add ErrMarketGroupingAlreadyHasSuchVariant | 1 | feat | null |
838,025 | 30.05.2021 09:38:34 | -10,800 | 1c42bc86e66eae9766b454d8b36f6f2505f574da | feat: VideoRestriction add DisclaimerType field | [
{
"change_type": "MODIFY",
"diff": "@@ -89,6 +89,7 @@ type VideoRestriction struct {\nCanPreview BaseBoolInt `json:\"can_preview\"`\nCardIcon []BaseImage `json:\"card_icon\"`\nListIcon []BaseImage `json:\"list_icon\"`\n+ DisclaimerType int `json:\"disclaimer_type\"`\n}\n// VideoActionButton struct.\n",
... | Go | MIT License | severecloud/vksdk | feat: VideoRestriction add DisclaimerType field | 1 | feat | null |
838,025 | 30.05.2021 09:44:51 | -10,800 | 24dd9b30aca7271c1fcb35fe5f600ba471eb81aa | feat: PollsPoll add EmbedHash field | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,7 @@ type PollsPoll struct {\nFriends []PollsFriend `json:\"friends\"`\nProfiles []UsersUser `json:\"profiles\"`\nGroups []GroupsGroup `json:\"groups\"`\n+ EmbedHash string `json:\"embed_hash\"`\n}\n// ToAttachment return attachment format.\n",
"new_path"... | Go | MIT License | severecloud/vksdk | feat: PollsPoll add EmbedHash field | 1 | feat | null |
838,025 | 30.05.2021 09:54:34 | -10,800 | 1f484bfe508549c80f8de9f0bd77f0b4c2921ee4 | feat: StoriesFeedItem add more fields | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,9 @@ type StoriesNarrativeInfo struct {\nViews int `json:\"views\"`\n}\n-// StoriesPromoData struct.\n+// StoriesPromoData additional data for promo stories.\n+//\n+// TODO: v3 rename StoriesPromoBlock.\ntype StoriesPromoData struct {\nName string `json:\"nam... | Go | MIT License | severecloud/vksdk | feat: StoriesFeedItem add more fields | 1 | feat | null |
838,025 | 30.05.2021 10:13:27 | -10,800 | b28bbdeceb409701a770d723b456afcb33266095 | feat: MarketSearchResponse add ViewType field | [
{
"change_type": "MODIFY",
"diff": "@@ -308,6 +308,7 @@ func (vk *VK) MarketRestoreComment(params Params) (response int, err error) {\ntype MarketSearchResponse struct {\nCount int `json:\"count\"`\nItems []object.MarketMarketItem `json:\"items\"`\n+ ViewType int `json:\"view_type\"`\n}\n// MarketSearch sea... | Go | MIT License | severecloud/vksdk | feat: MarketSearchResponse add ViewType field | 1 | feat | null |
838,025 | 30.05.2021 10:18:57 | -10,800 | b29cbc3277200c395f78f5e57ca46d73838e57d9 | feat: GroupsAddress add PlaceID field | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ type GroupsAddress struct {\nTimetable GroupsAddressTimetable `json:\"timetable\"` // Week timetable for the address\nTitle string `json:\"title\"` // Title of the place (Zinger, etc)\nWorkInfoStatus string `json:\"work_info_status\"` // Status of inform... | Go | MIT License | severecloud/vksdk | feat: GroupsAddress add PlaceID field | 1 | feat | null |
838,025 | 30.05.2021 10:20:40 | -10,800 | 020aa95d06a51217820e0902701f834484ae62de | feat: MarketCurrency add Title field | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ const (\ntype MarketCurrency struct {\nID int `json:\"id\"` // Currency ID\nName string `json:\"name\"` // Currency sign\n+ Title string `json:\"title\"` // Currency Title\n}\n// MarketMarketAlbum struct.\n",
"new_path": "object/market.go",
"old_... | Go | MIT License | severecloud/vksdk | feat: MarketCurrency add Title field | 1 | feat | null |
838,025 | 30.05.2021 10:25:03 | -10,800 | 4cbb49059ace844909542659de555c069c5ace45 | feat: VideoVideoFiles add 2k and 4k fields | [
{
"change_type": "MODIFY",
"diff": "@@ -114,6 +114,8 @@ type VideoSnippet struct {\ntype VideoVideoFiles struct {\nExternal string `json:\"external\"` // URL of the external player\nMp4_1080 string `json:\"mp4_1080\"` // URL of the mpeg4 file with 1080p quality\n+ Mp4_1440 string `json:\"mp4_1440\"` // URL ... | Go | MIT License | severecloud/vksdk | feat: VideoVideoFiles add 2k and 4k fields | 1 | feat | null |
838,025 | 30.05.2021 10:41:06 | -10,800 | e9721872ae821ca88af84cc00bc195480779244d | feat: StoriesSaveResponse add ExtendedResponse fields | [
{
"change_type": "MODIFY",
"diff": "package api // import \"github.com/SevereCloud/vksdk/v2/api\"\n-import \"github.com/SevereCloud/vksdk/v2/object\"\n+import (\n+ \"github.com/SevereCloud/vksdk/v2/object\"\n+)\n// StoriesBanOwner allows to hide stories from chosen sources from current user's feed.\n//\n@@ ... | Go | MIT License | severecloud/vksdk | feat: StoriesSaveResponse add ExtendedResponse fields | 1 | feat | null |
838,025 | 30.05.2021 10:58:57 | -10,800 | 6a2190c1a4b11d665078222077d843a2f042aefe | feat: MessagesChatPreview add IsMember field | [
{
"change_type": "MODIFY",
"diff": "@@ -462,6 +462,7 @@ type MessagesChatPreview struct {\nLocalID int `json:\"local_id\"`\nJoined bool `json:\"joined\"`\nChatSettings MessagesConversationChatSettings `json:\"chat_settings\"`\n+ IsMember BaseBoolInt `json:\"is_member\"`\n}\n// MessagesChatPushSettings struc... | Go | MIT License | severecloud/vksdk | feat: MessagesChatPreview add IsMember field | 1 | feat | null |
838,025 | 30.05.2021 11:02:00 | -10,800 | 03f944292972b1c429e7484ba47d7d05e7da878a | feat: MessagesConversationChatSettings add FriendsCount | [
{
"change_type": "MODIFY",
"diff": "@@ -512,6 +512,7 @@ type MessagesConversationCanWrite struct {\n// MessagesConversationChatSettings struct.\ntype MessagesConversationChatSettings struct {\nMembersCount int `json:\"members_count\"`\n+ FriendsCount int `json:\"friends_count\"`\nPhoto MessagesChatSettingsP... | Go | MIT License | severecloud/vksdk | feat: MessagesConversationChatSettings add FriendsCount | 1 | feat | null |
838,025 | 30.05.2021 11:05:55 | -10,800 | a959f7d5afbe89d0bc7f3d47a5f6ab301c253cde | feat: add ErrStickersNotPurchased | [
{
"change_type": "MODIFY",
"diff": "@@ -736,6 +736,9 @@ const (\n// Servers number limit is reached.\nErrCallbackServersLimit ErrorType = 2000\n+ // Stickers are not purchased.\n+ ErrStickersNotPurchased ErrorType = 2100\n+\n// Specified link is incorrect (can't find source).\nErrWallCheckLinkCantDetermineS... | Go | MIT License | severecloud/vksdk | feat: add ErrStickersNotPurchased | 1 | feat | null |
838,025 | 30.05.2021 11:08:21 | -10,800 | c37ec20a2bde2ddd722709c034ad5c246524c428 | feat: add ErrStickersTooManyFavorites | [
{
"change_type": "MODIFY",
"diff": "@@ -739,6 +739,9 @@ const (\n// Stickers are not purchased.\nErrStickersNotPurchased ErrorType = 2100\n+ // Too many favorite stickers.\n+ ErrStickersTooManyFavorites ErrorType = 2101\n+\n// Specified link is incorrect (can't find source).\nErrWallCheckLinkCantDetermineSo... | Go | MIT License | severecloud/vksdk | feat: add ErrStickersTooManyFavorites | 1 | feat | null |
838,025 | 30.05.2021 11:10:14 | -10,800 | 57ec6cf3ee66fd793f1d2cc214e00e12392f35f9 | feat: add ErrStickersNotFavorite | [
{
"change_type": "MODIFY",
"diff": "@@ -742,6 +742,9 @@ const (\n// Too many favorite stickers.\nErrStickersTooManyFavorites ErrorType = 2101\n+ // Stickers are not favorite.\n+ ErrStickersNotFavorite ErrorType = 2102\n+\n// Specified link is incorrect (can't find source).\nErrWallCheckLinkCantDetermineSour... | Go | MIT License | severecloud/vksdk | feat: add ErrStickersNotFavorite | 1 | feat | null |
838,025 | 30.05.2021 11:17:10 | -10,800 | d673a48dd6abfdd8309191e6487f27fca9caf7ba | feat: add ErrAdditionalSignupRequired | [
{
"change_type": "MODIFY",
"diff": "@@ -174,6 +174,9 @@ const (\n// Unknown group.\nErrUnknownGroup ErrorType = 40\n+ // Additional signup required.\n+ ErrAdditionalSignupRequired ErrorType = 41\n+\n// One of the parameters specified was missing or invalid\n//\n// Check the required parameters list and thei... | Go | MIT License | severecloud/vksdk | feat: add ErrAdditionalSignupRequired | 1 | feat | null |
838,025 | 30.05.2021 11:22:59 | -10,800 | d99323bbd9590084ece7380d9608c7acb889ac4e | feat: add ErrMarketNotEnabled | [
{
"change_type": "MODIFY",
"diff": "@@ -661,7 +661,7 @@ const (\n// Item has bad links in description.\nErrMarketItemHasBadLinks ErrorType = 1408\n- // Shop not enabled.\n+ // Extended market not enabled.\nErrMarketShopNotEnabled ErrorType = 1409\n// Grouping items with different properties.\n@@ -706,6 +706... | Go | MIT License | severecloud/vksdk | feat: add ErrMarketNotEnabled | 1 | feat | null |
838,025 | 30.05.2021 11:29:42 | -10,800 | e2effb7429fd9e0d69c1752d87c7ef2dd0e7f794 | feat: AccountPushConversationsItem add DisabledMentions | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,8 @@ type AccountPushConversationsItem struct {\nDisabledUntil int `json:\"disabled_until\"` // Time until that notifications are disabled in seconds\nPeerID int `json:\"peer_id\"` // Peer ID\nSound int `json:\"sound\"` // Information whether the sound are en... | Go | MIT License | severecloud/vksdk | feat: AccountPushConversationsItem add DisabledMentions | 1 | feat | null |
530,327 | 30.05.2021 11:38:08 | -7,200 | bd0a3882f73c9d2dda756d8d8eb63720eac44b09 | fix: missing export of NpmConfig | [
{
"change_type": "MODIFY",
"diff": "export * from './projenrc';\n+export * from './npm-config';\n\\ No newline at end of file\n",
"new_path": "src/javascript/index.ts",
"old_path": "src/javascript/index.ts"
},
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ export interface NpmConf... | TypeScript | Apache License 2.0 | projen/projen | fix: missing export of NpmConfig (#829) | 1 | fix | null |
332,724 | 30.05.2021 13:49:45 | -3,600 | 872f344328e1ce4102306717903eb6ebc18e59bd | refactor(ng-add): change commitMsg | [
{
"change_type": "MODIFY",
"diff": "@@ -98,12 +98,7 @@ export function addHuskyConfig(tree: Tree) {\n}\nif (!hasConfigFile) {\n- const commitMsg = `#!/bin/sh\n-. \"$(dirname \"$0\")/_/husky.sh\"\n-\n-npx --no-install commitlint --edit $1\n-`;\n-\n+ const commitMsg = `#!/bin/sh\\n. \"$(dirname \"$0\")/_/husk... | TypeScript | MIT License | jscutlery/semver | refactor(ng-add): change commitMsg | 1 | refactor | ng-add |
551,636 | 30.05.2021 14:54:07 | -3,600 | c28a350e6dc0386ae4e1443420a820f6a760c7ec | feat(sql): unary '-' (negation) implementation for all numeric types | [
{
"change_type": "MODIFY",
"diff": "@@ -83,7 +83,6 @@ public final class ColumnType {\nprivate static final int[] overloadPriorityMatrix;\nstatic {\n- assert OVERLOAD_MATRIX_SIZE > MAX;\noverloadPriorityMatrix = new int[OVERLOAD_MATRIX_SIZE * OVERLOAD_MATRIX_SIZE];\nfor (int i = -1; i < MAX; i++) {\nfor (in... | Java | Apache License 2.0 | questdb/questdb | feat(sql): unary '-' (negation) implementation for all numeric types (#1070) | 1 | feat | sql |
67,516 | 30.05.2021 15:04:52 | -19,080 | 9ef966464bd2b05045a7c5e0f893375a4c43e5af | refactor: dropped superfluous props view factory | [
{
"change_type": "MODIFY",
"diff": "@@ -151,8 +151,8 @@ describe(`If/Else`, function () {\n);\nconst work = container.get(IWorkTracker);\n- const ifFactory = new ViewFactory('if-view', ifContext, void 0, null);\n- const elseFactory = new ViewFactory('else-view', elseContext, void 0, null);\n+ const ifFactor... | TypeScript | MIT License | aurelia/aurelia | refactor: dropped superfluous props view factory | 1 | refactor | null |
551,636 | 30.05.2021 15:46:35 | -3,600 | e134909d17ba30e8fd9a3cdeca66896502b2d25f | chore: updated javadoc to get rid of deploy warnings | [
{
"change_type": "MODIFY",
"diff": "@@ -32,10 +32,10 @@ import io.questdb.std.Mutable;\n/**\n* Allows for setting the values of bind variables passed\n* in a SQL query by their index (position in a list of bind variables).\n- *\n- * Type checking is not performed beforehand, meaning the type of the\n- * ele... | Java | Apache License 2.0 | questdb/questdb | chore: updated javadoc to get rid of deploy warnings (#1072) | 1 | chore | null |
332,724 | 30.05.2021 17:52:58 | -3,600 | df7fc14655c9122e5798977e780c05edd04cc8d0 | refactor(ng-add): update code to use standards | [
{
"change_type": "MODIFY",
"diff": "import { Tree } from '@angular-devkit/schematics';\nimport { SchematicTestRunner } from '@angular-devkit/schematics/testing';\n-import { readNxJsonInTree, readWorkspace } from '@nrwl/workspace';\n+import { readJsonInTree, readNxJsonInTree, readWorkspace } from '@nrwl/work... | TypeScript | MIT License | jscutlery/semver | refactor(ng-add): update code to use standards | 1 | refactor | ng-add |
332,724 | 30.05.2021 17:56:57 | -3,600 | 4b814c688010a3f7ddf7f487faa145d63f933566 | fix(ng-add): fix wrong code | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ export interface PackageJson {\nconfig?: {\ncommitizen?: PackageJsonPart<string>;\n};\n- commitlint: PackageJsonPart<[string]>;\n+ commitlint: PackageJsonPart<string[]>;\n}\nexport interface PackageJsonPart<T> {\n@@ -70,7 +70,6 @@ export function addComm... | TypeScript | MIT License | jscutlery/semver | fix(ng-add): fix wrong code | 1 | fix | ng-add |
67,516 | 30.05.2021 19:08:58 | -19,080 | b6f18c101a42a4b82976a8cd50daa2d290b1f707 | docs(promise): tabs syntax corrrection | [
{
"change_type": "MODIFY",
"diff": "@@ -426,7 +426,7 @@ A basic example is shown below.\n<template catch>This promise is rejected.</template>\n</div>\n```\n-% endtab %}\n+{% endtab %}\n{% tab title=\"my-app.ts\" %}\n```typescript\n",
"new_path": "docs/user-docs/getting-started/conditional-rendering.md",... | TypeScript | MIT License | aurelia/aurelia | docs(promise): tabs syntax corrrection | 1 | docs | promise |
332,724 | 30.05.2021 19:37:08 | -3,600 | 831051ef8838ae187590993699ec0d1bfa6ee8f0 | refactor(ng-add): update husky code | [
{
"change_type": "MODIFY",
"diff": "-import { chain, Rule, Tree } from '@angular-devkit/schematics';\n+import { chain, noop, Rule, Tree } from '@angular-devkit/schematics';\nimport { updateNxJsonInTree, updateWorkspace } from '@nrwl/workspace';\nimport { SchemaOptions } from './schema';\n-import { addCommit... | TypeScript | MIT License | jscutlery/semver | refactor(ng-add): update husky code | 1 | refactor | ng-add |
530,299 | 30.05.2021 19:47:51 | -36,000 | 6525dd22d66775dfe3aa23c80bbe615a0bb98aeb | feat(cli): bash completion
# Shell Completions!
This allows you to run `projen completion >> ~/.zshrc` or `projen completion >> ~/.bashrc` to enable rich auto-completion.

By submitting this pull request, I con... | [
{
"change_type": "MODIFY",
"diff": "@@ -148,6 +148,15 @@ $ yarn start\nThe `build` command is the same command that's executed in your CI builds. It\ntypically compiles, lints, tests and packages your module for distribution.\n+### Shell Completions\n+If installed as a global package, `projen` includes rich... | TypeScript | Apache License 2.0 | projen/projen | feat(cli): bash completion (#826)
# Shell Completions!
This allows you to run `projen completion >> ~/.zshrc` or `projen completion >> ~/.bashrc` to enable rich auto-completion.

---
By submitting this... | 1 | feat | cli |
217,922 | 30.05.2021 19:59:35 | -7,200 | 765a712550f175cd0af1d943f17c9d927e225518 | feat(db): added ET hour next to weather transition spawns | [
{
"change_type": "MODIFY",
"diff": "</div>\n</div>\n<div>\n- <span>{{ 'DB.FISHING_SPOT.Next' | translate }}: {{ row.next | date: 'short':undefined:translate.currentLang }}</span>\n+ <span>{{ 'DB.FISHING_SPOT.Next' | translate }}: {{ row.next | date: 'short':undefined:translate.currentLang }} ({{row.nextET}}... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(db): added ET hour next to weather transition spawns | 1 | feat | db |
730,528 | 30.05.2021 22:11:27 | 25,200 | e0966e58f83e25e6d98ce32ed97a5d49264ed5d1 | feat(meetings): add support for receiving transcripts | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ parserOptions:\nlegacyDecorators: true\nglobals:\nPACKAGE_VERSION: false\n+ WebSocket: false\nroot: true\nrules:\nno-warning-comments: warn\n",
"new_path": ".eslintrc.yml",
"old_path": ".eslintrc.yml"
},
{
"change_type": "MODIFY",
"diff... | JavaScript | MIT License | webex/webex-js-sdk | feat(meetings): add support for receiving transcripts | 1 | feat | meetings |
332,724 | 30.05.2021 22:13:43 | -3,600 | fbcb9308d300347e2fda36e37622992ccb928e63 | feat(ng-add): make commit-msg executable | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import { Tree } from '@angular-devkit/schematics';\nimport { SchematicTestRunner } from '@angular-devkit/schematics/testing';\nimport { readJsonInTree, readNxJsonInTree, readWorkspace } from '@nrwl/workspace';\nimport { createEmptyWorkspace, runSchematic }... | TypeScript | MIT License | jscutlery/semver | feat(ng-add): make commit-msg executable | 1 | feat | ng-add |
269,464 | 31.05.2021 01:25:29 | 0 | 64c73d7eba443b84d974a4485818b826dacc6ca7 | fix(gitea): do not overwrite existing release notes | [
{
"change_type": "MODIFY",
"diff": "@@ -213,6 +213,9 @@ func (c *giteaClient) CreateRelease(ctx *context.Context, body string) (string,\n}\nif release != nil {\n+ if release.Note != \"\" {\n+ body = release.Note\n+ }\nrelease, err = c.updateRelease(ctx, title, body, release.ID)\nif err != nil {\nreturn \"\"... | Go | MIT License | goreleaser/goreleaser | fix(gitea): do not overwrite existing release notes
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | fix | gitea |
269,464 | 31.05.2021 01:53:40 | 0 | ce7d3b0e893d464b44135e25dd39eb7f874ddcf8 | test: default values for envs
refs | [
{
"change_type": "MODIFY",
"diff": "@@ -140,6 +140,9 @@ func TestWithEnv(t *testing.T) {\nfunc TestFuncMap(t *testing.T) {\nctx := context.New(config.Project{\nProjectName: \"proj\",\n+ Env: []string{\n+ \"FOO=bar\",\n+ },\n})\nwd, err := os.Getwd()\nrequire.NoError(t, err)\n@@ -155,6 +158,16 @@ func TestFu... | Go | MIT License | goreleaser/goreleaser | test: default values for envs
refs #1795
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | test | null |
269,464 | 31.05.2021 01:53:57 | 0 | d3bc4fe2c5b61c51ea1caedd881e82fcf346e20b | docs: better env docs
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -4,13 +4,14 @@ title: Environment Variables\nGlobal environment variables to be passed down to all hooks and builds.\n-This is useful for `GO111MODULE`, for example. You can have your\n-`.goreleaser.yml` file like the following:\n+This is useful for `GO111MODULE`, for ... | Go | MIT License | goreleaser/goreleaser | docs: better env docs
closes #1795
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | docs | null |
126,276 | 31.05.2021 08:50:23 | 10,800 | 3ab6985e5d0dc2259c97e697b69520d4bc9ea6e2 | test(embedded/tbtree): fix sync inside unit testing | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,7 @@ import (\n\"errors\"\n\"math/rand\"\n\"os\"\n+ \"sync\"\n\"testing\"\n\"time\"\n@@ -536,7 +537,13 @@ func TestRandomInsertionWithConcurrentReaderOrder(t *testing.T) {\nkeyCount := 1000\n- go randomInsertions(t, tbtree, keyCount, false)\n+ var wg sync.Wai... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/tbtree): fix sync inside unit testing
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/tbtree |
617,455 | 31.05.2021 09:49:21 | -7,200 | c5973be3d44a5fd008ba8831fcb4fb8e486ec202 | feat(google): add Google Search Console validation file for Virginie | [
{
"change_type": "ADD",
"diff": "+google-site-verification: google6147ec315bc44cce.html\n\\ No newline at end of file\n",
"new_path": "packages/code-du-travail-frontend/public/google6147ec315bc44cce.html",
"old_path": null
},
{
"change_type": "DELETE",
"diff": "-google-site-verification:... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | feat(google): add Google Search Console validation file for Virginie (#3524) | 1 | feat | google |
126,295 | 31.05.2021 10:07:10 | -7,200 | c6921da8b104aab0c9e982381f7d020897be1fa9 | chore(pkg/stream): fix namings on stream api objects | [
{
"change_type": "MODIFY",
"diff": "@@ -25,22 +25,22 @@ import (\ntype execAllStreamReceiver struct {\ns MsgReceiver\nkvStreamReceiver KvStreamReceiver\n- StreamChunkSize int\n+ BufferSize int\n}\n// NewExecAllStreamReceiver returns a new execAllStreamReceiver\n-func NewExecAllStreamReceiver(s MsgReceiver, ... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/stream): fix namings on stream api objects
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/stream |
777,416 | 31.05.2021 10:36:12 | 25,200 | 36139a1de2b4fae8f9fb64261d2c0796f395ed5f | docs: add instructions to use dtrain workflow for inference with PyTorch | [
{
"change_type": "MODIFY",
"diff": "+.. _cifar10_pytorch_inference: https://github.com/determined-ai/determined/blob/master/examples/computer_vision/cifar10_pytorch_inference/\n+\n.. _multi-gpu-training:\n######################\n@@ -142,6 +144,31 @@ distributed training:\ncan also be used to check if any ot... | Python | Apache License 2.0 | determined-ai/determined | docs: add instructions to use dtrain workflow for inference with PyTorch (#2386) | 1 | docs | null |
889,620 | 31.05.2021 10:50:22 | -28,800 | 4195ecbb9a4d53d8ef37ec5820b77fd0ae568ffe | feat(webui): filter series by read and in progress status | [
{
"change_type": "MODIFY",
"diff": "\"filter_no_matches\": \"The active filter has no matches\",\n\"genre\": \"Genre\",\n\"go_to_library\": \"Go to library\",\n- \"go_to_series\": \"Go to series\",\n\"go_to_readlist\": \"Go to read list\",\n+ \"go_to_series\": \"Go to series\",\n\"locale_name\": \"English\"... | Kotlin | MIT License | gotson/komga | feat(webui): filter series by read and in progress status | 1 | feat | webui |
386,581 | 31.05.2021 11:14:52 | -7,200 | 68eed24bd0c330aa53c78365beec63dbd1031249 | fix(deps): update dependency aws-sdk to v2.918.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -4700,7 +4700,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"ajv-errors\", \"virtual:09ba37edd9db25b7821b7d2b2d2055c41a6ed7b7590f4f31cb08f11ca472be4a006b49e750b63bf1615697d9f5fdbcda49d5e649e3491c0b6490a9dc0dbedfa2#npm:1.0.1\"],\n[\"apollo-server\", \"... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(deps): update dependency aws-sdk to v2.918.0 | 1 | fix | deps |
865,916 | 31.05.2021 11:26:12 | -7,200 | a60a077b2f13f9e52240bcd7190479d4a848c401 | chore: add support for linking when linking deps
Related to | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,8 @@ const path = require('path');\nconst customLinkersMap = {\n'bpmn-io/bpmn-js': linkBpmnJs,\n'bpmn-io/dmn-js': linkDmnJs,\n- 'bpmn-io/diagram-js': linkDiagramJs\n+ 'bpmn-io/diagram-js': linkDiagramJs,\n+ 'bpmn-io/form-js': linkFormJs\n};\nconst clientDir =... | JavaScript | MIT License | camunda/camunda-modeler | chore: add support for linking @bpmn-io/form-js when linking deps
Related to https://github.com/bpmn-io/build-on-demand/issues/14 | 1 | chore | null |
306,655 | 31.05.2021 11:35:04 | -19,080 | 5ff6f83882c5c4986da89dd1af0786776cbb11e4 | fix(Slider): fixes label inside tooltip to show custom label
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -254,6 +254,16 @@ export class MultiSlider extends React.Component<InternalMultiSliderProps, Multi\n}\n}\n+ formatLabel = (value: number) => {\n+ const { labelRenderer } = this.props;\n+\n+ if (typeof labelRenderer === 'function') {\n+ return labelRenderer(value);\n+ }... | TypeScript | MIT License | innovaccer/design-system | fix(Slider): fixes label inside tooltip to show custom label
Closes #601 | 1 | fix | Slider |
392,551 | 31.05.2021 11:47:31 | -7,200 | 002a898b52e05354a4989f5be34f53ebf276072c | docs: add editor example | [
{
"change_type": "MODIFY",
"diff": "@@ -73,5 +73,6 @@ module.exports = {\nargsIgnorePattern: '^_',\n},\n],\n+ 'max-classes-per-file': OFF,\n},\n};\n",
"new_path": "doc/.eslintrc.js",
"old_path": "doc/.eslintrc.js"
},
{
"change_type": "MODIFY",
"diff": "@@ -78,7 +78,8 @@ slug: /\n| Exampl... | TypeScript | MIT License | mapillary/mapillary-js | docs: add editor example | 1 | docs | null |
780,866 | 31.05.2021 11:58:55 | 10,800 | 830c3e21a81cde439a34ee2da35ab0de5f6adf7a | chore(framework/webpack): update core-js version to 3.13 | [
{
"change_type": "MODIFY",
"diff": "@@ -165,7 +165,7 @@ let config = {\npresets: [\n['@babel/preset-env', {\nuseBuiltIns: 'usage',\n- corejs: '3.11',\n+ corejs: '3.13',\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): update core-js version to 3.13 | 1 | chore | framework/webpack |
306,423 | 31.05.2021 13:20:15 | -7,200 | b3cee4267e705454e285c71964a6878f2ea02f09 | chore: improve lit 2 release info and only release if needed | [
{
"change_type": "MODIFY",
"diff": "@@ -9,5 +9,5 @@ This simplified the internal logic a lot. For more details please see [package e\nBREAKING CHANGES:\n- we no longer support relative import paths in demos\n-- no need to pass on a `rootPath` or `\\_\\_filePath``\u001b anymore\n+- no need to pass on a `root... | JavaScript | MIT License | ing-bank/lion | chore: improve lit 2 release info and only release if needed | 1 | chore | null |
14,245 | 31.05.2021 13:29:33 | -7,200 | 3e785660d65d568e611542dec8de20eb87a001b0 | feat(js): provide setters and refresh to `render` API | [
{
"change_type": "MODIFY",
"diff": "@@ -536,6 +536,48 @@ describe('render', () => {\n});\n});\n+ test('provides the scoped API', () => {\n+ const container = document.createElement('div');\n+ const panelContainer = document.createElement('div');\n+\n+ document.body.appendChild(panelContainer);\n+ autocomple... | TypeScript | MIT License | algolia/autocomplete | feat(js): provide setters and refresh to `render` API (#598) | 1 | feat | js |
889,620 | 31.05.2021 14:21:14 | -28,800 | 3219dc4bb2c721b92d25861edb281c5501ceba83 | feat(webui): reset filter button | [
{
"change_type": "MODIFY",
"diff": "disable-route-watcher\nclass=\"fill-height\"\n>\n+ <v-fab-transition>\n+ <v-btn\n+ v-if=\"clearButton\"\n+ absolute\n+ top\n+ right\n+ icon\n+ :style=\"'z-index: 10; background: ' + $vuetify.theme.currentTheme.base\"\n+ elevation=\"2\"\n+ @click=\"clear\"\n+ color=\"prima... | Kotlin | MIT License | gotson/komga | feat(webui): reset filter button | 1 | feat | webui |
889,620 | 31.05.2021 14:22:29 | -28,800 | b41499d77593aa3b32154959658669edb76c592e | feat(webui): in progress and read filter for series and collection | [
{
"change_type": "MODIFY",
"diff": "@@ -118,7 +118,7 @@ import {COLLECTION_CHANGED, COLLECTION_DELETED, SERIES_CHANGED} from '@/types/ev\nimport Vue from 'vue'\nimport SeriesMultiSelectBar from '@/components/bars/SeriesMultiSelectBar.vue'\nimport {LIBRARIES_ALL} from '@/types/library'\n-import {ReadStatus} ... | Kotlin | MIT License | gotson/komga | feat(webui): in progress and read filter for series and collection | 1 | feat | webui |
104,853 | 31.05.2021 14:37:41 | 14,400 | 5e58c2a2a99b8d0d58f292e2f27078bc5ad32b73 | fix(flyout-menu): background color | [
{
"change_type": "MODIFY",
"diff": "@@ -261,7 +261,7 @@ $shadow: 0.4rem;\n}\n.#{$iot-prefix}--flyout-menu:not(.#{$iot-prefix}--flyout-menu__light) & {\n- background-color: transparent;\n+ background-color: $ui-01;\n}\n.#{$iot-prefix}--flyout-menu:not(.#{$iot-prefix}--flyout-menu__open) &:hover {\n",
"ne... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(flyout-menu): background color | 1 | fix | flyout-menu |
104,853 | 31.05.2021 14:45:35 | 14,400 | c48256626edcba2421c1749c9518d8376b275e1e | fix(flyout-menu): that one px | [
{
"change_type": "MODIFY",
"diff": "@@ -128,7 +128,7 @@ export class FlyoutMenuPane extends Dialog {\nlet topFix =\n(closestRel ? closestRel.getBoundingClientRect().top * -1 : 0) -\nchevronHeight / 2 +\n- 1.5 * borderWidth;\n+ 1 * borderWidth;\nconst leftFix = closestRel ? closestRel.getBoundingClientRect()... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(flyout-menu): that one px | 1 | fix | flyout-menu |
67,479 | 31.05.2021 15:19:30 | -36,000 | 89b9920700189a38b963dfdb3d6a74c02688864e | chore(tests): add null/undefined tests for .attr | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,29 @@ describe('3-runtime-html/binding-command.attr.spec.ts', function () {\nassert.strictEqual(appHost.querySelector('div')?.getAttribute('custom-attr'), '5');\n},\n},\n+ {\n+ title: 'removes attribute when value is null/undefined',\n+ template: '<div myattr... | TypeScript | MIT License | aurelia/aurelia | chore(tests): add null/undefined tests for .attr | 1 | chore | tests |
104,853 | 31.05.2021 15:21:20 | 14,400 | d8f4611dcaf8f918346006a819b247d11ffb408c | chore(flyout-menu): add exports | [
{
"change_type": "MODIFY",
"diff": "export { FlyoutMenu } from './flyout-menu.component';\nexport { FlyoutMenuPane } from './flyout-menu-pane.component';\n+export { FlyoutMenuDirective } from './flyout-menu.directive';\nexport { FlyoutMenuModule } from './flyout-menu.module';\n",
"new_path": "packages/a... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(flyout-menu): add exports | 1 | chore | flyout-menu |
104,853 | 31.05.2021 15:24:34 | 14,400 | 051dd86f91f259edb28bc38ee584f40666b1fb63 | fix(flyout-menu): add role property | [
{
"change_type": "MODIFY",
"diff": "@@ -81,6 +81,11 @@ export class FlyoutMenuPane extends Dialog {\nreturn this._offset;\n}\npublic hasContentTemplate = true;\n+ /**\n+ * Sets the role of the tooltip. If there's no focusable content we leave it as a `tooltip`,\n+ * if there _is_ focusable content we switch... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(flyout-menu): add role property | 1 | fix | flyout-menu |
104,853 | 31.05.2021 15:27:42 | 14,400 | c0105ee70a3a6bcfef24e8645a3723a44acb4b6d | chore(flyout-menu): remove reference to example-url | [
{
"change_type": "MODIFY",
"diff": "@@ -29,8 +29,6 @@ import { I18n } from 'carbon-components-angular/i18n';\n* options\n* </ai-flyout-menu-pane>\n* ```\n- *\n- * <example-url>../../iframe.html?id=components-flyout-menu--basic</example-url>\n*/\n@Component({\nselector: 'ai-flyout-menu-pane',\n",
"new_pa... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(flyout-menu): remove reference to example-url | 1 | chore | flyout-menu |
756,064 | 31.05.2021 15:28:35 | 25,200 | 9cccd6e9571debc8838ecffc546cd03ea4641986 | chore(swingset): when a vat is terminated, log the problem to stdout
A vat getting terminated is somewhat surprising, so be more noisy about it. | [
{
"change_type": "MODIFY",
"diff": "@@ -387,6 +387,8 @@ export default function buildKernel(\nfinish(deliveryResult);\nconst [status, problem] = deliveryResult;\nif (status !== 'ok') {\n+ // probably a metering fault, or a bug in the vat's dispatch()\n+ console.log(`delivery problem, terminating vat ${vatID... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(swingset): when a vat is terminated, log the problem to stdout
A vat getting terminated is somewhat surprising, so be more noisy about it. | 1 | chore | swingset |
67,479 | 31.05.2021 15:31:09 | -36,000 | e4a30391d1bd2ab2e1c0e7ea05bc5efd40511be4 | chore(lint): fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ describe('3-runtime-html/binding-command.attr.spec.ts', function () {\n{\ntitle: 'sets attribute with hyphen',\ntemplate: '<div my-attr.attr=\"a\">',\n- App: class { public a = 5 },\n+ App: class { public a = 5; },\nassertFn: ({ appHost }) => {\nassert.str... | TypeScript | MIT License | aurelia/aurelia | chore(lint): fixes | 1 | chore | lint |
756,064 | 31.05.2021 15:37:06 | 25,200 | 57f0ef86a2c548e664a81f2e60f8a3b40901e0aa | chore(swingset): tolerate missing result promise
To simplify kernelKeeper, I'm going to remove its tolerance for spurious
calls (when the `kref` argument it receives is `undefined`). To prepare, this
changes the two places that previously might have called it with `undefined`
to refrain from calling it all all in that ... | [
{
"change_type": "MODIFY",
"diff": "@@ -593,7 +593,9 @@ export default function buildKernel(\nterminationTrigger = null;\nif (message.type === 'send') {\nkernelKeeper.decrementRefCount(message.target, `deq|msg|t`);\n+ if (message.msg.result) {\nkernelKeeper.decrementRefCount(message.msg.result, `deq|msg|r`)... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(swingset): tolerate missing result promise
To simplify kernelKeeper, I'm going to remove its tolerance for spurious
calls (when the `kref` argument it receives is `undefined`). To prepare, this
changes the two places that previously might have called it with `undefined`
to refrain from calling it all all in that... | 1 | chore | swingset |
667,680 | 31.05.2021 15:57:27 | -28,800 | c0a3de196c362dd77fcb7ccca686595bfdb97de9 | fix(android): fix `java.lang.Long` cast to `java.lang.Double` exception | [
{
"change_type": "MODIFY",
"diff": "@@ -127,15 +127,14 @@ public abstract class PrimitiveValueSerializer extends SharedSerialization {\nwriter.putVarint(longValue);\n} else {\nwriteTag(SerializationTag.DOUBLE);\n- writer.putDouble((double) value);\n+ writer.putDouble(((Number) value).doubleValue());\n}\n} e... | C++ | Apache License 2.0 | tencent/hippy | fix(android): fix `java.lang.Long` cast to `java.lang.Double` exception | 1 | fix | android |
667,680 | 31.05.2021 16:03:49 | -28,800 | 55a45c86b194dfb777706f6cf94229b1cf99d926 | feat(android): interface `BinaryWriter` add `reset` method | [
{
"change_type": "MODIFY",
"diff": "@@ -75,10 +75,17 @@ public interface BinaryWriter {\nint length(int length);\n/**\n- * Chunked the write operation and returns a wrapped {@link ByteBuffer} object. After calling this\n- * method, writer will be reset and write from the beginning.\n+ * Chunked the write op... | C++ | Apache License 2.0 | tencent/hippy | feat(android): interface `BinaryWriter` add `reset` method | 1 | feat | android |
667,680 | 31.05.2021 16:08:23 | -28,800 | 0c16ff8ff1fd9b00c333a49cd4ff9ecdfcc0a47e | fix(android): `Serializer` call `reset` first to reset the writer | [
{
"change_type": "MODIFY",
"diff": "@@ -166,12 +166,14 @@ public class HippyBridgeManagerImpl implements HippyBridgeManager, HippyBridge.B\nif (enableV8Serialization) {\nif (safeDirectWriter == null) {\nsafeDirectWriter = new SafeDirectWriter(SafeDirectWriter.INITIAL_CAPACITY, 0);\n+ } else {\n+ safeDirectW... | C++ | Apache License 2.0 | tencent/hippy | fix(android): `Serializer` call `reset` first to reset the writer | 1 | fix | android |
366,920 | 31.05.2021 16:08:51 | -32,400 | ee77143a3057d1c98bdfeff77075c4f958d76698 | feat: deprecate FieldSet component | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,9 @@ type Props = Omit<InputProps, 'error'> & {\n}\ntype ElementProps = Omit<HTMLAttributes<HTMLDivElement>, keyof Props>\n+/**\n+ * @deprecated The FieldSet component is deprecated, so use FormGroup component instead.\n+ */\nexport const FieldSet: VFC<Props ... | TypeScript | MIT License | kufu/smarthr-ui | feat: deprecate FieldSet component (#1631) | 1 | feat | null |
306,320 | 31.05.2021 16:26:36 | -3,600 | 2de68148314d9fb3559eb07711a5dd033a291e75 | feat(output): add overall total to table and HTML outputs | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,8 @@ var outputVersion = \"0.1\"\ntype Root struct {\nVersion string `json:\"version\"`\nProjects []Project `json:\"projects\"`\n+ TotalHourlyCost *decimal.Decimal `json:\"totalHourlyCost\"`\n+ TotalMonthlyCost *decimal.Decimal `json:\"totalMonthlyCost\"`\nTi... | Go | Apache License 2.0 | infracost/infracost | feat(output): add overall total to table and HTML outputs | 1 | feat | output |
306,320 | 31.05.2021 16:31:42 | -3,600 | 762b6747e4097cf7b3aab585dcc7c909e34587dd | chore: bump JSON output version | [
{
"change_type": "MODIFY",
"diff": "@@ -14,8 +14,8 @@ import (\n\"golang.org/x/mod/semver\"\n)\n-var minOutputVersion = \"0.1\"\n-var maxOutputVersion = \"0.1\"\n+var minOutputVersion = \"0.2\"\n+var maxOutputVersion = \"0.2\"\nfunc outputCmd(cfg *config.Config) *cobra.Command {\ncmd := &cobra.Command{\n",
... | Go | Apache License 2.0 | infracost/infracost | chore: bump JSON output version | 1 | chore | null |
269,464 | 31.05.2021 16:44:58 | 0 | b28b203af4432f346d912acadecc1b5e788e99cd | fix(brew): depends_on arch
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -199,26 +199,8 @@ func buildFormula(ctx *context.Context, brew config.Homebrew, client client.Clie\n}\nfunc fixDataDownloads(data templateData) templateData {\n- if data.MacOSAmd64.DownloadURL != \"\" {\n- data.HasMacOSDownloads = true\n- data.MacOSArches = append(data... | Go | MIT License | goreleaser/goreleaser | fix(brew): depends_on arch
closes #2270
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | fix | brew |
306,655 | 31.05.2021 16:47:54 | -19,080 | 6956653e5fd0b082a16959538d0af358836d9d9f | fix: Updates DS-* to Design-System-* as data-test attribute value in components. | [
{
"change_type": "MODIFY",
"diff": "@@ -117,7 +117,7 @@ export const Avatar = (props: AvatarProps) => {\n)}\n{!initials && (\n<Icon\n- data-test=\"DesignSystem-AvatarIcon\"\n+ data-test=\"DesignSystem-Avatar--Icon\"\nname=\"person\"\nsize={size === 'regular' ? 16 : 12}\nappearance={'white'}\n",
"new_pat... | TypeScript | MIT License | innovaccer/design-system | fix: Updates DS-* to Design-System-* as data-test attribute value in components. | 1 | fix | null |
438,921 | 31.05.2021 16:57:31 | -32,400 | a810f0345ab5df0dc7e17ed1d2b5e93843ec5c45 | chore(deps-dev): udpate dependency
update dependency
Close
Close
Close
Close
Close | [
{
"change_type": "MODIFY",
"diff": "\"devDependencies\": {\n\"@babel/core\": \"^7.14.3\",\n\"@babel/plugin-proposal-class-properties\": \"^7.13.0\",\n- \"@babel/plugin-proposal-object-rest-spread\": \"^7.14.2\",\n+ \"@babel/plugin-proposal-object-rest-spread\": \"^7.14.4\",\n\"@babel/plugin-transform-runtim... | TypeScript | MIT License | naver/billboard.js | chore(deps-dev): udpate dependency
update dependency
Close #2114
Close #2115
Close #2116
Close #2117
Close #2118 | 1 | chore | deps-dev |
366,917 | 31.05.2021 17:10:43 | -32,400 | acedb476b9090b50914e1f018c6bc755a945af10 | feat: fix input prefix/suffix icons color in storybook | [
{
"change_type": "MODIFY",
"diff": "@@ -57,11 +57,11 @@ storiesOf('Input', module).add('all', () => {\n</li>\n<li>\n<Txt>prefix</Txt>\n- <Input prefix={<FaSearchIcon color={theme.palette.BORDER} />} />\n+ <Input prefix={<FaSearchIcon color={theme.color.TEXT_GREY} />} />\n</li>\n<li>\n<Txt>suffix</Txt>\n- <I... | TypeScript | MIT License | kufu/smarthr-ui | feat: fix input prefix/suffix icons color in storybook (#1635) | 1 | feat | null |
889,620 | 31.05.2021 17:27:05 | -28,800 | c0d7be9627923c52516054ffd00b9d3f339b0beb | perf(webui): load background data in parallel when possible | [
{
"change_type": "MODIFY",
"diff": "@@ -128,8 +128,10 @@ export default Vue.extend({\n},\nasync loadCounts(libraryId: string) {\nconst lib = libraryId !== LIBRARIES_ALL ? [libraryId] : undefined\n- this.collectionsCount = (await this.$komgaCollections.getCollections(lib, {size: 1})).totalElements\n- this.re... | Kotlin | MIT License | gotson/komga | perf(webui): load background data in parallel when possible | 1 | perf | webui |
306,423 | 31.05.2021 17:32:33 | -7,200 | 59f10bc5df5b0daf7a86ea688601624cbf2139b6 | fix(rocket-preset-extend-lion-docs): add missing dependency | [
{
"change_type": "ADD",
"diff": "+---\n+'rocket-preset-extend-lion-docs': patch\n+---\n+\n+Add missing dependency\n",
"new_path": ".changeset/eleven-meals-laugh.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@babel/core\": \"^7.10.1\",\n+ \"babel-... | JavaScript | MIT License | ing-bank/lion | fix(rocket-preset-extend-lion-docs): add missing dependency | 1 | fix | rocket-preset-extend-lion-docs |
889,620 | 31.05.2021 17:54:34 | -28,800 | a45a73c8bd33667a8f7f254b43c8c69f5a76b19f | feat(api): search authors by name and role | [
{
"change_type": "MODIFY",
"diff": "package org.gotson.komga.domain.persistence\nimport org.gotson.komga.domain.model.Author\n+import org.springframework.data.domain.Page\n+import org.springframework.data.domain.Pageable\nimport java.time.LocalDate\ninterface ReferentialRepository {\n@@ -11,6 +13,11 @@ inte... | Kotlin | MIT License | gotson/komga | feat(api): search authors by name and role | 1 | feat | api |
889,620 | 31.05.2021 17:55:52 | -28,800 | b908ac140b1d942b3e45c76b2094ab0d7f598f0d | feat(webui): search authors in filters | [
{
"change_type": "MODIFY",
"diff": "<v-expansion-panel\nv-for=\"(f, key) in filtersOptions\"\n:key=\"key\"\n- :disabled=\"f.values.length === 0\"\n+ :disabled=\"(f.values && f.values.length === 0) && !f.search\"\n>\n<v-expansion-panel-header class=\"text-uppercase\">\n<v-icon\n{{ f.name }}\n</v-expansion-pa... | Kotlin | MIT License | gotson/komga | feat(webui): search authors in filters | 1 | feat | webui |
889,620 | 31.05.2021 18:09:49 | -28,800 | d05237f5ed6b845f0ff05527a505ed7bea7a2698 | fix: series would be updated at each scan even if not modified | [
{
"change_type": "MODIFY",
"diff": "@@ -81,7 +81,9 @@ class SeriesLifecycle(\n}\n// update book count for series\n- seriesRepository.update(series.copy(bookCount = books.size))\n+ seriesRepository.findByIdOrNull(series.id)?.let {\n+ seriesRepository.update(it.copy(bookCount = books.size))\n+ }\n}\nfun addBo... | Kotlin | MIT License | gotson/komga | fix: series would be updated at each scan even if not modified | 1 | fix | null |
688,532 | 31.05.2021 18:22:13 | -10,800 | 8b4abd08b35118c263f3c606e8c8fcc4cd915e37 | feat(Tag): add styles for tag content overflow | [
{
"change_type": "ADD",
"diff": "+import React from 'react'\n+import { Container, Tag } from '@toptal/picasso'\n+import { TypographyOverflow } from '@toptal/picasso-lab'\n+import { mount } from '@cypress/react'\n+import { TestingPicasso } from '@toptal/picasso/test-utils'\n+\n+describe('Tag', () => {\n+ it(... | TypeScript | MIT License | toptal/picasso | feat(Tag): add styles for tag content overflow (#2048) | 1 | feat | Tag |
942,605 | 31.05.2021 18:34:23 | -7,200 | 7070631fbe420e9ca8b40ae05a6929587ba65283 | feat(checkbox): Add aria-checked for accessibility and testability | [
{
"change_type": "MODIFY",
"diff": "@@ -310,6 +310,7 @@ export const Checkbox = ({\ntype=\"checkbox\"\nvalue={value}\nerror={error}\n+ aria-checked={indeterminate ? 'mixed' : checked}\n{...elemProps}\n/>\n<CheckboxRipple />\n",
"new_path": "modules/checkbox/react/lib/Checkbox.tsx",
"old_path": "modu... | TypeScript | Apache License 2.0 | workday/canvas-kit | feat(checkbox): Add aria-checked for accessibility and testability (#1045) | 1 | feat | checkbox |
756,064 | 31.05.2021 20:46:18 | 25,200 | 3e9190d088ab18e830ba138320e73df99df7210b | chore(swingset): refactor reachable flag handling
The c-list kernel-to-vat direction uses a value that holds a composite of a
"isReachable" flag and the actual vref. This refactors the handling of this
composite value to make it easier for upcoming code to query the isReachable
status.
refs | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import { Nat } from '@agoric/nat';\nimport { assert, details as X } from '@agoric/assert';\nimport { initializeVatState, makeVatKeeper } from './vatKeeper';\nimport { initializeDeviceState, makeDeviceKeeper } from './deviceKeeper';\n+import { parseReachabl... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(swingset): refactor reachable flag handling
The c-list kernel-to-vat direction uses a value that holds a composite of a
"isReachable" flag and the actual vref. This refactors the handling of this
composite value to make it easier for upcoming code to query the isReachable
status.
refs #3108 | 1 | chore | swingset |
756,064 | 31.05.2021 21:39:05 | 25,200 | 9dd5330ec530cdda50c72b8e49f5857878663e73 | chore(swingset): refactor kernel.run()/step() to use getNextMessage()
Rather than going directly to the run-queue, this changes `kernel.step()` and
`kernel.run()` to use a new `getNextMessage()` function. This will give us a
clean place to sample the new (higher-priority) GC Actions queue before
inspecting the run-queu... | [
{
"change_type": "MODIFY",
"diff": "@@ -963,6 +963,13 @@ export default function buildKernel(\nkernelKeeper.incrementCrankNumber();\n}\n+ function getNextMessage() {\n+ if (!kernelKeeper.isRunQueueEmpty()) {\n+ return kernelKeeper.getNextMsg();\n+ }\n+ return undefined;\n+ }\n+\nasync function step() {\nif ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(swingset): refactor kernel.run()/step() to use getNextMessage()
Rather than going directly to the run-queue, this changes `kernel.step()` and
`kernel.run()` to use a new `getNextMessage()` function. This will give us a
clean place to sample the new (higher-priority) GC Actions queue before
inspecting the run-que... | 1 | chore | swingset |
392,551 | 31.05.2021 21:48:55 | -7,200 | f880e4d435c2062eb75fff1ff6121495113d7a66 | docs: add popup example | [
{
"change_type": "MODIFY",
"diff": "@@ -43,25 +43,7 @@ slug: /\n| Example | Description |\n| --- | --- |\n-| [Point cloud](/examples/component-spatial) | Visualize point clouds, undistorted camera frames, and use [earth controls](/api/enums/viewer.cameracontrols) |\n-\n-### Marker\n-\n-| Example | Descripti... | TypeScript | MIT License | mapillary/mapillary-js | docs: add popup example | 1 | docs | null |
392,551 | 31.05.2021 22:17:17 | -7,200 | 00ede70d952134693ed70bdb4409c3de24e454b6 | docs: add popup tag connection example | [
{
"change_type": "MODIFY",
"diff": "@@ -60,7 +60,7 @@ slug: /\n| Example | Description |\n| --- | --- |\n| [Display Popups](/examples/component-popup) | Display [regular, floating](/api/classes/component.popup) and [custom, fixed](/api/interfaces/component.popupoptions) HTML popups |\n-| Tag Popups | Connec... | TypeScript | MIT License | mapillary/mapillary-js | docs: add popup tag connection example | 1 | docs | null |
756,064 | 31.05.2021 22:41:45 | 25,200 | 987c4d499597471f5aa86e67f7e52a03d333c998 | chore(swingset): add kernelKeeper.getImporters
This function takes an object kref and returns a list of vatIDs which have
imported that object. As mentioned in this would be more efficient
with an index. | [
{
"change_type": "MODIFY",
"diff": "@@ -788,6 +788,22 @@ export default function makeKernelKeeper(kvStore, streamStore, kernelSlog) {\nreturn harden(deviceIDs);\n}\n+ function getImporters(koid) {\n+ // TODO maintain an index instead of scanning every single vat\n+ const importers = [];\n+ function doesImpo... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(swingset): add kernelKeeper.getImporters
This function takes an object kref and returns a list of vatIDs which have
imported that object. As mentioned in #3223, this would be more efficient
with an index. | 1 | chore | swingset |
777,389 | 31.05.2021 23:06:50 | 18,000 | aa8d4427036fb1bd3f287200af5b02c595a878bb | chore: log running of migrations | [
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,7 @@ const (\n// Migrate runs the migrations from the specified directory URL.\nfunc (db *PgDB) Migrate(migrationURL string) error {\n+ log.Infof(\"running DB migrations from %s; this might take a while...\", migrationURL)\ndriver, err := postgresM.WithInstan... | Python | Apache License 2.0 | determined-ai/determined | chore: log running of migrations (#2463) | 1 | chore | null |
737,359 | 01.06.2021 04:29:34 | -3,600 | bcaac2fc25c9ddc700a892af22651af55199d8fc | ci(jest): enforce test coverage thresholds | [
{
"change_type": "MODIFY",
"diff": "\"typescript\": \"~4.3.0\"\n},\n\"jest\": {\n+ \"coverageThreshold\": {\n+ \"global\": {\n+ \"branches\": 100,\n+ \"functions\": 100,\n+ \"lines\": 100,\n+ \"statements\": 0\n+ }\n+ },\n\"projects\": [\n{\n\"displayName\": \"browser\",\n\"testEnvironment\": \"jsdom\",\n+ ... | JavaScript | MIT License | wopian/kitsu | ci(jest): enforce test coverage thresholds | 1 | ci | jest |
737,359 | 01.06.2021 04:32:14 | -3,600 | 5c065a357614a9e767eb8c12b2d09ebac4952642 | refactor(kitsu-core): remove unnecessary conditional check in query builder | [
{
"change_type": "MODIFY",
"diff": "@@ -34,11 +34,9 @@ export function query (params, prefix = null) {\nconst str = []\nfor (const param in params) {\n- if (Object.prototype.hasOwnProperty.call(params, param)) {\nstr.push(\nqueryFormat(params[param], prefix ? `${prefix}[${param}]` : param)\n)\n}\n- }\nretur... | JavaScript | MIT License | wopian/kitsu | refactor(kitsu-core): remove unnecessary conditional check in query builder | 1 | refactor | kitsu-core |
737,359 | 01.06.2021 04:40:41 | -3,600 | f44da7b5561f8a69a9bb57c9ddd55bb8c7dfa6cf | ci: merge build and test workflows | [
{
"change_type": "DELETE",
"diff": "-name: Build\n-\n-on: [push, pull_request]\n-\n-jobs:\n- build:\n- name: Build (${{ matrix.node_version}}-${{ matrix.os }})\n-\n- runs-on: ${{ matrix.os }}\n-\n- strategy:\n- matrix:\n- node_version: [16]\n- os: [ubuntu-latest, windows-latest, macos-latest]\n-\n- steps:\n... | JavaScript | MIT License | wopian/kitsu | ci: merge build and test workflows | 1 | ci | null |
503,988 | 01.06.2021 09:14:00 | 14,400 | ec0ee5f3c3787fda30c5470519eef5ad7516ec26 | docs(Menu): add drilldown composable menu demo back | [
{
"change_type": "MODIFY",
"diff": "@@ -396,3 +396,273 @@ class SelectComposableMenu extends React.Component {\n}\n}\n```\n+\n+### Drilldown menu with toggle\n+\n+```js\n+import React from 'react';\n+import {\n+ MenuToggle,\n+ Menu,\n+ MenuContent,\n+ MenuList,\n+ MenuItem,\n+ DrilldownMenu,\n+ Divider,\n+ ... | TypeScript | MIT License | patternfly/patternfly-react | docs(Menu): add drilldown composable menu demo back (#5807) | 1 | docs | Menu |
392,551 | 01.06.2021 09:14:33 | -7,200 | bdba74d0267dd8d13944be78e915e8b0afcc7aa5 | docs: add custom render overview section | [
{
"change_type": "MODIFY",
"diff": "@@ -3,13 +3,13 @@ id: extend\ntitle: Extend MapillaryJS\n---\n-MapillaryJS is a street imagery and semantic mapping visualization platform on the web. It is built from smaller units and some of them can be overridden by custom implementations. To make this possible, Mapil... | TypeScript | MIT License | mapillary/mapillary-js | docs: add custom render overview section | 1 | docs | null |
791,723 | 01.06.2021 09:31:17 | 25,200 | 2d90a760913e38869b6b2caed5a501a03e15cc66 | core(scoring): update TBT score curve | [
{
"change_type": "MODIFY",
"diff": "@@ -58,7 +58,7 @@ describe('Performance: total-blocking-time audit', () => {\nconst outputMobile = await TBTAudit.audit(artifactsMobile, contextMobile);\nexpect(outputMobile.numericValue).toBeCloseTo(333, 1);\n- expect(outputMobile.score).toBe(0.85);\n+ expect(outputMobil... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(scoring): update TBT score curve (#12576) | 1 | core | scoring |
780,866 | 01.06.2021 09:36:30 | 10,800 | 40a57c3db83cc271fb92104c85bae6ac0dbf703a | fix(template/cms-preview): check if valid ejs template before calling renderization | [
{
"change_type": "MODIFY",
"diff": "@@ -274,7 +274,9 @@ export default class BasePreview extends React.Component {\nfor (let j = 0; j < cmsEntrys.length; j++) {\nconst opt = cmsEntrys[j]\nopt.items = this._.items\n- parse += await ejs.render(this.ejsSections()[opt.type], {\n+ const template = this.ejsSectio... | JavaScript | MIT License | ecomplus/storefront | fix(template/cms-preview): check if valid ejs template before calling renderization | 1 | fix | template/cms-preview |
791,723 | 01.06.2021 10:15:18 | 25,200 | 68f1ce811c993865d6f42ff15684ae7d96d870e9 | core(scoring): rebalance perf metric weightings | [
{
"change_type": "MODIFY",
"diff": "@@ -853,13 +853,13 @@ Object {\n\"unminified-css\",\n\"unused-css-rules\",\n],\n- \"weight\": 15,\n+ \"weight\": 10,\n},\nObject {\n\"acronym\": \"SI\",\n\"group\": \"metrics\",\n\"id\": \"speed-index\",\n- \"weight\": 15,\n+ \"weight\": 10,\n},\nObject {\n\"acronym\": \"... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(scoring): rebalance perf metric weightings (#12577) | 1 | core | scoring |
889,626 | 01.06.2021 10:39:09 | -36,000 | da990529548a596f90b91fc3806946270c06c3b6 | fix(webui): favicon for iOS, Android and Windows 10 | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/komga-webui/public/android-chrome-192x192.png differ\n",
"new_path": "komga-webui/public/android-chrome-192x192.png",
"old_path": "komga-webui/public/android-chrome-192x192.png"
},
{
"change_type": "ADD",
"diff": "Binary files... | Kotlin | MIT License | gotson/komga | fix(webui): favicon for iOS, Android and Windows 10 (#547) | 1 | fix | webui |
67,479 | 01.06.2021 10:45:42 | -36,000 | 7327945a40af4203452891fc6c9e67cf13cb00c8 | feat(build): try aggregate logs | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,19 @@ declare const $$port: string;\ndeclare const $$iterations: number;\ndeclare const $$measurements: Measurement[];\n+class Logger {\n+ private readonly logs: string[] = [];\n+ public constructor(private readonly browserType: string) {\n+\n+ }\n+ public lo... | TypeScript | MIT License | aurelia/aurelia | feat(build): try aggregate logs | 1 | feat | build |
503,969 | 01.06.2021 10:47:17 | 14,400 | 01fa57d55bd4325783db8780b213c8ea76632baf | fix(Table): remove data-label from expanded row 0 | [
{
"change_type": "MODIFY",
"diff": "@@ -68,7 +68,7 @@ export const BodyCell: React.FunctionComponent<BodyCellProps> = ({\n<Td\nclassName={className}\ncomponent={component}\n- dataLabel={dataLabel && !parentId ? dataLabel : null}\n+ dataLabel={dataLabel && parentId == null ? dataLabel : null}\nonMouseEnter={... | TypeScript | MIT License | patternfly/patternfly-react | fix(Table): remove data-label from expanded row 0 (#5844) | 1 | fix | Table |
531,793 | 01.06.2021 10:50:04 | -3,600 | e43b658e52697278ff890504bec6addb230f743a | fix(ui): remove link icon from silence comment | [
{
"change_type": "MODIFY",
"diff": "import type { FC } from \"react\";\nimport { FontAwesomeIcon } from \"@fortawesome/react-fontawesome\";\n-import { faExternalLinkAlt } from \"@fortawesome/free-solid-svg-icons/faExternalLinkAlt\";\nimport { faBellSlash } from \"@fortawesome/free-solid-svg-icons/faBellSlas... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): remove link icon from silence comment | 1 | fix | ui |
791,704 | 01.06.2021 10:51:15 | 25,200 | 59e9dbf75fdfe7fa797343098486b41e6d6a202d | report: fix addButton for provided container element | [
{
"change_type": "MODIFY",
"diff": "@@ -188,10 +188,10 @@ class ReportUIFeatures {\n// so we need a container option to specify where the element should go.\nconst metricsEl = this._document.querySelector('.lh-audit-group--metrics');\nconst containerEl = opts.container || metricsEl;\n- if (!metricsEl) retur... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: fix addButton for provided container element (#12590) | 1 | report | null |
711,597 | 01.06.2021 10:56:42 | -7,200 | 85051b8e37fe6786e643892f3e700e8c9e65671a | docs(core): Document unit of TtlCache option | [
{
"change_type": "MODIFY",
"diff": "/**\n* An in-memory cache with a configurable TTL (time to live) which means cache items\n* expire after they have been in the cache longer than that time.\n+ *\n+ * The `ttl` config option is in milliseconds. Defaults to 30 seconds TTL and a cache size of 1000.\n*/\nexpo... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(core): Document unit of TtlCache option | 1 | docs | core |
269,464 | 01.06.2021 10:58:02 | 0 | 752d8653ffc98efec25145e1b4b802b4feed4bf1 | fix: move log back to debug | [
{
"change_type": "MODIFY",
"diff": "@@ -190,7 +190,7 @@ func run(ctx *context.Context, command, env []string, dir string) error {\nlog := log.WithField(\"env\", env).WithField(\"cmd\", command)\ncmd.Env = env\ncmd.Dir = dir\n- log.Info(\"running\")\n+ log.Debug(\"running\")\nif out, err := cmd.CombinedOutpu... | Go | MIT License | goreleaser/goreleaser | fix: move log back to debug
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | fix | null |
126,276 | 01.06.2021 11:03:08 | 10,800 | 43f03e905ae74619850959f59df803fbb836542c | feat(embedded/store): passive waiting for transaction commit | [
{
"change_type": "MODIFY",
"diff": "@@ -632,6 +632,10 @@ func (s *ImmuStore) syncBinaryLinking() error {\nreturn nil\n}\n+func (s *ImmuStore) WaitForTx(txID uint64, cancellation <-chan struct{}) error {\n+ return s.wHub.WaitFor(txID, cancellation)\n+}\n+\nfunc (s *ImmuStore) WaitForIndexingUpto(txID uint64,... | Go | Apache License 2.0 | codenotary/immudb | feat(embedded/store): passive waiting for transaction commit
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | feat | embedded/store |
126,276 | 01.06.2021 11:09:44 | 10,800 | 040557f18d5d12ddd579e02aedf948037145d62a | feat(pkg/database): implement passive wait for committed tx | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,7 @@ var ErrNotReplica = errors.New(\"database is NOT a replica\")\ntype DB interface {\nHealth(e *empty.Empty) (*schema.HealthResponse, error)\nCurrentState() (*schema.ImmutableState, error)\n+ WaitForTx(txID uint64, cancellation <-chan struct{}) error\nWait... | Go | Apache License 2.0 | codenotary/immudb | feat(pkg/database): implement passive wait for committed tx
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | feat | pkg/database |
551,636 | 01.06.2021 11:24:37 | -3,600 | 2ea876e279b51a202f2853649785f111d9b0cdde | fix(ui): fixed settings panel layout and persistence issues | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ export const LocalStorageProvider = ({\nconst [authPayload, setAuthPayload] = useState<string>(getValue(StoreKey.AUTH_PAYLOAD))\nconst [editorCol, setEditorCol] = useState<number>(parseInteger(getValue(StoreKey.EDITOR_COL), defaultConfig.editorCol))\ncon... | Java | Apache License 2.0 | questdb/questdb | fix(ui): fixed settings panel layout and persistence issues (#1074) | 1 | fix | ui |
503,970 | 01.06.2021 11:27:36 | 14,400 | 0857aee1417b958745280686fa8f8f11e5ae510f | fix(Table): change checkbox behavior in tree table examples | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,7 @@ import LeafIcon from '@patternfly/react-icons/dist/js/icons/leaf-icon';\nimport FolderIcon from '@patternfly/react-icons/dist/js/icons/folder-icon';\nimport FolderOpenIcon from '@patternfly/react-icons/dist/js/icons/folder-open-icon';\n-import { ToggleGr... | TypeScript | MIT License | patternfly/patternfly-react | fix(Table): change checkbox behavior in tree table examples (#5827) | 1 | fix | Table |
889,620 | 01.06.2021 11:35:53 | -28,800 | 14e6718252be074deae4e32dfd17d47e7b498cdf | fix(webui): replace searchbox for authors in filter panel | [
{
"change_type": "MODIFY",
"diff": "{{ f.name }}\n</v-expansion-panel-header>\n<v-expansion-panel-content class=\"no-padding\">\n- <v-autocomplete\n+ <search-box-base\n+ v-if=\"f.search\"\n+ :search-function=\"f.search\"\n+ @selected=\"click(key, $event)\"\n+ >\n+ <template v-slot:item=\"data\">\n+ <v-list-... | Kotlin | MIT License | gotson/komga | fix(webui): replace searchbox for authors in filter panel | 1 | fix | webui |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.