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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
4,990 | 04.12.2021 19:25:56 | -3,600 | c48fe478ced7560aa078fbc36ec33d6007111e2b | fix: esm exports in package.json files
Fix | [
{
"change_type": "MODIFY",
"diff": "\"import\": \"./lib/sync.js\",\n\"require\": \"./dist/cjs/sync.cjs\"\n},\n- \"./browser/esm/\": \"./dist/esm/\"\n+ \"./browser/esm/*\": \"./dist/esm/*.js\"\n},\n\"files\": [\n\"dist\",\n",
"new_path": "packages/csv-generate/package.json",
"old_path": "packages/csv... | JavaScript | MIT License | adaltas/node-csv | fix: esm exports in package.json files
Fix #308 | 1 | fix | null |
317,768 | 04.12.2021 21:11:25 | 0 | 2ccaf90cbfd841b36e6e23e9fb2ace52a0d83f45 | refactor(winreg): make windows registry query function more general
simplify config definition, requires one prop to define path and key
add variant return type
add template-accessible query functions on the segment for advanced use | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,7 @@ Supported registry key types:\n- String\n- DWORD (displayed in upper-case 0x hex)\n+- QWORD (displayed in upper-case 0x hex)\n## Sample Configuration\n@@ -23,9 +24,9 @@ Supported registry key types:\n\"foreground\": \"#ffffff\",\n\"background\": \"#44444... | Go | MIT License | jandedobbeleer/oh-my-posh | refactor(winreg): make windows registry query function more general
simplify config definition, requires one prop to define path and key
add variant return type
add template-accessible query functions on the segment for advanced use | 1 | refactor | winreg |
217,922 | 04.12.2021 21:22:59 | -3,600 | ed1c18a3ec7cab7ec1c18ddda77f70948c7c4dec | fix(simulator): fixed preparatory touch managing to reach 11 stacks of IQ | [
{
"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.1\",\n+ \"@ffxiv-teamcraft/simulator\": \"^3.0.2\",\n\"@ffxiv-teamcraft/simulator-cn\": \"npm:@f... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed preparatory touch managing to reach 11 stacks of IQ | 1 | fix | simulator |
217,922 | 05.12.2021 09:46:32 | -3,600 | 10cba2e3cfaf9b400d60efd6c697e3b819ddb03f | fix(simulator): fixed delicate synthesis not affected by inner quiet | [
{
"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.2\",\n+ \"@ffxiv-teamcraft/simulator\": \"^3.0.3\",\n\"@ffxiv-teamcraft/simulator-cn\": \"npm:@f... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed delicate synthesis not affected by inner quiet | 1 | fix | simulator |
217,922 | 05.12.2021 11:06:15 | -3,600 | 64db0b63055188f44c6af4255f615cf9eb02a437 | chore: pipe crash fix | [
{
"change_type": "MODIFY",
"diff": "@@ -15,8 +15,16 @@ export class ShopNamePipe implements PipeTransform {\nif (typeof name === 'string') {\nreturn this.lazyData.getEntry('shops').pipe(\nswitchMap(shops => {\n- const id = +Object.keys(shops).find((k) => shops[k].en === name);\n- return this.lazyData.getI18... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: pipe crash fix | 1 | chore | null |
217,922 | 05.12.2021 11:17:57 | -3,600 | 4ca1e7ca8a81a4733fabd1896d078397e29a74a0 | fix(weather): fixed weather rates missing for new maps, causing weather prediction issues | [
{
"change_type": "MODIFY",
"diff": "@@ -2070,5 +2070,233 @@ export const weatherIndex = {\n\"rate\": 100,\n\"weatherId\": 15\n}\n+ ],\n+ \"131\": [\n+ {\n+ \"rate\": 15,\n+ \"weatherId\": 1\n+ },\n+ {\n+ \"rate\": 60,\n+ \"weatherId\": 2\n+ },\n+ {\n+ \"rate\": 85,\n+ \"weatherId\": 3\n+ },\n+ {\n+ \"rate\"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(weather): fixed weather rates missing for new maps, causing weather prediction issues | 1 | fix | weather |
217,922 | 05.12.2021 12:01:59 | -3,600 | fca5df4b4aad3e93eb4fe919639c0b52800c6aec | fix(settings): fixed custom sound selection crashing the app | [
{
"change_type": "MODIFY",
"diff": "{{notificationSettings[type].sound}}\n</button>\n</div>\n- <input (change)=\"setNotificationSound(type, $event.target.files[0].path)\" accept=\"audio/*\" type=\"file\">\n+ <input (change)=\"setNotificationSound(type, $event.target.files[0].path)\" type=\"file\">\n</div>\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(settings): fixed custom sound selection crashing the app | 1 | fix | settings |
217,922 | 05.12.2021 12:05:55 | -3,600 | 802e0b9be7f11e7b5d9cf88394dc79b1f48ba1e4 | chore(release): 9.1.4 | [
{
"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.1.4\"></a>\n+## [9.1.4](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 9.1.4 | 1 | chore | release |
217,922 | 05.12.2021 12:44:10 | -3,600 | cbc12236c4c2c2f7d74aeaa90feb3fb472331414 | chore(simulator): innovation hotfix | [
{
"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.3\",\n+ \"@ffxiv-teamcraft/simulator\": \"^3.0.4\",\n\"@ffxiv-teamcraft/simulator-cn\": \"npm:@f... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(simulator): innovation hotfix | 1 | chore | simulator |
447,440 | 05.12.2021 13:09:32 | 18,000 | b895dcd3c2849479ae6b3b4e5e15fc895cced31f | fix: add custom country example to the input phone | [
{
"change_type": "MODIFY",
"diff": "@@ -60,3 +60,36 @@ const Form = () => {\n<Form />\n</Container>\n```\n+\n+# Custom country as the initial value\n+##### If you want to initialize the input with another country other than \"us\" selected by default, you can use the value to set a different country initial... | JavaScript | MIT License | nexxtway/react-rainbow | fix: add custom country example to the input phone (#2328) | 1 | fix | null |
217,922 | 05.12.2021 13:52:19 | -3,600 | 3ce9f0c26071a796cb6d6dd530b5aa1639d6652d | fix(layout): fixed ability to craft not being computed properly | [
{
"change_type": "MODIFY",
"diff": "@@ -123,8 +123,9 @@ export class LayoutsFacade {\nacc.rejected.push(item);\n}\n} else if (row.filterName.includes('IS_CRAFT') && craftedBy.length > 0) {\n+ const requiredLevel = Math.floor((gatheredBy.level - 1) / 5) * 5;\nconst match = craftedBy.some((craft) => {\n- retu... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): fixed ability to craft not being computed properly | 1 | fix | layout |
217,922 | 05.12.2021 13:53:11 | -3,600 | 6617b92c96e18b74fb87e3a13d0e0779bf8190d3 | chore: better impl for previous commit | [
{
"change_type": "MODIFY",
"diff": "@@ -123,8 +123,8 @@ export class LayoutsFacade {\nacc.rejected.push(item);\n}\n} else if (row.filterName.includes('IS_CRAFT') && craftedBy.length > 0) {\n- const requiredLevel = Math.floor((gatheredBy.level - 1) / 5) * 5;\nconst match = craftedBy.some((craft) => {\n+ cons... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: better impl for previous commit | 1 | chore | null |
756,013 | 05.12.2021 14:46:53 | 21,600 | f598d40e0f55814bd17fc021503fbb45bddcfd67 | fix(cosmos): also look for `ag-chain-cosmos` in the `agd` directory | [
{
"change_type": "ADD",
"diff": "+package main\n+\n+import (\n+ \"os\"\n+ \"os/exec\"\n+ \"path/filepath\"\n+)\n+\n+// FindBinaryNextToMe looks for binName next to the current executable.\n+// It returns an absolute filename for binName, or an error.\n+func FindBinaryNextToMe(binName string) (string, error)... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(cosmos): also look for `ag-chain-cosmos` in the `agd` directory | 1 | fix | cosmos |
217,922 | 05.12.2021 14:57:05 | -3,600 | a7e1fa9bdb747c9126778b51b9a38bb2e0adba53 | fix(simulator): fixed progression being doubled and other small flooring inaccuracies | [
{
"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.4\",\n+ \"@ffxiv-teamcraft/simulator\": \"^3.0.5\",\n\"@ffxiv-teamcraft/simulator-cn\": \"npm:@f... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed progression being doubled and other small flooring inaccuracies | 1 | fix | simulator |
334,560 | 05.12.2021 15:05:17 | -7,200 | 3cd4b8b44e8486c3bda5c8adee3041e629bd215c | fix(jest): find-related-tests schema.json | [
{
"change_type": "MODIFY",
"diff": "@@ -127,7 +127,14 @@ The builder supports multi-project workspaces out of the box, the only thing req\n});\n```\n- Use the following command: `ng test --testNamePattern=\"My cool suite Should do one thing\"`\n+ Use the following command: `ng test --test-name-pattern=\"My ... | TypeScript | MIT License | just-jeb/angular-builders | fix(jest): find-related-tests schema.json (#1067) | 1 | fix | jest |
217,922 | 05.12.2021 15:42:06 | -3,600 | 15490538bcb605bc2aabe868e6a376fdaa9e211d | chore(release): 9.1.5 | [
{
"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.1.5\"></a>\n+## [9.1.5](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 9.1.5 | 1 | chore | release |
756,039 | 05.12.2021 16:06:23 | 28,800 | 977262e596259788a773f0fe17eb61fb03d30ea4 | feat(wallet): add help link to documentation | [
{
"change_type": "MODIFY",
"diff": "import { makeStyles, useTheme } from '@mui/styles';\n+import HelpIcon from '@mui/icons-material/HelpOutline';\n+import IconButton from '@mui/material/IconButton';\n+import Tooltip from '@mui/material/Tooltip';\nimport WalletConnection from './WalletConnection';\nimport Na... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(wallet): add help link to documentation | 1 | feat | wallet |
401,147 | 05.12.2021 16:42:09 | -19,080 | fe04d0befbfecfb3d1863c641044195ff07e07de | fix: editing textfield problem due to table keyboard event
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -73,7 +73,7 @@ describe('MultiSelect component', () => {\nfireEvent.click(screen.getByRole('textbox'));\nexpect(screen.getByRole('list')).toBeVisible();\nfireEvent.click(screen.getByText('Outer Element'));\n- expect(screen.queryByRole('list')).toBeNull();\n+ expect(scr... | TypeScript | MIT License | medly/medly-components | fix: editing textfield problem due to table keyboard event (#548)
affects: @medly-components/core | 1 | fix | null |
317,646 | 05.12.2021 20:49:50 | -3,600 | 4f921dbb0f94cd68757360a94b15cc51b205b305 | fix(winget): adjust templates to latest spec
relates to | [
{
"change_type": "MODIFY",
"diff": "PackageIdentifier: JanDeDobbeleer.OhMyPosh\nPackageVersion: <VERSION>\n+Platform:\n+- Windows.Desktop\n+MinimumOSVersion: 10.0.0.0\n+InstallerType: inno\n+Scope: user\nInstallModes:\n- - \"silent\"\n+- interactive\n+- silent\n+- silentWithProgress\nInstallers:\n- Architec... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(winget): adjust templates to latest spec
relates to https://github.com/microsoft/winget-pkgs/pull/36977 | 1 | fix | winget |
471,426 | 05.12.2021 20:55:37 | 0 | 4a3b4107e40845091a267e5452ea17eed8a9fdf6 | fix: early close of span with graphql execute | [
{
"change_type": "MODIFY",
"diff": "@@ -245,20 +245,24 @@ export class GraphQLInstrumentation extends InstrumentationBase {\nresult?: PromiseOrValue<graphqlTypes.ExecutionResult>\n) {\nconst config = this._getConfig();\n- if (\n- typeof config.responseHook !== 'function' ||\n- result === undefined ||\n- err... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | fix: early close of span with graphql execute (#752) | 1 | fix | null |
217,922 | 05.12.2021 21:22:50 | -3,600 | 46c622c571dd884063b86872aab7a0e7cd4f0630 | fix(simulator): fixed inaccuracies at lvl 90 on lvl 90 recipes | [
{
"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.5\",\n+ \"@ffxiv-teamcraft/simulator\": \"^3.0.6\",\n\"@ffxiv-teamcraft/simulator-cn\": \"npm:@f... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed inaccuracies at lvl 90 on lvl 90 recipes | 1 | fix | simulator |
815,601 | 06.12.2021 08:11:03 | -28,800 | 628393e9ab930fc1f0e177573782c7b43412a6c4 | chore: upgrade toolchain to 1.56.1 | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ build = \"build.rs\"\ndescription = \"CKB is the layer 1 of Nervos Network, a public/permissionless blockchain.\"\nhomepage = \"https://github.com/nervosnetwork/ckb\"\nrepository = \"https://github.com/nervosnetwork/ckb\"\n-rust-version = \"1.56\"\n+rust-v... | Rust | MIT License | nervosnetwork/ckb | chore: upgrade toolchain to 1.56.1 | 1 | chore | null |
873,686 | 06.12.2021 09:56:11 | -3,600 | 871ca345f1c53e4d579f58e5ee32c67830ad1b7f | fix: replace | [
{
"change_type": "MODIFY",
"diff": "\"@contentful/f36-icons\": \"^4.0.1-beta.2527\",\n\"@contentful/f36-tokens\": \"^4.0.1-beta.2527\",\n\"@contentful/field-editor-shared\": \"^1.0.1\",\n- \"@contentful/hostname-transformer\": \"^1.4.10\",\n\"@types/codemirror\": \"0.0.108\",\n\"@types/markdown-to-jsx\": \"... | TypeScript | MIT License | contentful/field-editors | fix: replace @contentful/hostname-transformer (#950) | 1 | fix | null |
126,276 | 06.12.2021 09:57:55 | 10,800 | 19cade8242d07691014f7e3e8c8718fbb56555e1 | chore(embedded/sql): fix nullable values handling | [
{
"change_type": "MODIFY",
"diff": "@@ -40,6 +40,10 @@ func (v *CountValue) Type() SQLValueType {\nreturn IntegerType\n}\n+func (v *CountValue) IsNull() bool {\n+ return false\n+}\n+\nfunc (v *CountValue) Value() interface{} {\nreturn v.c\n}\n@@ -121,6 +125,10 @@ func (v *SumValue) Type() SQLValueType {\nre... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): fix nullable values handling
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
756,039 | 06.12.2021 10:18:27 | 28,800 | 7c63096291af05d4aeb6e8ba7bd346a3204f3fbb | chore(wallet): use consts for urls | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,10 @@ import Tooltip from '@mui/material/Tooltip';\nimport WalletConnection from './WalletConnection';\nimport NavDrawer from './NavDrawer';\n+const logoUrl =\n+ 'https://agoric.com/wp-content/themes/agoric_2021_theme/assets/img/logo.svg';\n+const helpUrl = 'ht... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(wallet): use consts for urls | 1 | chore | wallet |
217,922 | 06.12.2021 10:30:46 | -3,600 | c4913cf124920f5511ffa74b06997dfecfe00adc | perf(db): desynth details popup now includes better scrolling system | [
{
"change_type": "MODIFY",
"diff": "-<nz-list [nzDataSource]=\"details\" [nzRenderItem]=\"desynthTemplate\">\n+<nz-list>\n+ <app-lazy-scroll [data]=\"details\" [rowTemplate]=\"desynthTemplate\" [rowSize]=\"60\" [displayedRows]=\"6\">\n<ng-template #desynthTemplate let-desynth>\n<nz-list-item>\n<nz-list-item... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | perf(db): desynth details popup now includes better scrolling system | 1 | perf | db |
865,921 | 06.12.2021 10:40:37 | -3,600 | dd455aad2619c7b972ca6c44b8322a879a123b4e | chore(client): define font sizes via variables
This allows us to override them easily. | [
{
"change_type": "MODIFY",
"diff": ":root {\n--log-font-family: var(--font-family-monospace);\n+ --log-font-size: var(--font-size-default);\n--log-color: var(--color-grey-225-10-15);\n--log-border-color: var(--color-grey-225-10-75);\n--log-background-color: var(--color-white);\n.entries {\nborder: none;\n- ... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): define font sizes via variables
This allows us to override them easily. | 1 | chore | client |
865,921 | 06.12.2021 10:41:13 | -3,600 | 8325e3bc664ad4d70fc79cbf091b4299c27a749e | chore(client): define status bar variables locally | [
{
"change_type": "MODIFY",
"diff": "+:root {\n+ --status-bar-background-color: var(--color-grey-225-10-85);\n+ --status-bar-border-color: var(--color-grey-225-10-75);\n+ --status-bar-font-color: var(--color-grey-225-10-15);\n+ --status-bar-icon-font-color: var(--color-grey-225-10-35);\n+ --status-bar-hover-... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): define status bar variables locally | 1 | chore | client |
865,921 | 06.12.2021 10:44:50 | -3,600 | 632ca264250b28fc9de4b5429f77dc2c8ba16d34 | chore(client): define log variables locally, in :root scope
Allows happy overriding. | [
{
"change_type": "MODIFY",
"diff": "-:local(.Log) {\n+:root {\n--log-font-family: var(--font-family-monospace);\n--log-color: var(--color-grey-225-10-15);\n--log-border-color: var(--color-grey-225-10-75);\n--log-button-background-color: var(--color-grey-225-10-95);\n--log-button-border-color: var(--color-gr... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): define log variables locally, in :root scope
Allows happy overriding. | 1 | chore | client |
217,922 | 06.12.2021 10:45:35 | -3,600 | ea4703d4c3aa79cd9ebed81852131f50b67dbc4d | fix(simulator): fixed tooltips sometimes missing description and job | [
{
"change_type": "MODIFY",
"diff": "@@ -37,11 +37,11 @@ export class XivapiActionTooltipComponent implements OnInit {\nthis.details.push({ name: 'TOOLTIP.Cost', value: this.action.PrimaryCostValue.toString(), requiresPipe: false });\n}\nif (this.action.ClassJobCategory) {\n- this.details.push({ name: 'TOOLT... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed tooltips sometimes missing description and job | 1 | fix | simulator |
217,922 | 06.12.2021 10:47:31 | -3,600 | 651d9bf279b864e4ab7ac1ec2a992a798a523b22 | chore: Observable fix for simulator | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,14 @@ import { LazyRecipe } from '../../../../lazy-data/model/lazy-recipe';\n})\nexport class SimulatorPageComponent extends AbstractSimulationPage {\n+ item$: Observable<Item> = this.route.paramMap.pipe(\n+ switchMap(params => {\n+ return this.dataService.ge... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: Observable fix for simulator | 1 | chore | null |
866,394 | 06.12.2021 10:54:59 | 18,000 | b32f9b164d6b17ae569287c2611662ad81597fe2 | chore(support): update fireline roster for sprint 25
### Related Ticket(s)
No related issue
### Description
This updates the fireline roster for sprint 25.
### Changelog
**Changed**
Issue templates to sprint 25 fireline team | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ description:\nSomething isn't working as expected? Here is the right place to report.\ntitle: '[YOUR TITLE]: Brief description'\nassignees:\n- - jeffchew,ljcarot,shixiedesign,RobertaJHahn,RichKummer,kennylam,BrunnoM7\n+ - jeffchew,ljcarot,shixiedesign,Robe... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(support): update fireline roster for sprint 25 (#7819)
### Related Ticket(s)
No related issue
### Description
This updates the fireline roster for sprint 25.
### Changelog
**Changed**
- Issue templates to sprint 25 fireline team | 1 | chore | support |
217,922 | 06.12.2021 10:56:42 | -3,600 | e79df06fb87376ea240250033ba2ba2c96ab1e1c | fix(pricing-mode): fixed errors burst when opening the page | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ export class PricingRowComponent implements OnInit, OnDestroy {\nprice: Price = { hq: 0, nq: 0, fromVendor: false, fromMB: false };\nvendorPrice: Price;\ncustomPrice = false;\n- amount: ItemAmount;\n+ amount: ItemAmount = { nq: 0, hq: 0 };\npriceFromCraf... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(pricing-mode): fixed errors burst when opening the page | 1 | fix | pricing-mode |
342,861 | 06.12.2021 10:58:22 | -3,600 | 9f424cf444a2b2d0b25a5514a24cfca02fd9b44a | docs(BadgeList): fix BadgeList examples | [
{
"change_type": "ADD",
"diff": "+import React from \"react\";\n+import { BadgeList, BadgeListItem } from \"@kiwicom/orbit-components\";\n+import { CheckCircle } from \"@kiwicom/orbit-components/icons\";\n+\n+export default {\n+ Example: () => {\n+ return (\n+ <BadgeList>\n+ <BadgeListItem icon={<CheckCircl... | JavaScript | MIT License | kiwicom/orbit | docs(BadgeList): fix BadgeList examples (#3209) | 1 | docs | BadgeList |
141,585 | 06.12.2021 11:02:43 | -39,600 | d4269999df6f1294aadf123ad504ba20a4a850e4 | chore(site): Move Storybook Webpack config to a separate file
chore(site): Move Storybook Webpack config to a separate filei
Exclude external modules for babel and styles
Move Webpack config to it's own file and directory | [
{
"change_type": "MODIFY",
"diff": "* This file is the Storybook-specific header. The Gatsby header is\n* located site/src/components/MainNav\n*/\n-import React from \"react\"\nimport { Link as NavLink, NavigationBar } from \"@kaizen/component-library\"\n+import React from \"react\"\nimport styles from \"./... | TypeScript | MIT License | cultureamp/kaizen-design-system | chore(site): Move Storybook Webpack config to a separate file (#2324)
chore(site): Move Storybook Webpack config to a separate filei
- Exclude external modules for babel and styles
- Move Webpack config to it's own file and directory | 1 | chore | site |
71,766 | 06.12.2021 11:07:35 | 28,800 | 86e77806391dc3fe8cd254fec773320cdb425dec | fix(appsync): remove 'id' suffix to union definition key
Removing an unnecessary suffix from union definitions.
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": "@@ -381,7 +381,7 @@ export class UnionType implements IIntermediateType {\nif (options.field && !(options.field.intermediateType instanceof ObjectType)) {\nthrow new Error('Fields for Union Types must be Object Types.');\n}\n- this.definition[options.field?.toString() + '... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(appsync): remove 'id' suffix to union definition key (#17787)
Removing an unnecessary suffix from union definitions.
Fixes: #17771
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | appsync |
667,713 | 06.12.2021 11:08:47 | -28,800 | 3fde2ac5a41c80c5539df5203e0d096a0eef1911 | feat(android): add componentName to EngineContext | [
{
"change_type": "MODIFY",
"diff": "@@ -240,6 +240,7 @@ public abstract class HippyEngineManagerImpl extends HippyEngineManager implemen\n\"Hippy: loadModule debugMode=true, loadParams.jsAssetsPath and jsFilePath both null!\");\n}\n+ mEngineContext.setComponentName(loadParams.componentName);\nif (loadParams... | C++ | Apache License 2.0 | tencent/hippy | feat(android): add componentName to EngineContext | 1 | feat | android |
889,620 | 06.12.2021 11:17:52 | -28,800 | adf9e14fb26936f307177886171fa442dae1aec0 | fix: exceptions SQLITE_TOOBIG could arise when deleting many books or series | [
{
"change_type": "ADD",
"diff": "+CREATE TABLE TEMP_STRING_LIST\n+(\n+ STRING varchar NOT NULL\n+);\n+\n+DROP TABLE TEMP_URL_LIST;\n",
"new_path": "komga/src/flyway/resources/db/migration/sqlite/V20211206100610__temp_table_ids.sql",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": ... | Kotlin | MIT License | gotson/komga | fix: exceptions SQLITE_TOOBIG could arise when deleting many books or series | 1 | fix | null |
865,939 | 06.12.2021 11:18:58 | -3,600 | e89249049be96955c45448c4ed3a9053bf1927ac | chore: fix `--force-publish` in release script | [
{
"change_type": "MODIFY",
"diff": "\"prerelease\": \"run-s update-license-book\",\n\"update-license-book\": \"node tasks/license-book.js -o THIRD_PARTY_NOTICES -c\",\n\"send-license-book-summary\": \"node tasks/send-license-book-summary.js -s\",\n- \"release\": \"lerna publish --force-publish\",\n+ \"relea... | JavaScript | MIT License | camunda/camunda-modeler | chore: fix `--force-publish` in release script | 1 | chore | null |
366,946 | 06.12.2021 11:20:45 | -32,400 | 77113506d1224ea3e07793a313d821e573e42a71 | fix: change to pass ElementProps to Wrapper of `FlashMessage` | [
{
"change_type": "MODIFY",
"diff": "@@ -39,6 +39,7 @@ export const FlashMessage: VFC<Props & ElementProps> = ({\nrole = 'alert',\nclassName = '',\nonClose,\n+ ...props\n}) => {\nconst theme = useTheme()\nconst classNames = useClassNames()\n@@ -80,6 +81,7 @@ export const FlashMessage: VFC<Props & ElementProp... | TypeScript | MIT License | kufu/smarthr-ui | fix: change to pass ElementProps to Wrapper of `FlashMessage` (#2095) | 1 | fix | null |
617,459 | 06.12.2021 11:27:12 | -3,600 | b04741c86bbc51a885ba472dcf6e45db27462416 | ci(preproduction): fix error | [
{
"change_type": "ADD",
"diff": "+name: Pre-production\n+\n+on:\n+ push:\n+ tags:\n+ - v*\n+\n+concurrency:\n+ group: pre-production\n+ cancel-in-progress: true\n+\n+jobs:\n+ register:\n+ name: Build & Register images\n+ runs-on: ubuntu-latest\n+ steps:\n+ - name: Register docker image for api\n+ uses: Soci... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | ci(preproduction): fix error (#4086) | 1 | ci | preproduction |
126,295 | 06.12.2021 11:27:15 | -3,600 | 114d41326842469fe821275122231ce1536b320d | chore: token is handled internally by sdk. Remove useless code | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,6 @@ import (\n\"github.com/codenotary/immudb/pkg/api/schema\"\nimmuclient \"github.com/codenotary/immudb/pkg/client\"\n- \"google.golang.org/grpc/metadata\"\n\"google.golang.org/protobuf/types/known/emptypb\"\n)\n@@ -91,17 +90,16 @@ func connect(config cfg) ... | Go | Apache License 2.0 | codenotary/immudb | chore: token is handled internally by sdk. Remove useless code
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | null |
306,338 | 06.12.2021 11:36:28 | -3,600 | b9fea2b944dec679c2652d383c847ffe5f0dc159 | fix(aws): update prices for AWS S3 related resources
Per announcement:
Several storage prices are reduced.
S3 Glacier bulk retrievals are free now. Thus their cost components
are removed. | [
{
"change_type": "MODIFY",
"diff": "@@ -308,10 +308,8 @@ resource_usage:\nmonthly_expedited_select_data_scanned_gb: 500000 # Monthly data scanned by S3 Select in GB (for expedited level of S3 Glacier)\nmonthly_expedited_select_data_returned_gb: 500000 # Monthly data returned by S3 Select in GB (for expedite... | Go | Apache License 2.0 | infracost/infracost | fix(aws): update prices for AWS S3 related resources
Per announcement: https://aws.amazon.com/blogs/storage/s3-storage-class-price-reductions/?nc1=b_rp
- Several storage prices are reduced.
- S3 Glacier bulk retrievals are free now. Thus their cost components
are removed. | 1 | fix | aws |
418,654 | 06.12.2021 11:48:45 | -28,800 | e37602d54ae503aeee48afa320709aae3d18b329 | fix: mongoose remote config bug | [
{
"change_type": "MODIFY",
"diff": "-import { Configuration, Inject } from '@midwayjs/decorator';\n+import { Configuration } from '@midwayjs/decorator';\nimport { ILifeCycle, IMidwayContainer } from '@midwayjs/core';\nimport { MongooseConnectionServiceFactory } from './manager';\n@@ -13,12 +13,12 @@ import ... | TypeScript | MIT License | midwayjs/midway | fix: mongoose remote config bug (#1399) | 1 | fix | null |
667,636 | 06.12.2021 11:53:28 | -28,800 | e283306018bee64407d301bb7a68a4bb37ec13e2 | fix(hippy-react): fixed cached fiberNode event handler problem | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ interface NativeEvent {\nconst eventHubs = new Map();\nconst componentName = ['%c[event]%c', 'color: green', 'color: auto'];\n-function registerNativeEventHub(eventName: string) {\n+function registerNativeEventHub(eventName: any) {\ntrace(...componentNam... | C++ | Apache License 2.0 | tencent/hippy | fix(hippy-react): fixed cached fiberNode event handler problem | 1 | fix | hippy-react |
942,629 | 06.12.2021 11:55:55 | 25,200 | c0b4f515b52556f8592a21a638098a688d3235d3 | docs: Add headers examples to Storybook
Resolves:
Now that we've deprecated `PageHeader` and `GlobalHeader` components in v6, we'd like to provide an example for users to use so that they can migrate from the deprecated component.
[category:Documentation] | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,8 @@ function storySort(a, b) {\nprefix('labs-', '4'),\nprefix('basic', 'aa'),\nprefix('default', 'ab'),\n- prefix('visual-testing', 'zz')\n+ prefix('visual-testing', 'zz'),\n+ prefix('examples', 'zzz')\n);\nconst left = prefixFn(a[0]);\n",
"new_path": ".... | TypeScript | Apache License 2.0 | workday/canvas-kit | docs: Add headers examples to Storybook (#1366)
Resolves: #1362, #1363
Now that we've deprecated `PageHeader` and `GlobalHeader` components in v6, we'd like to provide an example for users to use so that they can migrate from the deprecated component.
[category:Documentation] | 1 | docs | null |
471,277 | 06.12.2021 12:19:20 | 21,600 | f95debab3ae35f5d3bb3c0fbd76e974b088723f3 | chore: update opentelemetry dependencies to latest versions | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@grpc/grpc-js\": \"^1.3.7\",\n\"@opentelemetry/api\": \"^1.0.2\",\n- \"@opentelemetry/exporter-jaeger\": \"0.25.0\",\n- \"@opentelemetry/exporter-zipkin\": \"0.25.0\",\n- \"@opentelemetry/instrumentation\": \"0.25.0\",\n- \"@opentelemetry/instrument... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | chore: update opentelemetry dependencies to latest versions (#2647)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> | 1 | chore | null |
494,294 | 06.12.2021 12:47:55 | -3,600 | 148284485db8a86aa10c5aefb34373f9a8c7d95a | feat(cmd): add OIDC credential include
With this change, the `kratos identities get` CLI can additionally fetch OIDC credentials. | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import (\nkratos \"github.com/ory/kratos-client-go\"\n\"github.com/ory/kratos/x\"\n\"github.com/ory/x/cmdx\"\n+ \"github.com/ory/x/stringsx\"\n\"github.com/ory/kratos/internal/clihelpers\"\n@@ -14,8 +15,16 @@ import (\n\"github.com/ory/kratos/cmd/cliclient... | Go | Apache License 2.0 | ory/kratos | feat(cmd): add OIDC credential include (#2017)
With this change, the `kratos identities get` CLI can additionally fetch OIDC credentials.
Co-authored-by: Patrik <zepatrik@users.noreply.github.com> | 1 | feat | cmd |
756,039 | 06.12.2021 12:51:19 | 28,800 | f648c19bbf397e9b322e7b990025157c124d2156 | fix(wallet): render issuer brand correctly | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import Card from '../components/Card';\nimport CardItem from '../components/CardItem';\nimport MakePurse from '../components/MakePurse';\nimport ImportIssuer from '../components/ImportIssuer';\n+import Petname from '../components/Petname';\nimport { icons,... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(wallet): render issuer brand correctly | 1 | fix | wallet |
306,338 | 06.12.2021 13:15:57 | -3,600 | d6c2442ac0e97157f12be61f6ec94904aa6e4671 | chore(aws): rename AWS' S3 Glacier to S3 Glacier Flexible Retrieval | [
{
"change_type": "MODIFY",
"diff": "@@ -296,7 +296,7 @@ resource_usage:\nmonthly_data_retrieval_gb: 40000 # Monthly data retrievals in GB\nmonthly_select_data_scanned_gb: 40000 # Monthly data scanned by S3 Select in GB.\nmonthly_select_data_returned_gb: 4000 # Monthly data returned by S3 Select in GB.\n- gl... | Go | Apache License 2.0 | infracost/infracost | chore(aws): rename AWS' S3 Glacier to S3 Glacier Flexible Retrieval
https://aws.amazon.com/blogs/storage/s3-storage-class-price-reductions/ | 1 | chore | aws |
306,423 | 06.12.2021 13:23:01 | -3,600 | e89f7d4d43965e08d3d6996c957d72f83fbf499e | chore: run tests for release | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,70 @@ on:\n- master\njobs:\n+ browser-tests:\n+ name: Browser tests\n+ runs-on: ubuntu-latest\n+ steps:\n+ - uses: actions/checkout@v2\n+\n+ - name: Setup Node 14.x\n+ uses: actions/setup-node@v1\n+ with:\n+ node-version: 14.x\n+\n+ - name: Get yarn cache direc... | JavaScript | MIT License | ing-bank/lion | chore: run tests for release | 1 | chore | null |
711,597 | 06.12.2021 14:17:28 | -3,600 | 55d67d93763a4147c7c768831994596dae304bfa | feat(payments-plugin): Allow Braintree environment to be set | [
{
"change_type": "MODIFY",
"diff": "import { BraintreeGateway, Environment, Transaction } from 'braintree';\n-import { PaymentMethodArgsHash } from './types';\n+import { BraintreePluginOptions, PaymentMethodArgsHash } from './types';\n-export function getGateway(args: PaymentMethodArgsHash): BraintreeGatewa... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(payments-plugin): Allow Braintree environment to be set | 1 | feat | payments-plugin |
711,597 | 06.12.2021 14:25:16 | -3,600 | b4a29d6cff5a7c5b39000719b4c556f60a80b521 | chore: Pre-release v1.4.0-beta.0 | [
{
"change_type": "MODIFY",
"diff": "+## 1.4.0-beta.0 (2021-12-06)\n+\n+\n+#### Features\n+\n+* **admin-ui-plugin** Support for defaultLocale ([e7bd576](https://github.com/vendure-ecommerce/vendure/commit/e7bd576)), closes [#1196](https://github.com/vendure-ecommerce/vendure/issues/1196)\n+* **admin-ui** Add... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Pre-release v1.4.0-beta.0 | 1 | chore | null |
821,230 | 06.12.2021 14:25:21 | 25,200 | 5950e20a7ece3627fa843cd7322fb9226d17f50c | chore(dependabot): add dependabot-automerge job [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -103,3 +103,13 @@ workflows:\nbranches:\nonly: main\n- cache: {requires: [release-management/release-package]}\n+ dependabot-automerge:\n+ triggers:\n+ - schedule:\n+ cron: '0 2,5,8,11 * * *'\n+ filters:\n+ branches:\n+ only:\n+ - main\n+ jobs:\n+ - release-management/... | TypeScript | MIT License | oclif/oclif | chore(dependabot): add dependabot-automerge job [skip ci] | 1 | chore | dependabot |
277,286 | 06.12.2021 14:39:38 | -3,600 | e60c80674cf1698258c043b7899897554e84a040 | fix: Put back demo app | [
{
"change_type": "MODIFY",
"diff": "-from h2o_wave import main, app, Q, ui\n+from h2o_wave import main, app, Q\n+\n+from .dashboard_red import show_red_dashboard\n+from .dashboard_blue import show_blue_dashboard\n+from .dashboard_orange import show_orange_dashboard\n+from .dashboard_cyan import show_cyan_da... | Python | Apache License 2.0 | h2oai/wave | fix: Put back demo app | 1 | fix | null |
306,320 | 06.12.2021 14:48:09 | 0 | 38333acdafc311e79b336d5ebd413fd2f2dfe5cf | fix(aws): ASG module when creating launch configuration/template
This fixes the module not showing any results when it creates a launch configuration or launch template. It does this by adding special mappings for those cases. | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import (\n\"github.com/infracost/infracost/internal/resources/aws\"\n\"github.com/shopspring/decimal\"\n+ log \"github.com/sirupsen/logrus\"\n\"github.com/tidwall/gjson\"\n\"github.com/infracost/infracost/internal/schema\"\n@@ -31,7 +32,18 @@ func NewAutos... | Go | Apache License 2.0 | infracost/infracost | fix(aws): ASG module when creating launch configuration/template (#1185)
This fixes the https://registry.terraform.io/modules/HDE/autoscaling/aws/latest module not showing any results when it creates a launch configuration or launch template. It does this by adding special mappings for those cases. | 1 | fix | aws |
865,917 | 06.12.2021 15:03:12 | -3,600 | cbc613bbf6394f7cb5a0beac8ce50a4241156019 | style(tabbed): increase tab max-width
Related to | [
{
"change_type": "MODIFY",
"diff": "+:root {\n+ --tab-max-width: 220px;\n+}\n+\n.tab-base() {\nposition: relative;\nflex: 1;\nflex-grow: 1;\nflex-shrink: 1;\nflex-basis: 20px;\n- max-width: 160px;\n+ max-width: var(--tab-max-width);\ncolor: var(--tab-font-color);\nborder-right: 1px solid var(--tab-border-ri... | JavaScript | MIT License | camunda/camunda-modeler | style(tabbed): increase tab max-width
Related to #2440 | 1 | style | tabbed |
711,597 | 06.12.2021 15:09:30 | -3,600 | 2d065f9dd46ae62d84ea7bdaa9a91df5b312cd97 | fix(core): Fix EntityRelationPaths type for optional properties | [
{
"change_type": "MODIFY",
"diff": "@@ -26,9 +26,9 @@ export type EntityRelationPaths<T extends VendureEntity> =\n| TripleDotPath;\nexport type EntityRelationKeys<T extends VendureEntity> = {\n- [K in Extract<keyof T, string>]: T[K] extends VendureEntity\n+ [K in Extract<keyof T, string>]: Required<T>[K] ex... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix EntityRelationPaths type for optional properties | 1 | fix | core |
141,585 | 06.12.2021 15:14:00 | -39,600 | db6b2594161d625a4fd94e88e1ec0e67357231b6 | chore(site): Update component health
Update Tab component health to reflect it having all variants, responsive, i18n, and accessible.
Update slider to indicate it's up-to-date and contains all design variants
Update health status of guidance block to be accessible and internationalized
Update modal health status | [
{
"change_type": "MODIFY",
"diff": "@@ -13,8 +13,8 @@ health:\nlatestDesign: false\nallVariants: true\nresponsive: true\n- internationalized: false\n- accessible: false\n+ internationalized: true\n+ accessible: true\n---\nimport WhenToUseAndWhenNotToUse from \"docs-components/WhenToUseAndWhenNotToUse\"\n",
... | TypeScript | MIT License | cultureamp/kaizen-design-system | chore(site): Update component health (#2344)
Update Tab component health to reflect it having all variants, responsive, i18n, and accessible.
- https://github.com/cultureamp/kaizen-design-system/pull/2203
Update slider to indicate it's up-to-date and contains all design variants
Update health status of guidance block to be accessible and internationalized
Update modal health status | 1 | chore | site |
273,647 | 06.12.2021 15:23:39 | -3,600 | dbb55d7c4180ca34c16cb74259721797dc1e83eb | fix(g-image): optional `srcset` and `sizes` | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,7 @@ export default {\nattrs.height = size.height\nif (isLazy) attrs['data-src'] = src\n- if (srcset.length) attrs[`${isLazy ? 'data-' : ''}srcset`] = Array.isArray(srcset) ? srcset.join(', ') : srcset\n+ if (srcset && srcset.length) attrs[`${isLazy ? 'data-'... | JavaScript | MIT License | gridsome/gridsome | fix(g-image): optional `srcset` and `sizes` (#1574) | 1 | fix | g-image |
419,506 | 06.12.2021 15:25:05 | -3,600 | b2a9b12d459ec7a5aab0b2e3cf1032715a9ef5c8 | perf(core): reuse EntityComparator on fork() | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ import { LoadStrategy, LockMode, ReferenceType, SCALAR_TYPES } from './enums';\nimport type { MetadataStorage } from './metadata';\nimport type { Transaction } from './connections';\nimport { EventManager, TransactionEventBroadcaster } from './events';\n... | TypeScript | MIT License | mikro-orm/mikro-orm | perf(core): reuse EntityComparator on fork() (#2496) | 1 | perf | core |
447,451 | 06.12.2021 15:48:10 | 18,000 | 6315e8fa1c03352c87725e6b5080943a4f3a9505 | chore: set github action to node version 12 | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,9 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n- uses: actions/checkout@v2\n+ - uses: actions/setup-node@v2\n+ with:\n+ node-version: '12'\n- run: 'yarn install'\n- run: 'yarn build:library'\n- uses: FirebaseExtended/action-hosting-deploy@v0\n",
"new_path": ".... | JavaScript | MIT License | nexxtway/react-rainbow | chore: set github action to node version 12 (#2331) | 1 | chore | null |
826,686 | 06.12.2021 16:11:32 | 0 | ad8df58064b83ad6cddc1151bc851046d20b18b4 | fix: update golang.org/x/sys to fix macOS binary execution
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -197,7 +197,7 @@ require (\ngolang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect\ngolang.org/x/mod v0.5.1 // indirect\ngolang.org/x/net v0.0.0-20211020060615-d418f374d309 // indirect\n- golang.org/x/sys v0.0.0-20211023085530-d6a326fbbf70 // indirect\n+ gola... | Go | Apache License 2.0 | ory/keto | fix: update golang.org/x/sys to fix macOS binary execution (#794)
Closes #793 | 1 | fix | null |
791,476 | 06.12.2021 16:20:32 | 18,000 | 3462f5b55744fde625de0736271538dacc824b57 | chore: re-enable generation for bigtable
This reverts commit | [
{
"change_type": "MODIFY",
"diff": "@@ -51,10 +51,6 @@ var denylist = map[string]bool{\n// Not properly configured:\n\"google.golang.org/genproto/googleapis/cloud/ondemandscanning/v1beta1\": true,\n\"google.golang.org/genproto/googleapis/cloud/ondemandscanning/v1\": true,\n-\n- // temporarily skip bigtable ... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore: re-enable generation for bigtable (#5194)
This reverts commit 1759839d96558d317dc9454f7704e17369424ce2. | 1 | chore | null |
865,939 | 06.12.2021 16:28:45 | -3,600 | 12d9ed8d13feea395ddd386d3262bd5694ca579a | feat(notifications): improve notifications UI | [
{
"change_type": "ADD",
"diff": "+<svg width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n+ <path d=\"M13.0710678,17.4852814 L13.0710678,13.0710678 L13.0710678,13.0710678 L17.4852814,13.0710678 C18.0375661,... | JavaScript | MIT License | camunda/camunda-modeler | feat(notifications): improve notifications UI | 1 | feat | notifications |
306,338 | 06.12.2021 16:46:59 | -3,600 | 0349e07de08f831c544c252fcc016c2c8167e648 | fix(aws): update product filter for AWS DynamoDB Table
Latest pricing db update adds an additional record for IA storage.
The original SKU: F3E2EDSYC6ZNW7XP
The new SKU: KJJP9XHMHMB9MFWF | [
{
"change_type": "MODIFY",
"diff": "@@ -307,7 +307,7 @@ func (a *DynamoDBTable) dataStorageCostComponent(region string, storageGB *int64\nService: strPtr(\"AmazonDynamoDB\"),\nProductFamily: strPtr(\"Database Storage\"),\nAttributeFilters: []*schema.AttributeFilter{\n- {Key: \"usagetype\", ValueRegex: strPt... | Go | Apache License 2.0 | infracost/infracost | fix(aws): update product filter for AWS DynamoDB Table
Latest pricing db update adds an additional record for IA storage.
The original SKU: F3E2EDSYC6ZNW7XP
The new SKU: KJJP9XHMHMB9MFWF | 1 | fix | aws |
217,922 | 06.12.2021 16:55:16 | -3,600 | 980512af20cfc6fbeccf99ab70c7661656956c92 | feat(list): new list tags: ENDWALKER, SGE and RPR | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ export enum ListTag {\nHEAVENSWARD = 'HEAVENSWARD',\nSTORMBLOOD = 'STORMBLOOD',\nSHADOWBRINGERS = 'SHADOWBRINGERS',\n+ ENDWALKER = 'ENDWALKER',\n// Theme tags\n@@ -36,11 +37,13 @@ export enum ListTag {\nWHM = 'WHM',\nSCH = 'SCH',\nAST = 'AST',\n+ SGE = 'SG... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(list): new list tags: ENDWALKER, SGE and RPR | 1 | feat | list |
571,267 | 06.12.2021 16:58:18 | 18,000 | aa422c39354fe309881a71ef4fb69f7960546741 | docs(changelog): tidy release 1.4.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-### [1.4.2](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.1...v1.4.2) (2... | JavaScript | MIT License | remarkablemark/html-react-parser | docs(changelog): tidy release 1.4.2 | 1 | docs | changelog |
571,267 | 06.12.2021 16:58:36 | 18,000 | 4fe86eff385dfab2811cfe42b66a3ec9f37b6a29 | docs(readme): update replit links | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ const parse = require('html-react-parser');\nparse('<p>Hello, World!</p>'); // React.createElement('p', {}, 'Hello, World!')\n```\n-[Repl.it](https://repl.it/@remarkablemark/html-react-parser) | [JSFiddle](https://jsfiddle.net/remarkablemark/7v86d800/) |... | JavaScript | MIT License | remarkablemark/html-react-parser | docs(readme): update replit links | 1 | docs | readme |
273,683 | 06.12.2021 17:06:37 | -3,600 | 37c35ff1b7a34286d0a3b59b26d748b3a82554a6 | chore: use version berry in pnp test | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,6 @@ const tasks = [\nfunction configure () {\nopenSync(path.join(projectDir, 'yarn.lock'), 'w')\nspawnSync('yarn', ['set', 'version', 'berry'], projectOpts)\n- spawnSync('yarn', ['set', 'version', 'canary'], projectOpts)\nspawnSync('yarn', ['config', 'set', ... | JavaScript | MIT License | gridsome/gridsome | chore: use version berry in pnp test | 1 | chore | null |
273,683 | 06.12.2021 17:09:16 | -3,600 | d2beec0ca23cd54dc7959aadeb93f370bf822643 | chore(deps): upgrade sharp to 0.29 | [
{
"change_type": "MODIFY",
"diff": "\"potrace\": \"^2.1.8\",\n\"probe-image-size\": \"^4.0.0\",\n\"process\": \"^0.11.10\",\n- \"sharp\": \"^0.28.1\",\n+ \"sharp\": \"^0.29.3\",\n\"slash\": \"^2.0.0\",\n\"sockjs\": \"^0.3.21\",\n\"sockjs-client\": \"^1.5.1\",\n",
"new_path": "gridsome/package.json",
... | JavaScript | MIT License | gridsome/gridsome | chore(deps): upgrade sharp to 0.29 | 1 | chore | deps |
104,828 | 06.12.2021 17:18:56 | -3,600 | 0d62347e3f9ed3b253e773501bc4ebc8d68fbc03 | feat(list): improve search style | [
{
"change_type": "MODIFY",
"diff": "@@ -129,22 +129,39 @@ export default {\nexcludeStories: ['sampleHierarchy'],\n};\n-export const BasicSingleColumn = () => (\n+export const BasicSingleColumn = () => {\n+ const BasicSingleColumn = () => {\n+ const [searchValue, setSearchValue] = useState(null);\n+ const us... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(list): improve search style | 1 | feat | list |
269,464 | 06.12.2021 17:21:37 | 10,800 | f01c60026ce6320447736a9e562af85bbf649562 | fix: improve git tag contents output | [
{
"change_type": "MODIFY",
"diff": "@@ -217,7 +217,7 @@ func getTagSubject(tag string) (string, error) {\nfunc getTagContents(tag string) (string, error) {\nout, err := git.Run(\"tag\", \"-l\", \"--format='%(contents)'\", tag)\n- return strings.ReplaceAll(strings.TrimSuffix(out, \"\\n\"), \"'\", \"\"), err\... | Go | MIT License | goreleaser/goreleaser | fix: improve git tag contents output
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | fix | null |
667,636 | 06.12.2021 17:29:28 | -28,800 | 273abc2796d3910db6204d7b7b2b3afb5a6599ad | build(core): build core js | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ jobs:\nruns-on: ubuntu-latest\nstrategy:\nmatrix:\n- node: [ 10.x, 16.x ]\n+ node: [ 10.x, 14.x ]\nsteps:\n- uses: actions/checkout@v2\n- name: setup-node\n@@ -48,7 +48,7 @@ jobs:\n- name: test\nrun: npm run coverage\n- name: coverage\n- if: matrix.node ... | C++ | Apache License 2.0 | tencent/hippy | build(core): build core js | 1 | build | core |
705,211 | 06.12.2021 17:29:51 | 18,000 | 8851c5882a8cb6c8274b532d79ed29a5372dcd7b | fix(Button): Add missing MaterialButtonIconStyle | [
{
"change_type": "MODIFY",
"diff": "@@ -195,7 +195,7 @@ For example, if you would like change the `CornerRadius` of all the `Buttons` us\n| **Controls** | **StyleNames** |\n|----------|-------------------------------------------------------------------------------------------|\n-| Button | MaterialContained... | C# | Apache License 2.0 | unoplatform/uno.themes | fix(Button): Add missing MaterialButtonIconStyle | 1 | fix | Button |
126,295 | 06.12.2021 17:37:58 | -3,600 | d1e757aef597ad02e4a76f2116e8823a093dfd95 | chore(pkg/server/sessions): add sessions counter debug messages | [
{
"change_type": "MODIFY",
"diff": "@@ -194,6 +194,8 @@ func (sm *manager) expireSessions() {\nsm.sessionMux.Unlock()\nnow := time.Now()\n+\n+ idleSessCount := 0\nsm.logger.Debugf(\"checking at %s\", now.Format(time.UnixDate))\nfor ID, sess := range sm.sessions {\nif sess.GetLastHeartBeat().Add(sm.options.M... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/server/sessions): add sessions counter debug messages
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/server/sessions |
126,295 | 06.12.2021 17:38:47 | -3,600 | e692316d4e526975558fc9e86904541a00800f93 | chore(stress_tool_sql): add sessions and transaction mode | [
{
"change_type": "MODIFY",
"diff": "@@ -52,6 +52,8 @@ type cfg struct {\ncompactCycles int\nverifiers int\nvrCount int\n+ sessionMode bool\n+ transactions bool\n}\nfunc parseConfig() (c cfg) {\n@@ -78,6 +80,9 @@ func parseConfig() (c cfg) {\nflag.IntVar(&c.verifiers, \"verifiers\", 0, \"number of verifiers ... | Go | Apache License 2.0 | codenotary/immudb | chore(stress_tool_sql): add sessions and transaction mode
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | stress_tool_sql |
126,295 | 06.12.2021 17:40:02 | -3,600 | de4657551fae9aae103e776b9b35f6cf358f009a | chore(stress_tool_worker_pool): add long running stress tool | [
{
"change_type": "ADD",
"diff": "+package main\n+\n+import (\n+ \"context\"\n+ \"flag\"\n+ \"fmt\"\n+ \"github.com/codenotary/immudb/pkg/api/schema\"\n+ immuclient \"github.com/codenotary/immudb/pkg/client\"\n+ \"log\"\n+ \"math/rand\"\n+ \"sync\"\n+ \"time\"\n+)\n+\n+type cfg struct {\n+ IpAddr string\n+ P... | Go | Apache License 2.0 | codenotary/immudb | chore(stress_tool_worker_pool): add long running stress tool
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | stress_tool_worker_pool |
160,177 | 06.12.2021 17:41:27 | -28,800 | 00d9c10e27b8c9d63f05cbb45a339a9ffbd00925 | docs: base model | [
{
"change_type": "MODIFY",
"diff": "edges: [\n{\nid: 'edge_2222',\n- type: 'polyline',\n+ type: 'connection',\nsourceNodeId: 50,\ntargetNodeId: 21,\n}\n",
"new_path": "packages/core/index.html",
"old_path": "packages/core/index.html"
}
] | TypeScript | Apache License 2.0 | didi/logicflow | docs: base model | 1 | docs | null |
777,369 | 06.12.2021 17:43:56 | 25,200 | 84f69a4bfc7ce4cb99487a2496ac70bd3336a335 | chore: fix the spinner story | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\n+import HelmetDecorator from 'storybook/HelmetDecorator';\n+import StoreDecorator from 'storybook/StoreDecorator';\n+\nimport Page from './Page';\nimport Spinner from './Spinner';\nexport default {\ncomponent: Spinner,\n+ decorators: [ HelmetDe... | Python | Apache License 2.0 | determined-ai/determined | chore: fix the spinner story (#3272) | 1 | chore | null |
71,748 | 06.12.2021 18:01:49 | 0 | cd8a377d90871d1f6856a2f640231f1b2ba35469 | chore: remove experimental badge from aws-cdk-lib README
The package was marked as stable, but this bit in the README was missed.
*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": "# AWS Cloud Development Kit Library\n-[](http://github.com/badges/stability-badges)\n-\nThe AWS CDK construct library provides APIs to define your CDK application and add\nCDK constructs to the... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: remove experimental badge from aws-cdk-lib README (#17827)
The package was marked as stable, but this bit in the README was missed.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | chore | null |
71,080 | 06.12.2021 18:06:17 | 18,000 | 8e3269b11ae013c74fd46046697ebd4d647bb7ed | chore(lambda): fix doc typo in `permissions`
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": "@@ -2,8 +2,8 @@ import * as iam from '@aws-cdk/aws-iam';\nimport { Construct } from '@aws-cdk/core';\n/**\n- * Represents a permission statement that can be added to a Lambda's resource policy\n- * via the `addToResourcePolicy` method.\n+ * Represents a permission stateme... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(lambda): fix doc typo in `permissions` (#17870)
Closes #17567.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | chore | lambda |
756,039 | 06.12.2021 18:27:58 | 28,800 | 96d372e781d3ce405fc82edea78a0633b0d61b9f | fix(wallet): allow wallet app deep linking | [
{
"change_type": "MODIFY",
"diff": "@@ -102,6 +102,7 @@ export async function makeHTTPListener(basedir, port, host, rawInboundCommand) {\n};\nconst app = express();\n+\n// HTTP logging.\napp.use(\nmorgan(`:method :url :status :res[content-length] - :response-time ms`, {\n@@ -121,6 +122,10 @@ export async fu... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(wallet): allow wallet app deep linking | 1 | fix | wallet |
551,646 | 06.12.2021 18:33:21 | -7,200 | 9d3a9fe582071d41b548da34df04d22723695ed7 | fix(ci): fixed questdb AWS version calculation | [
{
"change_type": "MODIFY",
"diff": "AWS_REGION ?= eu-west-1\n-QUESTDB_VERSION ?= 6.0.4\n-#AMI_REGIONS ?=eu-north-1,eu-central-1\npacker ?= packer\ngit ?= git\n@@ -27,4 +25,5 @@ build_release:\n-var ami_groups=all \\\npacker.json\n+\n-include ../Mk/phonies\n\\ No newline at end of file\n",
"new_path": "p... | Java | Apache License 2.0 | questdb/questdb | fix(ci): fixed questdb AWS version calculation (#1653) | 1 | fix | ci |
217,922 | 06.12.2021 18:55:08 | -3,600 | 3f036371780c2f35872a3b1868d85980aea11e9f | fix(gearsets): fixed materia melding caps | [
{
"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 materia melding caps | 1 | fix | gearsets |
688,427 | 06.12.2021 19:31:50 | -25,200 | 1c5807b12b35bc85d7700cacd1519a267eb7280f | chore(PageFooter): update support phone number | [
{
"change_type": "ADD",
"diff": "+---\n+'@toptal/picasso': minor\n+---\n+\n+Update support phone number.\n",
"new_path": ".changeset/plenty-lions-jump.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "Binary files a/packages/picasso/src/PageFooter/__image_snapshots__/page-foot... | TypeScript | MIT License | toptal/picasso | chore(PageFooter): [CT-2139] update support phone number (#2310)
Co-authored-by: Teimur Gasanov <teimur@toptal.com> | 1 | chore | PageFooter |
217,923 | 06.12.2021 20:28:30 | 21,600 | 6aff0b464a6e6b6e783edf50b959edac4d4efafa | fix(list-details): optimized route checks all selected sources | [
{
"change_type": "MODIFY",
"diff": "@@ -376,17 +376,11 @@ export class ListDetailsPanelComponent implements OnChanges, OnInit {\nconst isTrade = this.displayRow.filterChain.indexOf('TRADE') > -1;\nconst isHunting = this.displayRow.filterChain.indexOf('_DROP') > -1;\nconst preferredPosition = positions.find(... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list-details): optimized route checks all selected sources | 1 | fix | list-details |
551,636 | 06.12.2021 21:47:15 | 0 | b401f06ac6b07140c3477c0f897a9cc3e9f05236 | fix(o3): fixed crash, which is to do with incorrectly sizing input data | [
{
"change_type": "MODIFY",
"diff": "@@ -1984,7 +1984,7 @@ public class O3OpenColumnJob extends AbstractQueueConsumerJob<O3OpenColumnTask>\nfinal long srcDataMaxBytes = srcDataMax * Long.BYTES;\nif (srcDataTop > prefixHi || prefixType == O3_BLOCK_O3) {\n// extend the existing column down, we will be discardi... | Java | Apache License 2.0 | questdb/questdb | fix(o3): fixed crash, which is to do with incorrectly sizing input data (#1654) | 1 | fix | o3 |
273,683 | 06.12.2021 22:29:56 | -3,600 | 59e92ca94a689357ea36c873b9a05cb61280f73c | chore: add experimental _tmpDir config | [
{
"change_type": "MODIFY",
"diff": "@@ -121,13 +121,17 @@ module.exports = async (context, options = {}) => {\nconfig.appPath = path.resolve(__dirname, '../../app')\n// Cache paths\n- if (process.versions.pnp === '1') {\n+\n+ if (localConfig._tmpDir) {\n+ config.cacheDir = path.resolve(context, localConfig.... | JavaScript | MIT License | gridsome/gridsome | chore: add experimental _tmpDir config (#1571) | 1 | chore | null |
603,467 | 06.12.2021 22:44:36 | 0 | 918f447c1d8f326fbf5730f1aa61108045556212 | fix(web): removed window-specific APIs from BrowseTheWeb that got replaced by Page
re | [
{
"change_type": "DELETE",
"diff": "-import 'mocha';\n-\n-import { containAtLeastOneItemThat, Ensure, equals, includes, property } from '@serenity-js/assertions';\n-import { actorCalled, engage } from '@serenity-js/core';\n-import { Click, Navigate, PageElement } from '@serenity-js/web';\n-\n-import { Brows... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(web): removed window-specific APIs from BrowseTheWeb that got replaced by Page
re #805 | 1 | fix | web |
273,683 | 06.12.2021 22:49:09 | -3,600 | e59e4e9ee8a7ead8a7db98789008ca07e9f3d316 | chore(dev): cache processed images in output folder | [
{
"change_type": "MODIFY",
"diff": "@@ -133,7 +133,6 @@ module.exports = async (context, options = {}) => {\n}\nconfig.appCacheDir = path.join(config.cacheDir, 'app')\n- config.imageCacheDir = path.join(config.cacheDir, 'assets')\nconfig.maxImageWidth = localConfig.maxImageWidth || 2560\nconfig.imageExtensi... | JavaScript | MIT License | gridsome/gridsome | chore(dev): cache processed images in output folder | 1 | chore | dev |
815,601 | 06.12.2021 22:58:26 | -28,800 | 162d0290b8b17f903e4f030c256ea5ecdf25da63 | fix: rpc test example address | [
{
"change_type": "MODIFY",
"diff": "@@ -206,7 +206,7 @@ fn setup_rpc_test_suite(height: u64) -> RpcTestSuite {\n// Start rpc services\nlet rpc_config = RpcConfig {\n- listen_address: \"127.0.0.01:0\".to_owned(),\n+ listen_address: \"127.0.0.1:0\".to_owned(),\ntcp_listen_address: None,\nws_listen_address: No... | Rust | MIT License | nervosnetwork/ckb | fix: rpc test example address | 1 | fix | null |
273,683 | 06.12.2021 23:02:19 | -3,600 | aea2af0eaa645453d22e545f687270085248e298 | feat(config): `emptyOutputDir` config | [
{
"change_type": "MODIFY",
"diff": "@@ -113,7 +113,8 @@ module.exports = async (context, options = {}) => {\nconfig.publicPath = config.pathPrefix ? `${config.pathPrefix}/` : '/'\nconfig.staticDir = resolve('static')\n- config.outputDir = resolve(localConfig.outputDir || localConfig.outDir || 'dist')\n+ con... | JavaScript | MIT License | gridsome/gridsome | feat(config): `emptyOutputDir` config | 1 | feat | config |
217,922 | 06.12.2021 23:15:44 | -3,600 | f06d3bc711bde0bbfd1f6b18a0b052e5ea020a7c | feat(simulator): added missing medicines | [
{
"change_type": "MODIFY",
"diff": "\"LevelEquip\": 1,\n\"LevelItem\": 110\n},\n+ {\n+ \"Bonuses\": {\n+ \"Strength\": {\n+ \"ID\": 1,\n+ \"Max\": 70,\n+ \"MaxHQ\": 87,\n+ \"Relative\": true,\n+ \"Value\": 16,\n+ \"ValueHQ\": 20\n+ }\n+ },\n+ \"ID\": 12622,\n+ \"LevelEquip\": 1,\n+ \"LevelItem\": 145\n+ },\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): added missing medicines | 1 | feat | simulator |
269,464 | 06.12.2021 23:18:20 | 10,800 | 5025a363ff707e0832bb5981d7249dbf794db455 | chore(ci): commit author on generated code | [
{
"change_type": "MODIFY",
"diff": "@@ -27,3 +27,6 @@ jobs:\nwith:\ncommit_message: \"docs: update\"\nbranch: main\n+ commit_user_name: actions-user\n+ commit_user_email: actions@github.com\n+ commit_author: actions-user <actions@github.com>\n",
"new_path": ".github/workflows/generate.yml",
"old_pat... | Go | MIT License | goreleaser/goreleaser | chore(ci): commit author on generated code
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | chore | ci |
603,467 | 06.12.2021 23:26:04 | 0 | ccc770568a5bd226b880f42c4fcb7b21b074f9f5 | refactor(protractor): improved naming of webdriver-related promise helpers | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import { actorCalled, engage, Question } from '@serenity-js/core';\nimport { protractor } from 'protractor';\nimport { UseAngular } from '../../../src';\n-import { promiseOf } from '../../../src/promiseOf';\n+import { promised } from '../../../src/screenpl... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | refactor(protractor): improved naming of webdriver-related promise helpers | 1 | refactor | protractor |
273,683 | 07.12.2021 00:31:48 | -3,600 | 468694fe1ee9f719b911aa81b58986d861518610 | chore(deps): upgrade to graphql-compose v9 | [
{
"change_type": "MODIFY",
"diff": "@@ -155,7 +155,7 @@ test('camelcase fieldNames', () => {\nexpect(field_name.key).toEqual('field_name')\nexpect(field_name.fieldName).toEqual('fieldName')\n- expect(field_name.extensions.directives[0]).toMatchObject({ name: 'proxy', args: { from: 'field_name' } })\n+ expec... | JavaScript | MIT License | gridsome/gridsome | chore(deps): upgrade to graphql-compose v9 | 1 | chore | deps |
471,136 | 07.12.2021 00:50:30 | -28,800 | b9e7835716d56dba7e6f9f0e45a2a31dd7022391 | refactor(opentelemetry-sdk-node): remove redundant judgments for metric | [
{
"change_type": "MODIFY",
"diff": "@@ -84,14 +84,13 @@ export class NodeSDK {\n}\nif (configuration.metricExporter) {\n- const meterConfig: MeterConfig = {};\n+ const meterConfig: MeterConfig = {\n+ exporter: configuration.metricExporter,\n+ };\nif (configuration.metricProcessor) {\nmeterConfig.processor =... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | refactor(opentelemetry-sdk-node): remove redundant judgments for metric (#2648) | 1 | refactor | opentelemetry-sdk-node |
730,428 | 07.12.2021 01:01:00 | 0 | 03fa9210fd0dc8bc573313e0148cbbf43bc23de5 | chore(release): 0.44.0 [skip ci] | [
{
"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+## [0.44.0](https://github.com/webex/react-widgets/compare/v0.43.0...v0.44.0) (2021-12-07)\n+\n... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.44.0 [skip ci] | 1 | chore | release |
306,653 | 07.12.2021 01:01:22 | -19,080 | 9fcb2b652d3d55f5d13e8efe0a2598829f78c73a | feat(dropdown): add custom search placeholder to dropdown | [
{
"change_type": "MODIFY",
"diff": "@@ -141,6 +141,10 @@ export interface DropdownListProps extends TriggerAndOptionProps {\n* </pre>\n*/\npopoverOptions?: PopoverOptions;\n+ /**\n+ * Adds custom placeholder to searchBar\n+ */\n+ searchPlaceholder?: string;\n}\ninterface OptionsProps extends DropdownListPro... | TypeScript | MIT License | innovaccer/design-system | feat(dropdown): add custom search placeholder to dropdown | 1 | feat | dropdown |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.