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
104,828
08.12.2021 12:14:50
-3,600
460855f4ad0e4e7f72b441d5be7f52068265e32d
feat(list): improve load more
[ { "change_type": "MODIFY", "diff": "@@ -117,7 +117,7 @@ const defaultProps = {\nsearchPlaceHolderText: 'Enter a value',\nexpand: 'Expand',\nclose: 'Close',\n- loadMore: 'Load more...',\n+ loadMore: 'View more',\n},\niconPosition: 'left',\nlockedIds: [],\n", "new_path": "packages/react/src/components/Lis...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(list): improve load more
1
feat
list
777,374
08.12.2021 12:25:00
28,800
6432ca9fc1392d573216ea918e9e7708ad774acd
fix: `det model list-versions --json`
[ { "change_type": "MODIFY", "diff": "@@ -92,7 +92,7 @@ def model_by_name(args: Namespace) -> Model:\ndef list_versions(args: Namespace) -> None:\nmodel = model_by_name(args)\nif args.json:\n- r = api.get(args.master, \"models/{}/versions\".format(model.model_id))\n+ r = api.get(args.master, \"api/v1/models/{...
Python
Apache License 2.0
determined-ai/determined
fix: `det model list-versions --json` (#3292)
1
fix
null
317,646
08.12.2021 12:51:23
-3,600
4294351e6f7aeeef4771e60f0af1aeb07ab752f6
revert(windows): force the use of .exe This reverts commit Resolves
[ { "change_type": "MODIFY", "diff": "@@ -270,9 +270,6 @@ func (env *environment) getRuntimeGOOS() string {\n}\nfunc (env *environment) runCommand(command string, args ...string) (string, error) {\n- if env.getRuntimeGOOS() == windowsPlatform && !strings.HasSuffix(command, \".exe\") {\n- command += \".exe\"\n...
Go
MIT License
jandedobbeleer/oh-my-posh
revert(windows): force the use of .exe This reverts commit f00f5f9cf7da43a5c5f3c7ebd757b4293ac11f13. Resolves #1387
1
revert
windows
756,051
08.12.2021 13:10:52
21,600
280e95e43c4f578b72e7be1d88bffa3ec5133390
docs: document dev tools for contributors (esp go 1.17)
[ { "change_type": "MODIFY", "diff": "-# Landing pull requests\n+# Contributing to the Agoric SDK\n+\n+Thanks for getting involved!\n+\n+## Platforms, Dev Tools and Testing\n+\n+We support MacOS, linux, and Windows Subsystem for Linux (wsl).\n+\n+For many of the packages here, JavaScript development tools suf...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs: document dev tools for contributors (esp go 1.17)
1
docs
null
865,939
08.12.2021 13:32:51
-3,600
1b408811b720f0afa2ddad94ab5f8b02c70b38af
feat(notifications): update deployment notifications content Closes
[ { "change_type": "MODIFY", "diff": "}\n}\n- div {\n+ & > div {\ndisplay: flex;\nsvg {\nborder-radius: 100%;\n}\n}\n+\n+ a[href] {\n+ color: var(--overlay-link-color);\n+ }\n+\n+ code {\n+ font-family: var(--font-family-monospace);\n+ user-select: text;\n+ background-color: var(--color-grey-225-10-90);\n+ bo...
JavaScript
MIT License
camunda/camunda-modeler
feat(notifications): update deployment notifications content Closes #2607
1
feat
notifications
711,597
08.12.2021 13:33:55
-3,600
eefd659eaf09a3af6717b7c493d5f6ab5267509a
refactor(testing): Populate customers without using graphql api
[ { "change_type": "MODIFY", "diff": "// tslint:disable-next-line:no-reference\n/// <reference path=\"../../core/typings.d.ts\" />\n-import { bootstrap, JobQueueService } from '@vendure/core';\n+import { bootstrap, JobQueueService, Logger } from '@vendure/core';\nimport { populate } from '@vendure/core/cli/po...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(testing): Populate customers without using graphql api
1
refactor
testing
472,067
08.12.2021 13:34:02
-32,400
6b88a5fd5fd8677aec82add4fe3552674ace69cc
fix(spindle-ui): correct button tokens
[ { "change_type": "MODIFY", "diff": "--Button--contained-onActive-backgroundColor: var(--primary-green-100);\n--Button--contained-onHover-backgroundColor: var(--primary-green-100);\n- --Button--outlined-borderColor: var(--color-surface-accent-primary);\n- --Button--outlined-color: var(--color-surface-accent-...
TypeScript
MIT License
openameba/spindle
fix(spindle-ui): correct button tokens
1
fix
spindle-ui
251,208
08.12.2021 13:36:37
-19,080
6805605dba92f9c9910d4c8295c37e03b9852fdc
feat: casa plugin for email-2fa as a 2FA method
[ { "change_type": "MODIFY", "diff": "@@ -367,3 +367,10 @@ pwdless.other=Use another account\n# Stytch\nstytch.pageTitle = Stytch 2FA Login\n+\n+#casa plugin - email otp\n+casa.email_2fa.title= Email OTP\n+casa.email_2fa.text=The Email OTP method enables you to authenticate using the one-time password (OTP) t...
Java
MIT License
gluufederation/oxauth
feat: casa plugin for email-2fa as a 2FA method
1
feat
null
317,646
08.12.2021 13:36:44
-3,600
930fc2bfcc9ca5ef24c131a8f1b049567df975c1
refactor(git): branch status as setter
[ { "change_type": "MODIFY", "diff": "@@ -182,7 +182,7 @@ func (g *git) string() string {\nif displayStatus || statusColorsEnabled {\ng.setGitStatus()\ng.setGitHEADContext()\n- g.BranchStatus = g.getBranchStatus()\n+ g.setBranchStatus()\n} else {\ng.Working = &GitStatus{}\ng.Staging = &GitStatus{}\n@@ -224,7 ...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor(git): branch status as setter
1
refactor
git
711,597
08.12.2021 13:37:04
-3,600
6dff2eb75dde8a0f0fee46a7d95e7eb4844a7ed5
chore: Reinstate sqljs e2e tests in CI
[ { "change_type": "MODIFY", "diff": "@@ -109,7 +109,7 @@ jobs:\noptions: --health-cmd=\"curl --silent --fail localhost:9200/_cluster/health\" --health-interval=10s --health-timeout=5s --health-retries=3\nstrategy:\nmatrix:\n- db: [mariadb, mysql, postgres]\n+ db: [sqljs, mariadb, mysql, postgres]\nsteps:\n- ...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Reinstate sqljs e2e tests in CI
1
chore
null
277,286
08.12.2021 13:45:44
-3,600
cad954f275298f9a62ceba49b1b958dc3e07f1a2
build: Do not patch plugin.xml with default since/until versions
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,7 @@ intellij {\npluginName.set(properties(\"pluginName\"))\nversion.set(properties(\"platformVersion\"))\ntype.set(properties(\"platformType\"))\n+ intellij.updateSinceUntilBuild.set(false)\n// Plugin Dependencies. Uses `platformPlugins` property from the gr...
Python
Apache License 2.0
h2oai/wave
build: Do not patch plugin.xml with default since/until versions
1
build
null
711,597
08.12.2021 14:20:37
-3,600
8749d0e6bf14dc572784a4c61e33e47b503f3e13
test(core): Fix list options e2e test
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,8 @@ describe('generateListOptions()', () => {\nDESC\n}\n+ input IDOperators { dummy: String }\n+\ninput StringOperators { dummy: String }\ninput BooleanOperators { dummy: String }\n@@ -268,6 +270,7 @@ describe('generateListOptions()', () => {\nexpect(printTy...
TypeScript
MIT License
vendure-ecommerce/vendure
test(core): Fix list options e2e test
1
test
core
815,585
08.12.2021 14:21:55
-28,800
205a8885aee021a50bf888c5276d4186c16852da
ci(test data): add sync-mainnet test data to postgres
[ { "change_type": "MODIFY", "diff": "@@ -5,39 +5,54 @@ on:\n- cron: '0 0 * * *'\npush:\nbranches:\n- - sync-mainnet-dashboard\n-\n+ - 'pkg/*'\njobs:\nsync-mainnet:\nruns-on: [ self-hosted, linux ]\n- # if: ${{ github.repository_owner == 'nervosnetwork' }}\n+ if: ${{ github.repository_owner == 'nervosnetwork'...
Rust
MIT License
nervosnetwork/ckb
ci(test data): add sync-mainnet test data to postgres
1
ci
test data
711,597
08.12.2021 14:29:44
-3,600
0ab212e80822d6ebe12e0caebf0dae0760f7809a
feat(admin-ui): Add filtering to FacetListComponent
[ { "change_type": "MODIFY", "diff": "<vdr-action-bar>\n<vdr-ab-left>\n+ <div class=\"flex center wrap\">\n<vdr-language-selector\n[availableLanguageCodes]=\"availableLanguages$ | async\"\n[currentLanguageCode]=\"contentLanguage$ | async\"\n(languageCodeChange)=\"setLanguage($event)\"\n></vdr-language-selecto...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Add filtering to FacetListComponent
1
feat
admin-ui
777,353
08.12.2021 14:40:36
21,600
6686b5f32e20e5cc85c5e4ae35e36c30cd8ae8bb
fix: update use in notebook code snippet
[ { "change_type": "MODIFY", "diff": "@@ -129,16 +129,21 @@ const ModelVersionHeader: React.FC<Props> = (\nconst referenceText = useMemo(() => {\nreturn (\n`from determined.experimental import Determined\n-model = Determined().get_model(${modelVersion?.model?.id})\n-ckpt = model.get_version(${modelVersion?.id...
Python
Apache License 2.0
determined-ai/determined
fix: update use in notebook code snippet [DET-6305] (#3288)
1
fix
null
777,385
08.12.2021 14:51:47
28,800
26b6d26b9b4801e94fc71e9d4e5cb724b54b365a
fix: pass get_trials sort parameters to REST
[ { "change_type": "MODIFY", "diff": "@@ -112,7 +112,13 @@ class ExperimentReference:\norder_by: Whether to sort in ascending or descending order. See\n:class:`~determined.experimental.TrialOrderBy`.\n\"\"\"\n- r = self._session.get(f\"/api/v1/experiments/{self.id}/trials\")\n+ r = self._session.get(\n+ f\"/a...
Python
Apache License 2.0
determined-ai/determined
fix: pass get_trials sort parameters to REST (#3291)
1
fix
null
749,532
08.12.2021 15:01:39
25,200
65a505525ea4000960c91cf184bd658bcb2dce20
fix(datepicker): remove calender dom elements when hidden
[ { "change_type": "MODIFY", "diff": "{\n\"index.cjs.js\": {\n- \"bundled\": 133388,\n- \"minified\": 75449,\n- \"gzipped\": 16824\n+ \"bundled\": 133419,\n+ \"minified\": 75464,\n+ \"gzipped\": 16830\n},\n\"index.esm.js\": {\n- \"bundled\": 130227,\n- \"minified\": 72787,\n- \"gzipped\": 16642,\n+ \"bundled\...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(datepicker): remove calender dom elements when hidden (#1253)
1
fix
datepicker
711,597
08.12.2021 15:02:07
-3,600
136a483f71d0bfbeb1235c01ea3e3935fc948738
docs: Improve custom fields docs
[ { "change_type": "MODIFY", "diff": "@@ -81,6 +81,78 @@ The built-in form inputs are listed in the [DefaultFormConfigHash docs]({{< relr\nIf you want to use a completely custom form input component which is not provided by the Admin UI, you'll need to create a plugin which [extends the Admin UI]({{< relref \...
TypeScript
MIT License
vendure-ecommerce/vendure
docs: Improve custom fields docs
1
docs
null
777,389
08.12.2021 15:20:21
28,800
e06e307d5215bf94261c71a3d70c21ab4d2876ac
fix: open job queue task links in a new tab
[ { "change_type": "MODIFY", "diff": "@@ -7,12 +7,12 @@ import Badge, { BadgeType } from 'components/Badge';\nimport Icon from 'components/Icon';\nimport Link from 'components/Link';\nimport { relativeTimeRenderer } from 'components/Table';\n-import { openBlank, paths } from 'routes/utils';\n+import { paths }...
Python
Apache License 2.0
determined-ai/determined
fix: open job queue task links in a new tab (#3293)
1
fix
null
711,597
08.12.2021 15:27:34
-3,600
79284b8d0517c569c0612ce497f6a497e5ac6ec2
chore(payments-plugin): Fix bad import
[ { "change_type": "MODIFY", "diff": "@@ -3,14 +3,12 @@ import {\nCustomer,\nEntityHydrator,\nInjector,\n- InternalServerError,\nLogger,\nOrder,\nPaymentMethodHandler,\nRequestContext,\nTransactionalConnection,\n} from '@vendure/core';\n-import { ConfigArgValues } from '@vendure/core/src/common/configurable-o...
TypeScript
MIT License
vendure-ecommerce/vendure
chore(payments-plugin): Fix bad import
1
chore
payments-plugin
777,379
08.12.2021 15:28:51
18,000
9707b820b876ad0491a2ceccc1d17d37f0a53e85
Fix: send activate param from WebUI to API
[ { "change_type": "MODIFY", "diff": "@@ -222,6 +222,7 @@ export const createExperiment: Service.DetApi<\nrequest: (params: Service.CreateExperimentParams, options) => {\nreturn detApi.Internal.createExperiment(\n{\n+ activate: params.activate,\nconfig: params.experimentConfig,\nparentId: params.parentId,\n},...
Python
Apache License 2.0
determined-ai/determined
Fix: send activate param from WebUI to API (#3290)
1
fix
null
551,634
08.12.2021 15:33:53
0
61f2dc437d99f43d411daf389f4fcda0dfb0b3a5
fix(ci): fix binary pipeline to run make on all platforms
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,7 @@ stages:\n- bash: |\necho \"##vso[task.setvariable variable=OS_MAPPING]$(Linux-X64)\"\n- sudo apt-get install -y nasm g++-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu gcc-mingw-w64\n+ sudo apt-get install -y nasm g++-10-aarch64-linux-gnu gcc-10-aarch64-l...
Java
Apache License 2.0
questdb/questdb
fix(ci): fix binary pipeline to run make on all platforms (#1660)
1
fix
ci
4,984
08.12.2021 15:36:28
18,000
c638ca58a8ce5d601def55a500329994e1ad8f8e
docs(csv-parse): reflect csv-parse option rename
[ { "change_type": "MODIFY", "diff": "@@ -64,6 +64,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n* esm migration ([b5c0d4b](https://github.com/adaltas/node-csv/commit/b5c0d4b191c8b57397808c0922a3f08248506a9f))\n* export ts types in sync ([890bf8d](https://github.com/ad...
JavaScript
MIT License
adaltas/node-csv
docs(csv-parse): reflect csv-parse option rename
1
docs
csv-parse
865,921
08.12.2021 16:11:16
-3,600
1fee21f317cbd923970533f7d37a6ad7ffae5ad6
ci: run against node@14, not LTS LTS now changed to 16 and we're not compatible with it yet.
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ jobs:\n- name: Use Node.js\nuses: actions/setup-node@v2\nwith:\n- node-version: 'lts/*'\n+ node-version: 14\n- name: Cache Node.js modules\nuses: actions/cache@v2\nwith:\n", "new_path": ".github/workflows/BUILD_ON_DEMAND.yml", "old_path": ".githu...
JavaScript
MIT License
camunda/camunda-modeler
ci: run against node@14, not LTS LTS now changed to 16 and we're not compatible with it yet.
1
ci
null
815,585
08.12.2021 16:12:18
-28,800
3a716983c70277887a10c16b23c5e5430b66e0e1
ci: ckb service start failed on self runner,fix it
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,7 @@ jobs:\nrm -rf /tmp/ckb_*\n- name: Update ExecStart&StandardOutput\nrun: |\n+ sed -i \"s#User=.*#User=$USER#g\" ${{ github.workspace }}/devtools/smoking_test/ckb.service\nsed -i \"s#ExecStart=.*#ExecStart=${{github.workspace}}/ckb run -C ${{github.workspa...
Rust
MIT License
nervosnetwork/ckb
ci: ckb service start failed on self runner,fix it
1
ci
null
126,276
08.12.2021 16:16:20
10,800
32453b39259d468af7b04b38e38a0119a1da0225
chore(embedded/sql): use sql standard escaping with single quotes
[ { "change_type": "MODIFY", "diff": "@@ -787,7 +787,7 @@ func TestUpdate(t *testing.T) {\n_, _, err = engine.Exec(\"CREATE DATABASE db1\", nil, nil)\nrequire.NoError(t, err)\n- _, _, err = engine.Exec(\"UPDATE table1 SET title = 'title11' WHERE title = 'title\", nil, nil)\n+ _, _, err = engine.Exec(\"UPDATE ...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): use sql standard escaping with single quotes Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
141,516
08.12.2021 16:50:42
-39,600
69cb9494eebc1e2a5448f878519f93ebc570f548
fix: bump release timeout to allow for longer builds when multiple packages are changed
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ x-defaults: &defaults\nsteps:\n- name: \":balloon: Release\"\ncommand: \".buildkite/scripts/release.sh\"\n- timeout_in_minutes: 15\n+ timeout_in_minutes: 30\nbranches: \"master\"\n<<: *defaults\nplugins:\n", "new_path": ".buildkite/pipeline.yaml", ...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: bump release timeout to allow for longer builds when multiple packages are changed (#2350)
1
fix
null
780,866
08.12.2021 16:56:15
10,800
f60cfe07aff2956065ebc81b6ba091089aaa59ed
fix(components/discount-applier): check `localAmountTotal` (without current discount) instead of `amount.total` fixes
[ { "change_type": "MODIFY", "diff": "@@ -213,7 +213,7 @@ export default {\n}\n} else if (\nisForceUpdate ||\n- (!this.isUpdateSheduled && this.amount && this.amount.total)\n+ (!this.isUpdateSheduled && this.amount && this.localAmountTotal)\n) {\nthis.fetchDiscountOptions()\n}\n", "new_path": "@ecomplus/s...
JavaScript
MIT License
ecomplus/storefront
fix(components/discount-applier): check `localAmountTotal` (without current discount) instead of `amount.total` [#578] fixes https://github.com/ecomplus/storefront/issues/578
1
fix
components/discount-applier
780,866
08.12.2021 16:57:35
10,800
83ccbdffc8a77d0861ecd9df36759c7f2c305c63
chore(vscode): set files eol lf and new final line settings
[ { "change_type": "MODIFY", "diff": "{\n\"workbench.colorTheme\": \"Default Dark+\",\n\"editor.tabSize\": 2,\n+ \"files.eol\": \"\\n\",\n+ \"files.insertFinalNewline\": true,\n\"files.autoSaveDelay\": 5000,\n\"standard.run\": \"onSave\",\n\"yaml.schemas\": {\n", "new_path": ".vscode/settings.json", "...
JavaScript
MIT License
ecomplus/storefront
chore(vscode): set files eol lf and new final line settings
1
chore
vscode
705,211
08.12.2021 16:58:39
18,000
5e8060c4c15d2b92805ced2bddebe00566c5e108
docs: Add migration documentation from 1.0 to 1.1
[ { "change_type": "MODIFY", "diff": "@@ -93,7 +93,7 @@ Here is what ColorPaletteOverride.xaml would contain if you want both light and\n3. Initialize the material resources. The order in which the different resources are loaded is important. Add this to `App.xaml`\n```xml\n<MaterialColors xmlns=\"using:Uno.M...
C#
Apache License 2.0
unoplatform/uno.themes
docs: Add migration documentation from 1.0 to 1.1
1
docs
null
217,922
08.12.2021 17:05:55
-3,600
6fec5e00de5ae2a17d8ba1ab72dafe72fb4608b6
fix(lists): fixed import from Garlandtools
[ { "change_type": "MODIFY", "diff": "@@ -104,7 +104,7 @@ export class CommissionsEffects {\nreturn [action, char, userId, partialCommission];\n}),\nswitchMap(([a, c, uid, partialCommission]) => {\n- return this.lazyData.getDatacenterForServer(char.Server).pipe(\n+ return this.lazyData.getDatacenterForServer(...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(lists): fixed import from Garlandtools
1
fix
lists
471,402
08.12.2021 17:50:47
-7,200
3d7a4d61bcc22327518093ea95b35d24e7a44bef
fix(init-logger): init logger for react-load example
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import { WebTracerProvider } from '@opentelemetry/sdk-trace-web';\nimport { BaseOpenTelemetryComponent } from '@opentelemetry/plugin-react-load';\nimport { ZoneContextManager } from '@opentelemetry/context-zone';\nimport { CollectorTraceExporter } from '@o...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
fix(init-logger): init logger for react-load example (#764) Co-authored-by: Naseem <24660299+naseemkullah@users.noreply.github.com>
1
fix
init-logger
603,467
08.12.2021 17:53:35
0
2577c9c8905380b0e71b35795867bd5bc429e8b0
docs(readme): replaced David DM badge with Libraries.io because of alanshaw/david#179
[ { "change_type": "MODIFY", "diff": "[![Build Status](https://github.com/serenity-js/serenity-js/workflows/Release%20Pipeline/badge.svg)](https://github.com/serenity-js/serenity-js/actions)\n[![Sauce Test Status](https://saucelabs.com/buildstatus/jan-molak)](https://app.saucelabs.com/u/jan-molak)\n[![Known V...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(readme): replaced David DM badge with Libraries.io because of alanshaw/david#179
1
docs
readme
217,922
08.12.2021 18:07:59
-3,600
9321d4799d38d22216f71f6518f7c9795e045856
fix(allagan-reports): fixed duration field sometimes required while it should not
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ export interface LazyShop {\nexport interface Trade {\ncurrencies: Currency[];\nitems: Currency[];\n+ requiredFateRank?: number;\nrequiredGCRank?: number;\n}\n", "new_path": "apps/client/src/app/lazy-data/model/lazy-shop.ts", "old_path": "apps/cl...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(allagan-reports): fixed duration field sometimes required while it should not
1
fix
allagan-reports
217,922
08.12.2021 18:22:40
-3,600
af9f933a676673e4ec3c4d844ac9d3319dd0c858
fix(list): fixed rotation link result sometimes showing as collectability while it shouldn't
[ { "change_type": "MODIFY", "diff": "@@ -186,7 +186,8 @@ export class ItemRowButtonsComponent extends TeamcraftComponent {\nnotFavoriteCopyMode = this.settings.preferredCopyType === 'classic' ? 'isearch' : 'classic';\ncollectable$ = observeInput(this, 'itemId').pipe(\n- switchMap(itemId => this.lazyData.getR...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed rotation link result sometimes showing as collectability while it shouldn't
1
fix
list
217,922
08.12.2021 18:30:30
-3,600
3bf4c189b1ad544d47ede64d723df20ff51318dc
fix(gearsets): fixed RPR and SGE gearsets not being created properly
[ { "change_type": "MODIFY", "diff": "@@ -519,6 +519,7 @@ export class StatsService {\ncase 20:\ncase 22:\ncase 34:\n+ case 39:\nreturn BaseParam.STRENGTH;\n// DEX-based DPS\ncase 5:\n@@ -533,6 +534,7 @@ export class StatsService {\ncase 24:\ncase 28:\ncase 33:\n+ case 40:\nreturn BaseParam.MIND;\n// Caster D...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(gearsets): fixed RPR and SGE gearsets not being created properly
1
fix
gearsets
217,922
08.12.2021 18:35:13
-3,600
4eafa69cbeb79e65e1018e426b6dbb7b5dbb252c
feat(lists): disabled slow mode for offline lists
[ { "change_type": "MODIFY", "diff": "@@ -93,8 +93,8 @@ export class PacketCaptureTrackerService {\n);\nconst debouncedPatches$ = patches$.pipe(debounceTime(8000));\n- const statusIsNull$ = combineLatest([patches$, eventStatus$]).pipe(\n- filter(([, status]) => status === null)\n+ const statusIsNull$ = combin...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(lists): disabled slow mode for offline lists
1
feat
lists
217,922
08.12.2021 18:59:10
-3,600
aacd0143eae3439cb4b4ba63ed02eb65f95ba2ca
fix(gearsets): fixed materias not being removed properly in popup
[ { "change_type": "MODIFY", "diff": "@@ -268,7 +268,7 @@ export class MateriaService {\nconst baseValue = itemLevel[baseParam.Name_en.replace(/\\s/g, '')];\nconst slotModifier = baseParam[meldingData.prop];\nconst roleModifier = baseParam[`MeldParam${meldingData.modifier}`];\n- return Math.round(baseValue * ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(gearsets): fixed materias not being removed properly in popup
1
fix
gearsets
217,922
08.12.2021 18:59:40
-3,600
a0aebcba7d9efb1abb24f5325cff2e8b42aab92c
perf(gearset): fixed performance issue with materia editor popup
[ { "change_type": "MODIFY", "diff": "@@ -51,16 +51,34 @@ export class MateriasPopupComponent {\nmobileEdit: number;\n+ bonusesCache: Record<string, Observable<{ overcapped: boolean, value: number }>> = {};\n+ meldingChancesCache: Record<string, Observable<number>> = {};\n+\nconstructor(private lazyData: Lazy...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
perf(gearset): fixed performance issue with materia editor popup
1
perf
gearset
104,828
08.12.2021 20:39:08
-3,600
36c9a1048b10e959b5a5cdfa1db0a640ca530512
fix(list): large rows styling
[ { "change_type": "MODIFY", "diff": "@@ -241,6 +241,7 @@ export const WithSecondaryValue = () => (\n},\n})\n)}\n+ isLargeRow={boolean('isLargeRow', false)}\nisLoading={boolean('isLoading', false)}\nisVirtualList={boolean('isVirtualList', false)}\n/>\n@@ -292,17 +293,18 @@ export const WithRowActionsSingle = ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(list): large rows styling
1
fix
list
756,051
08.12.2021 20:45:13
21,600
2be2939dc648988e7a8d7fdb7db9c7334c285f40
feat(vats): boostrap-core connects vattp<->mailbox (WIP) REGRESSION: bootstrap.js is skipped! - provide bootstrap() method per swingset - avoid: deliverInboundMessages before registerInboundHandler - refactor(vats): factor out connectVattpWithMailbox
[ { "change_type": "MODIFY", "diff": "}\n},\n\"bootstrap\": {\n- \"sourceSpec\": \"./src/bootstrap.js\"\n+ \"sourceSpec\": \"./src/bootstrap-core.js\"\n}\n}\n}\n", "new_path": "packages/vats/decentral-config.json", "old_path": "packages/vats/decentral-config.json" }, { "change_type": "ADD", ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(vats): boostrap-core connects vattp<->mailbox (WIP) REGRESSION: bootstrap.js is skipped! - provide bootstrap() method per swingset - avoid: deliverInboundMessages before registerInboundHandler - refactor(vats): factor out connectVattpWithMailbox
1
feat
vats
217,231
08.12.2021 20:55:28
-10,800
c9f407c6a8c56ea2bef64575fa5afebc6e28e4fb
feat: Docusaurus OpenGraph plugin template and config. Connect plugin to Docusaurus.
[ { "change_type": "MODIFY", "diff": "require(\"dotenv\").config();\n+const path = require(\"path\");\nconst { REDIRECTS, SECTIONS, LEGACY_ROUTES } = require(\"./routes.config\");\nconst DOMAIN = \"https://feature-sliced.design/\";\n@@ -254,6 +255,12 @@ const plugins = [\n},\n],\nprocess.env.HOTJAR_ID && \"do...
JavaScript
MIT License
feature-sliced/documentation
feat: Docusaurus OpenGraph plugin template and config. Connect plugin to Docusaurus.
1
feat
null
217,231
08.12.2021 20:57:57
-10,800
706a4de888c07483d8e1ae68ad571bc09abb19aa
feat: inject OpenGraph Meta to Docusaurus Doc.
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,12 @@ module.exports = {\n},\n],\n\"linebreak-style\": [2, \"unix\"],\n+ \"import/no-unresolved\": [\n+ \"error\",\n+ {\n+ ignore: [\"^@theme-original\"],\n+ },\n+ ],\n},\nsettings: {\n\"import/resolver\": {\n", "new_path": "website/.eslintrc.js", "ol...
JavaScript
MIT License
feature-sliced/documentation
feat: inject OpenGraph Meta to Docusaurus Doc.
1
feat
null
217,231
08.12.2021 21:03:53
-10,800
c1af82fa51fd6a8bc880c857a2f521c290861f81
refactor: split to 2 PR.
[ { "change_type": "MODIFY", "diff": "@@ -23,12 +23,6 @@ module.exports = {\n},\n],\n\"linebreak-style\": [2, \"unix\"],\n- \"import/no-unresolved\": [\n- \"error\",\n- {\n- ignore: [\"^@theme-original\"],\n- },\n- ],\n},\nsettings: {\n\"import/resolver\": {\n", "new_path": "website/.eslintrc.js", "ol...
JavaScript
MIT License
feature-sliced/documentation
refactor: split to 2 PR.
1
refactor
null
217,922
08.12.2021 21:08:51
-3,600
3c27fbd70161aa0eb446a899bac69d93c2e7d893
chore: speed monitoring on extractor process
[ { "change_type": "MODIFY", "diff": "<div class=\"extractor-container\" fxLayout=\"column\" fxLayoutAlign=\"center center\">\n<h2>{{currentLabel}}</h2>\n<nz-progress [nzPercent]=\"progress$ | async\" nzType=\"circle\"></nz-progress>\n- <div id=\"progress-display\">{{done$ | async}} / {{totalTodo$ | async}}</...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: speed monitoring on extractor process
1
chore
null
306,338
08.12.2021 21:32:36
-3,600
0cc28c5d391c5d8ea295c6ad0cad209535b787d4
chore: refactor configure command to reduce repetition
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ package main\nimport (\n\"fmt\"\n+ \"strconv\"\n\"strings\"\n\"github.com/infracost/infracost/internal/config\"\n@@ -10,27 +11,19 @@ import (\n\"github.com/spf13/cobra\"\n)\n-var validConfigureKeys = []string{\n- \"api_key\",\n- \"pricing_api_endpoint\",\n...
Go
Apache License 2.0
infracost/infracost
chore: refactor configure command to reduce repetition
1
chore
null
306,338
08.12.2021 21:36:51
-3,600
fab3870e1863d015fe10183c61da9f7f69ea0396
feat: add enable_dashboard config option Additionally to INFRACOST_ENABLE_DASHBOARD env var it is possible to save the flag in CLI configuration.
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ var supportedConfigureKeys = map[string]struct{}{\n\"api_key\": {},\n\"currency\": {},\n\"pricing_api_endpoint\": {},\n+ \"enable_dashboard\": {},\n\"tls_insecure_skip_verify\": {},\n\"tls_ca_cert_file\": {},\n}\n@@ -50,7 +51,11 @@ func configureSetCmd(c...
Go
Apache License 2.0
infracost/infracost
feat: add enable_dashboard config option Additionally to INFRACOST_ENABLE_DASHBOARD env var it is possible to save the flag in CLI configuration.
1
feat
null
306,653
08.12.2021 21:37:46
-19,080
149f8ec8fe82a281bbd6e7ac5bfd508190523614
fix(storybook): update package json file to fix storybook docs page
[ { "change_type": "MODIFY", "diff": "@@ -165,7 +165,7 @@ const StoryComp = (props: {\nconst { customCode, noHtml, noSandbox, isEmbed } = props;\nconst { story } = getStory();\n// const comp = sp.storySource.source;\n- const comp = story.getOriginal()();\n+ const comp = story.originalStoryFn();\nconst html = ...
TypeScript
MIT License
innovaccer/design-system
fix(storybook): update package json file to fix storybook docs page
1
fix
storybook
217,922
08.12.2021 21:40:26
-3,600
b532bd605cfa195ea73d4a74233fef666b2d1e2b
fix(list): fixed crafter icons not loading properly
[ { "change_type": "MODIFY", "diff": "<ng-container *ngIf=\"craft.job > 0\">\n<button (click)=\"overlay?null:openSimulator(craft.id, item, craft)\" *ngIf=\"craft.icon !== ''\" [nzShape]=\"'circle'\"\nnz-button>\n- <img [src]=\"craft.icon\" alt=\"\" class=\"img-icon\">\n+ <span [innerHTML]=\"craft.job | jobUni...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed crafter icons not loading properly
1
fix
list
217,922
08.12.2021 21:40:36
-3,600
2a64d6099cc74004c7caa12281b3c2d668fc61d6
chore(release): 9.2.1
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"9.2.1\"></a>\n+## [9.2.1](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 9.2.1
1
chore
release
902,122
08.12.2021 21:46:53
-3,600
3ed555f28dc926833d0cc86cc955fdc5c5fae50a
fix: maximize timeout for wait* actions
[ { "change_type": "MODIFY", "diff": "@@ -117,6 +117,7 @@ module.exports = ({\n...deviceOpts\n}) => {\nconst baseTimeout = globalTimeout * (1 / 2)\n+ const gotoTimeout = timeout * 0.8\nconst actionTimeout = baseTimeout * (1 / 8)\nconst getDevice = createDevices(deviceOpts)\n@@ -277,7 +278,7 @@ module.exports ...
JavaScript
MIT License
microlinkhq/browserless
fix: maximize timeout for wait* actions
1
fix
null
902,122
08.12.2021 21:47:39
-3,600
5917cbb975fba39b208fe7820d16a5655fa75420
chore(release): v9.3.0-beta.9
[ { "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.3.0-beta.9](https://github.com/microlinkhq/browserless/compare/v9.3.0-beta.8...v9.3.0-beta.9) (2021-12-08)\n+\n+...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.3.0-beta.9
1
chore
release
756,013
08.12.2021 22:09:50
21,600
3fa95e77a0c79f4dfbf9651d5f295795ce7dc5df
fix(deployment): use Docker `Cgroup Version` to init volumes
[ { "change_type": "MODIFY", "diff": "@@ -108,18 +108,27 @@ const genericAskDatacenter = ({ inquirer }) => async (\nconst DOCKER_DATACENTER = 'default';\n-const makeProviders = ({ env, inquirer, wr, setup, fetch }) => ({\n+const makeProviders = ({ env, inquirer, wr, setup, fetch, needBacktick }) => ({\ndocker...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(deployment): use Docker `Cgroup Version` to init volumes
1
fix
deployment
756,013
08.12.2021 22:10:00
21,600
823f4fe86a8f2109f87746f00ffbd3eeb4bf1e38
fix(cosmos): properly put `x/capability` in `SetOrderBeginBlockers`
[ { "change_type": "MODIFY", "diff": "@@ -469,10 +469,23 @@ func NewAgoricApp(\n// CanWithdrawInvariant invariant.\n// NOTE: staking module is required if HistoricalEntries param > 0\napp.mm.SetOrderBeginBlockers(\n- upgradetypes.ModuleName, minttypes.ModuleName, distrtypes.ModuleName, slashingtypes.ModuleNam...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(cosmos): properly put `x/capability` in `SetOrderBeginBlockers`
1
fix
cosmos
306,338
08.12.2021 22:25:02
-3,600
1e84292821533b4a303f85492fb10607aa3943fa
fix(aws): update usage type filter for AWS DynamoDB Table resource The previous fix applied to us-east-1 region only, other regions include region's abbreviation in `usagetype`, for example `USE2-TimedStorage-ByteHrs`. The fix makes sure to match this, but not `USE2-IA-TimedStorage-ByteHrs`.
[ { "change_type": "MODIFY", "diff": "provider \"aws\" {\n- region = \"us-east-1\"\n+ region = \"us-east-2\"\nskip_credentials_validation = true\nskip_metadata_api_check = true\nskip_requesting_account_id = true\n", "new_path": "internal/providers/terraform/aws/testdata/dynamodb_table_test/dynamodb_table_...
Go
Apache License 2.0
infracost/infracost
fix(aws): update usage type filter for AWS DynamoDB Table resource (#1196) The previous fix applied to us-east-1 region only, other regions include region's abbreviation in `usagetype`, for example `USE2-TimedStorage-ByteHrs`. The fix makes sure to match this, but not `USE2-IA-TimedStorage-ByteHrs`.
1
fix
aws
603,467
08.12.2021 23:00:20
0
85a7cd98816fcf27eb643eea4b2138c9c5c7841d
fix(examples): migrated Protractor TodoMVC example to Serenity/JS 3.0 marked as "fix" so that it's easy to find in the change log
[ { "change_type": "MODIFY", "diff": "import { Ensure, equals } from '@serenity-js/assertions';\nimport { Task } from '@serenity-js/core';\n-import { Navigate, Website } from '@serenity-js/web';\n+import { Navigate, Page } from '@serenity-js/web';\nimport { RecordItem } from './RecordItem';\nexport class Star...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(examples): migrated Protractor TodoMVC example to Serenity/JS 3.0 marked as "fix" so that it's easy to find in the change log
1
fix
examples
129,371
08.12.2021 23:14:06
-28,800
f8e09acb974c81d7dcce82d7ab059543a859beed
docs(customization): update question type to Questions (from commitizen.defaults)
[ { "change_type": "MODIFY", "diff": "@@ -140,7 +140,7 @@ commitizen:\n| Parameter | Type | Default | Description |\n| ------------------- | ------ | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------...
Python
MIT License
commitizen-tools/commitizen
docs(customization): update question type to Questions (from commitizen.defaults)
1
docs
customization
104,828
08.12.2021 23:29:05
-3,600
e25b8acc188df63ecee7b7eaa089ee46d652ce64
fix(list): hierarchy indentation doc(hierarchylist): remove iscategory from mixed story
[ { "change_type": "MODIFY", "diff": "@@ -435,7 +435,6 @@ export const WithMixedHierarchies = () => (\nitems={[\n{\nid: 'Tasks',\n- isCategory: true,\ncontent: {\nvalue: 'Tasks',\n},\n@@ -462,7 +461,6 @@ export const WithMixedHierarchies = () => (\n},\n{\nid: 'Requests',\n- isCategory: true,\ncontent: {\nvalu...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(list): hierarchy indentation doc(hierarchylist): remove iscategory from mixed story
1
fix
list
603,467
08.12.2021 23:40:10
0
93c32f267709e20f5a27a4eed712a233711c8d31
fix(serenity-bdd): upgraded Serenity BDD CLI to 2.6.0
[ { "change_type": "MODIFY", "diff": "* @public\n*/\nexport const defaults = {\n- artifact: 'net.serenity-bdd:serenity-cli:jar:2.3.31',\n+ artifact: 'net.serenity-bdd:serenity-cli:jar:2.6.0',\nrepository: 'https://repo1.maven.org/maven2/',\ncacheDir: 'node_modules/@serenity-js/serenity-bdd/cache',\nsourceDir:...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(serenity-bdd): upgraded Serenity BDD CLI to 2.6.0
1
fix
serenity-bdd
129,371
08.12.2021 23:43:45
-28,800
9cc0a82ef1975861e071a9981aab9e279c7334c7
docs(customization): detailed what a Questoin expect
[ { "change_type": "MODIFY", "diff": "@@ -140,7 +140,7 @@ commitizen:\n| Parameter | Type | Default | Description |\n| ------------------- | ------ | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------...
Python
MIT License
commitizen-tools/commitizen
docs(customization): detailed what a Questoin expect
1
docs
customization
603,467
08.12.2021 23:45:33
0
6462c0649384360fd3652cb555a98ea9de733e10
docs(examples): migrated WebdriverIO TodoMVC example to 3.0.0-rc
[ { "change_type": "MODIFY", "diff": "-import { PageElement, PageElementList } from '@serenity-js/web';\n+import { PageElement, PageElements } from '@serenity-js/web';\nexport class TodoList {\nstatic newTodoInput =\n@@ -10,7 +10,7 @@ export class TodoList {\nPageElement.locatedByCss('.todo-list li.editing .e...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(examples): migrated WebdriverIO TodoMVC example to 3.0.0-rc
1
docs
examples
126,276
09.12.2021 00:06:14
10,800
2abcd5817aa40b5378d307e1884628a0931ae93d
chore(embedded/store): easily extendable meta attributes
[ { "change_type": "MODIFY", "diff": "@@ -1625,7 +1625,7 @@ func (s *ImmuStore) ReplicateTx(exportedTx []byte, waitForIndexing bool) (*TxHea\nvar md *KVMetadata\nif mdLen > 0 {\n- md = &KVMetadata{}\n+ md = NewKVMetadata()\nerr := md.ReadFrom(exportedTx[i : i+mdLen])\nif err != nil {\n", "new_path": "embe...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): easily extendable meta attributes Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
126,276
09.12.2021 00:07:29
10,800
c06a56e169b2acbcc28e31dfe7eb286ea338a179
fix(pkg/database): history skipping not found entries
[ { "change_type": "MODIFY", "diff": "@@ -914,7 +914,7 @@ func (d *db) History(req *schema.HistoryRequest) (*schema.Entries, error) {\n}\nmd, val, err := d.st.ReadValue(tx, key)\n- if err != nil {\n+ if err != nil && err != store.ErrKeyNotFound {\nreturn nil, err\n}\nif len(val) > 0 {\n", "new_path": "pkg...
Go
Apache License 2.0
codenotary/immudb
fix(pkg/database): history skipping not found entries Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
pkg/database
317,646
09.12.2021 00:13:30
-3,600
adb49d1cd0b15de9adc5415809cec0611868ae1d
fix(pwsh): alert when we can't download dependencies resolves
[ { "change_type": "MODIFY", "diff": "@@ -113,8 +113,21 @@ function Sync-PoshArtifacts {\nSync-PoshThemes -Version $Version\n}\n+try {\n$moduleVersion = Split-Path -Leaf $MyInvocation.MyCommand.ScriptBlock.Module.ModuleBase\nSync-PoshArtifacts -Version $moduleVersion\n+}\n+catch {\n+ $message = @'\n+Oh My Pos...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(pwsh): alert when we can't download dependencies resolves #1382
1
fix
pwsh
104,828
09.12.2021 00:21:05
-3,600
e08ab10b3f8513ca300a73c3b0f3bd11e4263002
docs(list): update story knobs
[ { "change_type": "MODIFY", "diff": "@@ -132,7 +132,8 @@ export default {\nexport const BasicSingleColumn = () => {\nconst BasicSingleColumn = () => {\nconst [searchValue, setSearchValue] = useState(null);\n- const useSearch = boolean('use search (search)', true);\n+ const useSearch = boolean('use search (se...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
docs(list): update story knobs
1
docs
list
126,276
09.12.2021 00:27:53
10,800
21d86fa889b32a766fd2cbf3236f38be03595bcb
chore(embedded/store): reduce attribute code size
[ { "change_type": "MODIFY", "diff": "@@ -146,19 +146,15 @@ func (md *KVMetadata) ExpiredAt(mtime time.Time) bool {\nfunc (md *KVMetadata) Bytes() []byte {\nvar b bytes.Buffer\n- var bcode [attrCodeSize]byte\n-\ndeletedAttr, ok := md.attributes[deletedAttrCode]\nif ok {\n- binary.BigEndian.PutUint32(bcode[:],...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): reduce attribute code size Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
126,276
09.12.2021 00:59:14
10,800
839e8bfd43d9c450f50f1e82cae9aac0505d12ee
chore(embedded/store): return data corrupted error when deserialization cannot proceed
[ { "change_type": "MODIFY", "diff": "@@ -70,7 +70,7 @@ func (a *expiresAtAttribute) serialize() []byte {\nfunc (a *expiresAtAttribute) deserialize(b []byte) (int, error) {\nif len(b) < tsSize {\n- return 0, ErrIllegalArguments\n+ return 0, ErrCorruptedData\n}\na.expiresAt = time.Unix(int64(binary.BigEndian.U...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): return data corrupted error when deserialization cannot proceed Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
667,636
09.12.2021 01:30:19
-28,800
e4535909ed9cdce0a0203a63e183db85e38310ef
fix(hippy-react): don't update node on event handler changed
[ { "change_type": "MODIFY", "diff": "@@ -58,8 +58,46 @@ function commitUpdate(\nnewProps: Props,\nworkInProgress: any,\n): void {\n+ if (!updatePayload) return;\npreCacheFiberNode(workInProgress, instance.nodeId);\n- Object.keys(updatePayload).forEach(attr => instance.setAttribute(attr, updatePayload[attr]))...
C++
Apache License 2.0
tencent/hippy
fix(hippy-react): don't update node on event handler changed
1
fix
hippy-react
471,284
09.12.2021 01:31:47
-28,800
f51f8531b923e8a39ffb784452c47623d808646e
fix: clientMethodTrace missing original properties
[ { "change_type": "MODIFY", "diff": "@@ -274,7 +274,7 @@ export class GrpcJsInstrumentation extends InstrumentationBase {\nconst instrumentation = this;\nreturn (original: GrpcClientFunc) => {\ninstrumentation._diag.debug('patch all client methods');\n- return function clientMethodTrace(this: grpcJs.Client) ...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
fix: clientMethodTrace missing original properties (#2650)
1
fix
null
306,652
09.12.2021 01:43:09
-19,080
12f6ee2833a8b1e1ea372d53b1e241fc76f6be20
fix(chip): make height consistent for all chip types
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ exports[`Chip component\n<body>\n<div>\n<div\n- class=\"Chip-wrapper undefined\"\n+ class=\"undefined\"\ndata-test=\"DesignSystem-GenericChip--GenericChipWrapper\"\n>\n<i\n@@ -33,7 +33,7 @@ exports[`Chip component\n<body>\n<div>\n<div\n- class=\"Chip-wrapp...
TypeScript
MIT License
innovaccer/design-system
fix(chip): make height consistent for all chip types
1
fix
chip
217,922
09.12.2021 07:45:10
-3,600
26bc74106eecebdd2002a8ff6c074128059f58f8
fix(gearset): fixed materias popup not adding materias properly
[ { "change_type": "MODIFY", "diff": "@@ -69,7 +69,7 @@ export class MateriasPopupComponent {\n}\ngetMeldingChances(materiaItemId: number, slot: number): Observable<number> {\n- if (!materiaItemId || !this.equipmentPiece.materias[slot]) {\n+ if (!materiaItemId) {\nreturn of(0);\n}\nconst cacheKey = `${materia...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(gearset): fixed materias popup not adding materias properly
1
fix
gearset
217,922
09.12.2021 07:48:45
-3,600
b208a193c28686348564568e651494b19ce666ed
chore: reorder buttons in search results for better UX
[ { "change_type": "MODIFY", "diff": "<app-item-icon [icon]=\"row.icon\" [itemId]=\"row.itemId\" [width]=\"32\"></app-item-icon>\n</div>\n<div fxLayout=\"column\">\n- <div [appItemRarity]=\"+row.itemId\" class=\"item-name\">\n+ <div [appItemRarity]=\"+row.itemId\" class=\"item-name\" fxLayout=\"row\" fxLayout...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: reorder buttons in search results for better UX
1
chore
null
217,922
09.12.2021 07:52:43
-3,600
9e1f6109c2af277c2a7194aa3aff8e649c54f99d
fixt(lists): fixed a bug with language switch causing list duplication
[ { "change_type": "MODIFY", "diff": "@@ -190,6 +190,7 @@ export class CollectablesComponent {\npublic createQuickList(item: { itemId: number, amount: number }): void {\nthis.i18n.getNameObservable('items', +item.itemId).pipe(\n+ first(),\nswitchMap(itemName => {\nconst list = this.listsFacade.newEphemeralLis...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fixt(lists): fixed a bug with language switch causing list duplication
1
fixt
lists
217,922
09.12.2021 08:04:16
-3,600
1e7c3934bca69983c175e1af3a2589067ef6ee70
feat(db): added link from container items to possible loots
[ { "change_type": "MODIFY", "diff": "@@ -189,10 +189,10 @@ export class ItemComponent extends TeamcraftPageComponent implements OnInit, OnD\n}\nreturn of([data, xivapiItem]);\n}),\n- withLazyData(this.lazyData, 'recipes', 'reduction', 'collectables', 'desynth', 'npcs'),\n+ withLazyData(this.lazyData, 'recipe...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(db): added link from container items to possible loots
1
feat
db
791,704
09.12.2021 08:06:16
28,800
34bd2d794567300a52da10ae9951901a56bb5bbc
tests(smoke): fix chromestatus url
[ { "change_type": "MODIFY", "diff": "@@ -4973,7 +4973,7 @@ There were 128 PRs landed for this release. These are their stories.\n<img width=\"630\" alt=\"screen shot 2017-02-09 at 23 43 49\" src=\"https://cloud.githubusercontent.com/assets/316891/22818588/dd3994aa-ef22-11e6-8fee-7469a8866aa6.png\">\n- **Repo...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(smoke): fix chromestatus url (#13475)
1
tests
smoke
217,922
09.12.2021 08:40:55
-3,600
c0268d2982d4fa697663b3df5ab7d6ab651171ab
fix(allagan-reports): fixed fishing reports not being editable
[ { "change_type": "MODIFY", "diff": "@@ -496,7 +496,7 @@ export class AllaganReportDetailsComponent extends ReportsManagementComponent {\ncase AllaganReportSource.FISHING:\nreturn this.lazyData.getEntry('fishingSpots').pipe(\nmap(fishingSpots => {\n- pickBy({\n+ return pickBy({\nspot: fishingSpots.find(s => ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(allagan-reports): fixed fishing reports not being editable
1
fix
allagan-reports
129,371
09.12.2021 08:53:35
-28,800
2f160dc317279510831322565a60aaacca76702a
docs(customization): fix typo
[ { "change_type": "MODIFY", "diff": "@@ -202,7 +202,7 @@ from commitizen.defaults import Questions\nclass JiraCz(BaseCommitizen):\n# Questions = Iterable[MutableMapping[str, Any]]\n- # It expect a list with dictionaries.\n+ # It expects a list with dictionaries.\ndef questions(self) -> Questions:\n\"\"\"Ques...
Python
MIT License
commitizen-tools/commitizen
docs(customization): fix typo
1
docs
customization
217,922
09.12.2021 09:06:34
-3,600
4b33cca7357a085eb7013981bfd88ced0d79e4a3
chore(metrics-dashboard): save more often
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ export class PlayerMetricsService {\nprivate settings: SettingsService, private authFacade: AuthFacade) {\nsetInterval(() => {\nthis.saveLogs();\n- }, 60000);\n+ }, 10000);\nthis.ipc.on('metrics:loaded', (e, files: string[]) => {\nconst logs = [].concat....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(metrics-dashboard): save more often
1
chore
metrics-dashboard
217,922
09.12.2021 09:09:05
-3,600
ae9bac020f8d6aa3f888fc14acead6a3b5af0c61
fix(alarms): fixed custom sound input in timer settings popup
[ { "change_type": "MODIFY", "diff": "<i nz-icon nzType=\"play-o\"></i>\n</button>\n</div>\n- <input (change)=\"setSound($event.target.files[0].path)\" accept=\"audio/*\" type=\"file\">\n+ <input (change)=\"setSound($event.target.files[0].path)\" type=\"file\">\n</div>\n<ng-template #soundSelect>\n", "new...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed custom sound input in timer settings popup
1
fix
alarms
217,922
09.12.2021 09:10:24
-3,600
d0ff346b3ab65b53f86dffada7d921344a0e978c
fix(settings): fixed sound notification setting not being applied properly
[ { "change_type": "MODIFY", "diff": "@@ -479,7 +479,7 @@ export class SettingsPopupComponent {\n}\npublic setNotificationSound(type: SoundNotificationType, sound: string): void {\n- if(['.mp3','.wav','.ogg','.m4a','.flac','.mp4','.wma','.aac'].some(ext => sound.endsWith(ext))){\n+ if(['.mp3','.wav','.ogg','....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(settings): fixed sound notification setting not being applied properly
1
fix
settings
104,857
09.12.2021 09:18:03
10,800
315c669090da982187a6b89494ba6be386993106
fix(tablerow): max-width for nested table
[ { "change_type": "MODIFY", "diff": "@@ -381,6 +381,7 @@ const StyledExpansionTableRow = styled(({ hasRowSelection, ...props }) => <Table\nconst StyledNestedSpan = styled.span`\nposition: relative;\nleft: ${(props) => props.nestingOffset}px;\n+ max-width: calc(100% - ${(props) => props.nestingOffset}px);\ndi...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tablerow): max-width for nested table
1
fix
tablerow
217,922
09.12.2021 09:20:59
-3,600
fe5047f6c889ee4ec2a4495113e7c89859d693cf
fix(desktop): fixed character search
[ { "change_type": "MODIFY", "diff": "@@ -32,12 +32,7 @@ export class LodestoneService {\nif (this.ipc.ready) {\nconst result$ = new ReplaySubject<{ List: Partial<Character>[] }>();\nthis.ipc.once('lodestone:character:search', (event, res) => {\n- result$.next(res.map(char => {\n- return {\n- ...char,\n- Serv...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed character search
1
fix
desktop
791,284
09.12.2021 09:34:27
28,800
be07d8dbd63857d3fb7f8e1cd0a0048c89a02ebd
feat(storage): add retry config to ACL handle methods
[ { "change_type": "MODIFY", "diff": "@@ -73,6 +73,7 @@ type ACLHandle struct {\nobject string\nisDefault bool\nuserProject string // for requester-pays buckets\n+ retry *retryConfig\n}\n// Delete permanently deletes the ACL entry for the given entity.\n@@ -120,12 +121,12 @@ func (a *ACLHandle) List(ctx conte...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(storage): add retry config to ACL handle methods (#5185)
1
feat
storage
217,922
09.12.2021 09:43:29
-3,600
4ef21ec4df3473be56ebdb622b863eadadba0ec3
fix(simulator): added missing medicines
[ { "change_type": "DELETE", "diff": "-export const medicines = [{\n- 'itemId': 19882,\n- 'Craftsmanship': [{ 'amount': 0.02, 'max': 20 }, { 'amount': 0.03, 'max': 25 }]\n-}, { 'itemId': 19883, 'Control': [{ 'amount': 0.02, 'max': 20 }, { 'amount': 0.03, 'max': 25 }] }, {\n- 'itemId': 19884,\n- 'CP': [{ 'amou...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): added missing medicines
1
fix
simulator
126,276
09.12.2021 09:53:29
10,800
27ec17ec0389526880cd1da060d4c09cb534cf2a
chore(embedded/store): validations during metadata deserialization
[ { "change_type": "MODIFY", "diff": "@@ -26,8 +26,8 @@ import (\nvar ErrNonExpirable = errors.New(\"non expirable\")\nconst (\n- deletedAttrCode attributeCode = iota\n- expiresAtAttrCode attributeCode = iota\n+ deletedAttrCode attributeCode = 0\n+ expiresAtAttrCode attributeCode = 1\n)\nconst deletedAttrSize...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): validations during metadata deserialization Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
126,276
09.12.2021 10:10:04
10,800
b1247ac8372b843396fe76c79f91d55aab0190a3
chore(embedded/store): improve metadata serialization/deserialization methods
[ { "change_type": "MODIFY", "diff": "@@ -146,16 +146,12 @@ func (md *KVMetadata) ExpiredAt(mtime time.Time) bool {\nfunc (md *KVMetadata) Bytes() []byte {\nvar b bytes.Buffer\n- deletedAttr, ok := md.attributes[deletedAttrCode]\n+ for _, attrCode := range []attributeCode{deletedAttrCode, expiresAtAttrCode} {...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): improve metadata serialization/deserialization methods Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
942,583
09.12.2021 10:40:03
25,200
5890bf680def9c37d6e386472634cc3e1b6d81e9
chore: Initial setup for v7 Fixes: [category:Infrastructure]
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,13 @@ const {_: commands, path} = require('yargs')\ndescribe: 'The path to execute the transform in (recursively).'.gray,\n});\n})\n+ .command('v7 [path]', 'Canvas Kit v6 > v7 migration transform'.gray, yargs => {\n+ yargs.positional('path', {\n+ type: 'strin...
TypeScript
Apache License 2.0
workday/canvas-kit
chore: Initial setup for v7 (#1387) Fixes: #1386 [category:Infrastructure]
1
chore
null
217,922
09.12.2021 10:54:14
-3,600
2f6b8b781bfa024127347f03c5a61232a5ae8591
fix(desktop): fixed Universalis reporter closes
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,16 @@ import { withLazyData } from '../rxjs/with-lazy-data';\n@Injectable({ providedIn: 'root' })\nexport class UniversalisService {\n+ // https://github.com/ffxiv-teamcraft/pcap-ffxiv/blob/83b1f5b12a8f025d0090b6436d9311955857d022/src/packet-processors/proces...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed Universalis reporter closes #1976
1
fix
desktop
126,295
09.12.2021 10:56:11
-3,600
e9a17f16a4a0ba2bf8338c80782ac07dd8bd2aa2
chore(pkg/server/sessions): tuning sessions params
[ { "change_type": "MODIFY", "diff": "@@ -60,10 +60,11 @@ func (cl *Commandline) setupFlags(cmd *cobra.Command, options *server.Options) {\ncmd.Flags().String(\"s3-secret-key\", \"\", \"s3 secret access key\")\ncmd.Flags().String(\"s3-bucket-name\", \"\", \"s3 bucket name\")\ncmd.Flags().String(\"s3-path-pref...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/server/sessions): tuning sessions params Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/server/sessions
426,727
09.12.2021 11:23:10
-10,800
36a06160f2d44de6b76df1f3afa9d5982b5dad59
feat: add sendMouse command
[ { "change_type": "ADD", "diff": "+---\n+'@web/test-runner-commands': minor\n+---\n+\n+Add the sendMouse command for moving the mouse and clicking mouse buttons\n", "new_path": ".changeset/real-oranges-protect.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ im...
TypeScript
MIT License
modernweb-dev/web
feat: add sendMouse command (#1783)
1
feat
null
217,922
09.12.2021 11:28:17
-3,600
5a8cb62ae9dcbb8ab247152556fd7dd29407fea9
chore(release): 9.2.2
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"9.2.2\"></a>\n+## [9.2.2](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 9.2.2
1
chore
release
71,094
09.12.2021 11:37:17
0
cc3bb1f1bdd1b71be41393b40353e4a103c71cf8
fix(apigateway): dataTraceEnabled does not default to false The recommendation from AWS is to not use this feature in production. So `false` is a sensible default. Fixes *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": "@@ -316,7 +316,7 @@ export class Stage extends Resource implements IStage {\ncacheDataEncrypted: options.cacheDataEncrypted,\ncacheTtlInSeconds: options.cacheTtl && options.cacheTtl.toSeconds(),\ncachingEnabled: options.cachingEnabled,\n- dataTraceEnabled: options.dataTra...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(apigateway): dataTraceEnabled does not default to false (#17906) The recommendation from AWS is to not use this feature in production. So `false` is a sensible default. Fixes https://github.com/aws/aws-cdk/issues/17578. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
apigateway
71,714
09.12.2021 12:16:32
18,000
0b80db54e92fb5bc0e106093b2f363f9926bd5bd
fix(codepipeline): default cross-region S3 buckets allow public access The cross region S3 buckets that are created should have block public access by default. Fixes *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": "@@ -77,6 +77,7 @@ export class CrossRegionSupportConstruct extends Construct {\nbucketName: cdk.PhysicalName.GENERATE_IF_NEEDED,\nencryption: encryptionAlias ? s3.BucketEncryption.KMS : s3.BucketEncryption.KMS_MANAGED,\nencryptionKey: encryptionAlias,\n+ blockPublicAccess...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(codepipeline): default cross-region S3 buckets allow public access (#17722) The cross region S3 buckets that are created should have block public access by default. Fixes #16411 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
codepipeline
865,917
09.12.2021 12:27:54
-3,600
6a461036be2028a979c5301871cfce02ba4db188
feat(overlay-dropdown): add arrow key navigation Closes
[ { "change_type": "MODIFY", "diff": "@@ -164,4 +164,105 @@ describe('<OverlayDropdown>', function() {\n});\n});\n+\n+ describe('arrow navigation', () => {\n+\n+ let wrapper;\n+\n+ function expectFocus(selector) {\n+ const newFocus = wrapper.find(selector).getDOMNode();\n+ expect(document.activeElement).to.eq...
JavaScript
MIT License
camunda/camunda-modeler
feat(overlay-dropdown): add arrow key navigation Closes #2626
1
feat
overlay-dropdown
126,295
09.12.2021 12:28:30
-3,600
1b0fa1a04917b109f9422d1dadceabd3450126e3
ref(pkg/server/sessions): keep-alive and other methods are evaluated for calculating last activity time. Idle session renamed to inactive
[ { "change_type": "MODIFY", "diff": "@@ -60,9 +60,9 @@ func (cl *Commandline) setupFlags(cmd *cobra.Command, options *server.Options) {\ncmd.Flags().String(\"s3-secret-key\", \"\", \"s3 secret access key\")\ncmd.Flags().String(\"s3-bucket-name\", \"\", \"s3 bucket name\")\ncmd.Flags().String(\"s3-path-prefix...
Go
Apache License 2.0
codenotary/immudb
ref(pkg/server/sessions): keep-alive and other methods are evaluated for calculating last activity time. Idle session renamed to inactive Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
ref
pkg/server/sessions
401,106
09.12.2021 12:37:16
-19,080
6478b3bf56c1a50f757ce0a9046a566eaa04c3ad
feat: create multi-select creatable option on enter keypress * feat: create option on enter keypress affects: * fix: form submission on enter key press in multi select affects:
[ { "change_type": "MODIFY", "diff": "@@ -265,4 +265,14 @@ describe('MultiSelect component', () => {\nconst findElement = screen.queryByText(`Create \"${optionToCreate}\"`);\nexpect(findElement).not.toBeInTheDocument();\n});\n+\n+ it('should create an option on enter key press', async () => {\n+ const option ...
TypeScript
MIT License
medly/medly-components
feat: create multi-select creatable option on enter keypress (#552) * feat: create option on enter keypress affects: @medly-components/core * fix: form submission on enter key press in multi select affects: @medly-components/core Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
feat
null
737,359
09.12.2021 13:03:39
0
28d5e2247888486e8625a27e2dc0c50fcd6f4f48
chore(release): publish 10.0.0-alpha.19
[ { "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+# [10.0.0-alpha.19](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.18...v10.0.0-alpha.19) (2021-12-09)\n+\n+\n...
JavaScript
MIT License
wopian/kitsu
chore(release): publish 10.0.0-alpha.19
1
chore
release
126,295
09.12.2021 13:08:41
-3,600
cd57c10daa07524a1810275e33896fc7bef99f7c
chore(pkg/server/sessions): session max inactivity time set to 3m and minor stat collecting fix
[ { "change_type": "MODIFY", "diff": "@@ -60,7 +60,7 @@ func (cl *Commandline) setupFlags(cmd *cobra.Command, options *server.Options) {\ncmd.Flags().String(\"s3-secret-key\", \"\", \"s3 secret access key\")\ncmd.Flags().String(\"s3-bucket-name\", \"\", \"s3 bucket name\")\ncmd.Flags().String(\"s3-path-prefix...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/server/sessions): session max inactivity time set to 3m and minor stat collecting fix Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/server/sessions
777,389
09.12.2021 13:09:06
28,800
54a37e3305734fb38b87274569cc25dacd1e2028
fix: fix experiment active state check in webui add the missing pause button in experiment details
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,8 @@ import { MenuInfo } from 'rc-menu/lib/interface';\nimport React from 'react';\nimport Icon from 'components/Icon';\n-import { cancellableRunStates, deletableRunStates, terminalRunStates } from 'constants/states';\n+import { cancellableRunStates, deletableR...
Python
Apache License 2.0
determined-ai/determined
fix: fix experiment active state check in webui (#3295) - add the missing pause button in experiment details
1
fix
null
217,922
09.12.2021 13:10:08
-3,600
230b3ba08d810657b011f6dbd13c568840359afd
fix(simulator): fixed Advanced Touch combo not requiring Standard Touch combo properly
[ { "change_type": "MODIFY", "diff": "\"@angular/platform-browser-dynamic\": \"^12.2.10\",\n\"@angular/platform-server\": \"^12.2.12\",\n\"@angular/router\": \"^12.2.10\",\n- \"@ffxiv-teamcraft/simulator\": \"^3.0.6\",\n+ \"@ffxiv-teamcraft/simulator\": \"^3.0.7\",\n\"@ffxiv-teamcraft/simulator-cn\": \"npm:@f...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed Advanced Touch combo not requiring Standard Touch combo properly
1
fix
simulator