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
217,922
20.01.2022 21:42:47
-3,600
a31b5a16ba2943cd8d439ccc7f849875eec3a4bf
fix(lists): fixed FC sharing not always working properly
[ { "change_type": "MODIFY", "diff": "\"private\": true,\n\"dependencies\": {\n\"@ffxiv-teamcraft/pcap-ffxiv\": \"0.9.9\",\n- \"@xivapi/nodestone\": \"^0.2.0\",\n+ \"@xivapi/nodestone\": \"^0.2.2\",\n\"buffer-reader\": \"^0.1.0\",\n\"electron-is-dev\": \"^1.1.0\",\n\"electron-log\": \"^4.4.1\",\n", "new_p...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(lists): fixed FC sharing not always working properly
1
fix
lists
756,013
20.01.2022 21:47:47
21,600
4c03015d2cce617b959a0f3105a99d2a29ad65cd
feat(wallet-ui): use new `WalletBackendAdapter`
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ export const MakePurseWithoutContext = ({\npurses,\nhandleClose,\nsetPendingPurseCreations,\n- walletBridge,\n+ schema,\n}) => {\nconst [isSnackbarOpen, setIsSnackbarOpen] = useState(false);\nconst handleCloseSnackbar = _ => {\n@@ -53,7 +53,7 @@ export c...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(wallet-ui): use new `WalletBackendAdapter`
1
feat
wallet-ui
756,013
20.01.2022 21:48:30
21,600
2cdf78f7ecd80c682af38bc09a9d3c4fc59b38f6
test(wallet-ui): get tests working again (almost)
[ { "change_type": "MODIFY", "diff": "@@ -54,7 +54,7 @@ const issuers = [\n];\nconst setPendingPurseCreations = jest.fn();\n-const walletBridge = { makeEmptyPurse: jest.fn() };\n+const schema = { purses: { actions: { create: jest.fn() } } };\nconst withApplicationContext = (Component, _) => ({ ...props }) => ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(wallet-ui): get tests working again (almost)
1
test
wallet-ui
217,922
20.01.2022 21:52:18
-3,600
5810c493a759d9949ff40afdd68654d9ca1a2a2e
chore: nodestone update
[ { "change_type": "MODIFY", "diff": "\"private\": true,\n\"dependencies\": {\n\"@ffxiv-teamcraft/pcap-ffxiv\": \"0.9.9\",\n- \"@xivapi/nodestone\": \"^0.2.2\",\n+ \"@xivapi/nodestone\": \"^0.2.3\",\n\"buffer-reader\": \"^0.1.0\",\n\"electron-is-dev\": \"^1.1.0\",\n\"electron-log\": \"^4.4.1\",\n", "new_p...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: nodestone update
1
chore
null
217,922
20.01.2022 22:07:43
-3,600
6caeecb6b74f55cd22bcd3c82b554c65fb08fcbc
fix(desktop): autofill is now faster when not crafting or gathering
[ { "change_type": "MODIFY", "diff": "import { Injectable } from '@angular/core';\nimport { IpcService } from './ipc.service';\nimport { UniversalisService } from '../api/universalis.service';\n-import { buffer, debounceTime, distinctUntilChanged, filter, map, shareReplay, startWith, switchMap, tap, withLates...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): autofill is now faster when not crafting or gathering
1
fix
desktop
217,922
20.01.2022 22:34:14
-3,600
2b1bf20ddba37a83f4c6294e2790c6853e695882
fix(commissions): added not found message when opening a missing commission
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import { CommissionService } from '../commission.service';\nimport { ListsFacade } from '../../list/+state/lists.facade';\nimport * as CommissionsActions from './commissions.actions';\nimport { commissionLoaded, commissionsLoaded } from './commissions.acti...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(commissions): added not found message when opening a missing commission
1
fix
commissions
756,025
20.01.2022 22:38:44
28,800
2984a7487bcc6064c6cb899b7540e11159eedefd
fix: minor, from purple
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,7 @@ export const ErrorHelper = harden({\nreturn check(false, X`Error expected: ${candidate}`);\n}\nconst proto = getPrototypeOf(candidate);\n- const { name } = candidate;\n+ const { name } = proto;\nconst EC = getErrorConstructor(name);\nif (!EC || EC.protot...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: minor, from purple (#4304)
1
fix
null
217,922
20.01.2022 22:39:46
-3,600
305fa2729e1590836e7fd448ff5020f25268e18b
chore(release): 9.4.11
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"9.4.11\"></a>\n+## [9.4.11](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 9.4.11
1
chore
release
756,013
20.01.2022 22:41:17
21,600
21bdfd142df0aee91ad19b882a9b8f79a3894e95
fix(wallet-ui): flatten schema into `actions` and iterators
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ export const MakePurseWithoutContext = ({\npurses,\nhandleClose,\nsetPendingPurseCreations,\n- schema,\n+ schemaActions,\n}) => {\nconst [isSnackbarOpen, setIsSnackbarOpen] = useState(false);\nconst handleCloseSnackbar = _ => {\n@@ -53,7 +53,7 @@ export ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(wallet-ui): flatten schema into `actions` and iterators
1
fix
wallet-ui
841,479
20.01.2022 22:46:58
-28,800
6d1ad368aca53ee64a63ae565cd015909f2f4458
fix(es/compat): Fix regression of `destructuring`
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,7 @@ var a, b, c = {\n}\n}, d;\nvar _c;\n-var ref;\n+var ref, ref1;\n_c = c, b = _objectWithoutProperties(_c.x, [\n\"a\"\n-]), ref = _c, d = ref.x, a = (d === void 0 ? d : d).a, ref, _c;\n+]), ref = _c, ref1 = ref.x, a = (ref1 === void 0 ? d : ref1).a, ref, _...
Rust
Apache License 2.0
swc-project/swc
fix(es/compat): Fix regression of `destructuring` (#3326)
1
fix
es/compat
847,143
20.01.2022 22:55:52
-28,800
46f9d15edbdacb2775c842a659f11e69e0bcca30
feat(md-enhance): update container
[ { "change_type": "MODIFY", "diff": "// tip icon\n-$tipIcon: '<svg viewBox=\"0 0 27 27\"><g transform=\"translate(1.862 1.862)\" fill=\"none\"><circle stroke=\"#FFF\" stroke-width=\"1.724\" fill=\"#42B983\" cx=\"11.638\" cy=\"11.638\" r=\"11.638\"/><path d=\"M14.978 6.27A5.006 5.006 0 0 0 6.67 9.468a4.901 4....
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(md-enhance): update container
1
feat
md-enhance
756,051
20.01.2022 23:03:43
21,600
80d865cf211965f7e68b57443b76cafb60898d27
docs(vats): bridgeManager is remote
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ const XLien = {\n*/\n/**\n- * @param {import('./bridge').BridgeManager} bridgeManager\n+ * @param {ERef<import('./bridge').BridgeManager>} bridgeManager\n* @param {Brand} stake\n* @returns {StakingAuthority}\n*/\n", "new_path": "packages/vats/src/my-...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs(vats): bridgeManager is remote
1
docs
vats
756,051
20.01.2022 23:04:24
21,600
1c44623692920d4cf24354a1f7251baa76813952
feat(vats): start attestation contract (WIP) - chore(vats): clean up debug logging - fix(vats): buildZoe was missing permit for nameAdmins - refactor: hoist wellKnownERights
[ { "change_type": "MODIFY", "diff": "},\n\"buildZoe\": {\n\"consume\": {\n+ \"agoricNames\": true,\n+ \"nameAdmins\": true,\n\"vatAdminSvc\": true,\n\"loadVat\": true,\n\"client\": true\n},\n\"makeBLDKit\": {\n\"consume\": {\n+ \"agoricNames\": true,\n\"bankManager\": true,\n\"nameAdmins\": true\n}\n", "...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(vats): start attestation contract (WIP) - chore(vats): clean up debug logging - fix(vats): buildZoe was missing permit for nameAdmins - refactor: hoist wellKnownERights
1
feat
vats
418,604
20.01.2022 23:20:46
-28,800
1f32667457ca1b4628d443a7e5226b628bd662f4
doc: set postinstall hook for update docs
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"docusaurus\": \"docusaurus\",\n\"start\": \"docusaurus start\",\n- \"build\": \"node ./lib/example2sandbox.js && npm run update-hooks-docs && docusaurus build\",\n- \"update-hooks-docs\": \"degit https://github.com/midwayjs/hooks/docs ./docs/hooks --forc...
TypeScript
MIT License
midwayjs/midway
doc: set postinstall hook for update docs (#1607)
1
doc
null
847,143
20.01.2022 23:22:28
-28,800
78e0d167ed45df66b4c691d96721d7d52c014497
refactor(md-enhance): update delay define name
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ import type { VNode } from \"vue\";\nimport \"../styles/mermaid.scss\";\n-declare const MARKDOWN_DELAY: number;\n+declare const MARKDOWN_ENHANCE_DELAY: number;\ndeclare const MERMAID_OPTIONS: MermaidAPI.Config;\nexport default defineComponent({\n@@ -29,7...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(md-enhance): update delay define name
1
refactor
md-enhance
418,604
20.01.2022 23:30:51
-28,800
9bd78fb52e8a34aba0b80b8847aba3d68c825c34
doc: run update-hooks-docs before deploy
[ { "change_type": "MODIFY", "diff": "\"docusaurus\": \"docusaurus\",\n\"start\": \"docusaurus start\",\n\"build\": \"node ./lib/example2sandbox.js && docusaurus build\",\n- \"postinstall\": \"degit https://github.com/midwayjs/hooks/docs ./docs/hooks --force\",\n+ \"update-hooks-docs\": \"degit https://github...
TypeScript
MIT License
midwayjs/midway
doc: run update-hooks-docs before deploy (#1608)
1
doc
null
838,025
21.01.2022 00:07:45
-10,800
c58c2c988fc529bd39dc60308c50d48fc3ee9a9c
feat: MessagesTemplateElementCarousel add PhotoID This close
[ { "change_type": "MODIFY", "diff": "@@ -379,7 +379,8 @@ type MessagesTemplateElementCarousel struct {\nTitle string `json:\"title,omitempty\"`\nAction MessagesTemplateElementCarouselAction `json:\"action,omitempty\"`\nDescription string `json:\"description,omitempty\"`\n- Photo *PhotosPhoto `json:\"photo,om...
Go
MIT License
severecloud/vksdk
feat: MessagesTemplateElementCarousel add PhotoID This close #171
1
feat
null
847,143
21.01.2022 00:10:19
-28,800
194b6949182282d62465c2ad5feb0fdb339dc10e
chore(photo-swipe): update define name
[ { "change_type": "MODIFY", "diff": "import * as PhotoSwipe from \"photoswipe\";\nimport type { PhowoSwipeLocaleConfig } from \"../shared\";\n-declare const IMAGE_SELECTOR: string;\n-declare const PHOTOSWIPE_DELAY: number;\n-declare const PHOTOSWIPE_OPTIONS: PhotoSwipe.Options;\n-declare const PHOTOSWIPE_LOC...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore(photo-swipe): update define name
1
chore
photo-swipe
877,015
21.01.2022 00:24:26
-3,600
61a2d4c4b97a81c5f1b4fede225ac4db39a2f273
docs: fix button stretched showcases
[ { "change_type": "MODIFY", "diff": "\"postinstall\": \"is-ci || husky install\",\n\"lint\": \"yarn prettier && yarn stylelint && nx run-many --target=lint --projects=@vtmn/react,@vtmn/svelte --parallel\",\n\"lint:fix\": \"yarn prettier:fix && yarn stylelint:fix && nx run-many --target=lint:fix --projects=@v...
JavaScript
Apache License 2.0
decathlon/vitamin-web
docs: fix button stretched showcases (#919)
1
docs
null
847,143
21.01.2022 00:58:16
-28,800
b7269a19ff98c83f6d7ab45e956b10a48d061de3
refactor(reading-time2): update types and locales
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ export default defineComponent({\nconst readingTime = computed(() =>\npage.value.readingTime.minutes < 1\n- ? [readingTimeLocale.value.minute, \"PT1M\"]\n+ ? [readingTimeLocale.value.less1Minute, \"PT1M\"]\n: [\nreadingTimeLocale.value.time.replace(\n\"$...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(reading-time2): update types and locales
1
refactor
reading-time2
404,827
21.01.2022 02:40:42
-3,600
4d012c0134aee5980e2e93e33ed957d300d2fc23
feat: add `appleAccessibility` preset + Via
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/packages/app/public/preview/appleAccessibility.png differ\n", "new_path": "packages/app/public/preview/appleAccessibility.png", "old_path": "packages/app/public/preview/appleAccessibility.png" }, { "change_type": "ADD", "diff"...
JavaScript
MIT License
microlinkhq/cards
feat: add `appleAccessibility` preset + Via #228
1
feat
null
71,105
21.01.2022 03:34:40
25,200
55ff1b2e69f1b42bbbecd9dc95e17f2ffc35f94e
feat(assertions): support for conditions Add conditions matcher to assertion package. Required by *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": "@@ -139,7 +139,7 @@ expect(result.Foo).toEqual({ Value: 'Fred', Description: 'FooFred' });\nexpect(result.Bar).toEqual({ Value: 'Fred', Description: 'BarFred' });\n```\n-The APIs `hasMapping()` and `findMappings()` provide similar functionalities.\n+The APIs `hasMapping()...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(assertions): support for conditions (#18577) Add conditions matcher to assertion package. Required by #18560. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
assertions
277,286
21.01.2022 07:52:09
-3,600
0a27421163f300d52d4978cd36cffc19445fbde2
chore: Rename postcard_card to post_card.
[ { "change_type": "RENAME", "diff": "@@ -6,7 +6,7 @@ from h2o_wave import site, ui\npage = site['/demo']\nimage = 'https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&h=750&w=1260'\n-page['example'] = ui.postcard_card(\n+page['example'] = ui.post_card(\nbox='1 1 3 5',\npersona=ui.p...
Python
Apache License 2.0
h2oai/wave
chore: Rename postcard_card to post_card.
1
chore
null
71,105
21.01.2022 09:03:10
25,200
66f8bb0d94303177a19234c5d1a92d8ffccf30d5
chore(dynamodb): migrate tests to assertions Depends on *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": "},\n\"license\": \"Apache-2.0\",\n\"devDependencies\": {\n- \"@aws-cdk/assert-internal\": \"0.0.0\",\n+ \"@aws-cdk/assertions\": \"0.0.0\",\n\"@aws-cdk/cdk-build-tools\": \"0.0.0\",\n\"@aws-cdk/cdk-integ-tools\": \"0.0.0\",\n\"@aws-cdk/cfn2ts\": \"0.0.0\",\n", "new_pa...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(dynamodb): migrate tests to assertions (#18560) Depends on #18577 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
dynamodb
877,026
21.01.2022 09:41:49
-3,600
fff8e2913766fbd8eb82d8ad1d4b33455195119c
feat(@vtmn/css): remove acccordion list-type on safari browser and other non supported
[ { "change_type": "MODIFY", "diff": "transition: background-color 400ms ease;\n}\n+.vtmn-accordion summary::-webkit-details-marker {\n+ display: none;\n+}\n+\n.vtmn-accordion:not([aria-disabled='true']) summary:hover {\nbackground-color: var(--vtmn-semantic-color_hover-primary);\n}\n", "new_path": "packa...
JavaScript
Apache License 2.0
decathlon/vitamin-web
feat(@vtmn/css): remove acccordion list-type on safari browser and other non supported (#920)
1
feat
@vtmn/css
815,601
21.01.2022 09:50:40
-28,800
b5a76cce6217ac7f2a127acf806c6cb35888d648
docs: update ckb genesis script list link
[ { "change_type": "MODIFY", "diff": "@@ -311,7 +311,8 @@ impl PoolRpcImpl {\n}\n/// Build well known lock scripts\n-/// https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0024-ckb-system-script-list/0024-ckb-system-script-list.md\n+/// https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0026-anyone-ca...
Rust
MIT License
nervosnetwork/ckb
docs: update ckb genesis script list link
1
docs
null
841,421
21.01.2022 10:24:41
-32,400
4f23d651d1a8855f9383c5306d5e417c273c5c22
fix(es/minifier): Consider capturing while inlining swc_ecma_minifier: - Don't inline functions if it captures the environment.
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ on:\njobs:\nrustdoc:\nname: Rustdoc\n- runs-on: ubuntu-latest\n+ runs-on: macos-latest\nsteps:\n- uses: actions/checkout@v2\n", "new_path": ".github/workflows/docs.yml", "old_path": ".github/workflows/docs.yml" }, { "change_type": "MODIFY",...
Rust
Apache License 2.0
swc-project/swc
fix(es/minifier): Consider capturing while inlining (#3322) swc_ecma_minifier: - Don't inline functions if it captures the environment.
1
fix
es/minifier
866,394
21.01.2022 10:33:48
18,000
cfe4659138a68ef55056743d7f73c4cae843e339
chore(github-pages): introduce react wrapper next environment
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,7 @@ jobs:\nrun: yarn install --offline\n- name: Build project\nrun: yarn lerna run --stream --ignore @carbon/ibmdotcom-web-components --ignore @carbon/ibmdotcom-services-store build\n+\n- name: Set env vars\nuses: ./.github/actions/set-dotenv\nwith:\n@@ -42,...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(github-pages): introduce react wrapper next environment
1
chore
github-pages
386,581
21.01.2022 10:57:19
-7,200
9df6579198c0dd0aef9092a98c1b455fac41a761
fix(servr-dev): Fix 404 redirect so that browser back works.
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ const LoadingBlock = () => <div>Loading...</div>;\nconst Page = ({ lowdefy }) => {\nconst { data: pageConfig } = usePageConfig(lowdefy.pageId);\nif (!pageConfig) {\n- lowdefy._internal.router.push(`/404`);\n+ lowdefy._internal.router.replace(`/404`);\nre...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(servr-dev): Fix 404 redirect so that browser back works.
1
fix
servr-dev
386,581
21.01.2022 10:58:43
-7,200
b451c29b4a904bfdbaa31e9316b488935bdf8571
fix(node-utils): Do not throw if readFile path is not resolved.
[ { "change_type": "MODIFY", "diff": "@@ -27,14 +27,9 @@ async function readFile(filePath) {\n`Could not read file, file path should be a string, received ${JSON.stringify(filePath)}.`\n);\n}\n- if (filePath !== path.resolve(filePath)) {\n- throw new Error(\n- `Could not read file, file path was not resolved,...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(node-utils): Do not throw if readFile path is not resolved.
1
fix
node-utils
160,177
21.01.2022 10:58:55
-28,800
630d2d9ecbdc326fc4b4b0d45ee77d80fc9d84bb
chore: update babel targets
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,13 @@ module.exports = {\n{\nuseBuiltIns: 'usage',\ncorejs: '3.3',\n+ targets: {\n+ node: 'current',\n+ edge: '17',\n+ firefox: '60',\n+ chrome: '67',\n+ safari: '11.1'\n+ },\n},\n],\n],\n", "new_path": "packages/core/scripts/webpack.config.base.js", ...
TypeScript
Apache License 2.0
didi/logicflow
chore: update babel targets
1
chore
null
815,601
21.01.2022 11:02:27
-28,800
e89e9e8b816903a72ad6a193b912f9be15d8bec1
feat: case-insensitive hex
[ { "change_type": "MODIFY", "diff": "@@ -73,18 +73,9 @@ impl<T: Uint> JsonUintVisitor<T> {\n)));\n}\n- let number = T::from_str_radix(&value[2..], 16)\n+ T::from_str_radix(&value[2..], 16)\n.map(JsonUint)\n- .map_err(|e| Error::custom(format!(\"Invalid {} {}: {}\", T::NAME, value, e)))?;\n- if number.to_stri...
Rust
MIT License
nervosnetwork/ckb
feat: case-insensitive hex
1
feat
null
386,595
21.01.2022 11:10:58
-7,200
762df5ffc5db7995438751cbbced13fb6a02e69c
chore(node-utils): Fix emptyDir promise.
[ { "change_type": "MODIFY", "diff": "import fsExtra from 'fs-extra';\nasync function cleanDirectory(dirPath) {\n- await new Promise((resolve) => fsExtra.emptyDir(dirPath, resolve));\n+ await fsExtra.emptyDir(dirPath);\n}\nexport default cleanDirectory;\n", "new_path": "packages/utils/node-utils/src/clean...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(node-utils): Fix emptyDir promise.
1
chore
node-utils
418,572
21.01.2022 11:13:48
-28,800
37f46e08811ae43d983e2076a33d16f5f57c795c
fix(serverless-app): fix findNpmModule in pnp
[ { "change_type": "MODIFY", "diff": "-import { join } from 'path';\n+import { join, dirname } from 'path';\nimport { existsSync } from 'fs';\n+const findNpmModuleByResolve = (cwd, modName) => {\n+ try {\n+ return dirname(\n+ require.resolve(`${modName}/package.json`, { paths: [cwd] })\n+ );\n+ } catch (e) {\...
TypeScript
MIT License
midwayjs/midway
fix(serverless-app): fix findNpmModule in pnp (#1605)
1
fix
serverless-app
915,035
21.01.2022 11:17:58
0
b17767225305441df8332baa9f3179e2a1b88402
autogen: add v1.11.0 to version.schema.json
[ { "change_type": "MODIFY", "diff": "\"$ref\": \"https://raw.githubusercontent.com/ory/hydra/v1.10.7/spec/config.json\"\n}\n]\n+ },\n+ {\n+ \"allOf\": [\n+ {\n+ \"properties\": {\n+ \"version\": {\n+ \"const\": \"v1.11.0\"\n+ }\n+ }\n+ },\n+ {\n+ \"$ref\": \"https://raw.githubusercontent.com/ory/hydra/v1.11....
Go
Apache License 2.0
ory/hydra
autogen: add v1.11.0 to version.schema.json
1
autogen
null
386,595
21.01.2022 11:18:23
-7,200
53714307123f3477240767a91c5332a70a292d93
fix(node-utils): Convert writeFile function prototype.
[ { "change_type": "MODIFY", "diff": "@@ -49,10 +49,7 @@ async function updateServerPackageJson({ components, context }) {\n// be watching the file to trigger reinstalls\nif (newPackageJsonContent !== packageJsonContent) {\ncontext.logger.warn('Plugin dependencies have changed. Updating \"package.json\".');\n...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(node-utils): Convert writeFile function prototype.
1
fix
node-utils
386,581
21.01.2022 11:25:07
-7,200
ad3511cce781bdcaf4cba634c87ed541e07b0123
feat(server-dev): Clean up server-dev manager.
[ { "change_type": "MODIFY", "diff": "import path from 'path';\nimport yargs from 'yargs';\nimport { hideBin } from 'yargs/helpers';\n+import { readFile } from '@lowdefy/node-utils';\nimport lowdefyBuild from './processes/lowdefyBuild.mjs';\nimport nextBuild from './processes/nextBuild.mjs';\n@@ -53,6 +54,11 ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(server-dev): Clean up server-dev manager.
1
feat
server-dev
217,922
21.01.2022 11:33:40
-3,600
e87b33c8a9c1094513b7b9e6dbd65e06d61aa2e4
fix(list-details): better reliability on transactional write
[ { "change_type": "MODIFY", "diff": "@@ -534,8 +534,10 @@ export class AppComponent implements OnInit {\nshowPatchNotes(): Observable<any> {\nconst res$ = new Subject();\n- this.dialog.create({\n- nzTitle: this.translate.instant('Patch_notes', { version: environment.version }),\n+ this.translate.get('Patch_n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list-details): better reliability on transactional write
1
fix
list-details
571,491
21.01.2022 11:40:16
-3,600
84d3358c29035545dfc300ff2ca94c7ca49594ef
fix: make HorizontalRule compatible with Shortcuts The ShortcutExtension picks up "--" and replaces it with a dash. This means that the HorizontalRuleExtension never sees "---" because it was already replaced to "<dash>-". To avoid this, the HorizontalRuleExtension replaces now also "<dash>-".
[ { "change_type": "ADD", "diff": "+---\n+'@remirror/extension-horizontal-rule': patch\n+---\n+\n+fix: make HorizontalRule compatible with Shortcuts\n", "new_path": ".changeset/cool-olives-know.md", "old_path": null } ]
TypeScript
MIT License
remirror/remirror
fix: make HorizontalRule compatible with Shortcuts (#1476) The ShortcutExtension picks up "--" and replaces it with a dash. This means that the HorizontalRuleExtension never sees "---" because it was already replaced to "<dash>-". To avoid this, the HorizontalRuleExtension replaces now also "<dash>-".
1
fix
null
160,177
21.01.2022 11:49:38
-28,800
7c8aac8b5e23c9287cc62972bf613ca4bca5224d
chore: build to es5 fix Class constructor cannot be invoked without new
[ { "change_type": "MODIFY", "diff": "@@ -61,9 +61,9 @@ export default function DndPanelExample() {\nfunction handleSwitch() {\nif (isOpened) {\n- lf.closeSelectionSelect();\n+ lf.extension.selectionSelect.closeSelectionSelect();\n} else {\n- lf.openSelectionSelect();\n+ lf.extension.selectionSelect.openSelec...
TypeScript
Apache License 2.0
didi/logicflow
chore: build to es5 fix Class constructor cannot be invoked without new
1
chore
null
71,647
21.01.2022 11:50:17
18,000
41c8a3fa6b50a94affb65286d862056050d02e84
fix(apigatewayv2): websocket api: allow all methods in grant manage connections Current code only grants POST method, but GET and DELETE methods are also needed for full connection management. closes *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": "@@ -150,7 +150,7 @@ export class WebSocketApi extends ApiBase implements IWebSocketApi {\nreturn Grant.addToPrincipal({\ngrantee: identity,\nactions: ['execute-api:ManageConnections'],\n- resourceArns: [`${arn}/*/POST/@connections/*`],\n+ resourceArns: [`${arn}/*/*/@conne...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(apigatewayv2): websocket api: allow all methods in grant manage connections (#18544) Current code only grants POST method, but GET and DELETE methods are also needed for full connection management. closes #18410 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
apigatewayv2
428,439
21.01.2022 11:58:32
18,000
2229d1a80dc104351556085f66f43c1a7a5a9583
chore(NODE-3719,NODE-3883): identify causal consistency spec tests
[ { "change_type": "ADD", "diff": "+'use strict';\n+\n+const { LEGACY_HELLO_COMMAND } = require('../../../src/constants');\n+\n+const { setupDatabase } = require('../shared');\n+const { expect } = require('chai');\n+\n+const ignoredCommands = [LEGACY_HELLO_COMMAND, 'endSessions'];\n+const test = { commands: {...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
chore(NODE-3719,NODE-3883): identify causal consistency spec tests (#3112)
1
chore
NODE-3719,NODE-3883
756,043
21.01.2022 12:15:14
28,800
6950f68938fe71f382ef0b74ed84e2bd52303e9b
refactor(ci): warn instead of error in eslint
[ { "change_type": "MODIFY", "diff": "\"**/scripts/**/*.js\"\n]\n}\n- ]\n+ ],\n+ \"prettier/prettier\": \"warn\" // @jessie.js/recommended errors. This repo checks format separately but keeps warn to maintain that \"eslint --fix\" prettifies\n},\n\"settings\": {\n\"jsdoc\": {\n", "new_path": "packages/esl...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(ci): warn instead of error in eslint
1
refactor
ci
756,043
21.01.2022 12:16:01
28,800
dd267b2a5287d8a910248b970656df1de5b968df
refactor(ci): convert or resolve eslint prettier ignores
[ { "change_type": "MODIFY", "diff": "@@ -426,10 +426,12 @@ export function makeNetworkProtocol(protocolHandler) {\nconsummated = Error(`Already accepted`);\ncurrent.delete(inboundAttempt);\n- const lchandler =\n- /** @type {ConnectionHandler} */\n- // eslint-disable-next-line prettier/prettier\n- (await E(li...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(ci): convert or resolve eslint prettier ignores
1
refactor
ci
756,043
21.01.2022 12:18:23
28,800
5bd9c6027c42195164daafaebcc796cc44090065
refactor(ci): remove override for 'yarn prettier'
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"OFF-clean\": \"yarn workspaces run clean\",\n\"check-dependencies\": \"node ./scripts/check-mismatched-dependencies.js\",\n- \"prettier\": \"yarn workspaces run prettier\",\n\"lerna\": \"lerna\",\n\"link-cli\": \"yarn run create-agoric-cli\",\n\"create-a...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(ci): remove override for 'yarn prettier'
1
refactor
ci
838,025
21.01.2022 12:25:38
-10,800
686666fc5197f91991a6268a1a72cb9785db2940
chore: fix nestif
[ { "change_type": "MODIFY", "diff": "@@ -53,10 +53,10 @@ linters:\n- ireturn\n- nilnil\n- tenv\n+ - nestif\n# - wrapcheck # TODO: v3 Fix\n# - testpackage # TODO: Fix testpackage\n-# - nestif # TODO: Fix nestif\n# - noctx # TODO: Fix noctx\n# don't enable:\n", "new_path": ".golangci.yml", "old_path": ...
Go
MIT License
severecloud/vksdk
chore: fix nestif
1
chore
null
756,043
21.01.2022 12:39:46
28,800
9cdb8bc65d00bd1f0ca8d850150392b97655c5bd
refactor(ci): check formatting in CI
[ { "change_type": "MODIFY", "diff": "@@ -60,6 +60,8 @@ jobs:\n- name: lint check\nrun: yarn lint-check\n+ - name: format check\n+ run: yarn format-check\ndev-canary:\nif: ${{github.event_name == 'push'}}\n", "new_path": ".github/workflows/test-all-packages.yml", "old_path": ".github/workflows/test-al...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(ci): check formatting in CI
1
refactor
ci
756,043
21.01.2022 12:41:39
28,800
27dc0b8f1428bb666799a0c0cf0fe60064113803
refactor(ci): include .jsx,ts,.tsx in prettier check
[ { "change_type": "MODIFY", "diff": "\"lerna\": \"lerna\",\n\"link-cli\": \"yarn run create-agoric-cli\",\n\"create-agoric-cli\": \"node ./scripts/create-agoric-cli.cjs\",\n- \"format\": \"yarn prettier --write 'packages/**/*.js' 'golang/**/*.js'\",\n- \"format-check\": \"yarn prettier --check 'packages/**/*...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(ci): include .jsx,ts,.tsx in prettier check
1
refactor
ci
756,043
21.01.2022 12:41:58
28,800
65c0247ec4b2191283b621550a95224c32fbb23f
chore(ci): run format over repo to get check passing
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,6 @@ public\n# subrepos\n/packages/xsnap/moddable\n/packages/xsnap/xsnap-native\n+\n+# XXX unsupported syntax; will be addressed in https://github.com/Agoric/agoric-sdk/issues/4329\n+/packages/captp/src/ts-types.d.ts\n", "new_path": ".prettierignore", "...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(ci): run format over repo to get check passing
1
chore
ci
386,581
21.01.2022 13:19:33
-7,200
fa389a17eff8d716e4cc45c1262f4e3d69bdb71d
fix(server-dev): Do not error if .env file does not exist.
[ { "change_type": "MODIFY", "diff": "@@ -20,8 +20,8 @@ import { readFile } from '@lowdefy/node-utils';\nfunction readDotEnv(context) {\nreturn async () => {\n- const dotEnvPath = path.join(context.directories.config, '.env');\n- context.serverEnv = dotenv.parse(await readFile(dotEnvPath));\n+ const dotEnv = ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(server-dev): Do not error if .env file does not exist.
1
fix
server-dev
865,919
21.01.2022 13:23:05
-3,600
45fd242f6c6b7008f9eca6c14fa3e092ba09b380
feat: linting errors can now be selected closes
[ { "change_type": "MODIFY", "diff": "@@ -73,7 +73,7 @@ function LintingIssue(props) {\nreturn <div className={ classnames(css.LintingIssue, 'linting-issue') }>\n<ErrorIcon />\n<div className=\"linting-issue__text\">\n- Error : <span className=\"linting-issue__link\" onClick={ onClick }>{ label || id }</span>...
JavaScript
MIT License
camunda/camunda-modeler
feat: linting errors can now be selected closes #2687
1
feat
null
317,728
21.01.2022 13:56:14
-7,200
1b59386ef7953e074426a1da76cc3f8d21a9eff3
theme(nu4a): mixed path and locations update
[ { "change_type": "MODIFY", "diff": "\"foreground\": \"#100e23\",\n\"background\": \"#ec9706\",\n\"properties\": {\n- \"home_icon\": \"\\uF7DB\",\n- \"folder_icon\": \"\\uF115\",\n- \"folder_separator_icon\": \" \\uE0B1 \\uE5FF \",\n- \"style\": \"full\",\n- \"enable_hyperlink\": true\n+ \"home_icon\": \"\\u...
Go
MIT License
jandedobbeleer/oh-my-posh
theme(nu4a): mixed path and locations update
1
theme
nu4a
841,421
21.01.2022 14:01:20
-32,400
d52a1f3899d7d782917ea1c8701e951fcd6c214f
fix(es/minifier): Don't inline a var if the initializer is reassigned swc_ecma_minifier: - Consider reassignment to initializer while inlining a variable.
[ { "change_type": "MODIFY", "diff": "@@ -5,11 +5,11 @@ var B, Geometry;\n}\n}, (function(Geometry1) {\nGeometry1.Points = A;\n- var Origin = Geometry1.Origin = {\n+ var Lines = B, Origin = Geometry1.Origin = {\nx: 0,\ny: 0\n};\n- Geometry1.Unit = new B.Line(Origin, {\n+ Geometry1.Unit = new Lines.Line(Origin...
Rust
Apache License 2.0
swc-project/swc
fix(es/minifier): Don't inline a var if the initializer is reassigned (#3333) swc_ecma_minifier: - Consider reassignment to initializer while inlining a variable.
1
fix
es/minifier
648,078
21.01.2022 14:09:27
-3,600
bdd86920b613e85cf738fe00b7c885e4ec9ceee0
fix: stackoverflow exceptions due to ignoredmethods filter
[ { "change_type": "MODIFY", "diff": "@@ -243,12 +243,14 @@ public class IgnoredMethodMutantFilter_NestedMethodCalls\nprivate void TestMethod()\n{\nDispose();\n+ for(;;)\nTestMethod();\n+ x = x+2;\n}\n}\";\nvar baseSyntaxTree = CSharpSyntaxTree.ParseText(source).GetRoot();\nvar originalNode = (StatementSyntax...
C#
Apache License 2.0
stryker-mutator/stryker-net
fix: stackoverflow exceptions due to ignoredmethods filter (#1879) Co-authored-by: Rouke Broersma <mobrockers@gmail.com>
1
fix
null
777,354
21.01.2022 14:14:04
28,800
68c12e2429a82e28a8e82c5d5467ee4b8bb7b163
fix: update task list Resource Pool column sorter to alphaNumericSorter
[ { "change_type": "MODIFY", "diff": "@@ -334,7 +334,8 @@ const TaskList: React.FC = () => {\n{\ndataIndex: 'resourcePool',\nkey: 'resourcePool',\n- sorter: true,\n+ sorter: (a: CommandTask, b: CommandTask): number =>\n+ alphaNumericSorter(a.resourcePool, b.resourcePool),\ntitle: 'Resource Pool',\n},\n{\n", ...
Python
Apache License 2.0
determined-ai/determined
fix: update task list Resource Pool column sorter to alphaNumericSorter [DET-6434] (#3471)
1
fix
null
791,661
21.01.2022 14:23:37
18,000
e4b8adc22a24ffa61bf6486fd71c05de234e3f51
docs: fix publishMessage return type
[ { "change_type": "MODIFY", "diff": "@@ -822,12 +822,12 @@ export class Topic {\n* const [messageId] = await topic.publishMessage({data});\n* ```\n*/\n- publishMessage(message: MessageOptions): Promise<[string]>;\n+ publishMessage(message: MessageOptions): Promise<string>;\npublishMessage(message: MessageOpt...
TypeScript
Apache License 2.0
googleapis/nodejs-pubsub
docs: fix publishMessage return type (#1441) Co-authored-by: Megan Potter <57276408+feywind@users.noreply.github.com> Co-authored-by: meredithslota <meredithslota@google.com>
1
docs
null
866,394
21.01.2022 14:28:47
18,000
45a4377b38d114e199924227cec405666b63ec6e
test(cypress): increase timeout to 90000ms
[ { "change_type": "MODIFY", "diff": "\"pluginsFile\": \"tests/e2e-storybook/cypress/plugins/index.js\",\n\"nodeVersion\": \"system\",\n\"testFiles\": \"**/*.e2e.js\",\n- \"pageLoadTimeout\": 60000,\n- \"defaultCommandTimeout\": 60000\n+ \"pageLoadTimeout\": 90000,\n+ \"defaultCommandTimeout\": 90000\n}\n", ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
test(cypress): increase timeout to 90000ms
1
test
cypress
126,276
21.01.2022 14:32:57
10,800
4842beb5449cfc7fb26523eb225fa2174d9341eb
test(embedded/sql): unit testing catalog queries
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,7 @@ type Database struct {\nid uint32\ncatalog *Catalog\nname string\n+ tables []*Table\ntablesByID map[uint32]*Table\ntablesByName map[string]*Table\n}\n@@ -40,7 +41,8 @@ type Table struct {\ncols []*Column\ncolsByID map[uint32]*Column\ncolsByName map[strin...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): unit testing catalog queries Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
334,560
21.01.2022 14:36:56
-7,200
2dbc4bbbea1ac098f1c3739c6a1c4043b1f2f8e2
ci: cache Yarn and Cypress
[ { "change_type": "MODIFY", "diff": "@@ -24,13 +24,12 @@ jobs:\nuses: actions/checkout@v2\n- uses: actions/cache@v2\n- id: node-modules\n+ id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)\nwith:\n- path: |\n- node_modules\n- **/node_modules\n- key: ${{ runne...
TypeScript
MIT License
just-jeb/angular-builders
ci: cache Yarn and Cypress (#1110)
1
ci
null
551,648
21.01.2022 14:39:28
-10,800
f84476c03ac3c6f40793a8e7880da2321e4750e8
fix(test): fix flaky JSON insert query on locked writer test
[ { "change_type": "MODIFY", "diff": "@@ -58,7 +58,6 @@ public class HttpServer implements Closeable {\nprivate final WorkerPool workerPool;\nprivate final WaitProcessor rescheduleContext;\n-\npublic HttpServer(HttpMinServerConfiguration configuration, WorkerPool pool, boolean localPool) {\nthis.workerCount =...
Java
Apache License 2.0
questdb/questdb
fix(test): fix flaky JSON insert query on locked writer test (#1814)
1
fix
test
334,560
21.01.2022 14:43:42
-7,200
7c46c09ffb621ff763d7e60b4a34e339eb8d3d51
ci: use chrome browser for Cypress
[ { "change_type": "MODIFY", "diff": "\"options\": {\n\"devServerTarget\": \"full-cycle-app:serve\",\n\"port\": 4220,\n- \"spec\": \"e2e/src/app.e2e-spec.ts\"\n+ \"spec\": \"e2e/src/app.e2e-spec.ts\",\n+ \"browser\": \"chrome\"\n},\n\"configurations\": {\n\"production\": {\n", "new_path": "examples/custom...
TypeScript
MIT License
just-jeb/angular-builders
ci: use chrome browser for Cypress (#1111) Co-authored-by: JeB <jebbacca@gmail.com>
1
ci
null
126,276
21.01.2022 14:56:18
10,800
789bd35b1664fa9d062064a1517c67c894349077
test(pkg/database): dummy multi-db handler
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ limitations under the License.\npackage database\nimport (\n+ \"context\"\n\"crypto/sha256\"\n\"errors\"\n\"fmt\"\n@@ -31,6 +32,7 @@ import (\n\"testing\"\n\"time\"\n+ \"github.com/codenotary/immudb/embedded/sql\"\n\"github.com/codenotary/immudb/embedded...
Go
Apache License 2.0
codenotary/immudb
test(pkg/database): dummy multi-db handler Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/database
334,560
21.01.2022 15:01:41
-7,200
7834d1ea76b18b4d9da92677c5b640786aeb80d0
ci: cache ~/.cache folder for graduate action
[ { "change_type": "MODIFY", "diff": "@@ -16,13 +16,12 @@ jobs:\nfetch-depth: 0\n- uses: actions/cache@v2\n- id: node-modules\n+ id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)\nwith:\n- path: |\n- node_modules\n- **/node_modules\n- key: ${{ runner.os }}-nod...
TypeScript
MIT License
just-jeb/angular-builders
ci: cache ~/.cache folder for graduate action
1
ci
null
217,922
21.01.2022 15:02:22
-3,600
abf47905f4f6b19eba66956813cca60e66b85ffc
fix(desktop): better slow mode for autofill
[ { "change_type": "MODIFY", "diff": "import { Injectable } from '@angular/core';\nimport { IpcService } from './ipc.service';\nimport { UniversalisService } from '../api/universalis.service';\n-import { buffer, debounce, distinctUntilChanged, filter, first, map, shareReplay, startWith, switchMap, tap, withLa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): better slow mode for autofill
1
fix
desktop
126,276
21.01.2022 15:11:59
10,800
2251091ad9a1d0421e790dd5b1b5e98c34022e86
feat(pkg/server): support database creation from sql
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,7 @@ import (\n\"context\"\n\"github.com/codenotary/immudb/embedded/sql\"\n+ \"github.com/codenotary/immudb/pkg/api/schema\"\n)\ntype multidbHandler struct {\n@@ -34,7 +35,8 @@ func (h *multidbHandler) UseDatabase(ctx context.Context, db string) error {\n}\nf...
Go
Apache License 2.0
codenotary/immudb
feat(pkg/server): support database creation from sql Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
pkg/server
217,922
21.01.2022 15:15:10
-3,600
bd656e58e0905c35a9e32121ffed4a95147fd556
perf(list-details): removed badge on comment button to improve loading performances
[ { "change_type": "MODIFY", "diff": "@@ -62,7 +62,7 @@ export class ItemRowButtonsComponent extends TeamcraftComponent {\nuserId: string;\n@Input()\n- loggedIn: string;\n+ loggedIn: boolean | null;\n@Input()\ncommentBadge: boolean;\n", "new_path": "apps/client/src/app/modules/list/item/item-row-buttons/i...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
perf(list-details): removed badge on comment button to improve loading performances
1
perf
list-details
71,748
21.01.2022 15:17:56
0
23fa535441998a8e64dea9a4cf1c4b48a7eec08e
chore: fixing tests broken by merge
[ { "change_type": "MODIFY", "diff": "@@ -814,7 +814,8 @@ describe('Template', () => {\nexpectToThrow(\n() => inspect.hasParameter('*', { Type: 'CommaDelimitedList' }),\n[\n- /2 parameters/,\n+ // Third parameter is automatically included as part of DefaultSynthesizer\n+ /3 parameters/,\n/Expected CommaDelimi...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: fixing tests broken by merge
1
chore
null
749,538
21.01.2022 15:22:51
18,000
63d4d126a0f8da0c8c8e43bdbf14ee00305fad8e
feat(forms): hide semantic Radio, Checkbox, and Toggle inputs more inclusively
[ { "change_type": "MODIFY", "diff": "{\n\"index.cjs.js\": {\n- \"bundled\": 154683,\n- \"minified\": 106049,\n- \"gzipped\": 18568\n+ \"bundled\": 154768,\n+ \"minified\": 106107,\n+ \"gzipped\": 18572\n},\n\"index.esm.js\": {\n- \"bundled\": 145646,\n- \"minified\": 97978,\n- \"gzipped\": 18127,\n+ \"bundle...
TypeScript
Apache License 2.0
zendeskgarden/react-components
feat(forms): hide semantic Radio, Checkbox, and Toggle inputs more inclusively (#1264) https://www.sarasoueidan.com/blog/inclusively-hiding-and-styling-checkboxes-and-radio-buttons/#hiding-the-checkboxes-inclusively
1
feat
forms
380,712
21.01.2022 15:28:46
-3,600
f8f47a2385fe3d8dd3395c493027de2492509325
fix: i18n.activate should load instantly new messages
[ { "change_type": "MODIFY", "diff": "@@ -72,6 +72,29 @@ describe(\"I18n\", function () {\nexpect(cbChange).toBeCalled()\n})\n+ it(\"should activate instantly\", () => {\n+ const i18n = setupI18n({\n+ locales: [\"en\", \"es\"],\n+ messages: {\n+ en: {\n+ Hello: \"Hello\",\n+ },\n+ es: {\n+ Hello: \"Hola\",\n+...
TypeScript
MIT License
lingui/js-lingui
fix: i18n.activate should load instantly new messages (#1182)
1
fix
null
217,922
21.01.2022 15:30:14
-3,600
22c3165b49099d8012e470bd7aafcef30962218d
perf(lists): fixed a possible OOM crash when deleting a list with a large history
[ { "change_type": "MODIFY", "diff": "@@ -214,6 +214,7 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\nresetModificationsHistory(listId: string): Observable<void> {\nconst res$ = new Subject<void>();\nthis.getModificationsHistory(listId).pipe(\n+ first(),\nswitchMap(histor...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
perf(lists): fixed a possible OOM crash when deleting a list with a large history
1
perf
lists
306,320
21.01.2022 15:31:25
0
a62acd9dc04c42f22f7cbd2ece48cf4696950e9f
fix: add 'Standard_' prefix to Azure VM instance types In the Azure API instance types 'Standard_DS1_v2' and 'DS1_v2' are equivalent. But in the pricing database they are stored in the 'Standard_DS1_v2' format. This makes sure we are able to get prices for both formats.
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,8 @@ func linuxVirtualMachineCostComponent(region string, instanceType string) *schem\nproductNameRe := \"/Virtual Machines .* Series$/\"\nif strings.HasPrefix(instanceType, \"Basic_\") {\nproductNameRe = \"/Virtual Machines .* Series Basic$/\"\n+ } else if !...
Go
Apache License 2.0
infracost/infracost
fix: add 'Standard_' prefix to Azure VM instance types In the Azure API instance types 'Standard_DS1_v2' and 'DS1_v2' are equivalent. But in the pricing database they are stored in the 'Standard_DS1_v2' format. This makes sure we are able to get prices for both formats.
1
fix
null
306,320
21.01.2022 15:35:10
0
6e780a010ea05776547a39b53401859961a5bfc5
fix: don't show fallback log for Azure resources They don't get their region in the same way, so the log doesn't make sense.
[ { "change_type": "MODIFY", "diff": "@@ -330,7 +330,9 @@ func providerRegion(addr string, providerConf gjson.Result, vars gjson.Result, r\nif region == \"\" {\nregion = defaultProviderRegions[providerPrefix]\n- if region != \"\" {\n+ // Don't show this log for azurerm users since they have a different method...
Go
Apache License 2.0
infracost/infracost
fix: don't show fallback log for Azure resources They don't get their region in the same way, so the log doesn't make sense.
1
fix
null
126,276
21.01.2022 15:39:07
10,800
83be928d1e9689fa9544e699dc86a216bc3707d4
chore(embedded/sql): unit testing db selection
[ { "change_type": "MODIFY", "diff": "@@ -64,14 +64,14 @@ func TestUseDatabaseStmt(t *testing.T) {\nexpectedError error\n}{\n{\n- input: \"USE DATABASE db1\",\n+ input: \"USE db1\",\nexpectedOutput: []SQLStmt{&UseDatabaseStmt{DB: \"db1\"}},\nexpectedError: nil,\n},\n{\n- input: \"USE db1\",\n- expectedOutput:...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): unit testing db selection Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
126,276
21.01.2022 15:39:38
10,800
2944c0c2d004548df4506158b91fbca2cfe67ad0
feat(pkg/server): support database selection from sql stmt
[ { "change_type": "MODIFY", "diff": "@@ -17,9 +17,11 @@ package server\nimport (\n\"context\"\n+ \"fmt\"\n\"github.com/codenotary/immudb/embedded/sql\"\n\"github.com/codenotary/immudb/pkg/api/schema\"\n+ \"github.com/codenotary/immudb/pkg/auth\"\n)\ntype multidbHandler struct {\n@@ -31,7 +33,12 @@ func (s *I...
Go
Apache License 2.0
codenotary/immudb
feat(pkg/server): support database selection from sql stmt Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
pkg/server
71,350
21.01.2022 15:53:09
28,800
de3fa573aae6c4167dd459a4a7504aefefb84985
docs(s3): remove vestigial documentation fixes Models documentation for [similar](https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-ec2.VpcAttributes.html) [structs](https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-lambda.FunctionAttributes.html) *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": "@@ -356,9 +356,7 @@ export interface IBucket extends IResource {\n}\n/**\n- * A reference to a bucket. The easiest way to instantiate is to call\n- * `bucket.export()`. Then, the consumer can use `Bucket.import(this, ref)` and\n- * get a `Bucket`.\n+ * A reference to a bu...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(s3): remove vestigial documentation (#18604) fixes #18575 Models documentation for [similar](https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-ec2.VpcAttributes.html) [structs](https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-lambda.FunctionAttributes.html) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
s3
160,177
21.01.2022 15:58:56
-28,800
a3838c385328bc9e3a41e39c555736d5f59de573
feat: add graph:rendered event
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ import SnaplineModel from './model/SnaplineModel';\nimport { snaplineTool } from './tool/SnaplineTool';\nimport { EditConfigInterface } from './model/EditConfigModel';\nimport { Theme } from './constant/DefaultTheme';\n-import { ElementType } from './con...
TypeScript
Apache License 2.0
didi/logicflow
feat: add graph:rendered event
1
feat
null
126,276
21.01.2022 16:06:54
10,800
0214e3e1d94c53be1f81c094cbeaf1d8bff3b060
fix(pkg/database): automatically set max score if not specified in desc order
[ { "change_type": "MODIFY", "diff": "@@ -150,8 +150,16 @@ func (d *db) ZScan(req *schema.ZScanRequest) (*schema.ZEntries, error) {\nbinary.BigEndian.PutUint64(seekKey[len(prefix):], math.Float64bits(req.MinScore.Score))\n}\n// here we compose the offset if Max score filter is provided only if is reversed ord...
Go
Apache License 2.0
codenotary/immudb
fix(pkg/database): automatically set max score if not specified in desc order Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
pkg/database
838,025
21.01.2022 16:11:07
-10,800
041eac785a0832430c31b516c75252f08096049a
test: fix execute
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ func TestVK_Execute_error(t *testing.T) {\nvar response int\n- err := vkGroup.Execute(`API.users.get({user_ids:-1});return 1;`, &response)\n+ err := vkGroup.Execute(`API.unknown.method();return 1;`, &response)\nassert.Error(t, err)\nassert.Equal(t, 1, re...
Go
MIT License
severecloud/vksdk
test: fix execute
1
test
null
865,916
21.01.2022 16:13:47
-3,600
d2df1b28b22cf8046f1c11dc8e87d1e0dcf40b9c
test: add test verifying BPMN editor is dirty after export error
[ { "change_type": "MODIFY", "diff": "@@ -1226,6 +1226,33 @@ describe('<BpmnEditor>', function() {\nexpect(dirty).to.be.false;\n});\n+\n+ it('should be dirty after export error', async function() {\n+\n+ // given\n+ const { instance } = await renderEditor('export-error');\n+\n+ const { modeler } = instance.ge...
JavaScript
MIT License
camunda/camunda-modeler
test: add test verifying BPMN editor is dirty after export error
1
test
null
826,656
21.01.2022 16:21:19
-3,600
a1b20c7b5ba0e1ad986a1788900e4fece5d44792
fix: openapi spec and internal SDK
[ { "change_type": "MODIFY", "diff": "@@ -53,7 +53,7 @@ func (c *sdkClient) getWriteClient() *httpclient.OryKeto {\nfunc (c *sdkClient) createTuple(t require.TestingT, r *relationtuple.InternalRelationTuple) {\npayload := &models.RelationQuery{\n- Namespace: &r.Namespace,\n+ Namespace: r.Namespace,\nObject: r...
Go
Apache License 2.0
ory/keto
fix: openapi spec and internal SDK (#819)
1
fix
null
838,025
21.01.2022 16:22:31
-10,800
e6393d0a33283a92d1d50afa4806be87680b9364
test: TestVK_RequestLimit fix data race
[ { "change_type": "MODIFY", "diff": "@@ -215,8 +215,6 @@ func TestVK_RequestLimit(t *testing.T) {\nneedUserToken(t)\n- vkUser.Limit = 4\n-\nvar wg sync.WaitGroup\nfor i := 0; i < 20; i++ {\n", "new_path": "api/api_test.go", "old_path": "api/api_test.go" }, { "change_type": "MODIFY", "diff...
Go
MIT License
severecloud/vksdk
test: TestVK_RequestLimit fix data race
1
test
null
71,080
21.01.2022 16:27:40
18,000
c62651305e197c9a1b84a33bcfb74a8e4ce41f02
docs(stepfunctions): fix typo Closes *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": "@@ -116,7 +116,7 @@ export interface PassProps {\n/**\n* Define a Pass in the state machine\n*\n- * A Pass state can be used to transform the current exeuction's state.\n+ * A Pass state can be used to transform the current execution's state.\n*/\nexport class Pass extend...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(stepfunctions): fix typo (#18583) Closes #18508. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
stepfunctions
838,025
21.01.2022 16:52:59
-10,800
85e2bc855d7079a96f02d7585d104f206995c360
test: TestWrapper no paralleltest
[ { "change_type": "MODIFY", "diff": "@@ -64,9 +64,7 @@ func TestMain(m *testing.M) {\nos.Exit(runTests)\n}\n-func TestWrapper(t *testing.T) {\n- t.Parallel()\n-\n+func TestWrapper(t *testing.T) { // nolint:paralleltest\nneedUserToken(t)\nchatID := needChatID(t)\n", "new_path": "longpoll-user/v3/wrapper_t...
Go
MIT License
severecloud/vksdk
test: TestWrapper no paralleltest
1
test
null
71,748
21.01.2022 16:57:59
0
9dd381b2ed64a16a06c452cded512fdf1d2cfca1
chore(ec2): fix even more broken tests from merge
[ { "change_type": "MODIFY", "diff": "@@ -1691,15 +1691,10 @@ describe('cluster', () => {\n},\n});\n- const assembly = app.synth();\n- const template = assembly.getStackByName(stack.stackName).template;\n- expect(template.Parameters).toEqual({\n- SsmParameterValueawsservicebottlerocketawsecs1arm64latestimagei...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(ec2): fix even more broken tests from merge
1
chore
ec2
838,025
21.01.2022 17:37:41
-10,800
3ced98e550a2f5c0a462d62757084cb44d64be5e
test: TestWrapper fix data race
[ { "change_type": "MODIFY", "diff": "@@ -64,13 +64,15 @@ func TestMain(m *testing.M) {\nos.Exit(runTests)\n}\n-func TestWrapper(t *testing.T) { // nolint:paralleltest\n+func TestWrapper(t *testing.T) {\n+ t.Parallel()\n+\nneedUserToken(t)\nchatID := needChatID(t)\nexit := make(chan bool, 1)\n- lp, err := lon...
Go
MIT License
severecloud/vksdk
test: TestWrapper fix data race
1
test
null
217,922
21.01.2022 17:41:19
-3,600
a0bd3beef37abdfaebf1a098cf36dad4d8e7d960
feat(list-details): added # of crafts in the title of panels containing crafts
[ { "change_type": "MODIFY", "diff": "@@ -153,6 +153,7 @@ export class LayoutsFacade {\n{\ntitle: row.name,\nrows: orderedAccepted,\n+ crafts: orderedAccepted.reduce((acc, r) => acc + (r.requires.length > 0 ? r.amount_needed : 1), 0),\nindex: row.index,\nzoneBreakdown: row.zoneBreakdown,\nnpcBreakdown: row.np...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list-details): added # of crafts in the title of panels containing crafts
1
feat
list-details
217,922
21.01.2022 17:49:40
-3,600
91705a66ce0ba60cc5911e08b1b45ff7bd5a7842
feat(layout): new filter: IS_FROM_HOUSING_VENDOR
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import { beastTribeNpcs } from '../data/sources/beast-tribe-npcs';\nimport { DataType } from '../../modules/list/data/data-type';\nimport { SettingsService } from '../../modules/settings/settings.service';\nimport { Vendor } from '../../modules/list/model/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(layout): new filter: IS_FROM_HOUSING_VENDOR
1
feat
layout
217,922
21.01.2022 17:57:05
-3,600
267d5d777667359dd6acc66f6fed4914c122a77e
feat(desktop): app now remembers zoom factor on close
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ export class MainWindow {\nwebPreferences: {\nnodeIntegration: true,\ncontextIsolation: false,\n- backgroundThrottling: false,\n+ backgroundThrottling: false\n}\n};\nObject.assign(opts, this.store.get('win:bounds', {}));\n@@ -47,6 +47,7 @@ export class M...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(desktop): app now remembers zoom factor on close
1
feat
desktop
160,177
21.01.2022 18:04:16
-28,800
a955e7ca151e0dd547a3995bbfed42e68f25183a
feat: add group hook
[ { "change_type": "MODIFY", "diff": "@@ -1029,6 +1029,6 @@ export default class LogicFlow {\ngraphModel={this.graphModel}\n/>\n), this.container);\n- this.emit(EventType.GRAPH_RENDERED, graphData);\n+ this.emit(EventType.GRAPH_RENDERED, this.graphModel.modelToGraphData());\n}\n}\n", "new_path": "packages...
TypeScript
Apache License 2.0
didi/logicflow
feat: add group hook
1
feat
null
756,059
21.01.2022 18:08:36
28,800
e39ce771e45068be80235121bd30e77397515fba
fix: don't swallow errors that happen during delivery into a vat
[ { "change_type": "MODIFY", "diff": "@@ -1221,15 +1221,11 @@ function build(\n// Start user code running, record any internal liveslots errors. We do\n// *not* directly wait for the userspace function to complete, nor for\n// any promise it returns to fire.\n- Promise.resolve(delivery)\n- .then(unmeteredDisp...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: don't swallow errors that happen during delivery into a vat
1
fix
null
838,025
21.01.2022 18:09:58
-10,800
970f936dbc1bfdb575e34f1c149e4bf2bfaa476b
test: fix TestVK_GroupsJoin
[ { "change_type": "MODIFY", "diff": "@@ -950,18 +950,12 @@ func TestVK_GroupsJoin(t *testing.T) {\n})\nnoError(t, err)\nassert.NotEmpty(t, res)\n-}\n-\n-func TestVK_GroupsLeave(t *testing.T) {\n- t.Parallel()\n- needUserToken(t)\n-\n- res, err := vkUser.GroupsLeave(api.Params{\n+ resLeave, err := vkUser.Grou...
Go
MIT License
severecloud/vksdk
test: fix TestVK_GroupsJoin
1
test
null
386,595
21.01.2022 18:24:00
-7,200
1ef213b19d5eea582f7597310200468a787e897c
feat(build): Add command line args for build, config and server directories.
[ { "change_type": "MODIFY", "diff": "\"ajv\": \"8.8.2\",\n\"js-yaml\": \"4.1.0\",\n\"json5\": \"2.2.0\",\n- \"uuid\": \"8.3.2\"\n+ \"uuid\": \"8.3.2\",\n+ \"yargs\": \"17.3.0\"\n},\n\"devDependencies\": {\n\"@lowdefy/blocks-antd\": \"4.0.0-alpha.6\",\n", "new_path": "packages/build/package.json", "ol...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(build): Add command line args for build, config and server directories.
1
feat
build
386,595
21.01.2022 18:26:24
-7,200
cd2b9ad3957cb9a30019b94e3129a17ff6f3fc3f
fix(bock-utils): Fix icon properties, size might be an issue.
[ { "change_type": "MODIFY", "diff": "@@ -59,7 +59,7 @@ const createIcon = (Icons) => {\nconst AiOutlineLoading3Quarters = Icons['AiOutlineLoading3Quarters'];\nconst AiOutlineExclamationCircle = Icons['AiOutlineExclamationCircle'];\n- const IconComp = ({ blockId, events, methods, properties, ...props }) => {\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(bock-utils): Fix icon properties, size might be an issue.
1
fix
bock-utils
386,595
21.01.2022 18:29:33
-7,200
f09c569f0e4207ce31a9e5e002f8eb30ea221bc5
feat(cli): Rename base-directory to config-directory. BREAKING CHANGE: Rename base-directory to config-directory.
[ { "change_type": "MODIFY", "diff": "@@ -36,13 +36,13 @@ program\n.description('Build a Lowdefy production app.')\n.usage(`[options]`)\n.option(\n- '--base-directory <base-directory>',\n+ '--config-directory <config-directory>',\n'Change base directory. Default is the current working directory.'\n)\n.option(...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(cli): Rename base-directory to config-directory. BREAKING CHANGE: Rename base-directory to config-directory.
1
feat
cli
217,922
21.01.2022 18:30:53
-3,600
15967b7c39952cab39c300e5e40b869b91676878
chore: possible list rollback fix
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import { ListStore } from './list-store';\nimport { combineLatest, from, Observable, of, Subject, throwError } from 'rxjs';\nimport { NgSerializerService } from '@kaiu/ng-serializer';\nimport { PendingChangesService } from '../../pending-changes/pending-ch...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: possible list rollback fix
1
chore
null
756,051
21.01.2022 18:46:51
21,600
2c97f8673ba8c3160da6a0d2cc0d7ad6b2c6881a
feat(vats): start getRUN protocol - factor out startTimerService - factor out bootEconomy.js - reserve installations, instances as well as issuers, brands in agoricNames
[ { "change_type": "MODIFY", "diff": "\"nameAdmins\": true\n}\n},\n+ \"startTimerService\": {\n+ \"devices\": {\n+ \"timer\": true\n+ },\n+ \"vats\": {\n+ \"timer\": true\n+ },\n+ \"produce\": {\n+ \"chainTimerService\": true\n+ }\n+ },\n\"makeClientBanks\": {\n\"consume\": {\n\"loadVat\": true,\n", "new_...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(vats): start getRUN protocol - factor out startTimerService - factor out bootEconomy.js - reserve installations, instances as well as issuers, brands in agoricNames
1
feat
vats
217,922
21.01.2022 19:00:10
-3,600
878b1b3fc99767c05c57cf78248b7f0b0016b3f3
feat(alarms): new setting in alarms popup to enable TTS notification
[ { "change_type": "MODIFY", "diff": "@@ -13,9 +13,9 @@ import { NzNotificationService } from 'ng-zorro-antd/notification';\nimport { I18nToolsService } from '../tools/i18n-tools.service';\nimport { MapService } from '../../modules/map/map.service';\nimport { SoundNotificationService } from '../sound-notifica...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(alarms): new setting in alarms popup to enable TTS notification
1
feat
alarms
756,051
21.01.2022 19:15:31
21,600
116ccbdf3f04b41357458c2384d2d08e2798ba34
feat(vats): in sim-chain, delegate economy bootstrap to REPL user
[ { "change_type": "MODIFY", "diff": "@@ -116,6 +116,8 @@ const buildRootObject = (vatPowers, vatParameters) => {\n* @param {SwingsetDevices} devices\n*/\nbootstrap: (vats, devices) => {\n+ /** @param { Record<string, Record<string, unknown>> } manifest */\n+ const runBehaviors = manifest => {\nconst powers =...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(vats): in sim-chain, delegate economy bootstrap to REPL user
1
feat
vats
217,922
21.01.2022 19:48:45
-3,600
ac9311de96169fa9af4bb8841ad3c33d3470460d
feat(list-details): fill with inventory now allows you to select the inventory to fill from
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import { ContainerType } from './container-type';\nimport { CharacterInventory } from './character-inventory';\nimport { ItemSearchResult } from './item-search-result';\nimport { ClientTrigger, InventoryModifyHandler, InventoryTransaction, ItemMarketBoardI...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list-details): fill with inventory now allows you to select the inventory to fill from
1
feat
list-details
780,866
21.01.2022 19:50:16
10,800
20e6e2861b5ec3c99abc563e9a6987bf94a5529c
chore(renderer/config): update default fallback brand colors
[ { "change_type": "MODIFY", "diff": "@@ -13,8 +13,8 @@ try {\nconsole.error(err)\nsettings = {}\n}\n-const primaryColor = settings.primary_color || '#3fe3e3'\n-const secondaryColor = settings.secondary_color || '#5e1efe'\n+const primaryColor = settings.primary_color || '#20c997'\n+const secondaryColor = sett...
JavaScript
MIT License
ecomplus/storefront
chore(renderer/config): update default fallback brand colors
1
chore
renderer/config