Sumit Ghosh
b0576ee9b8
Fixed bugs in Web.Bff.Shopping aggregator project
2021-10-21 14:21:46 +05:30
Sumit Ghosh
fcd42510ff
Apply suggestions from code review
...
Co-authored-by: David Pine <david.pine@microsoft.com>
2021-10-20 17:27:14 +05:30
Sumit Ghosh
4c90ec2611
Apply suggestions from code review
...
Co-authored-by: David Pine <david.pine@microsoft.com>
2021-10-20 17:17:30 +05:30
Sumit Ghosh
3a0f094d53
Apply suggestions from code review
...
Co-authored-by: David Pine <david.pine@microsoft.com>
2021-10-20 17:15:13 +05:30
Sumit Ghosh
a12fbcaf09
Moved namespaces to globalusing shopping aggregator
2021-10-13 11:13:23 +05:30
Sumit Ghosh
7b1764261e
Included globalusing for web.bff.shoppping aggregator project
2021-10-13 11:12:37 +05:30
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 536bddcd96b54673401cedbe802520dce12b3472.
* Revert "Removed Starup.cs"
This reverts commit 46175d7aa97475d88ec46bce39ed498c7037d924.
* Revert "Merged conent from Startup.cs to Program.cs"
This reverts commit 2766ea86dfef9220fe3f0c27a37a9a6c18153078.
* 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>
2021-10-04 19:39:36 +05:30
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
2021-08-09 19:57:22 +05:30
GitHubPang
a478fdabf6
Fix typo in field name. ( #1727 )
...
httpContextAccesor > httpContextAccessor
2021-07-26 13:15:59 +05:30
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
2021-05-31 14:46:44 +05:30
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
2021-05-03 16:36:31 +05:30
Rich Lander
d0cd2830a8
Update sdk tag ( #1647 )
2021-04-13 18:45:38 +05:30
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
2021-02-04 12:29:39 +05:30
Borja García Rodríguez
2b91170662
clean up solution
2021-01-20 17:57:32 +01:00
Miguel Veloso
79e7e42aa8
Upgrade healthchecks packages
2021-01-13 13:45:29 +00:00
Miguel Veloso
96c0c1d32c
Upgrade key packages
2021-01-13 13:14:59 +00:00
Borja García Rodríguez
ad29cfcdfe
fix restores on docker.develop images
2020-12-28 20:57:32 +01:00
Borja García Rodríguez
ce504d9d36
Updated to aspnet 5 dockerfiles.development for azds
2020-12-28 16:54:35 +01:00
Borja García Rodríguez
71eda6aeb9
remove old grpc caller
2020-12-23 10:20:50 +01:00
Borja García Rodríguez
55a177feac
update dockerfiles without location & api csprojs
2020-12-21 13:29:07 +01:00
Borja García Rodríguez
cc28b8cd76
remove marketing and locations
2020-12-21 13:19:33 +01:00
Borja García Rodríguez
62d4b2bd64
merge remote branch into fork
2020-12-21 12:16:58 +01:00
Borja García Rodríguez
151c1595a6
update net 5
2020-12-17 15:24:51 +01:00
David Sanz
35b30a109a
Top-level statements. Change ordering net standard projects to dotnet 5.
2020-12-17 11:33:55 +01:00
Borja García Rodríguez
4e948d0a04
grpc improvements
2020-12-17 11:15:36 +01:00
David Sanz
2d59b7cc56
Change Grpc client creation from a per request approach to a client factory one.
2020-12-16 18:01:27 +01:00
Borja García Rodríguez
4a71f483aa
top level statements
2020-12-15 14:42:56 +01:00
Borja García Rodríguez
f26e27bd4e
catch error with interceptor
2020-12-15 12:35:47 +01:00
Borja García Rodríguez
b67a487f2c
add grpc factory
2020-12-15 10:46:50 +01:00
Borja García Rodríguez
646f7121b4
added grpc factory and interceptor
2020-12-14 16:47:42 +01:00
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
2020-08-04 16:26:29 +05:30
Christian Morgenthaler
beda8378d5
correct call order of "app.UseCors"
2020-06-08 21:58:48 +02:00
Miguel Veloso
135c56a7a8
Add cache use comment to Dockerfiles to force PR validation
2020-01-27 09:58:53 +00:00
Miguel Veloso
44d3fcf767
Update packages
2019-12-17 17:41:03 +00:00
Miguel Veloso
3a1aff0191
Update base images to 3.1
2019-12-16 18:52:28 +00:00
Miguel Veloso
593be81bb0
Improve docker build cache usage
2019-11-18 15:04:11 +00:00
Miguel Veloso
ade6358eca
Reorganize project folders
2019-11-18 15:03:28 +00:00
Miguel Veloso
0c14810a33
Replace obsolete IHostingEnvironment for IWebHostEnvironment
2019-11-08 16:02:58 +00:00
Miguel Veloso
866e89cad2
Remove string interpolation from logging
2019-11-08 15:15:15 +00:00
Miguel Veloso
5013ff40ba
Remove unnecessary commands from dockerfiles
2019-11-07 16:56:22 +00:00
Miguel Veloso
b34b8d2403
Sort package references
2019-11-06 11:14:19 +00:00
eiximenis
34a0c03434
Update dockerfile.develop to net3
2019-10-31 09:45:18 +01:00
eiximenis
08e9b2641a
Final adjustments to make envoy work with ingress and remove Polly from http calls
2019-10-01 19:30:09 +02:00
eiximenis
60998cbd5c
Fixing some generic issues
2019-09-27 16:32:32 +02:00
eiximenis
d68c9e40aa
Configuration of envoy routes and minor code fixes
2019-09-19 18:26:04 +02:00
eiximenis
9b57122f7a
update to net3 rc1
2019-09-19 10:12:14 +02:00
eiximenis
a2053deb49
Final charts tunning and allowing Linkerd Mesh to be used
2019-09-10 19:49:50 +02:00
ericuss
bcb0455d1a
add polly for grpc calls
2019-09-04 17:27:45 +02:00
ericuss
adb061cc27
fix problems with spa adding items to basket
2019-09-04 15:21:19 +02:00
ericuss
791e7d646c
standarize the productId type
2019-09-04 15:02:09 +02:00