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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
688,423 | 27.09.2021 18:38:10 | -10,800 | caee460457267392067879b29746535fcc118543 | feat(Icon): add transfer icon | [
{
"change_type": "MODIFY",
"diff": "\"peerDependencies\": {\n\"@material-ui/core\": \"4.11.0\",\n\"@toptal/picasso\": \"^6\",\n- \"@toptal/picasso-shared\": \"5.0.1\",\n+ \"@toptal/picasso-shared\": \"5.0.2\",\n\"react\": \"^16.12.0\"\n},\n\"devDependencies\": {\n",
"new_path": "packages/picasso-charts/... | TypeScript | MIT License | toptal/picasso | feat(Icon): [SPB-2461] add transfer icon (#2177) | 1 | feat | Icon |
269,666 | 27.09.2021 20:08:22 | 14,400 | 608d48ab30e1f50a797b65c445cdb5315c9115e1 | fix: bug in handling gitlab-ci style urls | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,17 @@ func ExtractRepoFromURL(rawurl string) (config.Repo, error) {\n// on HTTP and HTTPS URLs it will remove the http(s): prefix,\n// which is ok. On SSH URLs the whole user@server will be removed,\n// which is required.\n+\n+ // If the url contains more tha... | Go | MIT License | goreleaser/goreleaser | fix: bug in handling gitlab-ci style urls (#2527) | 1 | fix | null |
418,677 | 27.09.2021 20:25:25 | -28,800 | 04487a8029ac42ed8001ed11a13eb29b846460d8 | fix: getCustomRepository bug | [
{
"change_type": "MODIFY",
"diff": "import { providerWrapper, IMidwayContainer } from '@midwayjs/core';\n-import { Connection } from 'typeorm';\nimport { CONNECTION_KEY, GetConnection } from '.';\nexport function getRepository(context: IMidwayContainer, args?: any) {\n@@ -11,22 +10,22 @@ export function get... | TypeScript | MIT License | midwayjs/midway | fix: getCustomRepository bug (#1309) | 1 | fix | null |
838,025 | 27.09.2021 20:36:41 | -10,800 | 4eabf41704a7b2132efb7ef8303194bf7f58a512 | feat: add ErrClientVersionDeprecated | [
{
"change_type": "MODIFY",
"diff": "@@ -159,6 +159,9 @@ const (\nErrRateLimit ErrorType = 29\nErrPrivateProfile ErrorType = 30 // This profile is private\n+ // Client version deprecated.\n+ ErrClientVersionDeprecated ErrorType = 34\n+\n// Method execution was interrupted due to timeout.\nErrExecutionTimeout... | Go | MIT License | severecloud/vksdk | feat: add ErrClientVersionDeprecated | 1 | feat | null |
104,828 | 27.09.2021 20:47:00 | -7,200 | 45d6d2f5dd9ceb10b9891f443412b6148bac98a2 | test(datetimepicker): add restore faketimer to tests | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,8 @@ describe('DateTimePicker', () => {\nafterEach(() => {\njest.clearAllMocks();\n+ jest.runOnlyPendingTimers();\n+ jest.useRealTimers();\n});\nbeforeAll(() => {\n",
"new_path": "packages/react/src/components/DateTimePicker/DateTimePicker.test.jsx",
... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(datetimepicker): add restore faketimer to tests | 1 | test | datetimepicker |
104,828 | 27.09.2021 20:59:55 | -7,200 | 3c4d813d35634b90b96db2737547cda3d0d50725 | doc(timepickerspinner): updated onchange doc | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,10 @@ const propTypes = {\nchildren: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.node), PropTypes.node]),\n/** triggered on input click */\nonClick: PropTypes.func,\n- /** triggered on value change */\n+ /** triggered on value change. Called with 3 param... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | doc(timepickerspinner): updated onchange doc | 1 | doc | timepickerspinner |
679,913 | 27.09.2021 21:07:36 | -7,200 | 70217e838d45f5cc3121d9c81d5e3a907eee9090 | feat(transducers-binary): update return types
return Uint8Array if input given for base64Decode() or utf8Encode()
update asBytes() return type (if input given) | [
{
"change_type": "MODIFY",
"diff": "@@ -12,10 +12,10 @@ const B64_SAFE = B64_CHARS.substr(0, 62) + \"-_\";\n* Supports URL safe & unsafe flavors.\n*/\nexport function base64Decode(): Transducer<string, number>;\n-export function base64Decode(src: string): IterableIterator<number>;\n+export function base64De... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(transducers-binary): update return types
- return Uint8Array if input given for base64Decode() or utf8Encode()
- update asBytes() return type (if input given) | 1 | feat | transducers-binary |
679,913 | 27.09.2021 21:09:24 | -7,200 | ac325e7ae1ebc563c5b8c274927ffa80ee5c9e07 | feat(tools): add support for export map exclusions
do not export source files with `// thing:no-export` | [
{
"change_type": "MODIFY",
"diff": "import { readdirSync, statSync, writeFileSync } from \"fs\";\n-import { files, readJSON } from \"./io\";\n+import { files, readJSON, readText } from \"./io\";\nimport { normalizePackage } from \"./normalize-package\";\nconst generatePackageExportMaps = (id: string) => {\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(tools): add support for export map exclusions
- do not export source files with `// thing:no-export` | 1 | feat | tools |
679,913 | 27.09.2021 21:10:43 | -7,200 | 7b7fc63b63255a7312cdec5a81c422922011918a | build(simd): remove binary.ts from export map | [
{
"change_type": "MODIFY",
"diff": "},\n\"./api\": {\n\"import\": \"./api.js\"\n- },\n- \"./binary\": {\n- \"import\": \"./binary.js\"\n}\n},\n\"thi.ng\": {\n",
"new_path": "packages/simd/package.json",
"old_path": "packages/simd/package.json"
},
{
"change_type": "MODIFY",
"diff": "+// t... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(simd): remove binary.ts from export map | 1 | build | simd |
679,913 | 27.09.2021 21:11:07 | -7,200 | 86d124d68e271c8284ccad0fed39abcf3a100062 | build(leb128): remove binary.ts from export map | [
{
"change_type": "MODIFY",
"diff": "\"exports\": {\n\".\": {\n\"import\": \"./index.js\"\n- },\n- \"./binary\": {\n- \"import\": \"./binary.js\"\n}\n},\n\"thi.ng\": {\n",
"new_path": "packages/leb128/package.json",
"old_path": "packages/leb128/package.json"
},
{
"change_type": "MODIFY",
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(leb128): remove binary.ts from export map | 1 | build | leb128 |
679,913 | 27.09.2021 21:12:00 | -7,200 | 75c83e5076cf2e9aca2e120c327447958d52e6cd | refactor(simd): update b64 WASM init | [
{
"change_type": "MODIFY",
"diff": "import { base64Decode } from \"@thi.ng/transducers-binary/base64\";\n-import { BINARY } from \"./binary\";\nimport type { SIMD } from \"./api\";\n+import { BINARY } from \"./binary\";\nexport * from \"./api\";\n@@ -30,7 +30,7 @@ export const init = (memory: WebAssembly.Me... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(simd): update b64 WASM init | 1 | refactor | simd |
679,913 | 27.09.2021 21:12:16 | -7,200 | 2cff5b03fec6b576077c0195af17ad986bdc2ee3 | refactor(leb128): update b64 WASM init | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ let U8: Uint8Array;\nif (hasWASM()) {\nconst inst = new WebAssembly.Instance(\n- new WebAssembly.Module(new Uint8Array([...base64Decode(BINARY)]))\n+ new WebAssembly.Module(base64Decode(BINARY))\n);\nwasm = <any>inst.exports;\n// mapped view of the data ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(leb128): update b64 WASM init | 1 | refactor | leb128 |
679,913 | 27.09.2021 21:12:49 | -7,200 | 768492f8a67360ba0907db413e2bf1bcb37627a1 | refactor(egf): update base64 tag handler | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ import { IS_NODE, NODE_ONLY, TagParser } from \"./api\";\nexport const BUILTINS: IObjectOf<TagParser> = {\nbase64: IS_NODE\n? (_, body) => Buffer.from(body, \"base64\")\n- : (_, body) => new Uint8Array([...base64Decode(body)]),\n+ : (_, body) => base64De... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(egf): update base64 tag handler | 1 | refactor | egf |
679,913 | 27.09.2021 21:13:33 | -7,200 | 8523e8cd756a6d04150191580033d9120d1c9211 | refactor(examples): update base64 decoding | [
{
"change_type": "MODIFY",
"diff": "@@ -52,9 +52,7 @@ import {\n// this uses a base64 & msgpack encoded version of the two editors\nconst parseState = ((): Nullable<string[]> => {\ntry {\n- return deserialize(\n- new Uint8Array(base64Decode(location.hash.substr(1)))\n- );\n+ return deserialize(base64Decode(... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update base64 decoding | 1 | refactor | examples |
104,828 | 27.09.2021 21:14:50 | -7,200 | bcf66d5eb578b3139b5e27b678658e1886ecefef | chore(timepickerspinner): updated snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -229,3 +229,124 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/T\n</div>\n</div>\n`;\n+\n+exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/TimePickerSpinner With state for input validation 1`] = `\n+<div\... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(timepickerspinner): updated snapshots | 1 | chore | timepickerspinner |
135,438 | 27.09.2021 21:17:01 | 14,400 | a3518012ae11bc00a43a12b8ce935f3ffd2d04ef | fix(parse): enforce secure version of `conventional-commits-parser`
Ensure that installing `@commitlint/parse` will not accidentally depend
on an insecure version of `conventional-commits-parser` by requiring
v3.22.2 or above as a dependency. | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@commitlint/types\": \"^13.1.0\",\n\"conventional-changelog-angular\": \"^5.0.11\",\n- \"conventional-commits-parser\": \"^3.0.0\"\n+ \"conventional-commits-parser\": \"^3.2.2\"\n},\n\"gitHead\": \"70f7f4688b51774e7ac5e40e896cdaa3f132b2bc\"\n}\n",
... | TypeScript | MIT License | conventional-changelog/commitlint | fix(parse): enforce secure version of `conventional-commits-parser` (#2776)
Ensure that installing `@commitlint/parse` will not accidentally depend
on an insecure version of `conventional-commits-parser` by requiring
v3.22.2 or above as a dependency. | 1 | fix | parse |
67,516 | 27.09.2021 21:42:31 | -7,200 | 7aa7f25860ba2e8c9cd4380389113d1a41842ced | test(router): query-string | [
{
"change_type": "MODIFY",
"diff": "import { LogLevel, Constructable, kebabCase, ILogConfig } from '@aurelia/kernel';\nimport { assert, TestContext } from '@aurelia/testing';\n-import { RouterConfiguration, IRouter, NavigationInstruction, IRouteContext, RouteNode, Params } from '@aurelia/router';\n+import {... | TypeScript | MIT License | aurelia/aurelia | test(router): query-string | 1 | test | router |
902,122 | 27.09.2021 22:08:03 | -7,200 | cf796edd7ebc358881e28168d14cffe3b98b4bf1 | chore(release): v9.2.6 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [9.2.6](https://github.com/microlinkhq/browserless/compare/v9.2.5...v9.2.6) (2021-09-27)\n+\n+**Note:** Version bu... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.2.6 | 1 | chore | release |
277,291 | 27.09.2021 23:03:54 | -19,080 | 9570f8b4a14c8903ad463cff1943ad156c282cc7 | docs: Fix typo in tutorial-counter.md | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,7 @@ At this point, your app will be up and running, but it doesn't do anything yet.\n## Step 2: Display a button\n-Let's add a button to our app. Out goal is to increment and display the bean count each time the button is clicked.\n+Let's add a button to our... | Python | Apache License 2.0 | h2oai/wave | docs: Fix typo in tutorial-counter.md (#1016) | 1 | docs | null |
277,291 | 27.09.2021 23:48:09 | -19,080 | c4bb2e6033505ccccac5cd59b29d7151a4c6f179 | docs: Fix typo in tutorial-todo.md | [
{
"change_type": "MODIFY",
"diff": "@@ -215,7 +215,7 @@ Each time a checkbox is checked or unchecked, our `serve()` function is called,\n- If a checkbox is checked, `q.args` will contain a `True` for that checkbox.\n- If a checkbox is unchecked, `q.args` will contain a `False` for that checkbox.\n-So, we it... | Python | Apache License 2.0 | h2oai/wave | docs: Fix typo in tutorial-todo.md (#1017) | 1 | docs | null |
679,913 | 28.09.2021 08:15:16 | -7,200 | 9f56f79afa30f2a473c8710a8b60335d3269f644 | feat(testament): more flexible CLI parsing/order
allow opts & paths to be given in any order
add exit code handling for incorrect CLI opts | [
{
"change_type": "MODIFY",
"diff": "@@ -13,29 +13,28 @@ interface TestamentArgs {\nrest: string[];\n}\n-const parseOpts = (args: string[], i = 2) => {\n+const parseOpts = (args: string[], i = 2): TestamentArgs | number => {\nconst res = <TestamentArgs>{\ncsv: false,\njson: false,\n+ watch: false,\n+ rest: [... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(testament): more flexible CLI parsing/order
- allow opts & paths to be given in any order
- add exit code handling for incorrect CLI opts | 1 | feat | testament |
126,276 | 28.09.2021 08:53:22 | 10,800 | 7a96bdb51caf137b79b50e4b104f81a2509cdb51 | chore(pkg/client): omit deleted flag during value decoding | [
{
"change_type": "MODIFY",
"diff": "@@ -276,7 +276,7 @@ func verifyRowAgainst(row *schema.Row, decodedRow map[uint32]*schema.SQLValue, c\n}\nfunc decodeRow(encodedRow []byte, colTypes map[uint32]sql.SQLValueType) (map[uint32]*schema.SQLValue, error) {\n- off := 0\n+ off := 1 // ignore DELETED flag during de... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/client): omit deleted flag during value decoding
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/client |
711,597 | 28.09.2021 09:27:28 | -7,200 | 54dfbf4859f7f347ab2b0a8c0245f9985745297c | perf(core): Use memoization when caching zone members
Relates to Zone members (countries) were being newly translated for _every_ call to
ZoneService.findAll(). In practice this was resulting in thousands of calls to `translateDeep`.
This optimization cuts the calls down by a factor of 5-10x in various scenarios. | [
{
"change_type": "MODIFY",
"diff": "+import { Json } from '@vendure/common/lib/shared-types';\n+\nimport { Logger } from '../config/logger/vendure-logger';\n/**\n@@ -12,6 +14,15 @@ export interface SelfRefreshingCache<V> {\n*/\nvalue(): Promise<V>;\n+ /**\n+ * @description\n+ * Allows a memoized function to... | TypeScript | MIT License | vendure-ecommerce/vendure | perf(core): Use memoization when caching zone members
Relates to #988. Zone members (countries) were being newly translated for _every_ call to
ZoneService.findAll(). In practice this was resulting in thousands of calls to `translateDeep`.
This optimization cuts the calls down by a factor of 5-10x in various scenarios... | 1 | perf | core |
711,597 | 28.09.2021 09:28:49 | -7,200 | fa563f29ab144879d60961c9808df97f7ba126de | perf(core): Simplify hot DB query for active order | [
{
"change_type": "MODIFY",
"diff": "@@ -5,10 +5,15 @@ import { InternalServerError } from '../../../common/error/errors';\nimport { Order } from '../../../entity/order/order.entity';\nimport { OrderService } from '../../services/order.service';\nimport { SessionService } from '../../services/session.service... | TypeScript | MIT License | vendure-ecommerce/vendure | perf(core): Simplify hot DB query for active order | 1 | perf | core |
711,597 | 28.09.2021 09:30:45 | -7,200 | 9e22e8be586addade3abaac520536175cda99fd4 | perf(core): Use request cache for hot-path tax rate calculation | [
{
"change_type": "MODIFY",
"diff": "@@ -592,10 +592,10 @@ export class ProductVariantService {\nif (!activeTaxZone) {\nthrow new InternalServerError(`error.no-active-tax-zone`);\n}\n- const applicableTaxRate = await this.taxRateService.getApplicableTaxRate(\n+ const applicableTaxRate = await this.requestCac... | TypeScript | MIT License | vendure-ecommerce/vendure | perf(core): Use request cache for hot-path tax rate calculation | 1 | perf | core |
679,913 | 28.09.2021 09:35:11 | -7,200 | 39f60405eb1db61867f6a37e5214d558220e8b9c | feat(testament): add/update lifecycle handlers
add group-global before/after handlers
add logger to TestCtx
update tests | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,8 @@ export type Fn2<A, B, C> = (a: A, b: B) => C;\nexport type VoidFn = Fn0<void>;\n+export type LifecycleHandler = Fn<LifecycleCtx, void | Promise<void>>;\n+\nexport type Test = Fn0<Promise<TestResult | TestResult[]>>;\nexport type Timestamp = number | bigint... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(testament): add/update lifecycle handlers
- add group-global before/after handlers
- add logger to TestCtx
- update tests | 1 | feat | testament |
877,015 | 28.09.2021 09:53:26 | -7,200 | 452c9cceae32f6ee7420e655432bbf7f916a03cc | chore: add VSCode recommended extensions | [
{
"change_type": "MODIFY",
"diff": "**/storybook-static\n# Editors\n-**/.vscode\n**/.idea\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "ADD",
"diff": "+{\n+ \"recommendations\": [\n+ \"aaron-bond.better-comments\",\n+ \"dbaeumer.vscode-eslint\",\n+ \"bierner... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | chore: add VSCode recommended extensions (#633) | 1 | chore | null |
711,597 | 28.09.2021 10:17:47 | -7,200 | a05e7ab2143f97deb3b03f5a7e6c64973058d4c0 | feat(core): Make entity cache ttl values configurable
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ import {\nAssetOptions,\nAuthOptions,\nCatalogOptions,\n+ EntityOptions,\nImportExportOptions,\nJobQueueOptions,\nOrderOptions,\n@@ -54,6 +55,10 @@ export class ConfigService implements VendureConfig {\nreturn this.activeConfig.defaultLanguageCode;\n}\n+... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Make entity cache ttl values configurable
Relates to #988 | 1 | feat | core |
135,449 | 28.09.2021 10:21:01 | -28,800 | a79f1a5430a6648463f04b80a50dd861b31508ff | docs: add more infos on how to release | [
{
"change_type": "MODIFY",
"diff": "@@ -234,26 +234,34 @@ Commit that change before creating the new version without `--dry-run`.\n```sh\nnpm login\n+nvm use (if you have nvm installed)\n```\n```sh\nyarn clean\nyarn install\n-yarn run build\n+yarn build\nyarn test\nyarn run publish --otp <one-time password>... | TypeScript | MIT License | conventional-changelog/commitlint | docs: add more infos on how to release | 1 | docs | null |
866,394 | 28.09.2021 10:29:55 | 14,400 | 0098c7a1bee6302dfb853402d3de3930ca04a04d | chore(issue-form): adding fields to feature request form
This adds additional fields to the feature request form for better capturing information from adopters. | [
{
"change_type": "MODIFY",
"diff": "@@ -13,28 +13,44 @@ body:\nid: problem\nattributes:\nlabel: The problem\n- description: \"A clear and concise description of what the problem this new feature is trying to solve. (ex. I'm always frustrated when...)\"\n+ description: \"Provide a clear and concise descripti... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(issue-form): adding fields to feature request form (#7262)
This adds additional fields to the feature request form for better capturing information from adopters. | 1 | chore | issue-form |
366,944 | 28.09.2021 10:31:44 | -32,400 | ad93e3e382bc78ae5ae84a5dbfb100462d910ceb | fix: display all items when refocus SingleCombobox | [
{
"change_type": "MODIFY",
"diff": "@@ -117,7 +117,13 @@ export function SingleComboBox<T>({\nconst [isExpanded, setIsExpanded] = useState(false)\nconst [inputValue, setInputValue] = useState('')\nconst [isComposing, setIsComposing] = useState(false)\n+ const [isEditing, setIsEditing] = useState(false)\n+\n... | TypeScript | MIT License | kufu/smarthr-ui | fix: display all items when refocus SingleCombobox (#1922) | 1 | fix | null |
815,593 | 28.09.2021 10:39:42 | -28,800 | 79c37f4ae8d5bf969e31a1d7d6af7a71a3b19206 | chore: check if the corresponding tx hash has already been requested before processing the tx relay message | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ use ckb_app_config::BlockAssemblerConfig;\nuse ckb_chain::chain::ChainController;\nuse ckb_dao::DaoCalculator;\nuse ckb_jsonrpc_types::{\n- AsEpochNumberWithFraction, Block, BlockTemplate, Byte32, Cycle, JsonBytes, Script, Transaction,\n+ AsEpochNumberWith... | Rust | MIT License | nervosnetwork/ckb | chore: check if the corresponding tx hash has already been requested before processing the tx relay message | 1 | chore | null |
141,564 | 28.09.2021 10:48:33 | -36,000 | 57e507287f920abbb6d4ed408fc8b05476baf5b0 | feat: change IconButton destructive colors to match design
BREAKING CHANGE: colors of destructive variant of IconButton (and destructive disabled) modified | [
{
"change_type": "MODIFY",
"diff": "@@ -506,17 +506,33 @@ $caButton-verticalPaddingForm: calc(\n&%caButtonDestructive {\n&:not(:disabled) {\n- &:hover,\n+ color: $color-white;\n+ background: $color-red-500;\n+ border-color: $color-red-500;\n+\n+ &:hover {\n+ background: $color-red-600;\n+ border-color: $col... | TypeScript | MIT License | cultureamp/kaizen-design-system | feat: change IconButton destructive colors to match design (#1970)
BREAKING CHANGE: colors of destructive variant of IconButton (and destructive disabled) modified | 1 | feat | null |
711,597 | 28.09.2021 10:56:08 | -7,200 | 87de9aabed3e0e8d463a0258640028ef37fe8690 | refactor(core): Move entityIdStrategy config to entityOptions | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ import { createTestEnvironment } from '@vendure/testing';\nimport path from 'path';\nimport { initialData } from '../../../e2e-common/e2e-initial-data';\n-import { TEST_SETUP_TIMEOUT_MS, testConfig } from '../../../e2e-common/test-config';\n+import { tes... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(core): Move entityIdStrategy config to entityOptions | 1 | refactor | core |
777,401 | 28.09.2021 11:10:40 | 14,400 | b7f1c3c9bf8d95bc212a8f7d6d7c6dd5d42dd1b9 | chore: upgrade to Go 1.17
This change updates the determined-master and determined-agent programs to Go 1.17. | [
{
"change_type": "MODIFY",
"diff": "@@ -909,7 +909,7 @@ jobs:\npackage-and-push-system-local:\ndocker:\n- - image: cimg/go:1.16\n+ - image: cimg/go:1.17\nenvironment:\nGO111MODULE: \"on\"\nresource_class: medium+\n@@ -935,7 +935,7 @@ jobs:\npackage-and-push-system-dev:\ndocker:\n- - image: cimg/go:1.16\n+ -... | Python | Apache License 2.0 | determined-ai/determined | chore: upgrade to Go 1.17 (#3015)
This change updates the determined-master and determined-agent programs to Go 1.17. | 1 | chore | null |
306,653 | 28.09.2021 11:16:00 | -19,080 | 0e25b6c7e6fa428f457143b0e8bd4ca93361dee8 | feat(verticalnav): updates custom vertical nav story | [
{
"change_type": "MODIFY",
"diff": "@@ -41,12 +41,12 @@ export const cutsomVerticalNavigation = () => {\n<div style={{ height: '90vh', background: 'var(--secondary-lightest)' }}>\n<Collapsible expanded={expanded} onToggle={setExpanded} hoverable={false}>\n<>\n- <VerticalNav menus={data} expanded={expanded} ... | TypeScript | MIT License | innovaccer/design-system | feat(verticalnav): updates custom vertical nav story | 1 | feat | verticalnav |
126,295 | 28.09.2021 11:20:21 | -7,200 | be71f61844f01b9c948be03a7b4884c526ee9768 | chore(pkg/client/tokenservice): handlig error properly on token interceptor and fix leftovers | [
{
"change_type": "MODIFY",
"diff": "@@ -482,10 +482,10 @@ func (c *immuClient) Login(ctx context.Context, user []byte, pass []byte) (*sche\nerr = c.Tkns.SetToken(\"defaultdb\", result.Token)\nif err != nil {\n- return nil, err\n+ return nil, errors.FromError(err)\n}\n- return result, errors.FromError(err)\n... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/client/tokenservice): handlig error properly on token interceptor and fix leftovers
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/client/tokenservice |
699,232 | 28.09.2021 11:20:35 | 25,200 | dd964dc7d589313237f5a4926800646953d2e9fa | feat(inline-control-group): add element customization | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/inline-control-group': minor\n+'@twilio-paste/core': minor\n+---\n+\n+[Inline-Control-Group] Enable Component to respect element customizations set on the customization provider. Component now enables setting an element name on the underlying HTML eleme... | TypeScript | MIT License | twilio-labs/paste | feat(inline-control-group): add element customization | 1 | feat | inline-control-group |
826,656 | 28.09.2021 11:34:18 | -7,200 | 5696fc6e46b5134fd67408a25cc5994fcdc31bdb | refactor: ensure namespace manager reload is resource contained | [
{
"change_type": "ADD",
"diff": "+package cmd\n+\n+import (\n+ \"bytes\"\n+ \"context\"\n+ \"fmt\"\n+ \"io\"\n+ \"os\"\n+ \"path/filepath\"\n+ \"testing\"\n+ \"time\"\n+\n+ \"github.com/ory/x/cmdx\"\n+ \"github.com/ory/x/configx\"\n+ \"github.com/sirupsen/logrus\"\n+ \"github.com/sirupsen/logrus/hooks/test\... | Go | Apache License 2.0 | ory/keto | refactor: ensure namespace manager reload is resource contained (#735) | 1 | refactor | null |
699,232 | 28.09.2021 11:34:29 | 25,200 | ab7fcb43c4b195f3615f4af3d32cb15acada2e2d | test(tooltip): improve tests | [
{
"change_type": "MODIFY",
"diff": "@@ -128,15 +128,26 @@ describe('Tooltip', () => {\n<CustomizationProvider\n// @ts-expect-error global test variable\ntheme={TestTheme}\n+ elements={{\n+ TOOLTIP: {\n+ backgroundColor: 'colorBackgroundErrorWeakest',\n+ borderColor: 'colorBorderDestructive',\n+ maxWidth: 's... | TypeScript | MIT License | twilio-labs/paste | test(tooltip): improve tests | 1 | test | tooltip |
915,266 | 28.09.2021 11:43:54 | -7,200 | 65e53b6acea72ae220a2a8974c84cda9aa0fd7b8 | chore: bump alpine version in dockerfiles | [
{
"change_type": "MODIFY",
"diff": "# To compile this image manually run:\n#\n# $ make docker\n-FROM alpine:3.13\n+FROM alpine:3.14.2\nRUN apk add -U --no-cache ca-certificates\n",
"new_path": "Dockerfile",
"old_path": "Dockerfile"
},
{
"change_type": "MODIFY",
"diff": "# To compile this... | Go | Apache License 2.0 | ory/oathkeeper | chore: bump alpine version in dockerfiles (#837) | 1 | chore | null |
711,597 | 28.09.2021 11:48:51 | -7,200 | 13697c35895341f2817e3a9168b932cb586d6cb7 | perf(core): Cache certain field resolvers to avoid duplicated DB calls
Fixes | [
{
"change_type": "MODIFY",
"diff": "import { Module } from '@nestjs/common';\n+import { CacheModule } from '../cache/cache.module';\nimport { ConfigModule } from '../config/config.module';\nimport { DataImportModule } from '../data-import/data-import.module';\nimport { JobQueueModule } from '../job-queue/jo... | TypeScript | MIT License | vendure-ecommerce/vendure | perf(core): Cache certain field resolvers to avoid duplicated DB calls
Fixes #1119 | 1 | perf | core |
551,636 | 28.09.2021 11:55:24 | -3,600 | 0a2cfbc348d00edb61dfe993528d528bdf50b67c | chore(cairo): added test to see if reader is affected by OS file catalogue calls | [
{
"change_type": "ADD",
"diff": "+/*******************************************************************************\n+ * ___ _ ____ ____\n+ * / _ \\ _ _ ___ ___| |_| _ \\| __ )\n+ * | | | | | | |/ _ \\/ __| __| | | | _ \\\n+ * | |_| | |_| | __/\\__ \\ |_| |_| | |_) |\n+ * \\__\\_\\\\__,_|\\___||___/\\__|____... | Java | Apache License 2.0 | questdb/questdb | chore(cairo): added test to see if reader is affected by OS file catalogue calls (#1324) | 1 | chore | cairo |
304,863 | 28.09.2021 12:26:51 | 14,400 | 8150e039085019023df6898c5a6511c11e55103d | chore: update rust and pkg config | [
{
"change_type": "MODIFY",
"diff": "# and verification, we can list the rust container as a prior build stage, and\n# then pull in the artifacts we need. There is an added benefit that tagged versions\n# also include minor releases, so 1.2 includes 1.2.1 and so on, for bugfix releases.\n-FROM rust:1.54 as R... | Go | MIT License | influxdata/flux | chore: update rust and pkg config (#4089) | 1 | chore | null |
265,942 | 28.09.2021 12:37:09 | 14,400 | 614d2666617bd3942b36f088133425f45422399d | docs: correctly tag timeout option in CreateWriteStreamOptions | [
{
"change_type": "MODIFY",
"diff": "@@ -1669,7 +1669,7 @@ class File extends ServiceObject<File> {\n* working with streams, the file format and size is unknown until it's\n* completely consumed. Because of this, it's best for you to be explicit\n* for what makes sense given your input.\n- * @param {number} ... | TypeScript | Apache License 2.0 | googleapis/nodejs-storage | docs: correctly tag timeout option in CreateWriteStreamOptions (#1626) | 1 | docs | null |
791,270 | 28.09.2021 13:02:59 | 14,400 | 9b608445ce9ebabbc87a50e85ce6ef89125031d2 | feat(internal/godocfx): detect preview versions | [
{
"change_type": "MODIFY",
"diff": "@@ -158,7 +158,7 @@ func Load(glob, workingDir string, filter []string) ([]Info, error) {\nDoc: docPkg,\nFset: fset,\nImportRenames: imports,\n- Status: pkgStatus(pkgPath, docPkg.Doc),\n+ Status: pkgStatus(pkgPath, docPkg.Doc, idToPkg[pkgPath].Module.Version),\n})\n}\n@@ ... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(internal/godocfx): detect preview versions (#4899) | 1 | feat | internal/godocfx |
777,401 | 28.09.2021 13:14:48 | 14,400 | e0e84bf2c61fc40f221d70b3b1c1ef6891a86bc3 | chore: mark open allocs as closed on restart | [
{
"change_type": "MODIFY",
"diff": "@@ -715,7 +715,10 @@ func (m *Master) Run(ctx context.Context) error {\ngo m.tryRestoreExperiment(sema, exp)\n}\nif err = m.db.FailDeletingExperiment(); err != nil {\n- return errors.Wrap(err, \"couldn't force fail deleting experiments after crash\")\n+ return err\n+ }\n+... | Python | Apache License 2.0 | determined-ai/determined | chore: mark open allocs as closed on restart (#3019) | 1 | chore | null |
127,946 | 28.09.2021 13:39:35 | -10,800 | 5b33e7dd07891db2e0defcde55906f565f8be5cd | chore: cleanup next-doc navigation | [
{
"change_type": "MODIFY",
"diff": "@@ -33,8 +33,8 @@ const navigation = [\n{ name: 'Dialog', href: '/components/dialog/dialog' }, // TODO code\n{ name: 'Dialog Content', href: '/components/dialog/dialogContent' }, // TODO code\n{ name: 'Dialog Overlay', href: '/components/dialog/dialogOverlay' }, // TODO c... | TypeScript | MIT License | coingaming/moon-design | chore: cleanup next-doc navigation | 1 | chore | null |
471,237 | 28.09.2021 13:49:47 | 14,400 | be52259d736d6762f83d89682dc528c2db0ffeaa | fix: remove setting http.route in http span attributes | [
{
"change_type": "MODIFY",
"diff": "@@ -453,7 +453,6 @@ export const getIncomingRequestAttributes = (\n}\nif (requestUrl) {\n- attributes[SemanticAttributes.HTTP_ROUTE] = requestUrl.pathname || '/';\nattributes[SemanticAttributes.HTTP_TARGET] = requestUrl.pathname || '/';\n}\n",
"new_path": "experimenta... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | fix: remove setting http.route in http span attributes (#2494) | 1 | fix | null |
815,577 | 28.09.2021 14:08:50 | -28,800 | 785021e9236af15395f7847b550b6fc0b098e94d | test: reduce runtime init | [
{
"change_type": "MODIFY",
"diff": "@@ -930,6 +930,7 @@ dependencies = [\n\"ipnetwork\",\n\"lazy_static\",\n\"num_cpus\",\n+ \"once_cell\",\n\"proptest\",\n\"rand 0.7.3\",\n\"secp256k1\",\n@@ -1254,6 +1255,7 @@ dependencies = [\n\"governor\",\n\"keyed_priority_queue\",\n\"lru\",\n+ \"once_cell\",\n\"rand 0.... | Rust | MIT License | nervosnetwork/ckb | test: reduce runtime init | 1 | test | null |
730,536 | 28.09.2021 14:18:00 | 14,400 | ae72681e648378183d74191b630d344af8c67e3a | fix(plugin-meetings): fixed false firing of stop recording event | [
{
"change_type": "MODIFY",
"diff": "@@ -46,12 +46,13 @@ ControlsUtils.getControls = (oldControls, newControls) => {\nprevious,\ncurrent,\nupdates: {\n- hasRecordingPausedChanged: current?.record && !isEqual(\n- previous?.record?.paused, current.record.paused\n- ),\n- hasRecordingChanged: current?.record && ... | JavaScript | MIT License | webex/webex-js-sdk | fix(plugin-meetings): fixed false firing of stop recording event | 1 | fix | plugin-meetings |
679,913 | 28.09.2021 14:18:44 | -7,200 | 3cce6753828323af73270a25ea198ab2a70286c5 | build(testament): apply export map exclusions | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@thi.ng/testament\",\n\"version\": \"0.0.1\",\n- \"description\": \"Minimal, rational & TypeScript-friendly test runner\",\n+ \"description\": \"Minimal, rational & TypeScript-friendly test runner, result export as CSV/JSON, watch mode\",\n\"type\": \"modul... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(testament): apply export map exclusions | 1 | build | testament |
730,536 | 28.09.2021 14:19:19 | 14,400 | 1f388a90133e2672c2b1c02d81265d97111af165 | test(plugin-meetings): added test for false fire of record event | [
{
"change_type": "MODIFY",
"diff": "@@ -81,6 +81,17 @@ describe('plugin-meetings', () => {\nassert.equal(locusInfo.controls, newControls);\n});\n+ it('should not trigger the CONTROLS_RECORDING_UPDATED event', () => {\n+ locusInfo.controls = {};\n+ locusInfo.emitScoped = sinon.stub();\n+ locusInfo.updateCont... | JavaScript | MIT License | webex/webex-js-sdk | test(plugin-meetings): added test for false fire of record event | 1 | test | plugin-meetings |
730,536 | 28.09.2021 14:20:19 | 14,400 | e7c2c58c810c71be1b235bfa5cf291392ffc0689 | test(samples): fix GH test by changing timeout | [
{
"change_type": "MODIFY",
"diff": "@@ -419,7 +419,7 @@ describe('Call With Screenshare', () => {\nbrowserFirefox.waitUntil(() =>\n(browserFirefox.$('#screenshare-tracks').getText() === 'SHARING'),\n{\n- timeout: 10000,\n+ timeout: 20000,\ntimeoutMsg: 'Timed-out waiting for screenshare to start'\n});\n});\n... | JavaScript | MIT License | webex/webex-js-sdk | test(samples): fix GH test by changing timeout | 1 | test | samples |
756,013 | 28.09.2021 14:30:07 | 21,600 | e4a6f4c4bfabf28f3ac7375c30fd06e97756197f | feat(cosmic-swingset): avoid accidentally running under debugger
People can now specify `NODE_OPTIONS=--inspect-brk make ....` to
debug the main Node.js program started by the Makefile rule. | [
{
"change_type": "MODIFY",
"diff": "+# This Makefile is designed to be used with `NODE_OPTIONS=--inspect-brk` to\n+# debug the main program you're running. It clears `$NODE_OPTIONS` while\n+# running incidental Node.js programs to avoid starting debuggers you probably\n+# don't want.\n+\nREPOSITORY = agoric... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(cosmic-swingset): avoid accidentally running under debugger
People can now specify `NODE_OPTIONS=--inspect-brk make ....` to
debug the main Node.js program started by the Makefile rule. | 1 | feat | cosmic-swingset |
756,013 | 28.09.2021 14:31:17 | 21,600 | 19ad030253f6cc24d4f6e1fbf1af4bae65f8c2ae | feat(SwingSet): stub out metering for `SWINGSET_WORKER_TYPE=local`
This will allow debugging the solo+sim-chain in one process. | [
{
"change_type": "MODIFY",
"diff": "/* global WeakRef FinalizationRegistry */\n-import { performance } from 'perf_hooks';\nimport fs from 'fs';\n// import '@agoric/install-ses';\nimport '../tools/install-ses-debug.js';\n@@ -68,7 +67,7 @@ async function replay(transcriptFile) {\nFinalizationRegistry,\nwaitUn... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(SwingSet): stub out metering for `SWINGSET_WORKER_TYPE=local`
This will allow debugging the solo+sim-chain in one process. | 1 | feat | SwingSet |
711,597 | 28.09.2021 14:40:29 | -7,200 | 690e7e0e0c77969aed89b972e22a9900d7cd44d2 | chore: Publish v1.2.2 | [
{
"change_type": "MODIFY",
"diff": "+## <small>1.2.2 (2021-09-28)</small>\n+\n+\n+#### Perf\n+\n+* **core** Cache certain field resolvers to avoid duplicated DB calls ([13697c3](https://github.com/vendure-ecommerce/vendure/commit/13697c3)), closes [#1119](https://github.com/vendure-ecommerce/vendure/issues/... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Publish v1.2.2 | 1 | chore | null |
826,656 | 28.09.2021 14:49:04 | -7,200 | 9eda48c5cca3e629a358c4b019ce3d77fae009d8 | test: single table migration as transaction | [
{
"change_type": "MODIFY",
"diff": "@@ -126,6 +126,12 @@ func TestToSingleTableMigrator(t *testing.T) {\nt.Run(\"case=non-deserializable tuple\", func(t *testing.T) {\nn := setup(t)\n+ valid := &relationtuple.InternalRelationTuple{\n+ Namespace: n.Name,\n+ Object: \"o1\",\n+ Relation: \"r\",\n+ Subject: &re... | Go | Apache License 2.0 | ory/keto | test: single table migration as transaction (#736) | 1 | test | null |
711,653 | 28.09.2021 14:49:45 | -10,800 | 6e7e8648edf9cd54cd42af2e3992e4ffa9e4ecd7 | fix(core): Fix collection update event generation
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ import { AssetService } from './asset.service';\nimport { ChannelService } from './channel.service';\nimport { FacetValueService } from './facet-value.service';\n-type ApplyCollectionFiltersJobData = { ctx: SerializedRequestContext; collectionIds: ID[] }... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix collection update event generation (#1114)
Fixes #1015 | 1 | fix | core |
826,656 | 28.09.2021 14:51:26 | -7,200 | f10dec1ef41e5e301a84e8ef5abda0058c09ce5b | fix: Dockerfiles | [
{
"change_type": "MODIFY",
"diff": "-FROM alpine:3.13\n+FROM alpine:3.14.2\nRUN addgroup -S ory; \\\nadduser -S ory -G ory -D -h /home/ory -s /bin/nologin; \\\n@@ -8,11 +8,11 @@ RUN apk add -U --no-cache ca-certificates\nCOPY keto /usr/bin/keto\n-# Exposing the ory home directory to simplify passing in keto... | Go | Apache License 2.0 | ory/keto | fix: Dockerfiles (#737) | 1 | fix | null |
251,219 | 28.09.2021 14:51:32 | 18,000 | 63e338902cb73d7158ce8a3e77e7e57a8a440aea | chore: add missing file from 4.3 branch | [
{
"change_type": "ADD",
"diff": "+# Casa authentication script\n+\n+Gluu Casa is a self-service web portal for end-users to manage authentication and authorization preferences for their account in Gluu Server. Click [here](https://casa.gluu.org) to learn more about Casa.\n+\n+Specifically, Casa features a c... | Java | MIT License | gluufederation/oxauth | chore: add missing file from 4.3 branch | 1 | chore | null |
777,401 | 28.09.2021 14:57:33 | 14,400 | 7b9fd713d9b7f0bc76aef90e422a4c269b457c67 | test: fix flake from race in idle watcher tests | [
{
"change_type": "MODIFY",
"diff": "@@ -46,8 +46,9 @@ func TestIdleTimeoutWatcher(t *testing.T) {\nmActor, created := system.ActorOf(actor.Addr(\"MockIdleTimeoutWatchee\"), &m)\nassert.Assert(t, created)\n+ system.Ask(mActor, actor.Ping{}).Get()\nassert.Equal(t, actionDone, false)\n- time.Sleep(tickInterval... | Python | Apache License 2.0 | determined-ai/determined | test: fix flake from race in idle watcher tests (#3008) | 1 | test | null |
711,597 | 28.09.2021 15:14:19 | -7,200 | f6205663ae0c681fae081d15afb742ce31e5dde5 | feat(core): Add config for enabling/disabling worker health check
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -144,6 +144,7 @@ export const defaultConfig: RuntimeVendureConfig = {\njobQueueOptions: {\njobQueueStrategy: new InMemoryJobQueueStrategy(),\nactiveQueues: [],\n+ enableWorkerHealthCheck: false,\n},\ncustomFields: {\nAddress: [],\n",
"new_path": "packages/core/src/... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Add config for enabling/disabling worker health check
Closes #1112 | 1 | feat | core |
266,134 | 28.09.2021 15:20:17 | 25,200 | a1d60b1b1077a439a863b6780915b124fdc26483 | fix: get installation Ids for m-o-g
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -470,6 +470,13 @@ handler.scanForMissingPullRequests = async function scanForMissingPullRequests(\nconst ownerAndRepoArray = issue.repository_url.split('/');\nconst owner = ownerAndRepoArray[ownerAndRepoArray.length - 2];\nconst repo = ownerAndRepoArray[ownerAndRepoArr... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | fix: get installation Ids for m-o-g (#2620)
Fixes #2206 | 1 | fix | null |
791,380 | 28.09.2021 15:59:00 | -3,600 | 88bfa64d6df2f3bb7d41e0b8f56717dd3de790e2 | feat(civil): add IsEmpty function to time, date and datetime
Fixes: | [
{
"change_type": "MODIFY",
"diff": "@@ -107,6 +107,11 @@ func (d1 Date) After(d2 Date) bool {\nreturn d2.Before(d1)\n}\n+// IsZero reports whether date fields are set to their default value.\n+func (d Date) IsZero() bool {\n+ return (d.Year == 0) && (int(d.Month) == 0) && (d.Day == 0)\n+}\n+\n// MarshalText... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(civil): add IsEmpty function to time, date and datetime (#4728)
Fixes: #4727 | 1 | feat | civil |
791,682 | 28.09.2021 16:01:44 | 14,400 | 651d181d7e7435d1b9b555674078ab954117bb38 | report(flow): timeline header | [
{
"change_type": "MODIFY",
"diff": "--category-summary-font-size: 18px;\n--double-base-spacing: calc(var(--base-spacing) * 2);\n--gather-mode-icon-size: 16px;\n+ --header-adjacent-title-font-size: 14px;\n+ --header-current-description-font-size: 12px;\n+ --header-current-title-font-size: 20px;\n+ --header-m... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(flow): timeline header (#13128) | 1 | report | flow |
679,913 | 28.09.2021 16:12:05 | -7,200 | fa3b4b64bb752c59f0edbb661eb6596dafba095e | refactor(bencode): restructure/split source files | [
{
"change_type": "MODIFY",
"diff": "\"exports\": {\n\".\": {\n\"import\": \"./index.js\"\n+ },\n+ \"./decode\": {\n+ \"import\": \"./decode.js\"\n+ },\n+ \"./encode\": {\n+ \"import\": \"./encode.js\"\n}\n}\n}\n",
"new_path": "packages/bencode/package.json",
"old_path": "packages/bencode/package.jso... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(bencode): restructure/split source files | 1 | refactor | bencode |
401,134 | 28.09.2021 16:25:46 | -19,080 | 9a1e809863588c6422fa2fb39223f926e4fa5825 | docs: made changes to readme, contributing, and Code of conduct. | [
{
"change_type": "MODIFY",
"diff": "## Our Pledge\nIn the interest of fostering an open and welcoming environment, we as\n-contributors and maintainers pledge to making participation in our project and\n+contributors and maintainers pledge to make participation in our project and\nour community a harassment... | TypeScript | MIT License | medly/medly-components | docs: made changes to readme, contributing, and Code of conduct. (#455)
Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com> | 1 | docs | null |
141,541 | 28.09.2021 16:28:05 | -36,000 | 02ddae0645e87e544be366bc64c18ceec3b1f94a | fix: a11Y change for aria label on hidden for undefined | [
{
"change_type": "MODIFY",
"diff": "@@ -11,8 +11,6 @@ exports[`Dropdown renders control action dropdown 1`] = `\nclass=\"dropdownIcon\"\n>\n<svg\n- aria-hidden=\"false\"\n- aria-labelledby=\"9bf7d107-5813-5af0-bab0-b86e615f8ec3\"\nclass=\"icon\"\nfocusable=\"false\"\nrole=\"img\"\n@@ -37,8 +35,6 @@ exports[... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: a11Y change for aria label on hidden for undefined (#1976) | 1 | fix | null |
129,407 | 28.09.2021 16:33:07 | -28,800 | 9e6ac64a49b36e5bb7fab91c3d82f163d9edf467 | docs: replace htperlinks' URL with filename
According to mkdoc documentation, link to another page in the same documentation can directly use file path.
mkdoc documentation: | [
{
"change_type": "MODIFY",
"diff": "@@ -120,7 +120,7 @@ After the configuration is added, you'll need to run\npre-commit install --hook-type commit-msg\n```\n-Read more about the `check` command [here](https://commitizen-tools.github.io/commitizen/check/).\n+Read more about the `check` command [here](check.... | Python | MIT License | commitizen-tools/commitizen | docs: replace htperlinks' URL with filename
According to mkdoc documentation, link to another page in the same documentation can directly use file path.
mkdoc documentation: https://www.mkdocs.org/user-guide/writing-your-docs/#linking-to-pages | 1 | docs | null |
679,913 | 28.09.2021 16:41:52 | -7,200 | fcb3f3d97448d9dcec1e1ca3525b27ae24be7d4e | refactor(date): restructure source files | [
{
"change_type": "MODIFY",
"diff": "\"./api\": {\n\"import\": \"./api.js\"\n},\n+ \"./checks\": {\n+ \"import\": \"./checks.js\"\n+ },\n\"./datetime\": {\n\"import\": \"./datetime.js\"\n},\n\"./timecode\": {\n\"import\": \"./timecode.js\"\n},\n- \"./utils\": {\n- \"import\": \"./utils.js\"\n+ \"./units\": {... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(date): restructure source files | 1 | refactor | date |
304,908 | 28.09.2021 16:44:35 | -3,600 | 1dbace5add11d570c70c44e8375862a40eeced9d | fix(stdlib): update null check with clear error message
fixes: | [
{
"change_type": "MODIFY",
"diff": "@@ -184,7 +184,7 @@ func (t *reduceTransformation) Process(id execute.DatasetID, tbl flux.Table) err\nfor _, label := range columns {\nv, _ := m.Get(label)\nif v.IsNull() {\n- return errors.Newf(codes.Invalid, `reduce object property \"%s\" is \"%v\" type which is not sup... | Go | MIT License | influxdata/flux | fix(stdlib): update null check with clear error message (#4088)
fixes: https://github.com/influxdata/flux/issues/4085 | 1 | fix | stdlib |
401,147 | 28.09.2021 16:55:48 | -19,080 | 2881907054784efa59a08de604c5a1780e2b81e2 | fix: css prop issue in toast component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -5,9 +5,9 @@ import Button from '../Button';\nimport Text from '../Text';\nimport { removeToast } from '../ToastContainer/ToastStore';\nimport * as Styled from './Toast.styled';\n-import { ToastProps } from './types';\n+import { ToastComponentProps } from './types';\n-... | TypeScript | MIT License | medly/medly-components | fix: css prop issue in toast component (#457)
affects: @medly-components/core | 1 | fix | null |
104,857 | 28.09.2021 16:56:25 | 10,800 | d74ae18827143f2eca6441cd769308ced099982d | fix(table): fix load more scss from feedback | [
{
"change_type": "MODIFY",
"diff": "@import '../../../../globals/vars';\n.#{$iot-prefix}--load-more-cell {\n- text-align: center !important;\n- cursor: pointer;\n- width: 100%;\n-\n- &--content {\n+ &--content.#{$iot-prefix}--btn {\n@include type-style('body-short-01');\n- color: $interactive-01 !important;... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): fix load more scss from feedback | 1 | fix | table |
73,317 | 28.09.2021 16:58:42 | -7,200 | 9c7f63eea27db55db83f1ad53552394edba4a931 | feat(rosetta): propagate max heap size to worker threads
Worker threads have their own memory limits, which have relatively low
defaults. In order to improve the effectiveness of rosetta, this ensures
all worker threads have the same maximum heap size as the parent process. | [
{
"change_type": "MODIFY",
"diff": "import * as os from 'os';\nimport * as path from 'path';\nimport * as ts from 'typescript';\n+import * as v8 from 'v8';\nimport { loadAssemblies, allTypeScriptSnippets } from '../jsii/assemblies';\nimport * as logging from '../logging';\n@@ -210,6 +211,12 @@ async functio... | TypeScript | Apache License 2.0 | aws/jsii | feat(rosetta): propagate max heap size to worker threads (#3002)
Worker threads have their own memory limits, which have relatively low
defaults. In order to improve the effectiveness of rosetta, this ensures
all worker threads have the same maximum heap size as the parent process. | 1 | feat | rosetta |
304,860 | 28.09.2021 17:23:16 | -7,200 | 37b00831bb31ed6f64d9902504b62d066fa49629 | test: Correct the type now that the parser reports errors in arguments
cc | [
{
"change_type": "MODIFY",
"diff": "@@ -3379,7 +3379,7 @@ fn issue_4051() {\nx = f(r:r)\n\"#,\nexp: map![\n- \"f\" => \"(r:{S with a:X, b: int, c: float) => {S with a:X, b: int, c: float}\",\n+ \"f\" => \"(r:{S with a:X, b: int, c: float}) => {S with a:X, b: int, c: float}\",\n\"x\" => \"{S with a: X, b: in... | Go | MIT License | influxdata/flux | test: Correct the type now that the parser reports errors in arguments (#4090)
cc #4083 #4066 | 1 | test | null |
551,645 | 28.09.2021 17:55:54 | -10,800 | 02d67f233731f5a8866cdeeb207f209e83194dbf | feat(sql): add base64 function to encode binary data | [
{
"change_type": "MODIFY",
"diff": "@@ -349,6 +349,7 @@ public class PropServerConfiguration implements ServerConfiguration {\nprivate int httpMinSndBufSize;\nprivate final int latestByQueueCapacity;\nprivate final int sampleByIndexSearchPageSize;\n+ private final int binaryEncodingMaxLength;\npublic PropSe... | Java | Apache License 2.0 | questdb/questdb | feat(sql): add base64 function to encode binary data (#1355) | 1 | feat | sql |
531,793 | 28.09.2021 18:09:05 | -3,600 | 6ec289d9b7d4de4dc18c13fbefa8e691c84c04ae | fix(actions): use new input names | [
{
"change_type": "MODIFY",
"diff": "@@ -12,5 +12,5 @@ jobs:\nuses: dessant/lock-threads@v3\nwith:\ngithub-token: ${{ github.token }}\n- issue-lock-inactive-days: \"14\"\n- pr-lock-inactive-days: \"14\"\n+ issue-inactive-days: \"14\"\n+ pr-inactive-days: \"14\"\n",
"new_path": ".github/workflows/lock.yml... | TypeScript | Apache License 2.0 | prymitive/karma | fix(actions): use new input names | 1 | fix | actions |
380,712 | 28.09.2021 18:26:06 | -7,200 | 89211567632733cf9955cafc9c92bd87c6154852 | fix(#1137): configPath is passed through babel-plugin-extract-messages | [
{
"change_type": "MODIFY",
"diff": "@@ -252,7 +252,7 @@ export default function ({ types: t }) {\n// Config was already validated in CLI.\nfile.set(\nCONFIG,\n- getConfig({ cwd: file.opts.filename, skipValidation: true })\n+ getConfig({ cwd: file.opts.filename, skipValidation: true, configPath: this.opts.co... | TypeScript | MIT License | lingui/js-lingui | fix(#1137): configPath is passed through babel-plugin-extract-messages (#1140) | 1 | fix | #1137 |
104,857 | 28.09.2021 18:35:45 | 10,800 | a9dced44716221aed404cf1b80ebaa1259147b8f | chore(lint): lint fix | [
{
"change_type": "MODIFY",
"diff": "@@ -660,7 +660,11 @@ export const WithLoadMore = () => {\niconPosition=\"left\"\nitems={listItems}\nexpandedIds={expandedIds}\n- toggleExpansion={(id) => setExpandedIds((prev) => prev.includes(id) ? prev.filter((prevId) => prevId !== id) : [...prev, id])}\n+ toggleExpansi... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(lint): lint fix | 1 | chore | lint |
401,147 | 28.09.2021 18:54:11 | -19,080 | 3fbe5bb1c2c29749b9819ac6270981ccd83bd0af | fix: strict null check issue in stepper component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import React, { FC, useState } from 'react';\nimport { Stepper } from './Stepper';\nimport { StepperProps } from './types';\n-const size: StepperProps['size'][] = ['S', 'M', 'L'];\n+const size: Required<StepperProps>['size'][] = ['S', 'M', 'L'];\nexport co... | TypeScript | MIT License | medly/medly-components | fix: strict null check issue in stepper component (#454)
affects: @medly-components/core | 1 | fix | null |
151,430 | 28.09.2021 19:06:54 | 25,200 | a08861c6c6774d517c3799cc0bb2c721e5f6e010 | chore: update core types for plugin enable/disable | [
{
"change_type": "MODIFY",
"diff": "@@ -185,7 +185,7 @@ function analytics(config = {}) {\n/**\n* Enable analytics plugin\n* @typedef {Function} EnablePlugin\n- * @param {String|Array} plugins - name of plugins(s) to disable\n+ * @param {string|string[]} plugins - name of plugins(s) to disable\n* @param {Fu... | JavaScript | MIT License | davidwells/analytics | chore: update core types for plugin enable/disable
Signed-off-by: David Wells <> | 1 | chore | null |
915,096 | 28.09.2021 19:10:42 | -7,200 | c84427d334af0342bd06955054c8fc73199ada2e | fix: broken note | [
{
"change_type": "MODIFY",
"diff": "@@ -196,7 +196,7 @@ session data by calling Hydra Admin API.\nThis endpoint is called _before_ any logic in Ory Hydra is executed. If the\nhook, for example, returns an error, the refresh token will remain unused!\n-::note\n+:::note\nYou can configure `oauth2.refresh_toke... | Go | Apache License 2.0 | ory/hydra | fix: broken note (#2769) | 1 | fix | null |
151,430 | 28.09.2021 19:14:12 | 25,200 | 79e3e9f4671983243d9b6a66315441de0336309e | chore: patch converter until build revamp | [
{
"change_type": "MODIFY",
"diff": "@@ -49,6 +49,9 @@ const typesFromJsDocs = content\n// Joins are used for modular JSDOC typedefs that support intellisense in VS Code.\n// 'jsdoc' cannot parse joins, so they are temporarily transpiled to unions by 'jsdoc-plugin-intersection'.\n.replace(/ \\| /gm, ' & ')\n... | JavaScript | MIT License | davidwells/analytics | chore: patch converter until build revamp
Signed-off-by: David Wells <> | 1 | chore | null |
126,295 | 28.09.2021 19:27:58 | -7,200 | e0981bbc0802f509d7f3ec8a83147f9ab442e08a | chore(pkg/client): check if token is present before injecting it | [
{
"change_type": "MODIFY",
"diff": "@@ -26,12 +26,18 @@ import (\n// TokenInterceptor inject token from tokenservice if present and if provided context contain no one\nfunc (c *immuClient) TokenInterceptor(ctx context.Context, method string, req, reply interface{}, cc *grpc.ClientConn, invoker grpc.UnaryInv... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/client): check if token is present before injecting it
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/client |
126,295 | 28.09.2021 19:28:45 | -7,200 | 2bf263c425d31e161d35db98b9f3e914c6e58531 | chore(cmd/immuadmin/command): fix immuadmin token name on client creation | [
{
"change_type": "MODIFY",
"diff": "@@ -111,12 +111,12 @@ func (cl *commandline) disconnect(cmd *cobra.Command, args []string) {\nfunc (cl *commandline) connect(cmd *cobra.Command, args []string) (err error) {\nif cl.newImmuClient == nil {\n- if cl.immuClient, err = client.NewImmuClient(cl.options); err != ... | Go | Apache License 2.0 | codenotary/immudb | chore(cmd/immuadmin/command): fix immuadmin token name on client creation
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | cmd/immuadmin/command |
730,530 | 28.09.2021 19:51:16 | 18,000 | caf4d0a0681bfa0069b28cf7f70bedf942d76e3e | feat(meetings): add sendDialPadKey and cancelPhoneInvite methods for PSTN users | [
{
"change_type": "MODIFY",
"diff": "@@ -117,6 +117,7 @@ export const _PEOPLE_ = hydraTypes.PEOPLE;\nexport const _REQUESTED_ = 'REQUESTED';\nexport const _RESOURCE_ROOM_ = 'RESOURCE_ROOM';\nexport const _RECEIVE_ONLY_ = 'RECVONLY';\n+export const _REMOVE_ = 'REMOVE';\nexport const _ROOM_ = hydraTypes.ROOM;\... | JavaScript | MIT License | webex/webex-js-sdk | feat(meetings): add sendDialPadKey and cancelPhoneInvite methods for PSTN users | 1 | feat | meetings |
317,646 | 28.09.2021 20:19:24 | -7,200 | 3d4b3c891c17f4615168896961a09792b167d569 | fix: do not print invisible text | [
{
"change_type": "MODIFY",
"diff": "@@ -97,7 +97,7 @@ func (a *AnsiColor) getAnsiFromColorString(colorString string, isBackground bool\nfunc (a *AnsiColor) writeColoredText(background, foreground, text string) {\n// Avoid emitting empty strings with color codes\n- if text == \"\" {\n+ if text == \"\" || (fo... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: do not print invisible text | 1 | fix | null |
317,646 | 28.09.2021 20:20:02 | -7,200 | 36c318a02ad52808980698255b8cbc702955edae | fix: set correct color for diamonds on inheritance | [
{
"change_type": "MODIFY",
"diff": "@@ -161,9 +161,13 @@ func (b *Block) renderPlainSegment(text string) {\n}\nfunc (b *Block) renderDiamondSegment(text string) {\n- b.writer.write(Transparent, b.activeSegment.background(), b.activeSegment.LeadingDiamond)\n+ background := b.activeSegment.background()\n+ if ... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: set correct color for diamonds on inheritance | 1 | fix | null |
573,203 | 28.09.2021 20:42:36 | 25,200 | 36318ae4c1fee02d3bc3737e34e1ea33e604f674 | fix: use more reliable close event
The close event from the request object is not guaranteed to fire on the
same order across major versions of Node.js, the more accurate way to
look if the connection was closed is to listen to the event on the
socket. Fixes tests on v16.
Ref: | [
{
"change_type": "MODIFY",
"diff": "@@ -186,7 +186,7 @@ function bodyReader(options) {\n// add 'close and 'aborted' event handlers so that requests (and their\n// corresponding memory) don't leak if client stops sending data half\n// way through a POST request\n- req.once('close', next);\n+ req.socket.once(... | JavaScript | MIT License | restify/node-restify | fix: use more reliable close event
The close event from the request object is not guaranteed to fire on the
same order across major versions of Node.js, the more accurate way to
look if the connection was closed is to listen to the event on the
socket. Fixes tests on v16.
Ref: https://github.com/nodejs/node/issues/38... | 1 | fix | null |
791,263 | 28.09.2021 20:54:15 | -7,200 | 4a0495ae440b1c3df5ee2b6f37d82e087bf816d9 | docs: update README.md
Fixes: | [
{
"change_type": "MODIFY",
"diff": "@@ -70,7 +70,7 @@ make backwards-incompatible changes.\n| [Translate][cloud-translate] | stable | [`cloud.google.com/go/translate`](https://pkg.go.dev/cloud.google.com/go/translate) |\n| [Video Intelligence][cloud-video] | beta | [`cloud.google.com/go/videointelligence/ap... | Go | Apache License 2.0 | googleapis/google-cloud-go | docs: update README.md (#4624)
Fixes: #4142 | 1 | docs | null |
306,638 | 28.09.2021 21:22:23 | -19,080 | a694971563251d372cfbfdcaca0e388732ea37a1 | fix(grid): enables virtual scroll for grid row rendering
Enables vitual scroll rendering for rows in all cases other than when nestedRows is true to keep
nested rows state preserved. | [
{
"change_type": "MODIFY",
"diff": "@@ -317,7 +317,7 @@ export class Grid extends React.Component<GridProps, GridState> {\n}\ncomponentDidUpdate(prevProps: GridProps, prevState: GridState) {\n- if (prevState.init !== this.state.init || prevProps.withPagination !== this.props.withPagination) {\n+ if (prevSta... | TypeScript | MIT License | innovaccer/design-system | fix(grid): enables virtual scroll for grid row rendering
Enables vitual scroll rendering for rows in all cases other than when nestedRows is true to keep
nested rows state preserved. | 1 | fix | grid |
679,913 | 28.09.2021 22:48:56 | -7,200 | a10d36fcee855220eacbdd1f86d443d888603ac6 | feat(defmulti): update defmulti args
add additional opt arg to allow specifying/adding impls, same effect as `.addAll()`
update AncestorDefs and `makeRels()` helper
update tests | [
{
"change_type": "MODIFY",
"diff": "@@ -319,4 +319,6 @@ export interface MultiFn8O<A, B, C, D, E, F, G, H, I, T>\nextends Implementation8O<A, B, C, D, E, F, G, H, I, T>,\nMultiFnBase<Implementation8O<A, B, C, D, E, F, G, H, I, T>> {}\n-export type AncestorDefs = IObjectOf<Iterable<PropertyKey>>;\n+export ty... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(defmulti): update defmulti args
- add additional opt arg to allow specifying/adding impls, same effect as `.addAll()`
- update AncestorDefs and `makeRels()` helper
- update tests | 1 | feat | defmulti |
679,913 | 28.09.2021 23:06:46 | -7,200 | 990990927273f35c64540f5f70f329796f8c2fdd | refactor(color): sideeffect-free defmulti specs | [
{
"change_type": "MODIFY",
"diff": "import type { Fn3, Fn4, FnN, FnU3 } from \"@thi.ng/api\";\n-import { defmulti } from \"@thi.ng/defmulti/defmulti\";\n+import { DEFAULT, defmulti } from \"@thi.ng/defmulti/defmulti\";\nimport { clamp01 } from \"@thi.ng/math/interval\";\nimport { fract } from \"@thi.ng/math... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(color): sideeffect-free defmulti specs | 1 | refactor | color |
269,511 | 28.09.2021 23:07:06 | -10,800 | 1b6a2f5e1cdafe3ce254e619d5311402bda5573b | docs: fix invalid gitlab personal access token URL | [
{
"change_type": "MODIFY",
"diff": "## API Token\nGoReleaser requires an API token with the `api` scope selected to deploy the artifacts to GitLab.\n-You can create one [here](https://gitlab.com/profile/personal_access_tokens).\n+You can create one [here](https://gitlab.com/-/profile/personal_access_tokens)... | Go | MIT License | goreleaser/goreleaser | docs: fix invalid gitlab personal access token URL (#2538) | 1 | docs | null |
679,913 | 28.09.2021 23:08:22 | -7,200 | 1282973e564481833078f88f75b3bcbcc80e7567 | refactor(shader-ast): sideeffect-free defmulti specs | [
{
"change_type": "MODIFY",
"diff": "import type { Fn, IObjectOf } from \"@thi.ng/api\";\n-import { defmulti } from \"@thi.ng/defmulti/defmulti\";\n+import { DEFAULT, defmulti } from \"@thi.ng/defmulti/defmulti\";\nimport { LogLevel } from \"@thi.ng/logger/api\";\nimport { deg, rad } from \"@thi.ng/math/angl... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(shader-ast): sideeffect-free defmulti specs | 1 | refactor | shader-ast |
679,913 | 28.09.2021 23:35:31 | -7,200 | f8725ffd48e9a0620182b7b53097e4ab5c7f81f5 | test(ecs): minor updates | [
{
"change_type": "MODIFY",
"diff": "@@ -112,5 +112,9 @@ group(\n});\n},\n},\n- { beforeEach: () => (ecs = new ECS({ capacity: 16 })) }\n+ {\n+ beforeEach: () => {\n+ ecs = new ECS({ capacity: 16 });\n+ },\n+ }\n);\n",
"new_path": "packages/ecs/test/component.ts",
"old_path": "packages/ecs/test/compo... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(ecs): minor updates | 1 | test | ecs |
551,636 | 28.09.2021 23:49:35 | -3,600 | 710e6fc0c7ecbaa4ea504c69c1a2c521ea8ea568 | fix: flapping test | [
{
"change_type": "MODIFY",
"diff": "@@ -352,7 +352,7 @@ public class ConcurrentTest {\nconsumers[0] = new BusyConsumer(size, sub1, queue, barrier, latch);\nconsumers[1] = new BusyConsumer(size, sub2, queue, barrier, latch);\n- BusySubscriber subscriber = new BusySubscriber(queue, barrier, latch, fanOut, pub... | Java | Apache License 2.0 | questdb/questdb | fix: flapping test (#1368) | 1 | fix | null |
667,636 | 29.09.2021 00:16:53 | -28,800 | b66e9d8e20a17ed452920156edaf8dddb33f8c5a | fix(hippy-vue): update ava package to safe ver | [
{
"change_type": "MODIFY",
"diff": "\"loader-utils\": \"^1.0.2\"\n},\n\"devDependencies\": {\n- \"ava\": \"^3.5.0\",\n+ \"ansi-regex\": \"^5.0.1\",\n+ \"ava\": \"^3.15.0\",\n\"glob-parent\": \"^5.1.2\",\n\"hosted-git-info\": \"~3.0.8\",\n\"lodash\": \"~4.17.21\",\n}\n},\n\"node_modules/ansi-regex\": {\n- \"... | C++ | Apache License 2.0 | tencent/hippy | fix(hippy-vue): update ava package to safe ver | 1 | fix | hippy-vue |
306,638 | 29.09.2021 00:17:00 | -19,080 | 41053bb7459a9b31f3882a71c59c9e016d757cdc | chore(config): updates test configs and libraries | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\nimport { render } from '@testing-library/react';\nimport { EmptyState, Button } from '@/index';\n-import { EmptyStateProps as Props, HeadingProps, TextProps } from '@/index.type';\n+import { EmptyStateProps as Props, HeadingProps } from '@... | TypeScript | MIT License | innovaccer/design-system | chore(config): updates test configs and libraries | 1 | chore | config |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.