Sumit Ghosh
a902b00a3c
Moved namespaces to globalusing file
3 years ago
Sumit Ghosh
21c70f1227
Included globalusing mobile.bff.shoppping project
3 years ago
Sumit Ghosh
a12fbcaf09
Moved namespaces to globalusing shopping aggregator
3 years ago
Sumit Ghosh
7b1764261e
Included globalusing for web.bff.shoppping aggregator project
3 years ago
Sumit Ghosh
ab1d9cc897
Updates `basket-api` to .NET 6 ( #1742 )
* Use global usings
* Use file-scoped namespaces
* Updates docker images to preview 7
* Created a new migration plan
* Included global usings for identity project
* Updated docker file to preview version to 7
* Updated dockerfiles
* Merged conent from Startup.cs to Program.cs
* Removed Starup.cs
* Removed unnecessary files
* Revert "Removed unnecessary files"
This reverts commit 536bddcd96
.
* Revert "Removed Starup.cs"
This reverts commit 46175d7aa9
.
* Revert "Merged conent from Startup.cs to Program.cs"
This reverts commit 2766ea86df
.
* Removed extra spaces
* Updated basket-api project file
* Update src/Services/Basket/Basket.API/Grpc/BasketService.cs
Co-authored-by: David Pine <david.pine@microsoft.com>
* Apply suggestions from code review
Co-authored-by: David Pine <david.pine@microsoft.com>
* Moved the fully qualified namespace on top
* Updated relevant packages in basket.api project
* Updated relevant packages in identity.api project
Co-authored-by: David Pine <david.pine@microsoft.com>
3 years ago
Josh Coleman
8be1c9cd3e
Seeking feedback: Build and run on .Net 6 preview 6 ( #1734 )
* Updgrade build and hosting machines to .net6 latest
* Target .net 6
* ILogger is ambiguous?
* More ILogger ambiguity
* Use preview 6... seeing errors in preview 7...
* Of course the SDK version is different :)
* downgrade the last nonworking component
* Only restore the packages we need for the one off service stuck in .net 5
* Downgrade development docker files to use the preview 6 sdk
3 years ago
GitHubPang
a478fdabf6
Fix typo in field name. ( #1727 )
httpContextAccesor > httpContextAccessor
3 years ago
Sander Obdeijn
8ed25875af
Added EventBus.Tests to solution ( #1684 )
* - Added EventBus.Tests to solution
- Updated targetframework to net5.0
- Consolidated nuget packages
* Added copy EventBus.Tests.csproj to DockerFile's
3 years ago
Sumit Ghosh
19baeb7069
Migrates from Newtonsoft.Json to System.Text.Json ( #1658 )
* Included System.Text.Json related changes
* Fixed order details summary in WebMVC
* Updated custom JsonConverter
3 years ago
Rich Lander
d0cd2830a8
Update sdk tag ( #1647 )
3 years ago
Mohamed Seada
6012fb0649
Fix aggregator address ( #1646 )
3 years ago
Sumit Ghosh
834af1209e
Fixes : #1599 | Applies patch to dotnet/sdk buster-slim docker image ( #1601 )
* Included docker file patch
* Used specific npm 6 package version
4 years ago
Borja García Rodríguez
2b91170662
clean up solution
4 years ago
Miguel Veloso
79e7e42aa8
Upgrade healthchecks packages
4 years ago
Miguel Veloso
96c0c1d32c
Upgrade key packages
4 years ago
Viswanatha Swamy
6f8f247fe9
Swamy/01jan2021-small-refactoring ( #1570 )
* Update Startup.cs
* Removed commented code
* Update UrlsConfig.cs
* Small Refactoring
* Removed Commented Code
* Small Refactoring
4 years ago
Borja García Rodríguez
ad29cfcdfe
fix restores on docker.develop images
4 years ago
Borja García Rodríguez
ce504d9d36
Updated to aspnet 5 dockerfiles.development for azds
4 years ago
Borja García Rodríguez
71eda6aeb9
remove old grpc caller
4 years ago
Borja García Rodríguez
55a177feac
update dockerfiles without location & api csprojs
4 years ago
Borja García Rodríguez
cc28b8cd76
remove marketing and locations
4 years ago
Borja García Rodríguez
151c1595a6
update net 5
4 years ago
David Sanz
35b30a109a
Top-level statements. Change ordering net standard projects to dotnet 5.
4 years ago
Borja García Rodríguez
4e948d0a04
grpc improvements
4 years ago
David Sanz
2d59b7cc56
Change Grpc client creation from a per request approach to a client factory one.
4 years ago
Borja García Rodríguez
4a71f483aa
top level statements
4 years ago
Borja García Rodríguez
d8e64ab5bf
interceptor in mobile bff
4 years ago
Borja García Rodríguez
f26e27bd4e
catch error with interceptor
4 years ago
Borja García Rodríguez
b67a487f2c
add grpc factory
4 years ago
Borja García Rodríguez
646f7121b4
added grpc factory and interceptor
4 years ago
hfz-r
85aea20046
Fix for Campaigns exception and SignalR 401 Unauthorized ( #1374 )
* update API Gateway - /locations-api/ @ webmarketing/envoy.yaml
* updated signalr services
- envoy: webmarketingapigw
- latest client: webmvc
- service hub: ordering-signalrhub
Co-authored-by: hfz-r <hafiz.roslan@hartalega.com.my>
4 years ago
Viswanatha Swamy
736320b920
Swamy/remove unused using and refactoring entity classes ( #1371 )
* Removed Unused Usings
* Code Refactoring for readbility. Added spaces and moved the classes to separate file
4 years ago
Christian Morgenthaler
beda8378d5
correct call order of "app.UseCors"
4 years ago
Miguel Veloso
135c56a7a8
Add cache use comment to Dockerfiles to force PR validation
5 years ago
Miguel Veloso
28b8a5e97a
Add missing await
5 years ago
Miguel Veloso
44d3fcf767
Update packages
5 years ago
Miguel Veloso
3a1aff0191
Update base images to 3.1
5 years ago
Miguel Veloso
62db94848d
Configure Envoy to forward SignalR notifications
5 years ago
Miguel Veloso
f88d8c4ba3
Fix SignalR + MVC through Envoy
5 years ago
Miguel Veloso
593be81bb0
Improve docker build cache usage
5 years ago
Miguel Veloso
ade6358eca
Reorganize project folders
5 years ago
Miguel Veloso
0c14810a33
Replace obsolete IHostingEnvironment for IWebHostEnvironment
5 years ago
Miguel Veloso
866e89cad2
Remove string interpolation from logging
5 years ago
Miguel Veloso
5013ff40ba
Remove unnecessary commands from dockerfiles
5 years ago
Miguel Veloso
b34b8d2403
Sort package references
5 years ago
Miguel Veloso
9bbb37aed5
Sort package references
5 years ago
eiximenis
34a0c03434
Update dockerfile.develop to net3
5 years ago
eiximenis
e4df0336e5
Changes in compose config for docker-compose up running ok. Added volumes for data
5 years ago
eiximenis
08e9b2641a
Final adjustments to make envoy work with ingress and remove Polly from http calls
5 years ago
eiximenis
60998cbd5c
Fixing some generic issues
5 years ago