2804 Commits

Author SHA1 Message Date
Erik Pique
1fdcc5cc32 MediatorR: Migration Guide 4.x to 5.0 2018-09-28 10:26:10 +02:00
Erik Pique
349d5ea3bb update swagger nuget to 2.4.0 from 3.0.0 2018-09-27 09:31:16 +02:00
Cesar De la Torre Llorente
822efa70a1 Updated Microservices eBook for eReaders (.MOBI and .EPUB) to v2.1.02 2018-09-25 17:42:37 -04:00
Ramón Tomás
96cabfec23 Removed bower in Identity.api service
Added client lib dependencies to libman
2018-09-21 15:10:05 +02:00
Ramón Tomás
9d194ac097 Added libman subset of necessary lib files in mvcapp 2018-09-20 19:15:55 +02:00
Ramón Tomás
ccd11f07aa Fixed bug #766 signalr
Updated signalr client version
Add signalr and toast js libs to libman
2018-09-20 19:06:18 +02:00
Ramón Tomás
43c15802c1 Fixed bug #729
Removed bower in web MVC app
2018-09-20 12:27:49 +02:00
Cesar De la Torre
11acb94c64
Merge pull request #768 from PureKrome/remove-redundant-background-tasks-class
Reference class from .NET Core 2.1 instead of a copy. - Thanks! - Good catch! This code should be using the final implementation from the NuGet package. Merging the change.
2018-09-13 14:33:12 -07:00
Miguel Veloso
7b41a2bcf3
Fix test readme.md link 2018-09-13 20:33:36 +01:00
Miguel Veloso
cd1bf5e4db
Create CONTRIBUTING.md
Initial CONTRIBUTING.md version.
2018-09-13 20:29:07 +01:00
Pure Krome
0904bdb920 Reference class from .NET Core 2.1 instead of a copy. 2018-09-13 13:54:55 +10:00
unaizorrilla
09d7d09248 Merge branch 'features/IdSrvTimeoutReview' into dev 2018-09-11 19:52:33 +02:00
Cesar De la Torre Llorente
28f7baaf5c Fixed error in namespace. 2018-09-07 09:20:44 -07:00
Unai Zorrilla Castro
a064795314 Work on timeout on idsrv and mvc app 2018-09-07 10:56:38 +02:00
Cesar De la Torre
4509153ca2
Merge pull request #755 from amedora/dev
fix: duplicated "using Seedwork;"
2018-09-06 20:03:30 -07:00
amedora
9f34b7e9e6
fix: duplicated "using Seedwork;" 2018-09-07 11:06:01 +09:00
Cesar De la Torre
0296735cb9
Merge pull request #728 from VoodooSV/patch-1
Change to latest SDK version 2.1.401
2018-08-29 11:33:53 -07:00
VoodooSV
c9d33543a1
Change to latest SDK version 2.1.401 2018-08-29 20:30:49 +03:00
Cesar De la Torre
ce039b223f Updates to Microservices eBook to v2.1.02 2018-08-25 13:02:34 -07:00
Miguel Veloso
53479908a0
Merge pull request #653 from luk355/dev
Modified Enumeration class to support private constructor
2018-08-17 18:37:04 +01:00
Cesar De la Torre Llorente
a2bc8aa567 Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev 2018-08-02 14:51:56 -07:00
Cesar De la Torre Llorente
fc031b1655 Update serverless ebook minor issue 2018-08-02 14:51:34 -07:00
Eduard Tomàs
fdf1d32398
Merge pull request #693 from dotnet-architecture/401-helm
Fixes 401 after login in helm deployments
2018-08-02 17:14:37 +02:00
eiximenis
ad47571ebd Fixes 401 after login in helm deployments 2018-08-02 17:12:48 +02:00
Cesar De la Torre Llorente
e476899c35 Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev 2018-08-01 17:15:03 -07:00
Cesar De la Torre Llorente
e6eb5c11e1 Update with v1 of Serverless eBook 2018-08-01 17:14:30 -07:00
Cesar De la Torre Llorente
5e4bade29e Update with v1 of Serverless eBook 2018-08-01 17:13:46 -07:00
Unai Zorrilla Castro
5c06f6e500 Fix issue 685 2018-07-31 11:30:00 +02:00
Unai Zorrilla Castro
3f225e4be4 Merge branch 'dev' of https://github.com/dotnet/eShopOnContainers into AzureKeyVault 2018-07-31 09:38:09 +02:00
Unai Zorrilla Castro
b005b63ff5 Add azure key vault support in all services 2018-07-31 09:38:00 +02:00
Miguel Veloso
e1313f2c2a Merge branch 'fix/missing-payment.api-project' into dev 2018-07-27 14:30:23 +01:00
Miguel Veloso
f06a2c5254 Add missing Payment project. 2018-07-27 14:29:35 +01:00
Miguel Veloso
e7ac873766 Merge branch 'fix/location-appsettings-path' into dev 2018-07-27 10:24:27 +01:00
Miguel Veloso
0733df5318 Funtional test failling because it didn't find appsettings path, assuming the current folder name is the correct one. 2018-07-27 10:23:53 +01:00
Miguel Veloso
c3983b30c7
Merge pull request #582 from i02coroj/fix-messages-lost
Update EventBusServiceBus.cs
2018-07-26 20:02:33 +01:00
Cesar De la Torre
c7466df54f
Merge pull request #683 from RobinSoenen/patch-1
Thanks! 👍  - Typo
2018-07-26 09:21:52 -07:00
Robin Soenen
71780f462c
Typo 2018-07-26 07:28:41 +02:00
Cesar De la Torre
453a925724
Merge pull request #675 from NeilQ/fix-eventbus-test-classname
Thanks! 👍 
Fix classname of EventBus.Test models
2018-07-23 10:11:03 -07:00
Chen
8f5aa5c554 fix classname of EventBus.Test models 2018-07-21 18:00:05 +08:00
unaizorrilla
7711820b87 Add Azure Key Vault on Ordering.API to validate this scenario 2018-07-16 18:04:25 +02:00
Eduard Tomàs
c01a1f7008
Merge pull request #662 from jo-ninja/UseNameOf
Convert some magic strings to use "nameof" operator
2018-07-11 13:08:35 +02:00
eiximenis
9b4ab032a2 Merge branch 'helm' into dev 2018-07-10 10:49:53 +02:00
Cesar De la Torre Llorente
df423f92d9 Microservices eBook for eReaders (.MOBI and .EPUB) updated to v2.1 2018-07-09 16:24:02 -07:00
eiximenis
9351fb31eb final updates to helm scripts 2018-07-09 14:20:27 +02:00
Unai Zorrilla Castro
10344eb361 Merge branch 'dev' of https://github.com/dotnet/eShopOnContainers into dev 2018-07-06 18:10:50 +02:00
Unai Zorrilla Castro
9c7b77c4f7 Modified readme 2018-07-06 18:10:36 +02:00
Cesar De la Torre
a1c9fc6c5f
Merge pull request #666 from jo-ninja/fix-spelling
Thanks! 👍  - Fix spelling
2018-07-05 11:30:07 -07:00
Joni
c55e2adecb Fix spelling 'commited' => 'committed' 2018-07-05 15:07:38 +09:00
Joni
3888cffa08 Fix spelling 2018-07-05 14:44:45 +09:00
eiximenis
8ca63522c3 minor fixes 2018-07-03 20:05:58 +02:00