18 Commits

Author SHA1 Message Date
ansonzhang
388d0b7b5d
Fixed #1495 bug : UseLoadTest missing claimsType (#1508)
* Update ByPassAuthMiddleware.cs

* Update ByPassAuthMiddleware.cs

* remove WebMVC/ByPassAuthMiddleware duplicate cliam

* remove Ordering.API/ByPassAuthMid  duplicate cliam

* remove Location.API/ByPassAuthMid  duplicate cliam

* remove Market.API/ByPassAuthMid  duplicate cliam

* change webmvc bypassauth: claimType of sub

* change ordering bypassauth: claimType of sub

* change location bypassauth: claimType of sub

* change market bypassauth: claimType of sub
2020-11-05 17:42:21 +05:30
Miguel Veloso
866e89cad2 Remove string interpolation from logging 2019-11-08 15:15:15 +00:00
eiximenis
0df81ff5d2 Removing unneeded files. Making compatible FailingMiddleware & Healthchecks 2019-10-15 11:23:25 +02:00
Erik Pique
fe0fd36e0f add grpc basket 2019-08-19 09:24:58 +02:00
ericuss
445c43221b fix basket api 2019-07-31 09:12:46 +02:00
eiximenis
577aca1d4c Basket.API updated to net3 2019-07-19 13:09:30 +02:00
Miguel Veloso
91515e7ea6 Remove deprecated Swashbuckle API, refactor 2019-05-13 18:15:50 +01:00
Dmytro Hridin
e9c5b041e1 move interface to Model folder 2019-05-08 21:25:48 +03:00
Dmytro Hridin
bcc158a96d move BasketRepository to from Models folder to Repositories folders 2019-05-05 15:22:11 +03:00
Igor_Sychev
185a5dcc31 minor packages update
replace preview apis with production
replace EnableKubernetes with AddApplicationInsightsKubernetesEnricher
replace  loggerFactory.AddAzureWebAppDiagnostics(); with  loggerBuilder.AddAzureWebAppDiagnostics();
2019-02-26 22:28:30 +03:00
Ramón Tomás
c51c101f90 Updated Load Tests
Added middleware to bypass authorization in load testing
2017-10-23 17:39:45 +02:00
Unai Zorrilla Castro
4e37f0df27 Migrate Building Blocks to .NETStandard2.0 and .NETCoreApp2.0. Fix packages references. Update Basket.API to new templates on .NETCoreApp2.0 2017-08-29 10:20:13 +02:00
PLAINCONCEPTS\lruiz
737bddadc2 Fix issue #259 2017-08-22 18:03:12 +02:00
Ramón Tomás
f39fdb92ca Fix Failing middleware and move it to Basket.api 2017-07-13 17:35:19 +02:00
Ramón Tomás
d289ec00cf Add swagger authorization option in APIs 2017-07-12 12:10:10 +02:00
Steve Smith
a8536b0f3e Cleaning up and fixing typos 2017-04-22 15:14:42 -04:00
Unai Zorrilla Castro
4ef6b63913 Review on 17/04/2017 2017-04-17 12:28:12 +02:00
Ramón Tomás
3a7a14bdb7 Created global filters for web apis
Fix bug BadRequest response  after creating order
2017-03-27 14:05:28 +02:00