3948 Commits

Author SHA1 Message Date
Sumit Ghosh
03b80d037e Moved using statements to globalusing for EventBusServiceBus 2021-10-13 16:47:51 +05:30
Sumit Ghosh
409fab7521 Included global using in EventBusServiceBus project 2021-10-13 16:37:33 +05:30
Sumit Ghosh
4ed086f675 Moved using statements to EventBusRabbitMQ project 2021-10-13 16:36:50 +05:30
Sumit Ghosh
783c69974a Included globalusing for EventBusRabbitMQ project 2021-10-13 16:36:01 +05:30
Sumit Ghosh
f3d6492340 Moved namespaces to global usings for eventbus 2021-10-13 12:51:44 +05:30
Sumit Ghosh
f847ec020f Included globalusing for eventbus project 2021-10-13 12:50:57 +05:30
Sumit Ghosh
a902b00a3c Moved namespaces to globalusing file 2021-10-13 12:21:27 +05:30
Sumit Ghosh
21c70f1227 Included globalusing mobile.bff.shoppping project 2021-10-13 12:21:04 +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
2cdb56fb69 Moved using statements to globalusing file in webhooks.api 2021-10-12 19:28:22 +05:30
Sumit Ghosh
ac9874e44a Included globalusings in webhooks.api project 2021-10-12 19:27:32 +05:30
Sumit Ghosh
e351e569b4 Updated ordering.unittests.csproj file 2021-10-12 18:46:04 +05:30
Sumit Ghosh
f6ab14da8c Fixed bug in statup.cs 2021-10-12 18:45:46 +05:30
Sumit Ghosh
f8e1a5de84 Updated ordering.api csproj project 2021-10-12 18:45:19 +05:30
Sumit Ghosh
666fba815f Moved all usings to globalusing file 2021-10-12 17:34:41 +05:30
Sumit Ghosh
818995d8b8 Included global usings for ordering.api project 2021-10-12 17:33:25 +05:30
Sumit Ghosh
cec87c8738 Fixed namespace name in ordering.domain 2021-10-11 20:36:32 +05:30
Sumit Ghosh
986262a833 Refactored namespace statements in catalog.api project 2021-10-11 18:44:14 +05:30
Sumit Ghosh
a598bfde6c Updated packages in ordering.signalrHub csproj file 2021-10-11 17:58:28 +05:30
Sumit Ghosh
0fe244cc80 Moved all the namespace to globalusings 2021-10-11 17:57:30 +05:30
Sumit Ghosh
6546b63aa4 Included globalusings for ordering.signalrHub project 2021-10-11 17:56:06 +05:30
Sumit Ghosh
301913df45 Updated relevant packages in ordering.infrastructure project 2021-10-09 17:39:45 +05:30
Sumit Ghosh
c007047291 Refactored namespaces for ordering.infrastructure project 2021-10-09 17:39:07 +05:30
Sumit Ghosh
0c52323f8d Included globalusings for ordering.infrastructure project 2021-10-09 17:37:37 +05:30
Sumit Ghosh
1b56eaa368 Included globalusing for ordering.domain project 2021-10-09 17:36:37 +05:30
Sumit Ghosh
4758530f1f Moved namespaces to ordering.domain project 2021-10-08 17:54:02 +05:30
Sumit Ghosh
46dad7ac75 Refactored namespace statement for payment.api 2021-10-08 14:54:06 +05:30
Sumit Ghosh
830314f517 Included globalusing for payment.api 2021-10-08 14:52:37 +05:30
Sumit Ghosh
bbb26af34b Fixed local run bug for catalog.api 2021-10-08 14:52:13 +05:30
Sumit Ghosh
d43d372ade Updated catalog.api project 2021-10-08 14:51:37 +05:30
Sumit Ghosh
71a4cf6479 Moved individual usings statements to globalusing 2021-10-07 18:31:06 +05:30
Sumit Ghosh
d996cf169e Created global using file for catalog.api 2021-10-07 18:29:51 +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
Sumit Ghosh
1896af24f2
Updated tar package (#1733) 2021-08-05 19:48:11 +05:30
Sumit Ghosh
7ba14d9804
Updates ingress object version to use v1 api (#1725)
* Removed archived directory

* Updated ingress api version to v1

* Updates ingress yaml manifests

* Fixed the identity ingress manifest

* Fixed remaining ingress manifest
2021-08-02 16:56:15 +05:30
GitHubPang
a478fdabf6
Fix typo in field name. (#1727)
httpContextAccesor > httpContextAccessor
2021-07-26 13:15:59 +05:30
Sumit Ghosh
dc60280101
Removed WebMVC from master Readme (#1719) 2021-07-13 18:25:56 +05:30
AlanYu
5c57b8c3f9
Binding queue using existing cosumerChannel (#1716)
Co-authored-by: Alan.Yu <alan.yu@hidglobal.com>
2021-07-07 13:04:25 +05:30
Sumit Ghosh
8bb15ce987
Updated npm packages (#1714) 2021-06-30 19:52:08 +05:30
Sumit Ghosh
2afc00360f
Included Envoyproxy filrewall rules in the script (#1704) 2021-06-28 19:16:00 +05:30
Sumit Ghosh
6381df5801
Updates npm packages (#1710)
* Updated npm packages

* Updated packages
2021-06-28 19:15:00 +05:30
Kaypee
6982f0e7c4
Correct typo error in Shipping Address (#1712)
Co-authored-by: kwabena <kwabena@mpharma.com>
2021-06-28 11:25:24 +05:30
Miguel Veloso
8c2716339e
Merge pull request #1711 from dotnet-architecture/update/angular-version
Update Angular version to 11.2
2021-06-25 10:44:33 +01:00
Miguel Veloso
e858ac052d Update Angular version to 11.2 2021-06-25 10:10:59 +01:00
Miguel Veloso
e9aa5256aa
Merge pull request #1705 from dotnet-architecture/feature/refresh-spa-theme
Refresh SPA theme
2021-06-22 15:43:54 +01:00
Miguel Veloso
5afcd37caa Update item images 2021-06-22 14:58:16 +01:00
Miguel Veloso
7405ebaf80 Update README, catalog image files and MVC page size 2021-06-21 16:01:42 +01:00
Miguel Veloso
4b0c2c56dd Handle SPA/MVC branding for login and registration views 2021-06-18 15:08:05 +01:00