Commit Graph

  • 64782e1d1 Architecture diagram updated to new version by Cesar De la Torre 2017-07-11 12:11:14 -0700
  • 8159faccd Update README.md by Cesar De la Torre 2017-07-11 12:05:26 -0700
  • 38ade4086 Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev by Ramón Tomás 2017-07-11 13:48:49 +0200
  • 84a2d500a Added alert when error ocurrs listing catalog products, orders and campaigns in SPA app by Ramón Tomás 2017-07-11 13:48:07 +0200
  • 0546040eb Modify the mvc client id to mvctest client by Christian Arenas 2017-07-11 12:43:29 +0200
  • f0f88aee9 Add PicBaseUrl with a replaced parameter by Christian Arenas 2017-07-11 12:43:06 +0200
  • d9b9578e4 Merge remote-tracking branch 'origin/dev' into netcore2 by Eduard Tomas 2017-07-11 12:01:45 +0200
  • dba16fd1d Fixed eShopOnContainers.sln does not build #237 Include Marketing and Locations api in eShopOnContainers sln by Ramón Tomás 2017-07-11 11:04:27 +0200
  • 62a14e100 (tag: edu) Upgrade IntegrationEventLogEF to netcore2 by Eduard Tomas 2017-07-11 10:12:32 +0200
  • 96c55b868 Minor change in docker-compose.prod by Cesar De la Torre 2017-07-10 15:02:22 -0700
  • 27fae7c5d Fixed namespace copied/pasted from the Locations.API service into the Marketing service by Cesar De la Torre 2017-07-10 14:49:26 -0700
  • 260b2cdf2 Added a comment about the simulated payment by Cesar De la Torre 2017-07-10 14:17:16 -0700
  • ec78ef12c Separating menu options so it is clearer in the UI by Cesar De la Torre 2017-07-10 14:11:43 -0700
  • 6b18c36f2 Eliminated the GracePeriod Logger message when querying as it is not needed and is quite anoying. by Cesar De la Torre 2017-07-10 13:37:55 -0700
  • 740caee4a Minor changes to the GracePeriodManager: Moved to the Ordering folder as it is part of the same BOUNDED CONTEXT or Ordering BUSINESS MICROSERVICE. Also, changed a log description when querying the database by Cesar De la Torre 2017-07-10 13:32:22 -0700
  • cee8d6e9e Added documentation for deploying Marketing Azure functions by Ramón Tomás 2017-07-10 16:44:24 +0200
  • 59c9b2142 Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev by Ramón Tomás 2017-07-10 16:04:18 +0200
  • 03f23eafa Merge branch 'load-testing' into dev by Christian Arenas 2017-07-10 14:40:26 +0200
  • 540f7510b Create a mvctest client, check when is the environment variable UseLoadTest in MVC project to true by Christian Arenas 2017-07-10 14:25:03 +0200
  • e1d8a8e23 Fix UI styles MVCApp by Ramón Tomás 2017-07-10 14:24:01 +0200
  • c367b0179 Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev by Christian Arenas 2017-07-10 12:10:20 +0200
  • d44019818 Add release/debug docker-compose file to project by Christian Arenas 2017-07-10 12:10:13 +0200
  • ecf993390 Add readme.md for the .env variables by dsanz 2017-07-10 10:57:22 +0200
  • 24ca05045 (refs/pull/235/head) Update Startup.cs by Dexter Valkyrie 2017-07-08 09:53:43 +0100
  • a8ad3edf3 Add Azure Storage Account Health Checks to Marketing.API by dsanz 2017-07-07 14:05:52 +0200
  • b74a1b6db Add 100 stock units to products by Christian Arenas 2017-07-07 12:36:26 +0200
  • 4a3e2d461 rename ESHOP_AZURE_STORAGE_ACCOUNT_NAME/KEY variable to ESHOP_AZURE_STORAGE_CATALOG_NAME/KEY by Christian Arenas 2017-07-07 12:22:48 +0200
  • 06cbab473 Merge branch 'feature/marketing-details-azure-function' into dev by Christian Arenas 2017-07-07 11:56:57 +0200
  • ee698ad48 Create a new solution named Azure Functions and remove the marketing azure function from ServiceAndWebApps by Christian Arenas 2017-07-06 15:30:58 +0200
  • bb377f0ff Add marketing storage ARM by Christian Arenas 2017-07-06 12:25:22 +0200
  • 8cb861dab Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev by Christian Arenas 2017-07-06 12:07:03 +0200
  • 32415615b Add azure function ACR by Christian Arenas 2017-07-06 12:06:38 +0200
  • fd97ed876 Fix issue by dsanz 2017-07-06 11:42:49 +0200
  • 92dde7e49 Merge branch 'update-WebStatus' into dev by dsanz 2017-07-06 11:40:29 +0200
  • 8051114da Add Azure Storage check in Catalog health checks. by dsanz 2017-07-06 11:38:45 +0200
  • b240357c3 Check when CampaignDetailFunctionUri is not null and return DetailsUri by Christian Arenas 2017-07-06 08:44:46 +0200
  • cc6c44321 Upfate catalog config on k8s by Eduard Tomas 2017-07-05 16:01:14 +0200
  • 3f560757a cleanup by Christian Arenas 2017-07-05 13:38:34 +0200
  • 34e2e1926 Add DetailsUri property to CampaignItem and Add VIEW SITE button in campaign details when the DetailsUri exists by Christian Arenas 2017-07-05 13:38:19 +0200
  • ae8d38bdf Add StringNullOrEmptyBoolConverter to check when string value is null or empty by Christian Arenas 2017-07-05 13:37:18 +0200
  • 66ee0039e Add StringNullOrEmptyBoolConverter to check when string value is null or empty by Christian Arenas 2017-07-05 13:37:06 +0200
  • eb7abbc98 Merge branch 'dev' into update-WebStatus by dsanz 2017-07-05 11:08:59 +0200
  • 060cc48cf Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev by Christian Arenas 2017-07-05 08:24:37 +0200
  • 70c4936e1 (refs/pull/232/head) StandardHttpClient setting Authentication Header incorrectly in a couple of places. by Matthew Dennis 2017-07-04 12:40:01 -0400
  • 7258a58f5 All docker compose to version 2.1 that seems to work in vsts hosted linux build agent by Eduard Tomas 2017-07-04 14:52:56 +0200
  • a65e9c01e Add Healthchecks to Locations.API and MArketing.API by dsanz 2017-07-04 11:27:16 +0200
  • e9b423554 use version '2' for docker-compose.ci.build.yml by Eduard Tomas 2017-07-04 12:34:28 +0200
  • d6e140a49 Add PictureFileName seed and add rename PictureUri column name to PictureFileName by Christian Arenas 2017-07-04 12:01:09 +0200
  • 595988779 Add GetItems load test by Christian Arenas 2017-07-04 08:47:54 +0200
  • 4fe02d9b4 k8s deployment by Eduard Tomas 2017-07-03 16:57:10 +0200
  • 1837bf203 Add Ordering Api test and cleanup tests by Christian Arenas 2017-07-01 00:11:12 +0200
  • 525040b9b Created Azure functions for details campaign Adapt MVC app to azure function details campaign Adapt SPA app to azure function details campaign by Ramón Tomás 2017-06-30 16:31:22 +0200
  • c997fe088 Add cloud.json reference config.file. It contains invalid values. by Eduard Tomas 2017-06-30 16:20:43 +0200
  • 00e6ab58d Update k8s script and doc by Eduard Tomas 2017-06-30 16:16:00 +0200
  • ee8da2399 Add basket test by Christian Arenas 2017-06-30 15:05:45 +0200
  • f99346385 Implemented service bus for marketing.api locations.api graceperiodProcess payment.api by Ramón Tomás 2017-06-30 08:59:26 +0200
  • bbcc23d05 Add GetBasket and GetUserCampaigns, and cleanup by Christian Arenas 2017-06-29 20:04:33 +0200
  • d65a11253 References updated to preview-2 code adjustements to work with preview-2 by Eduard Tomas 2017-06-29 18:36:57 +0200
  • 3a5f1b823 Add Marketing, locations, payment and gracePeriod Subscription in servicebus ARM file by Christian Arenas 2017-06-29 09:55:19 +0200
  • aa813b7f8 Add CatalogApi load test by Christian Arenas 2017-06-28 19:09:29 +0200
  • ddcb665bc Edit the test assert by Christian Arenas 2017-06-28 18:06:16 +0200
  • 6a0001b9c Add new LoadTest project, add new Catalog integration test and add new webMVC load test by Christian Arenas 2017-06-28 17:59:59 +0200
  • 10d03a68e Merge remote-tracking branch 'eShopOnAzure/dev' into dev by Eduard Tomas 2017-06-28 12:40:21 +0200
  • 96c3f5c2b Merge remote-tracking branch 'origin/feature/data-and-ui-customization-v2' into dev by Eduard Tomas 2017-06-28 12:20:20 +0200
  • ac25b1923 (refs/pull/227/merge) Merge 7b0d0517f9 into 6fd960d403 by Dexter Valkyrie 2017-06-26 23:18:16 +0000
  • 7b0d0517f (refs/pull/227/head) Update Startup.cs by Dexter Valkyrie 2017-06-27 00:17:42 +0100
  • 2ef6bd6fb (refs/pull/223/merge) Merge a399c78c34 into b172fb29d6 by SychevIgor 2017-06-26 21:04:12 +0000
  • b172fb29d Merge branch 'adapt-xamarin-new-order-workflow' into dev by Christian Arenas 2017-06-26 19:22:44 +0200
  • b918826a6 remove userId parameter from GetCampaignsByUserId from functional test by Christian Arenas 2017-06-26 19:22:17 +0200
  • 83e425da2 Add Cancel button in order detail view when the status is submitted and add requestId guid to create a new order by Christian Arenas 2017-06-26 18:32:25 +0200
  • 699ec0001 Create IdentityService in marketing API by Christian Arenas 2017-06-26 18:31:04 +0200
  • b28c650e0 Remove userId setting from xamarin app and remove userId parameter from GetCampaignsByUserId in Campaign API by Christian Arenas 2017-06-26 18:29:51 +0200
  • a56f99f68 Fix merge by Ramón Tomás 2017-06-26 18:05:02 +0200
  • a3e63c11a Merge from eShopOnContainers Dev by Ramón Tomás 2017-06-26 13:51:49 +0200
  • a6cef8009 replace main banner in SPA app by Shaun Walker 2017-06-23 12:04:40 -0700
  • 18b91ee5f minor fixes to data and UI customization by Shaun Walker 2017-06-23 11:49:25 -0700
  • 65bcf4824 Dealing with auth and package versions issues between 1.1 and 2.0 by Eduard Tomas 2017-06-23 18:45:20 +0200
  • 4f198f179 Add a shipped order mock by Christian Arenas 2017-06-23 13:01:57 +0200
  • 4f54dae03 Rename OrderState property to OrderStatus and add new status items by Christian Arenas 2017-06-23 12:57:25 +0200
  • c28b693db Dockerfile of Payment.API upgraded to v2 by Eduard Tomas 2017-06-23 10:55:48 +0200
  • 632c023a3 strip quotes, fix image transparency, format price and amount by Shaun Walker 2017-06-22 17:26:57 -0700
  • eba0a5356 fixed invalid WebMVC csproj entries by Eduard Tomas 2017-06-22 20:11:36 +0200
  • 636ec0141 fixed invalid WebMVC csproj entries by Eduard Tomas 2017-06-22 20:11:36 +0200
  • 290057789 Add styling by Christian Arenas 2017-06-22 19:05:34 +0200
  • a399c78c3 (refs/pull/223/head) DRY https://en.wikipedia.org/wiki/Don%27t_repeat_yourself by IgorSychev 2017-06-22 18:05:40 +0300
  • d6a6416e1 Bad folder for Locations.API corrected by Eduard Tomas 2017-06-22 16:56:27 +0200
  • 340d50fdd WebStatus Nuget updated by Eduard Tomas 2017-06-22 16:56:10 +0200
  • fdd9a3671 MVC auth updated to 2.0.0 by Eduard Tomas 2017-06-22 16:55:57 +0200
  • bbc682d6a WebMVC nuget update by Eduard Tomas 2017-06-22 16:22:41 +0200
  • 0a1f14f1f WebSPA nuget update by Eduard Tomas 2017-06-22 16:19:54 +0200
  • 6b466a2c6 Fixing NetStandard.Library versions by Eduard Tomas 2017-06-22 16:15:58 +0200
  • 55c2c666c clean up and style improving by Christian Arenas 2017-06-22 15:10:59 +0200
  • 56ec1d9ed clean up and style improving by Christian Arenas 2017-06-22 15:10:47 +0200
  • 071716acc (refs/pull/219/head) we are not using banners and js in healthcheck by IgorSychev 2017-06-22 14:01:03 +0300
  • 450eee48c we don't need jquery.validate for such a simple page by IgorSychev 2017-06-22 13:22:19 +0300
  • 514254818 make Docker-Compose the Default Project in the solution by Shaun Walker 2017-06-21 15:27:42 -0700
  • 9229a8d0f support for additional CatalogItem properties by Shaun Walker 2017-06-21 15:27:12 -0700
  • 286b8e434 Unwanted fwk reference in GracePeriodManager by Eduard Tomas 2017-06-21 19:57:36 +0200
  • 17dc20077 Payment.API nuget updated by Eduard Tomas 2017-06-21 19:50:01 +0200
  • 3c2ce4d7a Ordering.API nuget update by Eduard Tomas 2017-06-21 19:48:13 +0200