2599 Commits

Author SHA1 Message Date
Sychev Igor
abb9bcfe60 3rd party dependencies to latest versions 2017-12-12 10:14:43 +03:00
Sychev Igor
595e6e49a3 Microsoft.ApplicationInsights.ServiceFabric to 2.0.1-beta1 2017-12-12 10:13:34 +03:00
Cesar De la Torre
5198041574
Merge pull request #429 from SychevIgor/aks
AKS instead of ACS - Thanks @SychevIgor
2017-12-11 09:50:42 -08:00
Ramón Tomás
7369b9a422 Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev 2017-12-11 16:25:18 +01:00
Ramón Tomás
e9a89ae553 Fixed issue #403
Fixed issue #419
2017-12-11 16:25:00 +01:00
Sychev Igor
fd3afa41db aks instead of acs 2017-12-11 17:55:41 +03:00
dsanz
9d7622a59a Merge branch 'dev' into features/docker-multi-arch 2017-12-11 15:12:26 +01:00
RamonTC
1584ad0273
Merge pull request #135 from BillWagner/update-bash-script-permissions
chmod +x on the git index for build-bits.sh
2017-12-11 12:33:57 +01:00
RamonTC
199bd5fcb1
Merge pull request #241 from mrward/configure-nuget-restore-packages-directory
Configure packages directory for restored NuGet packages
2017-12-11 12:27:33 +01:00
Ramón Tomás
cc1013615a Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev 2017-12-11 11:59:45 +01:00
Ramón Tomás
dbd7636e87 Removed comment from k8s deploy script 2017-12-11 11:59:30 +01:00
RamonTC
16bc07aedd
Merge pull request #424 from ddrsql/dev
not needed, since UseIdentityServer adds the authentication middleware
2017-12-11 11:42:10 +01:00
Cesar De la Torre
7ac7fa2160 Updated DRAFT localized version to CHINESE of the MICROSERVICES eBook (v1.0, for now) 2017-12-08 11:32:38 -08:00
ddrsql
bb04e400d9 not needed, since UseIdentityServer adds the authentication middleware 2017-12-08 18:08:38 +08:00
Cesar De la Torre
3475d5e2a9
Merge pull request #423 from vnextcoder/patch-1
Thanks for the updated PR. 👍
2017-12-07 16:00:26 -08: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
Cesar De la Torre
fc5974dcd7
Merge pull request #422 from vnextcoder/patch-1
@vnextcoder - Thanks for this bash script with this PR. Appreciated.
2017-12-07 08:56:13 -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
Ramón Tomás
d437e248b1 Added appinsight images for wiki 2017-12-01 16:29:03 +01:00
Ramón Tomás
eb3975efde Added appinsights images for wiki 2017-12-01 12:52:46 +01:00
Ramón Tomás
50e96380a7 Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev 2017-11-30 11:40:54 +01:00
Ramón Tomás
4dff728d11 Replaced custom DataProtection.Redis lib with official Microsoft pkg
Removed Sessions in WebMVC app
Fixed GracePeriodMgr issues using multiple instances
2017-11-30 11:40:30 +01:00
Cesar De la Torre
cbda0ddd25
Merge pull request #417 from yanchenw/features/docker-multi-arch
Merging into features/docker-multi-arch branch.
Converts to use multi-stage build Dockerfile
2017-11-28 08:58:54 -08:00
yanchenw
091ed81e7b Converts to use multi-stage build Dockerfile
1. Changes the build context of all services to the root level to be
able to access the dependencies for each project.
2. Commented out the prepublish scripts, these steps are moved into the
Dockerfile

Did not change any script yet, need help to identify what scripts we
need to change.
2017-11-27 13:48:31 -08:00
Cesar De la Torre
16ab59e570 Updated eBook including IHostedServices for background tasks in .NET Core 2.x 2017-11-22 16:38:19 -08:00
Cesar De la Torre
5bc8f126f8 Removing not required await Task.CompletedTask; 2017-11-22 16:22:18 -08:00
David Britch
8f6b979f53 Update to iOS project for Forms 2.5. 2017-11-22 17:25:58 +00:00
David Britch
7acb0bd68e Updates to ensure app runs on Forms 2.5. 2017-11-22 17:22:21 +00:00
David Britch
bee76a4523 Updated to Forms 2.5. Fixes #416 2017-11-22 15:48:10 +00:00
Cesar De la Torre
21484d6385 Improved the IHostedService background task (GracePeriodManagerService) in the Ordering microservice to use the new BackgroundService abstract base class from .NET Core 2.1 (.NET Standard 2.1). We're currently using that class code embeded in eShopOnContainers project until .NET Core 2.1 is released with this new class.
The new class BackgroundService is compatible with the current IHostedService interface in .NET Core 2.0.
I removed the similar but nont-tested HostedService base class (it was not official from the .NET team) that we were previously using.
2017-11-18 14:24:07 -08:00
Cesar De la Torre
39d5ebc478 Updated version of eBook including forked eShopOnContainers version using NServiceBus 2017-11-16 13:34:02 -08:00
Cesar De la Torre
584d64dd14 Updated Microservices eBook 2017-11-15 19:07:25 -08:00
Cesar De la Torre
9fbfd0e184 Updated Architecture Diagram for development environment 2017-11-15 18:44:32 -08:00
Cesar De la Torre
694846475d Updates on README pointing to the new 2nd Edition of the Microservices eBook updated to .NET Core 2.0 "wave" 2017-11-15 17:54:13 -08:00
Cesar De la Torre
e761801b6f Updated 2nd Edition of Microservices eBook with support for .NET Core 2.0 "wave" of technologies (This is a pre-release 2nd Edition of the eBook) 2017-11-14 18:33:31 -08:00
Cesar De la Torre
127864d3bd Additional refactoring on IdentifiedCommandHandlers 2017-11-12 16:28:28 -08:00
Cesar De la Torre
ebf9822af3 Refactored code related to Idempotent CommandHandlers 2017-11-12 14:07:51 -08:00
Ramón Tomás
c3d9deb030 Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev 2017-11-10 17:58:08 +01:00
Ramón Tomás
804620330d Fix Rabbitmq bug with multiple service instances 2017-11-10 17:37:18 +01:00
Cesar De la Torre
e36e606d64 Cleaned-up BuyerRepository.cs 2017-11-09 13:09:09 -08:00
Cesar De la Torre
ad01496e32 Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev 2017-11-09 11:43:17 -08:00
Cesar De la Torre
6eaf3ae452 Cleaned-up Order class and EventBusRabbitMQ class 2017-11-09 11:38:53 -08:00
David Britch
1545eb80bd Replaced deprecated OnPlatform API. Fixes #399 2017-11-09 11:21:03 +00:00
Cesar De la Torre
1e5bea953c Cleaned-up Domain Event Handler 2017-11-08 11:57:01 -08:00
Cesar De la Torre
b1e3bdefbe Cleaned-up the registration of DomainEventHandlers and FluentValidation Validators 2017-11-08 11:36:10 -08:00