Eduard Tomas
97d8e80294
SPA checks for its dependences on healthcheck
2017-04-07 10:49:28 +02:00
Ramón Tomás
6803781bf8
Merge from Dev
2017-04-05 11:12:49 +02:00
Ramón Tomás
00f7226f30
Rename OrderingIntegrationEvent service methods
...
Remove clean basket instruction from SPA client
2017-04-05 11:07:26 +02:00
Eduard Tomas
202882aa7c
Fixed healthcheck errors
2017-03-31 12:47:56 +02:00
dsanz
35cc2f9d7b
Merge branch 'dev'
...
# Conflicts:
# src/Services/Basket/Basket.API/Model/IBasketRepository.cs
# src/Services/Basket/Basket.API/Model/RedisBasketRepository.cs
# src/Services/Catalog/Catalog.API/Startup.cs
# src/Services/Ordering/Ordering.API/Application/Commands/CreateOrderCommandHandler.cs
# src/Services/Ordering/Ordering.Infrastructure/Repositories/OrderRepository.cs
# test/Services/UnitTest/Ordering/Application/NewOrderCommandHandlerTest.cs
2017-03-29 11:43:30 +02:00
Ramón Tomás
fd0a30d62a
Merge from Dev
2017-03-28 16:37:36 +02:00
Ramón Tomás
e08fe895a3
Added MVC and SPA Apps to healthChecker
...
Added styles to view
2017-03-28 16:16:01 +02:00
dsanz
53bdf6de04
Add error message in WebSPA when create order returns exception
2017-03-28 11:03:59 +02:00
Charles Lowell
2f3df2715d
Set data protection application discriminators
...
This prevents cookie confusion when applications are hosted at the same domain and path. For example, under default settings, WebMVC may attempt to decrypt Identity's antiforgery cookie rather than its own.
2017-03-27 09:53:35 -07:00
Ramón Tomás
782a2e40d5
Fix issue no cardtpyeid submitted in SPA
...
Fix issue multiple order creation. Now the create order button is disabled until the request is processed
2017-03-27 17:21:50 +02:00
Cesar De la Torre
313976da80
Fixed bugs related to the Product Update and PriceChangedIntegrationEvent. It was updating only when the price was changing... additional refactoring performed, too.
2017-03-25 14:47:23 -07:00
Eduard Tomas
5b9b92397d
Updates to dockerfile / docker-compose for windows containers
2017-03-24 13:15:40 +01:00
Eduard Tomas
45499808b9
Merge remote-tracking branch 'origin/windows-containers-test' into dev
2017-03-24 09:35:57 +01:00
Ramón Tomás
6f8512f434
Increased circuit breaker threshold
...
Fix lifescope issue with IHttpClient
Adapt circuit breaker to trigger its counter for no success http response
2017-03-22 12:24:55 +01:00
Charles Lowell
e5cc7cd944
Workaround for WebSPA publish issue
...
Due to aspnet/websdk #114 , dotnet publish only copies to the output directory files which existed before the command was run.
2017-03-21 13:57:42 -07:00
Charles Lowell
ed87b6b845
Use <base> to enable relative paths in WebSPA
2017-03-21 13:57:42 -07:00
Charles Lowell
68c3ebaf46
Set data protection application discriminators
...
This prevents cookie confusion when applications are hosted at the same domain and path. For example, under default settings, WebMVC may attempt to decrypt Identity's antiforgery cookie rather than its own.
2017-03-21 10:42:37 -07:00
Ramón Tomás
66d612a826
Resolved SPA incompatibilities with dependencies when installing a newer node version
2017-03-20 16:46:57 +01:00
etomas
3ec61e0df6
Tried patch proposed by Sandeep Bansal
2017-03-18 11:13:20 +01:00
DESKTOP-V1VLQ15\dsanz
0c4f8a49dd
WebMVC and WebSPA show now a changed price in the basket list
2017-03-15 14:57:08 +01:00
etomas
12ecc78a18
Solves #112
2017-03-10 21:51:48 +01:00
etomas
c38e078265
Deleting windows container files as they are not still supported
2017-03-06 15:00:41 +01:00
etomas
29473b455f
Merge branch 'vs2017'
2017-03-03 19:40:55 +01:00
etomas
f9b15481d1
Idempotent updates based on requestid
2017-03-03 12:03:31 +01:00
etomas
32bb724d80
Simplifying use of windows containers
2017-03-02 15:54:30 +01:00
etomas
faa24c757c
Docker files added again
...
docker-use-platform creates mark file
2017-03-01 12:03:37 +01:00
Charles Lowell
3df4f3a206
Configure service URLs via environment variables
2017-02-28 14:54:21 -08:00
etomas
92daab8fae
Unwanted files (now Dockerfiles are autogenerated)
2017-02-24 18:09:08 +01:00
etomas
79615664cf
Dockerfiles for win and linux containers
2017-02-24 18:07:52 +01:00
etomas
5b97c7329b
Infrastructure to support Dockerfiles for both Windows & Linux
2017-02-23 16:39:18 +01:00
Cesar De la Torre
d5cd24a3b9
Fixed another bug related to the change of the SPA project name/path tp just WebSPA.dll at the dockerfile
2017-02-22 19:45:32 -08:00
etomas
dc8ae55c7a
Renaming WebSpa
...
Fixes #51
2017-02-22 09:16:31 +01:00
Bill Wagner
bb5d48735d
update build script for Mac
...
Until adding these, the project would not build correctly on a Mac.
script working for SPA
Add execute permissions to build-bits.sh on macOS
fix a rebase / automatic merge issue.
Somehow, the MVC image got in there twice.
update content nodes
Bug workaround for for the CLI. It turns out that the CLI does not
handle content nodes that have multiple paths. Instead, multiple nodes
are needed.
use the standard names for the web docker images.
fix a typo and update the csproj content listings.
Also, execute nom install as part of publishing the spa application.
2017-02-21 14:04:35 -05:00
etomas
20523925e5
SPA now works succesfully.
...
Solves #47
2017-02-17 13:26:42 +01:00
Cesar De la Torre
9ccf7f11ce
Changes for CLI compatibility and New .PDF version
2017-02-16 12:31:53 -08:00
etomas
c7e362ac67
Docker files ready for the Visual Studio Docker Tools
...
Everything works as exepcted except SPA version which need further adjustments
2017-02-14 18:11:51 +01:00
etomas
af14d37378
Projects migrated to vs2017 csproj format
2017-02-14 16:23:26 +01:00
etomas
289d15b79a
Removed unwanted style for solving #31
2017-02-10 16:08:10 +01:00
etomas
8522e4e288
webs updated to netcore1.1
2017-02-08 12:05:27 +01:00
etomas
d07b98468b
Issue #9 - Do not hold the ASP.NET Core Configuration object as Singleton in the IoC container
2017-02-06 13:53:36 +01:00
PLAINCONCEPTS\ccanizares
1c1f7571e6
- Some minor refactoring (renaming) and make work web clients applications that were 'broken' after refactoring dtos in ordering service in this branch.
...
- Update dockerfile to asp.net 1.1 in ordering
2017-01-30 15:46:43 +01:00
PLAINCONCEPTS\ccanizares
e89adb5b30
SPA: Change banner and logo
2017-01-12 16:18:43 +01:00
PLAINCONCEPTS\ccanizares
cdffaf1ce1
MVC: Add To Cart bug.
...
SPA: Add To Cart 'bug', Update Basket.
2017-01-11 12:23:05 +01:00
PLAINCONCEPTS\ccanizares
2e84154e37
SPA: override with compose settings (environment variables) configuration in spa angular settings service.
2017-01-10 11:37:36 +01:00
CESARDELATORRE
c23bb390d6
Minor changes in README.md and Xamarin startup config
2017-01-04 17:12:03 -08:00
CESARDELATORRE
9b68ab51d2
Minor Update in README.md for the SPA app
2017-01-04 13:05:41 -08:00
CESARDELATORRE
0a0d049b3f
Updates in the README.MD files plus new screenshots
2017-01-04 12:58:14 -08:00
PLAINCONCEPTS\ccanizares
25bae8e3ef
fix problem with SPA build
2017-01-04 16:30:05 +01:00
Carlos Cañizares Estévez
08f0c662ef
SPA: Docker file ASP url
2017-01-04 11:17:22 +01:00
Carlos Cañizares Estévez
7948b7dcbc
Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers
2017-01-04 09:59:43 +01:00