130 Commits

Author SHA1 Message Date
Nish Anil
2685ed07d2
Updated envoy version for Webshopping API Gateway (#1857)
* Fixes to enoyroute

* Fix proxy buffer

* Fixes for AKS
2022-02-16 04:24:44 +05:30
Sumit Ghosh
630cb35cfb
Updates to .NET 6.0 (#1786)
* 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

* 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>

* Updates all the services to .NET 6.0 (#1770)

* Created global using file for catalog.api

* Moved individual usings statements to globalusing

* Updated catalog.api project

* Fixed local run bug for catalog.api

* Included globalusing for payment.api

* Refactored namespace statement for payment.api

* Moved namespaces to ordering.domain project

* Included globalusing for ordering.domain project

* Included globalusings for ordering.infrastructure project

* Refactored namespaces for ordering.infrastructure project

* Updated relevant packages in ordering.infrastructure project

* Included globalusings for ordering.signalrHub project

* Moved all the namespace to globalusings

* Updated packages in ordering.signalrHub csproj file

* Refactored namespace statements in catalog.api project

* Fixed namespace name in ordering.domain

* Included global usings for ordering.api project

* Moved all usings to globalusing file

* Updated ordering.api csproj project

* Fixed bug in statup.cs

* Updated ordering.unittests.csproj file

* Included globalusings in webhooks.api project

* Moved using statements to globalusing file in webhooks.api

* Included globalusing for web.bff.shoppping aggregator project

* Moved namespaces to globalusing shopping aggregator

* Included globalusing mobile.bff.shoppping project

* Moved namespaces to globalusing file

* Included globalusing for eventbus project

* Moved namespaces to global usings for eventbus

* Included globalusing for EventBusRabbitMQ project

* Moved using statements to EventBusRabbitMQ project

* Included global using in EventBusServiceBus project

* Moved using statements to globalusing for EventBusServiceBus

* Included globalusing file for IntegrationEventLogEF project

* Move using statements to globalusing file

* Updated packages of IntegrationEventLogEF project

* Included globalusing to Devspaces.Support project

* Moved using statements to globalusing Devspaces

* Updated dependent packages for Devspaces.Support.csproj

* Fixed bug in Basket API

* Fixed bug in catalog.api

* Fixed bug Identity.API

* Included globalusing to Basket.UnitTest project

* Moved namespaces to Basket.UnitTest project

* Updated packages of Basket.UnitTest csproj

* Included globalusing for Basket.FunctionalTests project

* Included file-scoped namespaces Basket.FunctionalTests

* Updated packages of Basket.FunctionalTests.csproj file

* Updated catalog unit test project to Net 6.0

* Included global usings for Catalog.FunctionalTests

* Included file-scope namespace catalog.functionaltests

* Updated packages of catalog.functionaltest csproj

* Included MigrateDbContext method in HostExtensions

* Included globalusing for ordering.UnitTests project

* Included file-scope statement for Ordering.UnitTest project

* Included globalusing for Ordering.FunctionalTests

* Included file-scope namespace statement for using

* Updated packages in  Ordering.FunctionalTests.csproj

* Apply suggestions from code review

Co-authored-by: David Pine <david.pine@microsoft.com>

* Apply suggestions from code review

Co-authored-by: David Pine <david.pine@microsoft.com>

* Update src/Services/Ordering/Ordering.API/Startup.cs

Co-authored-by: David Pine <david.pine@microsoft.com>

* Update src/Services/Ordering/Ordering.Domain/Events/OrderStatusChangedToPaidDomainEvent.cs

Co-authored-by: David Pine <david.pine@microsoft.com>

* Update src/Services/Ordering/Ordering.SignalrHub/IntegrationEvents/EventHandling/OrderStatusChangedToSubmittedIntegrationEventHandler.cs

Co-authored-by: David Pine <david.pine@microsoft.com>

* Update src/Services/Ordering/Ordering.SignalrHub/IntegrationEvents/Events/OrderStatusChangedToAwaitingValidationIntegrationEvent.cs

Co-authored-by: David Pine <david.pine@microsoft.com>

* Apply suggestions from code review

Co-authored-by: David Pine <david.pine@microsoft.com>

* Apply suggestions from code review

Co-authored-by: David Pine <david.pine@microsoft.com>

Co-authored-by: David Pine <david.pine@microsoft.com>

* Updates WebMVC to .NET 6.0 (#1773)

* Included globalusing WebMVC

* Included file scope namespaces for all files

* Updated dockerfile

* Updated packages to WebMVC

* Fixes few bugs in Net 6.0 service migration (#1774)

* Created global using file for catalog.api

* Moved individual usings statements to globalusing

* Updated catalog.api project

* Fixed local run bug for catalog.api

* Included globalusing for payment.api

* Refactored namespace statement for payment.api

* Moved namespaces to ordering.domain project

* Included globalusing for ordering.domain project

* Included globalusings for ordering.infrastructure project

* Refactored namespaces for ordering.infrastructure project

* Updated relevant packages in ordering.infrastructure project

* Included globalusings for ordering.signalrHub project

* Moved all the namespace to globalusings

* Updated packages in ordering.signalrHub csproj file

* Refactored namespace statements in catalog.api project

* Fixed namespace name in ordering.domain

* Included global usings for ordering.api project

* Moved all usings to globalusing file

* Updated ordering.api csproj project

* Fixed bug in statup.cs

* Updated ordering.unittests.csproj file

* Included globalusings in webhooks.api project

* Moved using statements to globalusing file in webhooks.api

* Included globalusing for web.bff.shoppping aggregator project

* Moved namespaces to globalusing shopping aggregator

* Included globalusing mobile.bff.shoppping project

* Moved namespaces to globalusing file

* Included globalusing for eventbus project

* Moved namespaces to global usings for eventbus

* Included globalusing for EventBusRabbitMQ project

* Moved using statements to EventBusRabbitMQ project

* Included global using in EventBusServiceBus project

* Moved using statements to globalusing for EventBusServiceBus

* Included globalusing file for IntegrationEventLogEF project

* Move using statements to globalusing file

* Updated packages of IntegrationEventLogEF project

* Included globalusing to Devspaces.Support project

* Moved using statements to globalusing Devspaces

* Updated dependent packages for Devspaces.Support.csproj

* Fixed bug in Basket API

* Fixed bug in catalog.api

* Fixed bug Identity.API

* Included globalusing to Basket.UnitTest project

* Moved namespaces to Basket.UnitTest project

* Updated packages of Basket.UnitTest csproj

* Included globalusing for Basket.FunctionalTests project

* Included file-scoped namespaces Basket.FunctionalTests

* Updated packages of Basket.FunctionalTests.csproj file

* Updated catalog unit test project to Net 6.0

* Included global usings for Catalog.FunctionalTests

* Included file-scope namespace catalog.functionaltests

* Updated packages of catalog.functionaltest csproj

* Included MigrateDbContext method in HostExtensions

* Included globalusing for ordering.UnitTests project

* Included file-scope statement for Ordering.UnitTest project

* Included globalusing for Ordering.FunctionalTests

* Included file-scope namespace statement for using

* Updated packages in  Ordering.FunctionalTests.csproj

* Apply suggestions from code review

Co-authored-by: David Pine <david.pine@microsoft.com>

* Apply suggestions from code review

Co-authored-by: David Pine <david.pine@microsoft.com>

* Update src/Services/Ordering/Ordering.API/Startup.cs

Co-authored-by: David Pine <david.pine@microsoft.com>

* Update src/Services/Ordering/Ordering.Domain/Events/OrderStatusChangedToPaidDomainEvent.cs

Co-authored-by: David Pine <david.pine@microsoft.com>

* Update src/Services/Ordering/Ordering.SignalrHub/IntegrationEvents/EventHandling/OrderStatusChangedToSubmittedIntegrationEventHandler.cs

Co-authored-by: David Pine <david.pine@microsoft.com>

* Update src/Services/Ordering/Ordering.SignalrHub/IntegrationEvents/Events/OrderStatusChangedToAwaitingValidationIntegrationEvent.cs

Co-authored-by: David Pine <david.pine@microsoft.com>

* Apply suggestions from code review

Co-authored-by: David Pine <david.pine@microsoft.com>

* Apply suggestions from code review

Co-authored-by: David Pine <david.pine@microsoft.com>

* Fixed bugs in Mobile.BFF.Shopping project

* Fixed bugs in Web.Bff.Shopping aggregator project

* Fixed bugs in EventBusServiceBus project

* Fixed bug in Mobile.Bff.Shopping project

Co-authored-by: David Pine <david.pine@microsoft.com>

* Updates webhook client project to .NET 6.0 (#1777)

* Included globalusing file for webhookclient

* Included file scope namespaces for Webhookclient

* Updated packages in WebHookClient project

* Updates webspa project to Net 6.0 (#1778)

* Included globalusing in webspa project

* Included file scoped namespace for webspa project

* Updated packages in WebSPA project

* Updates the Application.FunctionalTests project to .NET 6.0 (#1781)

* Included globalusing in Application.FunctionalTests project

* Included file scoped namespace

* Renamed Azure.Messaging.ServiceBus namespace

* Updates .NET version of Dockerfile to 6.0 (#1785)

* Updatated package versions to RC2

* Updated package versions to RC2

* Updated Dockerfiles to .NET 6 RC2

* Changed docker file tag to 6.0

* Updated Program class

* Updated globalusing file

* Removed preview tag reference from Dockerfile.develop file

* Updated dotnet version to .NET 6.0

* Updated all packages to the .NET 6.0

* Removed RC tag from dockerfile

* Fixed bundleconfig json

* Updated readme files

* Fixed ingress yaml indentation

* Included globalusing for WebStatus project

* Updated WebStatus project to .NET 6.0

* Included scoped namespace

* Updated Dockerfile of WebStatus to .NET 6.0

Co-authored-by: Josh Coleman <83677148+JcolemanNR@users.noreply.github.com>
Co-authored-by: David Pine <david.pine@microsoft.com>
2021-11-15 19:02:23 +05:30
Olivier Gaumond
42abcad37e
fixes to deploy-all.sh (#1746) 2021-10-27 16:46:01 +05:30
Sumit Ghosh
93383de096
Updated az service bus arm template (#1721) 2021-09-15 16:46:28 +05:30
Ben Decker
9a2e9ece04
Fixed typo: Applciation -> Application (#1736) 2021-08-09 13:42:36 +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
Sumit Ghosh
2afc00360f
Included Envoyproxy filrewall rules in the script (#1704) 2021-06-28 19:16:00 +05:30
Colin Dembovsky
e367740725 Fix perms 2021-04-15 12:00:23 -05:00
Colin Dembovsky
acb304c06a Adding deploy workflows and script 2021-04-14 09:25:18 -05:00
Miguel Veloso
d0b1dd0dce
Merge pull request #1592 from borjasanes/fix/sqlserver-2019-helm
update helm chart to use sqlserver 2019
2021-01-25 10:27:27 +00:00
Borja García Rodríguez
806157ce9e update helm chart to use sqlserver 2019 2021-01-24 17:06:59 +01:00
Borja García Rodríguez
e270b8d1eb fix envoy config in helm 2021-01-24 16:22:00 +01:00
Borja García Rodríguez
ce100401d8 revert archived 2021-01-20 17:14:25 +01:00
Borja García Rodríguez
9b0366f13c fix identity url in current helm version 2021-01-20 17:10:34 +01:00
Borja García Rodríguez
586622c3e7 use identity internal network 2021-01-20 17:07:01 +01:00
Borja García Rodríguez
466ec86abe missing identityurlexternal in helm config 2020-12-29 19:46:34 +01:00
Borja García Rodríguez
c64bf79992 revert host setting 2020-12-29 19:46:24 +01:00
Borja García Rodríguez
c970512232 remove load test references 2020-12-23 17:17:19 +01:00
Borja García Rodríguez
98552b7785 delete marketing and locations references 2020-12-21 16:44:02 +01:00
Borja García Rodríguez
aa32e5634d remove helm deploy marketing locations and builds 2020-12-21 15:53:29 +01:00
Mads Rosenberg
3f051b3407
fix(#1261): remove helm chart indent for config map glob (#1533) 2020-12-11 19:27:03 +05:30
Sumit Ghosh
78db4b758c
Fixed parameter bug create resource script (#1494) 2020-10-21 16:33:29 +05:30
edmondshtogu
6c3ab903ed
Fixed firewall rules check and improved the script
the check shall be like ~ Get-NetFirewallRule -DisplayName eShopOnContainers-* -ErrorAction Stop
2020-08-07 13:20:34 +02:00
Sumit Ghosh
bbccef7466
Fix/1370 - Updated script related changes for helm 3.x and k8s 1.16.x (#1378)
* Fix for helm 3 and k8s 1.16

* Inclusion of archived directory under k8s

* separate deploy-all powershell script for local Mac OS deployment.
2020-07-28 17:36:43 +05:30
Miguel Veloso
33c8cc2dd3 Merge branch 'feature/3.1-upgrade' into dev 2019-12-18 18:59:50 +00:00
eiximenis
ad555d5406 Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev 2019-12-17 18:12:57 +01:00
eiximenis
f47d688055 tls support 2019-12-17 18:12:53 +01:00
Miguel Veloso
97956a56df Relocate network-related scripts 2019-12-17 13:41:12 +00:00
Miguel Veloso
0e69843e56 Simplify ingress setup files 2019-12-05 17:29:34 +00:00
Miguel Veloso
83deb04439 Unify dashboard setup yaml 2019-12-05 17:28:53 +00:00
Miguel Veloso
62db94848d Configure Envoy to forward SignalR notifications 2019-12-05 17:27:38 +00:00
Miguel Veloso
d42be1b857 Fix healthchecks configuration values 2019-12-05 12:12:27 +00:00
Miguel Veloso
759c061822 Move/remove obsolete folders 2019-11-26 16:47:12 +00:00
Miguel Veloso
025d13e4ca Make installation work in local kubernetes 2019-11-23 12:37:28 +00:00
Miguel Veloso
aafd8893d9 Rename script to create aks resource 2019-11-21 10:49:36 +00:00
Miguel Veloso
38db586d5a Remove obsolete files/folders 2019-11-21 10:45:28 +00:00
Miguel Veloso
b3a0c86e8f Relocate/remove folders 2019-11-20 19:02:01 +00:00
SychevIgor
031de21ea4
typo
typo
2019-02-13 14:56:36 +03:00
OuJun
5e9c12e5c3
Update readme.md 2018-03-15 18:15:57 +08:00
Sychev Igor
df0a2f04be make servicebus deployment more accurate and self descriptable 2018-03-04 21:55:25 +03:00
Eduard Tomàs
b1ce2f90ea
Merge pull request #483 from wwvlada/patch-1
Update readme.md
2018-02-13 15:58:39 +01:00
Eduard Tomàs
f3a2d2fc34 Updated ARM template for SF (need only to change prefix parameter) 2018-01-30 12:06:08 +01:00
Vladica Pavlovic
1347e3a8d2
Update readme.md
bug
2018-01-26 05:34:33 +01:00
Avinash Barnwal
4e5d987aae
Update readme.md
Updated Readme.md for Bash shell script
2017-12-07 22:59:35 +05:30
Avinash Barnwal
307ac5c25a
Update createresources.sh
Added few Comments for clarity
2017-12-07 22:44:03 +05:30
Cesar De la Torre
f4b0c18534
Update readme.md 2017-12-07 09:07:11 -08:00
Cesar De la Torre
9bbfd61c4d
Update readme.md 2017-12-07 09:02:08 -08:00
Cesar De la Torre
1398e7eebc
Update readme.md 2017-12-07 08:59:39 -08:00
Avinash Barnwal
9daa50f25c
Update createresources.sh
removed unnecessary line
2017-12-07 21:04:16 +05:30
Avinash Barnwal
41b35e309b
Create createresources.sh
Adding Bash Shell based Script for Creating Resources.
2017-12-07 21:02:25 +05:30