307ac5c25
Update createresources.sh by
2017-12-07 22:44:03 +0530
f4b0c1853
Update readme.md by
2017-12-07 09:07:11 -0800
9bbfd61c4
Update readme.md by
2017-12-07 09:02:08 -0800
1398e7eeb
Update readme.md by
2017-12-07 08:59:39 -0800
fc5974dcd
Merge pull request #422 from vnextcoder/patch-1 by
2017-12-07 08:56:13 -0800
9daa50f25
(refs/pull/422/head)
Update createresources.sh by
2017-12-07 21:04:16 +0530
41b35e309
Create createresources.sh by
2017-12-07 21:02:25 +0530
2e8e335fd
Merge pull request #10 from dotnet-architecture/dev by
2017-12-05 16:05:34 +0200
d437e248b
Added appinsight images for wiki by
2017-12-01 16:29:03 +0100
eb3975efd
Added appinsights images for wiki by
2017-12-01 12:52:46 +0100
50e96380a
Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev by
2017-11-30 11:40:54 +0100
4dff728d1
Replaced custom DataProtection.Redis lib with official Microsoft pkg Removed Sessions in WebMVC app Fixed GracePeriodMgr issues using multiple instances by
2017-11-30 11:40:30 +0100
cbda0ddd2
Merge pull request #417 from yanchenw/features/docker-multi-arch by
2017-11-28 08:58:54 -0800
091ed81e7
(refs/pull/417/head)
Converts to use multi-stage build Dockerfile by
2017-11-27 13:48:31 -0800
a75d46fc2
Merge pull request #9 from dotnet-architecture/dev by
2017-11-23 21:35:41 +0200
16ab59e57
Updated eBook including IHostedServices for background tasks in .NET Core 2.x by
2017-11-22 16:38:19 -0800
82db4ca72
Updated eBook including IHostedServices for background tasks in .NET Core 2.x by
2017-11-22 16:38:02 -0800
5bc8f126f
Removing not required await Task.CompletedTask; by
2017-11-22 16:22:18 -0800
8f6b979f5
Update to iOS project for Forms 2.5. by
2017-11-22 17:25:58 +0000
7acb0bd68
Updates to ensure app runs on Forms 2.5. by
2017-11-22 17:22:21 +0000
bee76a452
Updated to Forms 2.5. Fixes #416 by
2017-11-22 15:48:10 +0000
7b54c05b7
(refs/pull/410/head)
delete config map fix by
2017-11-20 10:11:25 +0100
21484d638
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. by
2017-11-18 14:24:07 -0800
f948d1034
(refs/pull/811/head)
Deleted Ordering.BackgroundTasksHost as we'd need .NET Core 2.1 to implement a IHost with IHostedServices by
2017-11-17 16:17:59 -0800
3384e22d0
Removing Ordering.BackgroundTasksHost as we'd need .NET Core 2.1 to use an IHost with IHostedServices by
2017-11-17 16:17:02 -0800
7b2fafafd
(refs/pull/406/merge)
Merge 68732039da
into 83283ae0e9
by
2017-11-17 07:18:27 +0000
27a72b5c7
Implementing IHostedService GracePeriodManagerService with base class BackgroundService from ".NET Core 2.1" in a separate WebHost (Seggregated service for background tasks of the Ordering Business Microservice) named Ordering.BackgroundTasksWebHost by
2017-11-16 20:18:58 -0800
39d5ebc47
Updated version of eBook including forked eShopOnContainers version using NServiceBus by
2017-11-16 13:34:02 -0800
83283ae0e
Updated version of eBook including forked eShopOnContainers version using NServiceBus by
2017-11-16 13:33:50 -0800
584d64dd1
Updated Microservices eBook by
2017-11-15 19:07:25 -0800
ece07745e
Updated Microservices eBook by
2017-11-15 19:06:59 -0800
9fbfd0e18
Updated Architecture Diagram for development environment by
2017-11-15 18:44:32 -0800
694846475
Updates on README pointing to the new 2nd Edition of the Microservices eBook updated to .NET Core 2.0 "wave" by
2017-11-15 17:54:13 -0800
a7394be2b
Merge pull request #8 from dotnet-architecture/dev by
2017-11-15 21:10:32 +0530
e761801b6
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) by
2017-11-14 18:33:31 -0800
387591150
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) by
2017-11-14 18:33:18 -0800
127864d3b
Additional refactoring on IdentifiedCommandHandlers by
2017-11-12 16:28:28 -0800
ebf9822af
Refactored code related to Idempotent CommandHandlers by
2017-11-12 14:07:51 -0800
c3d9deb03
Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev by
2017-11-10 17:58:08 +0100
804620330
Fix Rabbitmq bug with multiple service instances by
2017-11-10 17:37:18 +0100
e36e606d6
Cleaned-up BuyerRepository.cs by
2017-11-09 13:09:09 -0800
ad01496e3
Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev by
2017-11-09 11:43:17 -0800
6eaf3ae45
Cleaned-up Order class and EventBusRabbitMQ class by
2017-11-09 11:38:53 -0800
1545eb80b
Replaced deprecated OnPlatform API. Fixes #399 by
2017-11-09 11:21:03 +0000
1e5bea953
Cleaned-up Domain Event Handler by
2017-11-08 11:57:01 -0800
b1e3bdefb
Cleaned-up the registration of DomainEventHandlers and FluentValidation Validators by
2017-11-08 11:36:10 -0800
d60e130b4
Merge pull request #392 from DylanMunyard/fix_compile_errors by
2017-11-08 09:54:51 -0800
77301bf15
Merge pull request #398 from nosahama/patch-1 by
2017-11-08 09:53:37 -0800
9183a4575
Update Load test readme by
2017-11-08 16:50:09 +0100
493e12dc9
Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev by
2017-11-08 16:28:21 +0100
ee61c8f44
Created Readme.md for setting load test scenarios by
2017-11-08 16:28:12 +0100
a4f1e656d
(refs/pull/398/head)
Fixed certain typos in README.md file by
2017-11-08 04:15:41 +0100
d2f7d6a5d
Minor clean-up on Entity, Domain Events. by
2017-11-07 16:53:41 -0800
a88fbf339
Minor clean-up in Ordering Context by
2017-11-07 16:15:03 -0800
625f53213
Added a comment about Addess as Value Object and EF Core 2.0 onwed entity by
2017-11-07 12:45:05 -0800
16ee56311
Cleaning up the Address ValueObject by
2017-11-07 10:56:46 -0800
18af108cd
Cleaning up the Address ValueObject class by
2017-11-07 10:51:35 -0800
0ca2faaaa
Removing unneeded blank lines on the ValueObject class by
2017-11-07 10:49:18 -0800
1b5186534
Minor refactoring at Seedwork by
2017-11-07 10:35:08 -0800
5af3bb62d
Merge pull request #396 from bgrainger/fix-build by
2017-11-03 12:45:57 -0700
c75fba052
(refs/pull/396/head)
Fix unused variable compiler warning. by
2017-11-03 12:15:14 -0700
f42c32c63
Fix xUnit warnings. by
2017-11-03 12:14:59 -0700
7afe822e1
Fix incorrect return type. by
2017-11-03 12:14:44 -0700
a7ca8365e
(refs/pull/408/head)
Merge pull request #1 from dotnet-architecture/dev by
2017-11-02 11:08:01 -0600
8b264e076
Review MigrateDbContext to add retry for network-related exception when sql server container is created by
2017-11-02 15:03:32 +0100
97a465927
Merge pull request #380 from SychevIgor/OrderingDropDynamicTypes by
2017-10-31 21:57:37 -0700
3218c1b54
Fixed bug in Xamarin code when mapping from Order to Basket, method MapOrderToBasket(), in order to submit to the Basket microservice. by
2017-10-31 21:55:04 -0700
2137a208d
Fixed bug in IdentityUrl for webmvc when using ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP} by
2017-10-31 18:21:10 -0700
95ad3e1b2
Fixed bug in docker-compose.prod.yml so it used the ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP env-var from .env file by
2017-10-31 17:45:23 -0700
87cca3dd1
(refs/pull/806/head)
Fixed bug in docker-compose.prod.yml when using a real IP from .env file and the ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP env-var by
2017-10-31 17:25:59 -0700
48af69ce1
Minor updates in comments, so it is clearer. by
2017-10-30 18:12:28 -0700
c706c1ded
CommandBusRabbitMQ.cs commented code eliminated as we're just using an Event Bus. by
2017-10-30 15:26:25 -0700
95ec2c780
Minor refactoring/order for the IEventBus interface by
2017-10-30 15:06:37 -0700
84bbd10d6
Merge pull request #7 from dotnet-architecture/dev by
2017-10-30 16:48:36 +0200
a5abf7dc0
(refs/pull/392/head)
Using Rider 2017.2 as the IDE detects and unclosed <a> tag and the unnecessary Razor syntax. by
2017-10-29 22:39:36 +1000
ff4e1333f
(refs/pull/391/merge)
Merge e2844c32d0
into 338d911621
by
2017-10-29 01:48:33 +0000
e2844c32d
(refs/pull/391/head)
Merge pull request #18 from dotnet-architecture/dev by
2017-10-29 02:43:17 +0100
5e1346731
(refs/pull/380/head)
no more dynamics as a return types from controllers by
2017-10-13 17:55:54 +0100
338d91162
Updated the docker-compose.ci.build.yml to use the latest ASPNETCORE BUILD/SDK Image (2.0.2) and just 'dot net publish' against the whole .sln by
2017-10-27 18:38:54 -0700
dbc80a359
Updates in docker-compose.prod.yml by
2017-10-27 15:30:36 -0700
779c7c290
Refactoring in docker-compose files by
2017-10-27 15:27:51 -0700
8c810ad8a
Minor changes in SwaggerEndpoints for each microservice. by
2017-10-27 14:28:27 -0700
bf40b4be8
Increased the port range for firewall rules by
2017-10-27 13:08:50 -0700
f87eb1c13
Update readme by
2017-10-27 13:59:51 +0200
9a58ac9aa
(tag: 2.0)
Merge Dev by
2017-10-27 11:22:45 +0200
97a6728d7
Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev by
2017-10-27 10:53:12 +0200
780123813
Added placeholder for eshop image tags in SF config manifests by
2017-10-27 10:53:02 +0200
1c23986e8
Merge pull request #6 from dotnet-architecture/dev by
2017-10-27 11:50:08 +0300
7861d5df8
Updated settings for k8s / SF to enable Load testing mode Updated load tests by
2017-10-26 19:18:45 +0200
617bcdc8e
Increased maxRetryCount (number of retries) of EFDbContext trying to connect to the ASP.NET Identity database so EF migrations is run properly if the SQL container starts up slower. by
2017-10-25 18:02:30 -0700
fc82bba27
Whitespace removed. by
2017-10-25 17:04:17 +0100
771962f05
Removed unused methods. by
2017-10-25 16:56:38 +0100
03e61fae9
Added a Style to define the margin on Entry controls on the SettingsView. Fixes #387 by
2017-10-25 16:31:25 +0100
954717b65
Removed unneeded reference. by
2017-10-25 15:47:35 +0100
814e051d1
Merge pull request #386 from kbaley/build-on-mac by
2017-10-24 22:58:31 -0700
66de8cd43
(refs/pull/386/head)
Update project list in mac build script by
2017-10-24 22:11:41 -0500
2ad61d905
Created new load test scenarios by
2017-10-24 18:05:50 +0200
31cd206e7
Merge pull request #5 from dotnet-architecture/dev by
2017-10-24 14:08:47 +0300
104d99347
Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev by
2017-10-23 17:39:57 +0200
c51c101f9
Updated Load Tests Added middleware to bypass authorization in load testing by
2017-10-23 17:39:45 +0200