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 | 01.11.2021 10:04:16 | -3,600 | 19485df03f7d742d703aaf1aabe476dec3fe8e41 | fix(db): fixed inconsistent spot bite times graph error | [
{
"change_type": "MODIFY",
"diff": "@@ -97,7 +97,7 @@ export class FishingSpotBiteTimesComponent implements OnInit, OnDestroy {\nmap(([[...names], itemIcons]) => {\nconst sortedNames = names.sort((a, b) => a.name < b.name ? 1 : -1);\nconst colors = sortedNames.map(el => {\n- return this.colors.find(c => c.t... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): fixed inconsistent spot bite times graph error | 1 | fix | db |
791,474 | 01.11.2021 10:04:58 | 25,200 | ebf3990ff47e2e78990537fc395e1482a64e55ea | test(firestore): partition queries don't return exact partition counts | [
{
"change_type": "MODIFY",
"diff": "@@ -1613,24 +1613,34 @@ func TestIntegration_ColGroupRefPartitions(t *testing.T) {\nh.mustCreate(doc, integrationTestMap)\ndefer doc.Delete(ctx)\n+ // Verify partitions are within an expected range. Paritioning isn't exact\n+ // so a fuzzy count needs to be used.\nfor idx... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(firestore): partition queries don't return exact partition counts (#5052) | 1 | test | firestore |
217,922 | 01.11.2021 10:10:38 | -3,600 | 3b251d10b1aefe0c10967ee2a205076b8d88979f | feat(layout): new filter: IS_FINAL_ITEM | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,8 @@ export class LayoutRowFilter {\nstatic IS_CRYSTAL = new LayoutRowFilter(row => row.id > 1 && row.id < 20, 'IS_CRYSTAL');\n+ static IS_FINAL_ITEM = new LayoutRowFilter(row => row.finalItem === true, 'IS_FINAL_ITEM');\n+\nstatic IS_GATHERING = new LayoutRo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(layout): new filter: IS_FINAL_ITEM | 1 | feat | layout |
873,651 | 01.11.2021 10:14:59 | -3,600 | 33dee3d6dbec66c7538cad2133d41692bd7839ca | fix(rich-text-editor): specify font-family | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,7 @@ const styles = {\nborder: STYLE_EDITOR_BORDER,\nborderTop: 0,\npadding: '20px',\n+ fontFamily: tokens.fontStackPrimary,\nfontSize: tokens.spacingM,\nminHeight: '400px',\nbackground: tokens.colorWhite,\n",
"new_path": "packages/rich-text/src/RichTextE... | TypeScript | MIT License | contentful/field-editors | fix(rich-text-editor): specify font-family (#907) | 1 | fix | rich-text-editor |
873,651 | 01.11.2021 10:23:31 | -3,600 | 0cab9a680960d29f5db3340ebd2a3594b45e65cf | build(deps): update Husky to v7 | [
{
"change_type": "ADD",
"diff": "+#!/bin/sh\n+. \"$(dirname \"$0\")/_/husky.sh\"\n+\n+yarn commitlint --edit $1\n",
"new_path": ".husky/commit-msg",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+#!/bin/sh\n+. \"$(dirname \"$0\")/_/husky.sh\"\n+\n+yarn lint-staged\n",
"new_pat... | TypeScript | MIT License | contentful/field-editors | build(deps): update Husky to v7 (#906) | 1 | build | deps |
426,654 | 01.11.2021 10:33:47 | -7,200 | 7e46ba7c5c18e2c1410aa08331031dd7f126c5b0 | fix: pin saucelabs version to 6.1.0 minor | [
{
"change_type": "ADD",
"diff": "+---\n+'@web/test-runner-saucelabs': patch\n+---\n+\n+Pin saucelabs version to 6.1.0 minor\n",
"new_path": ".changeset/olive-shoes-pay.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "\"@web/test-runner-webdriver\": \"^0.4.3\",\n\"ip\": \"^1.1... | TypeScript | MIT License | modernweb-dev/web | fix: pin saucelabs version to 6.1.0 minor (#1750) | 1 | fix | null |
699,189 | 01.11.2021 10:38:19 | 18,000 | b76759157a8c554863b6e37ddb6ea081c1c53258 | chore: ship an unminified dist file for debugging | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/alert': patch\n+'@twilio-paste/alert-dialog': patch\n+'@twilio-paste/anchor': patch\n+'@twilio-paste/avatar': patch\n+'@twilio-paste/badge': patch\n+'@twilio-paste/base-radio-checkbox': patch\n+'@twilio-paste/breadcrumb': patch\n+'@twilio-paste/button':... | TypeScript | MIT License | twilio-labs/paste | chore: ship an unminified dist file for debugging | 1 | chore | null |
756,039 | 01.11.2021 10:48:35 | 25,200 | 8d90b43b9fc52ec39f0018f46989f9542f147971 | chore: Update manual_dapp_testing.md | [
{
"change_type": "MODIFY",
"diff": "---\nname: Manual Dapp Testing\n-about: A checklist of dapps to test manually every week, until we have\n-automated testing. Use this issue template once per week to record\n-that manual testing was done.\n+about: A checklist of dapps to test manually every week, until we... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: Update manual_dapp_testing.md | 1 | chore | null |
4,988 | 01.11.2021 11:13:28 | -3,600 | 997a363cae004e9286dd8c0991c39354185aef9e | docs(csv-generate): new mixed api sample | [
{
"change_type": "ADD",
"diff": "+\n+import { transform } from 'stream-transform';\n+import assert from 'assert';\n+\n+// Create the parser\n+const transformer = transform(function(record){\n+ record.push(record.shift());\n+ return record;\n+}, function(err, output){\n+ assert.deepEqual(output, [\n+ [ '2', ... | JavaScript | MIT License | adaltas/node-csv | docs(csv-generate): new mixed api sample | 1 | docs | csv-generate |
217,922 | 01.11.2021 11:15:10 | -3,600 | 97a42b1ca57c7744601a29144ee2aa3b47709258 | chore: alarm aetheryte name fix | [
{
"change_type": "MODIFY",
"diff": "</ng-template>\n<div fxLayout=\"row wrap\" fxLayoutGap=\"5px\">\n<div class=\"timer\">{{row.remainingTime | timer}}</div>\n- <div\n- class=\"map\">{{row.alarm.aetheryte?.nameid | i18nRow:'places' | i18n}}</div>\n+ <div class=\"map\" *ngIf=\"row.alarm.mapId | closestAether... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: alarm aetheryte name fix | 1 | chore | null |
141,551 | 01.11.2021 11:23:20 | -39,600 | 44bab086edceb2490c724df43292ed786d554bd8 | feat: [BREAKING CHANGE] Removed Zen styling option from EmptyState component
feat: Removed Zen styling option from EmptyState component
BREAKING CHANGE: useZenStyles prop removed from EmptyState component | [
{
"change_type": "ADD",
"diff": "+import { cleanup, render } from \"@testing-library/react\"\n+import * as React from \"react\"\n+\n+import { EmptyStateProps } from \"./EmptyState\"\n+import { EmptyState } from \".\"\n+\n+jest.mock(\"@kaizen/draft-illustration\", () => ({\n+ EmptyStatesPositive: () => <div>... | TypeScript | MIT License | cultureamp/kaizen-design-system | feat: [BREAKING CHANGE] Removed Zen styling option from EmptyState component (#2130)
feat: Removed Zen styling option from EmptyState component
BREAKING CHANGE: useZenStyles prop removed from EmptyState component | 1 | feat | null |
141,585 | 01.11.2021 11:23:30 | -39,600 | 2f4abe2c742400b2361629e6bec3d31af0727683 | fix(refactor): Refactored discouraged usage of accessing design tokens directly in Typescript
ci: Add tests for different viewports
fix(refactor): Refactored discouraged usage of accessing design tokens directly in Typescript
- Use to dynamically get user's viewport width | [
{
"change_type": "MODIFY",
"diff": "import { Heading, Icon } from \"@kaizen/component-library\"\n-import * as layoutTokens from \"@kaizen/design-tokens/tokens/layout.json\"\nimport { Avatar, AvatarProps as DraftAvatarProps } from \"@kaizen/draft-avatar\"\nimport { IconButton, ButtonProps } from \"@kaizen/dr... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix(refactor): Refactored discouraged usage of accessing design tokens directly in Typescript (#2122)
ci: Add tests for different viewports
fix(refactor): Refactored discouraged usage of accessing design tokens directly in Typescript
- Use @kaizen/responsive to dynamically get user's viewport width
Co-authored-... | 1 | fix | refactor |
217,256 | 01.11.2021 11:24:29 | -7,200 | ce782044a816c81d6f1a33ba4a1b2fd86e27052f | docs: align intro and readme translations | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ FeatureSliced is an architectural design methodology for *frontend applications*\n> **Note:** The methodology is not tied to a specific tech stack and is applicable *to any frontend projects* in general.\n>\n-> But the current version gives examples and ... | JavaScript | MIT License | feature-sliced/documentation | docs: align intro and readme translations | 1 | docs | null |
815,585 | 01.11.2021 11:26:03 | -28,800 | 32e6fec3b2238338b42da1aa99dd016b0931ac44 | refactor: refactor smoking tes | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ echo \"check_code is \"${EXIT_CODE}\nif [ ${EXIT_CODE} == 64 ]; then\n${CKB_DIR}/ckb migrate --force\nEXIT_CODE=\"${PIPESTATUS[0]}\"\n- echo \"mograte exit code is \"${EXIT_CODE}\n+ echo \"migrate exit code is \"${EXIT_CODE}\nif [ ${EXIT_CODE} != 0 ]; then... | Rust | MIT License | nervosnetwork/ckb | refactor: refactor smoking tes
Co-authored-by: Boyu Yang <yangby@cryptape.com> | 1 | refactor | null |
471,422 | 01.11.2021 11:57:58 | 25,200 | 98551614444942aa2941809dd1a61837bfc354d4 | fix: increase ec2 resource detector timeout | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ class AwsEc2Detector implements Detector {\nreadonly AWS_INSTANCE_HOST_DOCUMENT_PATH = '/latest/meta-data/hostname';\nreadonly AWS_METADATA_TTL_HEADER = 'X-aws-ec2-metadata-token-ttl-seconds';\nreadonly AWS_METADATA_TOKEN_HEADER = 'X-aws-ec2-metadata-tok... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | fix: increase ec2 resource detector timeout (#722) | 1 | fix | null |
531,793 | 01.11.2021 11:59:39 | 0 | c71c9e6107b1018462e6834694b798e43231ed0a | fix(backend): retry failed alertmanager requests | [
{
"change_type": "MODIFY",
"diff": "- Refactored internal APIs.\n- Overview modal won't show label name for every value to save screen space.\n+- Retry failed requests when collecting alerts and silences from alertmanager.\n## v0.92\n",
"new_path": "CHANGELOG.md",
"old_path": "CHANGELOG.md"
},
{... | TypeScript | Apache License 2.0 | prymitive/karma | fix(backend): retry failed alertmanager requests | 1 | fix | backend |
791,270 | 01.11.2021 12:26:42 | 14,400 | a8f7c066e8d97120ae4e12963e3c9acc8b8906c2 | fix(internal/godocfx): replace * with HTML code
Sometimes, the DocFX Markdown interpreter interprets * as <em>. | [
{
"change_type": "MODIFY",
"diff": "@@ -625,7 +625,11 @@ func toHTML(s string) string {\npanic(err)\n}\n- return mdBuf.String()\n+ // Replace * with * to avoid confusing the DocFX Markdown processor,\n+ // which sometimes interprets * as <em>.\n+ result := string(bytes.ReplaceAll(mdBuf.Bytes(), []byte(\... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(internal/godocfx): replace * with HTML code (#5049)
Sometimes, the DocFX Markdown interpreter interprets * as <em>. | 1 | fix | internal/godocfx |
679,913 | 01.11.2021 12:36:33 | -3,600 | 4634cf14aed00837068ffa6a77735f5ab04faf73 | feat(grid-iterators): add floodFill(), update deps | [
{
"change_type": "MODIFY",
"diff": "\"test\": \"testament test\"\n},\n\"dependencies\": {\n+ \"@thi.ng/api\": \"^8.0.6\",\n\"@thi.ng/arrays\": \"^2.0.6\",\n\"@thi.ng/binary\": \"^3.0.6\",\n+ \"@thi.ng/bitfield\": \"^2.0.6\",\n\"@thi.ng/morton\": \"^3.0.6\",\n\"@thi.ng/random\": \"^3.1.2\",\n\"@thi.ng/transd... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(grid-iterators): add floodFill(), update deps | 1 | feat | grid-iterators |
791,704 | 01.11.2021 12:39:16 | 25,200 | 7d4eeabb8a653730d96d5db5334084a97ed2b94b | tests: longer timeout for installability errors check | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,8 @@ const InstallableManifestAudit = require('../../lighthouse-core/audits/installab\n/* eslint-env jest */\n+jest.setTimeout(20_000);\n+\ndescribe('installabilityErrors', () => {\nlet chromiumErrorIds;\n",
"new_path": "third-party/chromium-synchronizati... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: longer timeout for installability errors check (#13297) | 1 | tests | null |
815,593 | 01.11.2021 12:45:43 | -28,800 | e9867d0b5d3ee7d64adef4de57e67a20f6c2837a | chore: ckb-error deps cleanup | [
{
"change_type": "MODIFY",
"diff": "@@ -869,7 +869,6 @@ dependencies = [\n\"ckb-app-config\",\n\"ckb-async-runtime\",\n\"ckb-channel\",\n- \"ckb-error\",\n\"ckb-hash\",\n\"ckb-jsonrpc-types\",\n\"ckb-logger\",\n",
"new_path": "Cargo.lock",
"old_path": "Cargo.lock"
},
{
"change_type": "MODIFY... | Rust | MIT License | nervosnetwork/ckb | chore: ckb-error deps cleanup | 1 | chore | null |
366,946 | 01.11.2021 12:55:23 | -32,400 | 3e82a212b5e9e5012f6858d4db13ef8741fd27d6 | fix: fix to activate selected item on SingleComboBox | [
{
"change_type": "MODIFY",
"diff": "@@ -120,19 +120,19 @@ export function SingleComboBox<T>({\nconst [isEditing, setIsEditing] = useState(false)\nconst filteredItems = useMemo(() => {\n+ const itemsWithSelected = items.map((item) => ({\n+ ...item,\n+ isSelected: selectedItem === null ? false : item.label ==... | TypeScript | MIT License | kufu/smarthr-ui | fix: fix to activate selected item on SingleComboBox (#2018) | 1 | fix | null |
366,944 | 01.11.2021 12:59:30 | -32,400 | d820cc9192e85fd6a2cf2aa3360eeeacb722fdf4 | fix: can not select search item | [
{
"change_type": "MODIFY",
"diff": "@@ -173,6 +173,7 @@ export function SingleComboBox<T>({\nconst blur = useCallback(() => {\nsetIsFocused(false)\nsetIsExpanded(false)\n+ setIsEditing(false)\n}, [])\nconst caretIconColor = useMemo(() => {\n@@ -273,9 +274,6 @@ export function SingleComboBox<T>({\nonChangeSe... | TypeScript | MIT License | kufu/smarthr-ui | fix: can not select search item (#2008) | 1 | fix | null |
679,913 | 01.11.2021 13:03:22 | -3,600 | d9e8404ace40c6b3047167de5f5f1db2e302152c | fix(vectors): arg types `limit()`, add docs | [
{
"change_type": "MODIFY",
"diff": "-import type { ReadonlyVec, Vec } from \"./api.js\";\n+import type { VecOpVN } from \"./api.js\";\nimport { mag } from \"./mag.js\";\nimport { mulN } from \"./muln.js\";\nimport { set } from \"./set.js\";\n-export const limit = (out: Vec, v: ReadonlyVec, n: number) => {\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(vectors): arg types `limit()`, add docs | 1 | fix | vectors |
780,866 | 01.11.2021 13:09:18 | 10,800 | 0f4885923460898b8a0af9e9dd9a25e244261fce | chore(pkg): update release script skipping config
\`npm run config\` should be manually called when needed | [
{
"change_type": "MODIFY",
"diff": "\"preversion\": \"lerna run build --since\",\n\"version\": \"GH_TOKEN=$(grep GH_TOKEN .env | cut -d '=' -f2) lerna version\",\n\"config\": \"npm config set //npm.pkg.github.com/:_authToken=$(grep GH_PKG_TOKEN .env | cut -d '=' -f2)\",\n- \"release\": \"npm run config && n... | JavaScript | MIT License | ecomplus/storefront | chore(pkg): update release script skipping config
\`npm run config\` should be manually called when needed | 1 | chore | pkg |
791,704 | 01.11.2021 13:09:26 | 25,200 | bf2c15d3bfebe358b270d792af680262a9d0a502 | core(config): use abbreviation for pwa category title | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ const DEFAULT_CATEGORIES = [{\ntitle: 'SEO',\n}, {\nid: 'pwa',\n- title: 'Progressive Web App',\n+ title: 'PWA',\n}];\n/** @typedef {{selectedCategories: string[], device: string}} Settings */\n",
"new_path": "clients/extension/scripts/settings-contr... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(config): use abbreviation for pwa category title (#13270) | 1 | core | config |
667,644 | 01.11.2021 13:12:39 | -28,800 | 705a25745adc7d263ce0ccac33d691eb467be5ca | fix(core): jsi | [
{
"change_type": "MODIFY",
"diff": "@@ -51,7 +51,7 @@ class TurboEnv {\nint param_count,\nHostFunctionType func) = 0;\nvirtual std::shared_ptr<HostObject> GetHostObject(\n- std::shared_ptr<CtxValue> value) = 0;\n+ std::shared_ptr<CtxValue> value);\n};\nclass HostObject {\n",
"new_path": "core/include/co... | C++ | Apache License 2.0 | tencent/hippy | fix(core): jsi | 1 | fix | core |
4,988 | 01.11.2021 13:17:37 | -3,600 | 899dc67ed6256478e8eecbcc5b925f238ce367d5 | fix(csv-parse): ts callback CsvError argument | [
{
"change_type": "MODIFY",
"diff": "import * as stream from \"stream\";\n-export type Callback = (err: Error | undefined, records: any | undefined, info: Info) => void;\n+export type Callback = (err: CsvError | undefined, records: any | undefined, info: Info) => void;\nexport interface Parser extends stream... | JavaScript | MIT License | adaltas/node-csv | fix(csv-parse): ts callback CsvError argument | 1 | fix | csv-parse |
531,793 | 01.11.2021 13:56:51 | 0 | 5c569ff8571fe606222c7dba701f2563815a3f46 | fix(ci): fix failing ci actions | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ jobs:\nnode-version: 16.13.0\n- name: Regenerate package-lock.json\n- run: cd ui && npm audit fix\n+ run: cd ui && npm audit fix --audit-level=none\n- name: Rebuild react app\nrun: make -C ui build\n",
"new_path": ".github/workflows/node-npm-audit.ym... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ci): fix failing ci actions | 1 | fix | ci |
699,207 | 01.11.2021 14:09:27 | 25,200 | a64619b0164818699c1c5fe59395bb4c78392e03 | chore(website): add customization interactive image slider | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/packages/paste-website/src/assets/images/customization/hero-back.png differ\n",
"new_path": "packages/paste-website/src/assets/images/customization/hero-back.png",
"old_path": "packages/paste-website/src/assets/images/customization/hero-b... | TypeScript | MIT License | twilio-labs/paste | chore(website): add customization interactive image slider (#1970) | 1 | chore | website |
304,866 | 01.11.2021 14:25:41 | 25,200 | 12a7ee06ad349bb801be352e8bb60ba64c29fbf5 | fix(compiler): add more error checking for nulls and invalid types | [
{
"change_type": "MODIFY",
"diff": "@@ -2,12 +2,16 @@ package compiler_test\nimport (\n\"context\"\n+ \"strings\"\n\"testing\"\n\"time\"\n\"github.com/google/go-cmp/cmp\"\n\"github.com/influxdata/flux\"\n+ \"github.com/influxdata/flux/codes\"\n\"github.com/influxdata/flux/compiler\"\n+ _ \"github.com/influx... | Go | MIT License | influxdata/flux | fix(compiler): add more error checking for nulls and invalid types (#4196) | 1 | fix | compiler |
777,374 | 01.11.2021 14:27:37 | 25,200 | d7294ae3e4a6d10736b6eb5ebd410f9581e40446 | fix: fail non-restartable tasks on allocation termination | [
{
"change_type": "MODIFY",
"diff": "@@ -140,6 +140,7 @@ commands:\n- run: PATH=$HOME/.local/bin:$PATH make -C proto build\n- run: make -C master get-deps\n- run: make -C agent get-deps\n+ - install-devcluster\n- start-devcluster:\ntarget-stage: elastic\ndevcluster-config: elastic.devcluster.yaml\n@@ -295,6 ... | Python | Apache License 2.0 | determined-ai/determined | fix: fail non-restartable tasks on allocation termination [DET-6158] (#3144) | 1 | fix | null |
815,609 | 01.11.2021 14:47:45 | -28,800 | ad840e0eea97bcec361483b7569b884a297b2b14 | ci: fix cargo deny installation | [
{
"change_type": "MODIFY",
"diff": "@@ -51,7 +51,7 @@ ci_integration_tests*)\n;;\nci_cargo_deny*)\necho \"ci_security_audit_licenses\"\n- cargo deny --version || cargo install cargo-deny --locked\n+ cargo deny --version || cargo +stable install cargo-deny --locked\nmake security-audit\nmake check-crates\nma... | Rust | MIT License | nervosnetwork/ckb | ci: fix cargo deny installation | 1 | ci | null |
756,013 | 01.11.2021 14:54:23 | 21,600 | 4a8ac80347a4cb5e471f2c411487a9d8fd489cb9 | build(golang): update cosmos-sdk, ibc-go deps, then `go mod tidy` | [
{
"change_type": "MODIFY",
"diff": "@@ -4,8 +4,8 @@ go 1.15\nrequire (\ngithub.com/armon/go-metrics v0.3.9\n- github.com/cosmos/cosmos-sdk v0.44.0\n- github.com/cosmos/ibc-go v1.1.0\n+ github.com/cosmos/cosmos-sdk v0.44.2\n+ github.com/cosmos/ibc-go v1.2.0\ngithub.com/gogo/protobuf v1.3.3\ngithub.com/golang... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | build(golang): update cosmos-sdk, ibc-go deps, then `go mod tidy` | 1 | build | golang |
756,013 | 01.11.2021 14:56:34 | 21,600 | 5b61aac17e23fd4e11304ecdebb5c25167409e1e | feat(cosmos): update x/swingset proto definitions | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ syntax = \"proto3\";\npackage agoric.swingset;\nimport \"gogoproto/gogo.proto\";\n-import \"agoric/swingset/storage.proto\";\n+import \"agoric/swingset/swingset.proto\";\noption go_package = \"github.com/Agoric/agoric-sdk/golang/cosmos/x/swingset/types\";\... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(cosmos): update x/swingset proto definitions | 1 | feat | cosmos |
756,013 | 01.11.2021 14:58:18 | 21,600 | a3e96898c7686a167881a7303c06c37f5b28edc0 | feat(cosmos): integrate new proto definitions | [
{
"change_type": "MODIFY",
"diff": "@@ -11,15 +11,16 @@ import (\n// Parameter keys\nvar (\n- ParamStoreKeyMaxComputronsPerBlock = []byte(\"max_computrons_per_block\")\n- ParamStoreKeyEstimatedComputronsPerVatCreation = []byte(\"estimated_computrons_per_vat_creation\")\n- ParamStoreKeyFeeDenom = []byte(\"fe... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(cosmos): integrate new proto definitions | 1 | feat | cosmos |
756,013 | 01.11.2021 14:59:33 | 21,600 | 58218de58b9fcfa9f941c102c2f66c31837a0b13 | feat(cosmic-swingset): use `beans_per_unit` and `fee_unit_price` | [
{
"change_type": "MODIFY",
"diff": "\"@agoric/import-bundle\": \"^0.2.31\",\n\"@agoric/install-ses\": \"^0.5.28\",\n\"@agoric/marshal\": \"^0.4.28\",\n+ \"@agoric/nat\": \"^4.1.0\",\n\"@agoric/store\": \"^0.6.6\",\n\"@agoric/swing-store\": \"^0.6.2\",\n\"@agoric/swingset-vat\": \"^0.23.0\",\n",
"new_pat... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(cosmic-swingset): use `beans_per_unit` and `fee_unit_price` | 1 | feat | cosmic-swingset |
531,793 | 01.11.2021 15:11:38 | 0 | 2600d58b6c657e02ea9d43a8024a9ad31c59f8b1 | fix(ci): drop anchore scan | [
{
"change_type": "MODIFY",
"diff": "@@ -22,42 +22,10 @@ jobs:\n- name: Checkout repository\nuses: actions/checkout@v2\nwith:\n- # We must fetch at least the immediate parents so that if this is\n- # a pull request then we can checkout the head.\n- fetch-depth: 2\n+ fetch-depth: 0\n- # Initializes the CodeQL... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ci): drop anchore scan | 1 | fix | ci |
756,039 | 01.11.2021 15:31:00 | 25,200 | da7c924aa1107802698b60178c4ecdbe03c92f57 | chore(wallet): move deps to devDeps | [
{
"change_type": "MODIFY",
"diff": "\"@agoric/captp\": \"^1.10.6\",\n\"@agoric/eventual-send\": \"^0.13.30\",\n\"@agoric/notifier\": \"^0.3.31\",\n+ \"@agoric/ui-components\": \"^0.2.25\",\n\"@material-ui/core\": \"^4.11.3\",\n\"@material-ui/icons\": \"^4.11.2\",\n\"@testing-library/jest-dom\": \"^5.11.4\",... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(wallet): move deps to devDeps | 1 | chore | wallet |
756,013 | 01.11.2021 15:33:44 | 21,600 | 8f5853e9cfa56d62fec09c25fe3772d49d48856f | test(cosmos): add tests for DefaultGenesisState/ValidateGenesis | [
{
"change_type": "MODIFY",
"diff": "@@ -10,10 +10,10 @@ func DefaultGenesisState() types.GenesisState {\nreturn types.GenesisState{}\n}\n-// ValidateGenesisState returns whether genesisState is well-formed.\n+// ValidateGenesis returns whether genesisState is well-formed.\n// Since liens can apply to otherw... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(cosmos): add tests for DefaultGenesisState/ValidateGenesis | 1 | test | cosmos |
141,585 | 01.11.2021 15:45:58 | -39,600 | 059eb10b63266298d2bbe1d0fe39de8157a4ee26 | ci: Remove precommit/prepush hooks | [
{
"change_type": "MODIFY",
"diff": "\"danger\": \"^10.6.2\",\n\"eslint-import-resolver-typescript\": \"^2.4.0\",\n\"glob\": \"^7.1.1\",\n- \"husky\": \"^4.2.5\",\n\"jscodeshift\": \"^0.8.0\",\n- \"lint-staged\": \"^10.4.0\",\n\"loader-utils\": \"^1.0.2\",\n\"node-elm-compiler\": \"^5.0.0\",\n\"yargs\": \"^1... | TypeScript | MIT License | cultureamp/kaizen-design-system | ci: Remove precommit/prepush hooks (#2127) | 1 | ci | null |
504,062 | 01.11.2021 16:27:52 | -3,600 | 72536e1f73641ff3f19f865f08dbb41ad0ee7b9f | fix(AboutModal): allow to disable FocusTrap | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,8 @@ export interface AboutModalProps {\nappendTo?: HTMLElement | (() => HTMLElement);\n/** Set aria label to the close button */\ncloseButtonAriaLabel?: string;\n+ /** Flag to disable focus trap */\n+ disableFocusTrap?: boolean;\n}\ninterface ModalState {\n"... | TypeScript | MIT License | patternfly/patternfly-react | fix(AboutModal): allow to disable FocusTrap (#6509) | 1 | fix | AboutModal |
699,191 | 01.11.2021 16:29:26 | 25,200 | 2edd7512e305502e4bd6477ddbd8d298127875f5 | fix: package versioning script updating lockfiles | [
{
"change_type": "MODIFY",
"diff": "@@ -50,3 +50,5 @@ jobs:\nenv:\nGITHUB_TOKEN: ${{ secrets.GH_TOKEN }}\nNPM_TOKEN: ${{ secrets.NPM_TOKEN }}\n+ # due to this bug in yarn https://github.com/yarnpkg/berry/issues/3606 we need to manually turn off immutable installs to update the lockfile\n+ YARN_ENABLE_IMMUTA... | TypeScript | MIT License | twilio-labs/paste | fix: package versioning script updating lockfiles (#1992) | 1 | fix | null |
679,913 | 01.11.2021 16:49:54 | -3,600 | 65796b96fe77d5c4b999dd8cedfd142ea243a200 | feat(pixel): add flood fill functions | [
{
"change_type": "MODIFY",
"diff": "import type { Predicate } from \"@thi.ng/api\";\n-import { BitField, defBitField } from \"@thi.ng/bitfield\";\n+import { BitField, defBitField } from \"@thi.ng/bitfield/bitfield\";\n/**\n* Yields an iterator of 2D coordinates which would flood fill the space in\n",
"n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pixel): add flood fill functions | 1 | feat | pixel |
866,394 | 01.11.2021 17:02:05 | 14,400 | 7f66287ff9c0c4c859936a7ce419535c64e90e23 | chore(lit): moved lit-element/lit-html to core dependencies | [
{
"change_type": "MODIFY",
"diff": "@@ -14,4 +14,6 @@ tests/coverage\n.vscode\n.idea\n.env\n+.npmrc\n+yarn-error.log\nCHANGELOG.md\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "RENAME",
"diff": "Binary files a/.yarn/offline-mirror/typescript-3.8.3.tgz and b/... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(lit): moved lit-element/lit-html to core dependencies (#726) | 1 | chore | lit |
780,866 | 01.11.2021 17:06:58 | 10,800 | 11ce8a9d959ddc30544c8a633c8dc184f944d682 | chore(framework/deps): fix core-js semver | [
{
"change_type": "MODIFY",
"diff": "\"@ecomplus/widget-user\": \"^1.0.0-beta.101\",\n\"@glidejs/glide\": \"^3.4.1\",\n\"bootswatch\": \"^4.6.1\",\n- \"core-js\": \">=3.16.0 <3.20\",\n+ \"core-js\": \">=3.19.0 <3.20\",\n\"ejs\": \"^3.1.6\",\n\"eventemitter3\": \"^4.0.7\",\n\"lodash.clonedeep\": \"^4.5.0\",\n... | JavaScript | MIT License | ecomplus/storefront | chore(framework/deps): fix core-js semver | 1 | chore | framework/deps |
780,866 | 01.11.2021 17:07:33 | 10,800 | 2a158b287d9da0a87c6c4f4f904e3ee33990062c | fix(framework/webpack): bump corejs version to 3.19 | [
{
"change_type": "MODIFY",
"diff": "\"babel-loader\": \"^8.2.3\",\n\"clean-webpack-plugin\": \"^4.0.0\",\n\"copy-webpack-plugin\": \"^6.4.1\",\n- \"core-js\": \">=3.16.0 <3.20\",\n+ \"core-js\": \">=3.19.0 <3.20\",\n\"css-loader\": \"^3.6.0\",\n\"cssnano\": \"^4.1.11\",\n\"ejs\": \"^3.1.6\",\n",
"new_pa... | JavaScript | MIT License | ecomplus/storefront | fix(framework/webpack): bump corejs version to 3.19 | 1 | fix | framework/webpack |
667,680 | 01.11.2021 17:14:48 | -28,800 | c22b0aa7390077023d7288e60d91315d23d2b1cd | fix(android): fix exception caused by multiple instances | [
{
"change_type": "MODIFY",
"diff": "@@ -242,7 +242,7 @@ V8VM::V8VM() {\n{\nstd::lock_guard<std::mutex> lock(mutex_);\nif (platform_ != nullptr) {\n-#ifdef V8_X5_LITE\n+#if defined(V8_X5_LITE) && defined(THREAD_LOCAL_PLATFORM)\nTDF_BASE_DLOG(INFO) << \"InitializePlatform\";\nv8::V8::InitializePlatform(platfo... | C++ | Apache License 2.0 | tencent/hippy | fix(android): fix exception caused by multiple instances | 1 | fix | android |
815,585 | 01.11.2021 17:20:30 | -28,800 | d723fb8360a2177abfd1cf5fb2821b31180c6956 | ci: ci not run last job in the run_job list | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ fun_run_os(){\necho \"$runs_on\" | sed \"s/\\[//g\" | sed \"s/\\]//g\" | sed \"s/,/\\n/g\" > runs_on.txt\nwhile read -r LINE;\ndo\n- LINE=$(echo \"$LINE\" | sed -e 's/\\r//g')\n+ LINE=\"$(echo \"$LINE\" | tr -d '[:space:]')\"\necho \"OS LINE is \"$LINE\nif... | Rust | MIT License | nervosnetwork/ckb | ci: ci not run last job in the run_job list | 1 | ci | null |
472,081 | 01.11.2021 17:22:54 | -32,400 | ce72a26058f69020c08dc1c92c720ad899ec1696 | fix(spindle-ui): adjust style of InvalidMessage | [
{
"change_type": "MODIFY",
"diff": "*/\n.spui-InvalidMessage {\ncolor: var(--color-text-caution);\n- display: block;\n+ display: flex;\nfont-size: 0.75em;\nfont-weight: bold;\nline-height: 1.4;\n.spui-InvalidMessage-icon {\nfont-size: 1.33em;\n+ height: 1.1em;\nmargin-right: 0.25em;\n- vertical-align: middl... | TypeScript | MIT License | openameba/spindle | fix(spindle-ui): adjust style of InvalidMessage | 1 | fix | spindle-ui |
104,828 | 01.11.2021 17:37:21 | -3,600 | 035394c46cef7b6507dfea9ef58bd18394e2bcee | feat(list): multiselection checkbox feedback | [
{
"change_type": "MODIFY",
"diff": "@@ -62,7 +62,7 @@ const propTypes = {\n/** optional skeleton to be rendered while loading data */\nisLoading: PropTypes.bool,\n/** true if the list should have multiple selectable rows using checkboxes */\n- isMultiSelect: PropTypes.bool,\n+ isCheckboxMultiSelect: PropTyp... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(list): multiselection checkbox feedback
#2987 | 1 | feat | list |
104,828 | 01.11.2021 17:44:09 | -3,600 | 928ac091fd650ce0834fd475704266742dc0f799 | chore(all): updated snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -696,7 +696,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 2 - Watson IoT E\nonAnimationEnd={[Function]}\n>\n<button\n- aria-controls=\"accordion-item-651\"\n+ aria-controls=\"accordion-item-652\"\naria-expanded={true}\nclassName=\"bx--accordion__... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(all): updated snapshots | 1 | chore | all |
304,857 | 01.11.2021 18:19:14 | 21,600 | 9ed34c4155a0bf999221809dbf2c4dc0d45672a4 | feat(docs): add inline documentation to the dict package | [
{
"change_type": "MODIFY",
"diff": "Binary files a/embed/stdlib/dict.fc and b/embed/stdlib/dict.fc differ\n",
"new_path": "embed/stdlib/dict.fc",
"old_path": "embed/stdlib/dict.fc"
},
{
"change_type": "MODIFY",
"diff": "@@ -237,7 +237,7 @@ impl<'a> example::Executor for CLIExecutor<'a> {... | Go | MIT License | influxdata/flux | feat(docs): add inline documentation to the dict package (#4206) | 1 | feat | docs |
826,708 | 01.11.2021 18:25:52 | -3,600 | 880482804f7e57ea7869c1ff65314f3b9fbe394c | docs: add section on running tests locally | [
{
"change_type": "MODIFY",
"diff": "@@ -20,10 +20,26 @@ docker push oryd/sdk:v0.0.34\nIf you wish to debug some generators or build steps, you can run the image locally:\n```shell script\n-$ docker run --mount type=bind,source=\"$(pwd)\",target=/sdk --name sdk --user \"$(id -u):$(id -g)\" -it oryd/sdk:v0.0.... | C# | Apache License 2.0 | ory/sdk | docs: add section on running tests locally | 1 | docs | null |
791,284 | 01.11.2021 18:33:18 | 0 | 1b81e60d7eacbf005eb7c48f706e6957f130d85e | test(storage): add methods to retry conformance tests | [
{
"change_type": "MODIFY",
"diff": "],\n\"preconditionProvided\": false,\n\"expectSuccess\": true\n+ },\n+ {\n+ \"id\": 2,\n+ \"description\": \"conditionally_idempotent_retries_when_precondition_is_present\",\n+ \"cases\": [\n+ {\n+ \"instructions\": [\"return-503\", \"return-503\"]\n+ },\n+ {\n+ \"instruc... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(storage): add methods to retry conformance tests (#4997) | 1 | test | storage |
304,908 | 01.11.2021 18:35:15 | 0 | 66bdc617515f68256df2d8ab31e07df7d706bbac | revert: "fix(runtime): 'now()' doesn't return the same time throughout a script execution (#4193)"
This reverts commit | [
{
"change_type": "MODIFY",
"diff": "Binary files a/embed/stdlib/runtime.fc and b/embed/stdlib/runtime.fc differ\n",
"new_path": "embed/stdlib/runtime.fc",
"old_path": "embed/stdlib/runtime.fc"
},
{
"change_type": "MODIFY",
"diff": "Binary files a/embed/stdlib/universe.fc and b/embed/stdl... | Go | MIT License | influxdata/flux | revert: "fix(runtime): 'now()' doesn't return the same time throughout a script execution (#4193)" (#4204)
This reverts commit becf9507df9e2160e884dd2bffc7dceaea4a754f. | 1 | revert | null |
915,128 | 01.11.2021 19:59:54 | -28,800 | 5795bc3e650815a69c89e591925621eff4b63a11 | feat: ES256 for JWK generation
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ func NewKeysCreateCmd() *cobra.Command {\nShort: \"Create a new JSON Web Key Set\",\nRun: cli.NewHandler().Keys.CreateKeys,\n}\n- cmd.Flags().StringP(\"alg\", \"a\", \"RS256\", \"The algorithm to be used to generated they key. Supports: RS256, ES512, HS2... | Go | Apache License 2.0 | ory/hydra | feat: ES256 for JWK generation (#2828)
Closes #2453 | 1 | feat | null |
826,698 | 01.11.2021 20:05:30 | -7,200 | 563087db9709ed54abd035f2eac6e16c695f1b4c | docs: heading caseing | [
{
"change_type": "MODIFY",
"diff": "@@ -80,7 +80,7 @@ at\n<!-- END doctoc generated TOC please keep comment here to allow auto update -->\n-## Who's using it?\n+## Who's Using It?\n<!--BEGIN ADOPTERS-->\n@@ -285,7 +285,7 @@ to perform a certain action on a resource.\n## Security\n-### Disclosing vulnerabili... | Go | Apache License 2.0 | ory/keto | docs: heading caseing (#785) | 1 | docs | null |
217,922 | 01.11.2021 21:43:37 | -3,600 | fa695e69161f9c46a99ce32b21fc60c98e3fff0e | feat(lists): added a wiki link to the verification warning banner | [
{
"change_type": "MODIFY",
"diff": "},\n\"LISTS\": {\n\"Load_archived\": \"Load archived lists\",\n- \"Needs_verification\": \"Please verify your character to have access to the lists shared to your FC\",\n+ \"Needs_verification\": \"Please verify your character to have access to the lists shared to your FC... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(lists): added a wiki link to the verification warning banner | 1 | feat | lists |
217,922 | 01.11.2021 21:47:33 | -3,600 | c985ba73c1b9497851aff9787c24f2086dd2b4a0 | feat(settings): added Ishgard as possible starting point | [
{
"change_type": "MODIFY",
"diff": "@@ -102,6 +102,10 @@ export class SettingsPopupComponent {\n{\nid: 134,\nplacenameId: 517\n+ },\n+ {\n+ id: 218,\n+ placenameId: 512\n}\n];\n",
"new_path": "apps/client/src/app/modules/settings/settings-popup/settings-popup.component.ts",
"old_path": "apps/client/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(settings): added Ishgard as possible starting point | 1 | feat | settings |
217,922 | 01.11.2021 22:10:17 | -3,600 | 1287b68899b789869d3af0ad3a60cba5424d3d09 | chore: first beta version | [
{
"change_type": "MODIFY",
"diff": "\"description\": \"Collaborative crafting made easy\",\n\"homepage\": \"https://ffxivteamcraft.com\",\n\"author\": \"FFXIV Teamcraft\",\n- \"version\": \"8.6.8\",\n+ \"version\": \"9.0.0-beta.0\",\n\"license\": \"MIT\",\n\"main\": \"dist/apps/electron/src/main.js\",\n\"bu... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: first beta version | 1 | chore | null |
317,896 | 01.11.2021 22:19:52 | 14,400 | 97774fe66b4a89335130721e5a19b5b1e2cab61a | fix(pwsh): fix remove-variable statements | [
{
"change_type": "MODIFY",
"diff": "@@ -35,8 +35,8 @@ if (Test-Path $omp_config) {\n$global:PoshSettings.Theme = (Resolve-Path -Path $omp_config).ProviderPath\n}\n-Remove-Variable $omp_value -Confirm:$false\n-Remove-Variable $omp_config -Confirm:$false\n+Remove-Variable omp_value -Confirm:$false\n+Remove-Va... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(pwsh): fix remove-variable statements | 1 | fix | pwsh |
791,284 | 01.11.2021 22:53:22 | 0 | 80d99866657040519d67a151e9eb6f9466958b84 | test(storage): add buckets to fix failing test | [
{
"change_type": "MODIFY",
"diff": "@@ -2715,7 +2715,6 @@ func TestIntegration_BucketIAM(t *testing.T) {\n}\nfunc TestIntegration_RequesterPays(t *testing.T) {\n- t.Skip(\"https://github.com/googleapis/google-cloud-go/issues/4720\")\n// This test needs a second project and user (token source) to test\n// al... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(storage): add buckets to fix failing test (#4903) | 1 | test | storage |
471,334 | 01.11.2021 22:56:54 | -7,200 | cfd004b86456b943aaf6c48f80076208e295ee26 | chore(aws-sdk): remove unused consts | [
{
"change_type": "MODIFY",
"diff": "@@ -38,14 +38,6 @@ import {\nSemanticAttributes,\n} from '@opentelemetry/semantic-conventions';\n-export const START_SPAN_FUNCTION = Symbol(\n- 'opentelemetry.instrumentation.aws-sdk.sqs.start_span'\n-);\n-\n-export const END_SPAN_FUNCTION = Symbol(\n- 'opentelemetry.inst... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | chore(aws-sdk): remove unused consts (#721)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> | 1 | chore | aws-sdk |
791,284 | 01.11.2021 23:23:55 | 0 | 17f68c6557845087d645dc4ded6ecb2c4c0f191e | test(storage): add retry conditions to bucket and obj updates
Fixes and once conditionally idempotent retries is merged in | [
{
"change_type": "MODIFY",
"diff": "@@ -361,7 +361,7 @@ func TestIntegration_BucketUpdate(t *testing.T) {\n}\n// Using empty BucketAttrsToUpdate should be a no-nop.\n- attrs = h.mustUpdateBucket(b, BucketAttrsToUpdate{})\n+ attrs = h.mustUpdateBucket(b, BucketAttrsToUpdate{}, attrs.MetaGeneration)\nif attrs... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(storage): add retry conditions to bucket and obj updates (#5033)
Fixes #5000 and #5024 once conditionally idempotent retries is merged in | 1 | test | storage |
915,161 | 01.11.2021 23:24:26 | -19,080 | 50f9dc86fe44b8f190f2379d9dbcdb12d9c7ce33 | chore: document consent requirement for non-https redirect schemes | [
{
"change_type": "MODIFY",
"diff": "@@ -36,3 +36,10 @@ POST /oauth2/token\nclient_id=...&\n...\n```\n+\n+:::note\n+\n+The public clients using a non-https redirect scheme cannot skip\n+consent as per OpenID Sepcification & Certification.\n+\n+:::\n",
"new_path": "docs/docs/guides/oauth2-public-spa-mobil... | Go | Apache License 2.0 | ory/hydra | chore: document consent requirement for non-https redirect schemes (#2826)
Co-authored-by: hackerman <3372410+aeneasr@users.noreply.github.com> | 1 | chore | null |
317,646 | 01.11.2021 23:54:15 | -7,200 | d328c819323dd0794db635ce211e6c0e5c28f2b2 | fix(pwsh): rename general variables
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -13,12 +13,12 @@ $env:POWERLINE_COMMAND = \"oh-my-posh\"\n$env:CONDA_PROMPT_MODIFIER = $false\n# specific module support (disabled by default)\n-$value = $env:AZ_ENABLED\n-if ($null -eq $value) {\n+$omp_value = $env:AZ_ENABLED\n+if ($null -eq $omp_value) {\n$env:AZ_ENA... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(pwsh): rename general variables
resolves #1148 | 1 | fix | pwsh |
71,626 | 02.11.2021 00:09:24 | -3,600 | 135f7d33db5e96c3af4a8691c13b419e7b14ceae | feat(docdb): add the ability to exclude characters when generating passwords
Add property `excludeCharaters` to provide the ability to exclude characters when generating passwords in DocumentDB.
Requested in
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 licen... | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,7 @@ your instances will be launched privately or publicly:\nconst cluster = new DatabaseCluster(this, 'Database', {\nmasterUser: {\nusername: 'myuser' // NOTE: 'admin' is reserved by DocumentDB\n+ excludeCharacters: '\\\"@/:', // optional, defaults to the se... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(docdb): add the ability to exclude characters when generating passwords (#17262)
Add property `excludeCharaters` to provide the ability to exclude characters when generating passwords in DocumentDB.
Requested in #15732.
----
*By submitting this pull request, I confirm that my contribution is made under t... | 1 | feat | docdb |
679,913 | 02.11.2021 00:19:04 | -3,600 | 611f0da940ab05e1e88b3daafb6cacb8297580a5 | feat(grid-iterators): add clipped shape iterators
add generic clipped() filter iterator
add circleClipped()
add [hv]lineClipped() | [
{
"change_type": "MODIFY",
"diff": "+import { clipped } from \"./clipped.js\";\nimport { hline } from \"./hvline.js\";\nimport { asInt } from \"./utils.js\";\n@@ -45,3 +46,27 @@ export function* circle(cx: number, cy: number, r: number, fill = true) {\ndx2 += 2;\n}\n}\n+\n+/**\n+ * Version of {@link circle}... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(grid-iterators): add clipped shape iterators
- add generic clipped() filter iterator
- add circleClipped()
- add [hv]lineClipped() | 1 | feat | grid-iterators |
679,913 | 02.11.2021 00:21:09 | -3,600 | 714d6f7fc8bfffa37c09dfc2c4251b1041935a24 | feat(pixel): add unsafe getters/setters
update IPixelBuffer and all impls | [
{
"change_type": "MODIFY",
"diff": "@@ -210,6 +210,14 @@ export interface IPixelBuffer<T extends TypedArray = TypedArray, P = any> {\n*/\ngetAt(x: number, y: number): P;\n+ /**\n+ * Non-boundschecked version of {@link IPixelBuffer.getAt}.\n+ *\n+ * @param x\n+ * @param y\n+ */\n+ getAtUnsafe(x: number, y: n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pixel): add unsafe getters/setters
- update IPixelBuffer and all impls | 1 | feat | pixel |
679,913 | 02.11.2021 00:22:26 | -3,600 | d1e284bfceabda62048500d42dbff19a3b1df1e8 | feat(pixel): add shape drawing fns
add drawLine(), drawLineWith()
add drawCircle()
add drawRect() | [
{
"change_type": "ADD",
"diff": "+import type { Fn, UIntArray } from \"@thi.ng/api\";\n+import { circleClipped } from \"@thi.ng/grid-iterators/circle\";\n+import { hlineClipped, vlineClipped } from \"@thi.ng/grid-iterators/hvline\";\n+import { lineClipped } from \"@thi.ng/grid-iterators/line\";\n+import { r... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pixel): add shape drawing fns
- add drawLine(), drawLineWith()
- add drawCircle()
- add drawRect() | 1 | feat | pixel |
679,913 | 02.11.2021 00:25:05 | -3,600 | 243788b23f3242c93276f3dd9e94eb9bcffde321 | build: update deps/exports/keywords | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@thi.ng/grid-iterators\",\n\"version\": \"2.0.6\",\n- \"description\": \"2D grid iterators w/ multiple orderings\",\n+ \"description\": \"2D grid and shape iterators w/ multiple orderings\",\n\"type\": \"module\",\n\"module\": \"./index.js\",\n\"typings\": ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update deps/exports/keywords | 1 | build | null |
71,366 | 02.11.2021 01:47:28 | -32,400 | a9aae097daad475dd57bbf4842956327a6d5a220 | feat(iot): allow setting `description` and `enabled` of TopicRule
I'm trying to implement aws-iot L2 Constructs.
This PR is one of steps after following PR:
*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": "@@ -59,6 +59,8 @@ const func = new lambda.Function(this, 'MyFunction', {\n});\nnew iot.TopicRule(this, 'TopicRule', {\n+ topicRuleName: 'MyTopicRule', // optional\n+ description: 'invokes the lambda finction', // optional\nsql: iot.IotSql.fromStringAsVer20160323(\"SELECT ... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(iot): allow setting `description` and `enabled` of TopicRule (#17225)
I'm trying to implement aws-iot L2 Constructs.
This PR is one of steps after following PR:
- https://github.com/aws/aws-cdk/pull/16681#issuecomment-942233029
----
*By submitting this pull request, I confirm that my contribution is ma... | 1 | feat | iot |
688,524 | 02.11.2021 06:41:55 | 0 | 281de61a52a1f3b500766930e84a7bad2c240b69 | refactor(Container): make gap to fuction as other size props
BREAKING CHANGE: `gap` property accepts different values | [
{
"change_type": "MODIFY",
"diff": "@@ -136,7 +136,7 @@ describe('Badge', () => {\nit('renders medium', () => {\nmount(\n<TestingPicasso>\n- <Container flex style={{ gap: '1rem' }} padded='small'>\n+ <Container flex padded='small'>\n<Container padded='small'>\n<Badge variant='red' size='medium' content={1} ... | TypeScript | MIT License | toptal/picasso | refactor(Container): make gap to fuction as other size props (#2201)
BREAKING CHANGE: `gap` property accepts different values | 1 | refactor | Container |
494,260 | 02.11.2021 07:46:33 | -3,600 | 8c8815b7ced0051eb0120198ae75b8fcf0fce2ba | fix: add base64 to ReadSchema
Closes | [
{
"change_type": "MODIFY",
"diff": "package schema\nimport (\n+ \"encoding/base64\"\n\"encoding/json\"\n\"fmt\"\n\"io\"\n\"io/ioutil\"\n\"net/http\"\n\"os\"\n+ \"strings\"\n\"github.com/ory/kratos/driver/config\"\n\"github.com/ory/x/urlx\"\n@@ -193,6 +195,12 @@ func ReadSchema(schema *Schema) (src io.ReadCl... | Go | Apache License 2.0 | ory/kratos | fix: add base64 to ReadSchema (#1918)
Closes #1529 | 1 | fix | null |
71,243 | 02.11.2021 09:03:29 | -32,400 | 1ab9b265e9899ffcd093b3600d658c8a6519cc69 | feat(synthetics): add static cron method to schedule class
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": "@@ -97,13 +97,15 @@ object to the `schedule` property.\nConfigure a run rate of up to 60 minutes with `Schedule.rate`:\n```ts\n-Schedule.rate(Duration.minutes(5)), // Runs every 5 minutes.\n+Schedule.rate(Duration.minutes(5)) // Runs every 5 minutes.\n```\n-You can also s... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(synthetics): add static cron method to schedule class (#17250)
closes #16402
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | synthetics |
865,917 | 02.11.2021 09:33:51 | -3,600 | 20d06ede6f7eb7d63887f9d3327be4f6c6f569c3 | style: add reduced color scheme
Related to | [
{
"change_type": "MODIFY",
"diff": ":root {\n- --blue-base-65: #4d90ff;\n- --blue-base-65-opacity-10: rgba(77, 144, 255, 0.1);\n- --blue-darken-48: #005df7;\n- --blue-darken-55: #1a70ff;\n- --blue-darken-62: #3c85ff;\n- --blue-lighten-75: #80b0ff;\n- --blue-lighten-82: #a2c5ff;\n- --blue-lighten-93: #dbe9ff... | JavaScript | MIT License | camunda/camunda-modeler | style: add reduced color scheme
Related to #2459 | 1 | style | null |
699,189 | 02.11.2021 09:38:45 | 18,000 | 72dbca259f1ca602688f349bae2f5caf3dc6f4b9 | chore(codemods): update mappings for new Paste components | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/codemods': patch\n+---\n+\n+[Codemods] Updates the mapping file for newly added Paste components\n",
"new_path": ".changeset/silly-maps-dream.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -84,9 +84,6 @@ tools/.cache... | TypeScript | MIT License | twilio-labs/paste | chore(codemods): update mappings for new Paste components (#1989) | 1 | chore | codemods |
791,474 | 02.11.2021 09:57:56 | 25,200 | 9206087f28edc0677a646b47aa6746344444c080 | test(bigtable): randomize table name to avoid collisions | [
{
"change_type": "MODIFY",
"diff": "@@ -1232,8 +1232,12 @@ func TestIntegration_Admin(t *testing.T) {\nt.Errorf(\"adminClient.Tables return %#v. unwanted %#v\", got, unwanted)\n}\n+ uniqueID := make([]byte, 4)\n+ rand.Read(uniqueID)\n+ tableID := fmt.Sprintf(\"conftable%x\", uniqueID)\n+\ntblConf := TableCo... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(bigtable): randomize table name to avoid collisions (#5061) | 1 | test | bigtable |
160,177 | 02.11.2021 10:57:26 | -28,800 | 1ba045aa7c298989f214eecede053a9d507dd0a8 | fix: remove both sourceRuleResults and targetRuleResults | [
{
"change_type": "MODIFY",
"diff": "\"dev\": true\n},\n\"@logicflow/core\": {\n- \"version\": \"0.7.1-alpha.0\",\n- \"resolved\": \"https://registry.npmjs.org/@logicflow/core/-/core-0.7.1-alpha.0.tgz\",\n- \"integrity\": \"sha512-KFvwN7a0OviB70kPzkZtyjirhqMtLk1efmdqfsfb5kAB/u+iURmwM6pGamICMcvjATYxy+f6CFAOsq... | TypeScript | Apache License 2.0 | didi/logicflow | fix: remove both sourceRuleResults and targetRuleResults | 1 | fix | null |
791,704 | 02.11.2021 11:11:21 | 25,200 | e14dadb257cb4c59a684a402bd80c7770d77aa94 | misc: support old devtools in yarn run-devtools | [
{
"change_type": "MODIFY",
"diff": "/**\n* USAGE:\n* Make sure CHROME_PATH is set to a modern version of Chrome.\n- * This script won't work on older versions that use the \"Audits\" panel.\n+ * May work on older versions of Chrome.\n*\n* URL list file: yarn run-devtools < path/to/urls.txt\n* Single URL: ya... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: support old devtools in yarn run-devtools (#13284) | 1 | misc | null |
103,628 | 02.11.2021 11:25:57 | -3,600 | 415494b8c1d7edb946b2335d403d223ed8733085 | chore: remove unused babel presets | [
{
"change_type": "MODIFY",
"diff": "\"typeface-roboto\": \"^0.0.54\"\n},\n\"devDependencies\": {\n- \"@babel/plugin-proposal-class-properties\": \"^7.3.0\",\n- \"@babel/plugin-proposal-object-rest-spread\": \"^7.3.1\",\n- \"@babel/preset-env\": \"^7.3.1\",\n- \"@babel/preset-flow\": \"^7.0.0\",\n- \"@babel/... | TypeScript | MIT License | callstack/react-native-paper | chore: remove unused babel presets (#2952) | 1 | chore | null |
306,320 | 02.11.2021 11:42:49 | 0 | f722f57b60c802918e0f47a2def7ad9b6dafe4f6 | fix(azure): add tier support to Azure Private Link endpoints | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ package azure\nimport (\n\"github.com/infracost/infracost/internal/schema\"\n+ \"github.com/infracost/infracost/internal/usage\"\n\"github.com/shopspring/decimal\"\n\"github.com/tidwall/gjson\"\n)\n@@ -24,16 +25,47 @@ func NewAzureRMPrivateEndpoint(d *sche... | Go | Apache License 2.0 | infracost/infracost | fix(azure): add tier support to Azure Private Link endpoints (#1103) | 1 | fix | azure |
217,922 | 02.11.2021 11:43:26 | -3,600 | 62aa00c3aafd81c3bbeef4a7ed6956387f425bd1 | fix(alarms): fixed alarms triggered by a weather window starting at midnight | [
{
"change_type": "MODIFY",
"diff": "@@ -62,7 +62,7 @@ export class EorzeanTimeService {\nprivate tick(): void {\n// How to mock time:\n// Set date here and uncomment the next 3 lines\n- // const mockDate = new Date(new Date('Oct 09, 2021 8:37:00 GMT').getTime() + this.mockTicks);\n+ // const mockDate = new ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): fixed alarms triggered by a weather window starting at midnight | 1 | fix | alarms |
217,922 | 02.11.2021 11:53:30 | -3,600 | ed52589c4dacd6385f0eaaa4d0d600d4f75eb33f | feat(inventory-synthesis): better ordering for items, based on requirements | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ import { BehaviorSubject, combineLatest, Observable } from 'rxjs';\nimport { map } from 'rxjs/operators';\nimport { SettingsService } from '../../../modules/settings/settings.service';\nimport { InventoryService } from '../../../modules/inventory/inventory... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(inventory-synthesis): better ordering for items, based on requirements | 1 | feat | inventory-synthesis |
126,287 | 02.11.2021 12:23:42 | -3,600 | 898473f3a4619c58a4442ec027dd0dfdba936b03 | Fix: env variable for immudb password must not be set for random generation to occour | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,6 @@ ENV IMMUDB_HOME=\"/usr/share/immudb\" \\\nIMMUDB_DETACHED=\"false\" \\\nIMMUDB_DEVMODE=\"true\" \\\nIMMUDB_MAINTENANCE=\"false\" \\\n- IMMUDB_ADMIN_PASSWORD=\"immudb\" \\\nIMMUADMIN_TOKENFILE=\"/var/lib/immudb/admin_token\"\nRUN addgroup --system --gid $... | Go | Apache License 2.0 | codenotary/immudb | Fix: env variable for immudb password must not be set for random generation to occour (#954) | 1 | fix | null |
103,510 | 02.11.2021 12:30:27 | 10,800 | 5c8544fb3ee191af47499d8af211dfe093e5e82b | fix: make RadioButtonGroup accessible | [
{
"change_type": "MODIFY",
"diff": "@@ -67,9 +67,7 @@ export const RadioButtonContext = React.createContext<RadioButtonContextType>(\n*/\nconst RadioButtonGroup = ({ value, onValueChange, children }: Props) => (\n<RadioButtonContext.Provider value={{ value, onValueChange }}>\n- <View accessible accessibilit... | TypeScript | MIT License | callstack/react-native-paper | fix: make RadioButtonGroup accessible (#2947) | 1 | fix | null |
104,828 | 02.11.2021 12:32:23 | -3,600 | 0c39452130789bbd9626ddd4b2c48b942daa8a84 | fix(list): add reorder lock | [
{
"change_type": "MODIFY",
"diff": "@@ -70,6 +70,8 @@ const propTypes = {\nclose: PropTypes.string,\nloadMore: PropTypes.string,\n}),\n+ /** the ids of locked items that cannot be reordered */\n+ lockedIds: PropTypes.arrayOf(PropTypes.string),\n/** Multiple currently selected items */\nselectedIds: PropType... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(list): add reorder lock
#3016 | 1 | fix | list |
104,828 | 02.11.2021 12:32:45 | -3,600 | 6ae4e9707f93ab1f0a690d1f98dc73af9403860f | fix(hierarchylist): add reorder lock | [
{
"change_type": "MODIFY",
"diff": "@@ -74,6 +74,8 @@ const propTypes = {\nisLoading: PropTypes.bool,\n/** optionally makings each list item a large / fat row */\nisLargeRow: PropTypes.bool,\n+ /** the ids of locked items that cannot be reordered */\n+ lockedIds: PropTypes.arrayOf(PropTypes.string),\n/** De... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(hierarchylist): add reorder lock
#3016 | 1 | fix | hierarchylist |
141,589 | 02.11.2021 12:50:36 | -39,600 | 219aa74925688d3334e3b7c765b1484278967608 | docs: Add Storybook documentation for Heading, Paragraph and Box
docs: Add Heading docs
docs: Add Paragraph docs
docs: Add Box docs | [
{
"change_type": "ADD",
"diff": "+@import \"~@kaizen/design-tokens/sass/spacing\";\n+@import \"~@kaizen/design-tokens/sass/typography\";\n+@import \"~@kaizen/design-tokens/sass/color\";\n+\n+%boxStoriesText {\n+ font-family: $typography-paragraph-body-font-family;\n+ font-weight: $typography-paragraph-body-... | TypeScript | MIT License | cultureamp/kaizen-design-system | docs: Add Storybook documentation for Heading, Paragraph and Box (#1150)
docs: Add Heading docs
docs: Add Paragraph docs
docs: Add Box docs
Co-authored-by: Lloyd Stubber <lloyd@squareyes.info>
Co-authored-by: ActuallyACat <allanna.beaton@gmail.com> | 1 | docs | null |
317,864 | 02.11.2021 13:15:59 | -25,200 | cd5b56043520959918af4e440a1532b2628f000d | theme: add mojada | [
{
"change_type": "ADD",
"diff": "+{\n+ \"blocks\": [{\n+ \"type\": \"prompt\",\n+ \"alignment\": \"left\",\n+ \"newline\": true,\n+ \"segments\": [{\n+ \"type\": \"os\",\n+ \"style\": \"diamond\",\n+ \"leading_diamond\": \"\\uE0B6\",\n+ \"trailing_diamond\": \"\",\n+ \"foreground\": \"#0077c2\",\n+ \"backgr... | Go | MIT License | jandedobbeleer/oh-my-posh | theme: add mojada | 1 | theme | null |
826,679 | 02.11.2021 13:16:56 | -3,600 | 25bc579ed0980f45f2cca79e043de6f43620f3d5 | docs: add link to quickstart in config reference docs | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ This reference configuration documents all keys, also deprecated ones! It is a\nreference for all possible configuration values.\nIf you are looking for an example configuration, it is better to try out the\n-quickstart.\n+[quickstart](../quickstart.mdx)... | Go | Apache License 2.0 | ory/keto | docs: add link to quickstart in config reference docs (#775) | 1 | docs | null |
73,326 | 02.11.2021 13:38:07 | -7,200 | 0386cbe00bf673bf5c4cfdca90d0e9bf3fd50aa4 | chore: simplify auto approve mechanism
Complementary of
Related to
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: | [
{
"change_type": "MODIFY",
"diff": "@@ -5,11 +5,7 @@ on: pull_request\njobs:\nauto-approve:\n- if: >\n- github.event.pull_request.user.login == 'dependabot[bot]'\n- || github.event.pull_request.user.login == 'dependabot-preview[bot]'\n- || (contains(github.event.pull_request.labels.*.name, 'pr/auto-approve'... | TypeScript | Apache License 2.0 | aws/jsii | chore: simplify auto approve mechanism (#3110)
Complementary of https://github.com/aws/aws-cdk/pull/17264
Related to https://github.com/cdklabs/cdk-ops/pull/1759
---
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: ht... | 1 | chore | null |
127,944 | 02.11.2021 13:40:16 | -7,200 | 842a770f4f4fff94ee49242eca08464f54ac2b2a | refactor(sportsbetdark.ts sportsbetlight.ts): write color codes in uppercase | [
{
"change_type": "MODIFY",
"diff": "@@ -41,8 +41,8 @@ const color = {\n100: '#8697A2',\n},\nwhis: {\n- 100: '#1da1f2',\n- 10: '#19a9e2',\n+ 100: '#1DA1F2',\n+ 10: '#19A9E2',\n}\n};\n",
"new_path": "packages/themes/src/sportsbetDark/sportsbetDark.ts",
"old_path": "packages/themes/src/sportsbetDark/sp... | TypeScript | MIT License | coingaming/moon-design | refactor(sportsbetdark.ts sportsbetlight.ts): write color codes in uppercase | 1 | refactor | sportsbetdark.ts sportsbetlight.ts |
104,828 | 02.11.2021 13:45:54 | -3,600 | 31d07c2b732c9796332106880c08e6e585ecadc4 | doc(list): update documentation with lockedIds prop | [
{
"change_type": "MODIFY",
"diff": "@@ -75,6 +75,7 @@ const yankees = {\n| i18n.expand | string | Expand' | |\n| i18n.close | string | 'Close' | |\n| i18n.loadMore | string | 'Load more...' | |\n+| lockedIds | arrayOf(string) | [] | The ids of locked items that cannot be reordered |\n| selectedIds | arrayOf... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | doc(list): update documentation with lockedIds prop | 1 | doc | list |
739,260 | 02.11.2021 13:47:38 | -3,600 | 9905c5187d0cf9875ea0c6eaa5e0b16d28a07939 | fix: position for label | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import { shouldForwardProp } from '@welcome-ui/system'\nexport const Label = styled('label').withConfig({ shouldForwardProp })(\n({ required }) => css`\n+ position: relative;\ndisplay: flex;\nflex-shrink: 0;\nalign-items: flex-start;\n",
"new_path": "p... | TypeScript | MIT License | wttj/welcome-ui | fix: position for label (#949) | 1 | fix | null |
386,581 | 02.11.2021 13:56:48 | -7,200 | 86533ee6a9f93a71c0e66b89924ff737d7e1d47b | feat: Add requests support to package | [
{
"change_type": "ADD",
"diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Add requests support to @lowdefy/api package | 1 | feat | null |
277,273 | 02.11.2021 13:58:14 | 25,200 | 926ceebeb8234e8c62e45eebf7e8452a4acb30f6 | feat: Add markdown support to tall and wide info cards (per docs) | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ import { Model, S } from 'h2o-wave'\nimport React from 'react'\nimport { stylesheet } from 'typestyle'\nimport { cards } from './layout'\n+import { Markdown } from './markdown'\nimport { centerMixin, clas, cssVar, pc } from './theme'\nimport { bond, wave... | Python | Apache License 2.0 | h2oai/wave | feat: Add markdown support to tall and wide info cards (per docs) #967 | 1 | feat | null |
791,704 | 02.11.2021 14:09:16 | 25,200 | c320529bca4eead93178aef0f000f5cd9da05ca9 | core: fix launching chrome in node 17 | [
{
"change_type": "MODIFY",
"diff": "@@ -156,7 +156,7 @@ function getFlags(manualArgv, options = {}) {\n},\n'hostname': {\ntype: 'string',\n- default: 'localhost',\n+ default: '127.0.0.1',\ndescribe: 'The hostname to use for the debugging protocol.',\n},\n'form-factor': {\n",
"new_path": "lighthouse-cli/... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: fix launching chrome in node 17 (#13301) | 1 | core | null |
815,577 | 02.11.2021 14:17:19 | -28,800 | ef773c9fa7054d695da0c4be5869e817dc6b9854 | chore: remove inflight block struct's compact's record | [
{
"change_type": "MODIFY",
"diff": "@@ -62,20 +62,12 @@ impl<'a> BlockTransactionsProcess<'a> {\nlet missing_uncles: Vec<u32>;\nlet mut collision = false;\n- {\n- self.relayer\n- .shared\n- .state()\n- .write_inflight_blocks()\n- .remove_compact_by_peer(self.peer, &block_hash);\n- }\n-\nif let Entry::Occupi... | Rust | MIT License | nervosnetwork/ckb | chore: remove inflight block struct's compact's record | 1 | chore | null |
866,394 | 02.11.2021 14:29:30 | 14,400 | d371fe89325bde199cc05a8362381f7326dd2777 | test(e2e): fix masthead overflow e2e tests
### Related Ticket(s)
No related issue
### Description
More of a bandaid fix, this adds a wait for the Masthead overflow scroll to complete before checking the element is disabled.
### Changelog
**Changed**
`masthead.e2e.js` | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/.yarn/offline-mirror/cypress-wait-until-1.7.2.tgz differ\n",
"new_path": ".yarn/offline-mirror/cypress-wait-until-1.7.2.tgz",
"old_path": ".yarn/offline-mirror/cypress-wait-until-1.7.2.tgz"
},
{
"change_type": "MODIFY",
"diff"... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | test(e2e): fix masthead overflow e2e tests (#7560)
### Related Ticket(s)
No related issue
### Description
More of a bandaid fix, this adds a wait for the Masthead overflow scroll to complete before checking the element is disabled.
### Changelog
**Changed**
- `masthead.e2e.js` | 1 | test | e2e |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.