coolstore-microservices icon indicating copy to clipboard operation
coolstore-microservices copied to clipboard

A full-stack .NET microservices build on Dapr and Tye

Results 33 coolstore-microservices issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.3.8 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies
javascript

Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 Commits 5e17bb7 11.8.5 bce8ce7 Backport 861ccd9ac2237df762a9e2beed7edd88c60782dc 8ced192 Fix build 670eb04 11.8.4...

dependencies
javascript

Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.3 to 0.4.4. Release notes Sourced from jpeg-js's releases. v0.4.4 v0.4.4 (2022-06-07) feat: add comment tag encoding (#87) (13e1ffa), closes #87 fix: validate sampling factors (#106) (9ccd35f),...

dependencies
javascript

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. Changelog Sourced from regex's changelog. 1.5.5 (2022-03-08) This releases fixes a security bug in the regex compiler. This bug permits a vector for a...

dependencies
rust

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies
javascript

This PR is a big change: + .NET 6 for shopping cart + Rust for inventory & product catalog + Go for sale + BFF Authentication on the gateway with...

- BFF Authentication: see at https://github.com/thangchung/bff-auth - IdentityServer4 - YARP - Internal services in .NET 6, Golang and Rust - Front-end: https://remix.run - Tailwindcsss for now (-NextUI: https://nextui.org) - How...

I got 500 error as bellow, how can I fix it, Dapr.Client.InvocationException: Exception while invoking get-inventories-by-ids on appId:inventoryapp ``` ---> Grpc.Core.RpcException: Status(StatusCode="Internal", Detail="Error starting gRPC call. HttpRequestException: Connection refused (127.0.0.1:50001)...

A brief hello from one of your beneficiaries of a great project. Keep up the good work. Fig

I want to integrate YARP with DAPR. My use case is that when a user hits the yarp URL, the downstream of it must invoke the DAPR sidecar URL for...