Borja García Rodríguez
98552b7785
delete marketing and locations references
4 years ago
Borja García Rodríguez
55a177feac
update dockerfiles without location & api csprojs
4 years ago
Borja García Rodríguez
aef73d7b6e
fix functional tests
4 years ago
Borja García Rodríguez
e619a39dbf
update nugets
4 years ago
Borja García Rodríguez
f25537e214
dockerfiles and update nugets
4 years ago
David Sanz
3e23e27a96
Migrate Payment.API to dotnet 5
4 years ago
Borja García Rodríguez
19460bb1f1
update nuget packages
4 years ago
Viswanatha Swamy
0c575b5799
Swamy/remove unused using and refactor the code ( #1552 )
* Removed Unused Using and Reorganized the Using
* Removed unused using, Reorganized using, moved the class to separate file, removed commented code in Catalog.API
* Revert "Removed unused using, Reorganized using, moved the class to separate file, removed commented code in Catalog.API"
This reverts commit 34241c4306
.
* Removed unused using and reorganized the using inside "Services" folder
* Removed Unused using and reoganized the using
* Refactor Webhooks.API
* Removed unused using and reorganized using inside Catalog.API
* Refactoring
* Removed unsed using
* Added line break just to differentiate between the messages
4 years ago
David Sanz
02bc1b9394
Update logging nuge package dependency.
4 years ago
Viswanatha Swamy
716aca6779
1. remove unused using, 2. Reorganized the using, 3. Moved the class into separate file and 4. Added line and spacing formats ( #1532 )
* Removed Unused Using and Reorganized the Using
* Removed unused using, Reorganized using, moved the class to separate file, removed commented code in Catalog.API
* Revert "Removed unused using, Reorganized using, moved the class to separate file, removed commented code in Catalog.API"
This reverts commit 34241c4306
.
* Removed unused using and reorganized the using inside "Services" folder
* Removed Unused using and reoganized the using
* Refactor Webhooks.API
* Removed unused using and reorganized using inside Catalog.API
4 years ago
David Sanz
35b30a109a
Top-level statements. Change ordering net standard projects to dotnet 5.
4 years ago
Borja García Rodríguez
792629ae03
migrate catalog api
4 years ago
David Sanz
6b47be9335
Update nuget packages for Ordering service.
4 years ago
Borja García Rodríguez
e66e61187f
customer basket items setteable
4 years ago
Borja García Rodríguez
1fe0121e84
record types
4 years ago
Gur Galler
b50296428b
Removed unnecessary await ( #1546 )
4 years ago
Borja García Rodríguez
19a5dde1ac
net5
4 years ago
Borja García Rodríguez
4fcb70c739
fix namespace top level statement
4 years ago
David Sanz
90d70f8efc
Add record types for DTOs. Update ordering DockerFiles to dotnet 5.0 base images.
4 years ago
Borja García Rodríguez
4a71f483aa
top level statements
4 years ago
David Sanz
94b1a0bed0
Fix ordering test settings
4 years ago
David Sanz
b90c0f4c3e
Update to netcore 5.0 framework
4 years ago
Borja García Rodríguez
b67a487f2c
add grpc factory
4 years ago
Borja García Rodríguez
51251a3f75
update basket api to dotnet 5 and nuget packages
4 years ago
Sumit Ghosh
2711d33e3f
Updated credit card default exipiration value. ( #1535 )
4 years ago
Gerard Gunnewijk
c59e522161
Finished sentence and fixed spelling mistake. ( #1536 )
4 years ago
ansonzhang
7e59cd1ffc
Fixed #1518 bug ( #1520 )
* Update CatalogContextModelSnapshot.cs
* Update CatalogContextSeed.cs
* Modify CSV data
* Give PictureFileName assignment
4 years ago
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
4 years ago
Zakaria
0b4f44659d
Change ReadAllBytes to ReadAllBytesAsync in PicController ( #1425 )
4 years ago
Nabil Sedoud
313879e52b
fix disposing of direct instantiated objects in calalog service #1392 ( #1395 )
4 years ago
Majid Ali Khan Quaid
7617ee4880
Mis-Spelled 'client' ( #1411 )
4 years ago
hfz-r
85aea20046
Fix for Campaigns exception and SignalR 401 Unauthorized ( #1374 )
* update API Gateway - /locations-api/ @ webmarketing/envoy.yaml
* updated signalr services
- envoy: webmarketingapigw
- latest client: webmvc
- service hub: ordering-signalrhub
Co-authored-by: hfz-r <hafiz.roslan@hartalega.com.my>
4 years ago
André Silva
921de69418
refactored Equals() method on ValueObject ( #1316 )
4 years ago
Dmytro Hridin
b426909d36
CatalogService: Fix issue with Status set when items list is empty ( #1304 )
* Fix issue with Status set when items list is empty
* Change method Count() call to Count property
Co-authored-by: Dmytro Hridin <v-dmytro.hridin@lionbridge.com>
4 years ago
Christian Morgenthaler
beda8378d5
correct call order of "app.UseCors"
4 years ago
ericuss
09fabcdcfb
Remove obsolete middleware UseApplicationInsights
4 years ago
ericuss
07aba24ce4
fix authorization in webhooks api
4 years ago
ericuss
e671f32c44
Change extension method to load the configuration
4 years ago
ericuss
9cb1c9eef9
Error fixed, applied the cookie policy to lax mode
4 years ago
Miguel Veloso
0087ff4121
User internal docker dns names
5 years ago
Miguel Veloso
135c56a7a8
Add cache use comment to Dockerfiles to force PR validation
5 years ago
epique@plainconcepts.com
314c6742fc
fixed https://github.com/dotnet-architecture/eShopOnContainers/issues/1181
5 years ago
Miguel Veloso
a77b158d43
Add back looging to Seq and Logstash
5 years ago
Miguel Veloso
49358ae70b
Update to IHost
- Return IHost from CreateHostBuilder
- Register AutoFac with UseServiceProviderFactory() in CreateHostBuilder
5 years ago
Miguel Veloso
44d3fcf767
Update packages
5 years ago
Miguel Veloso
f8ea1ee92f
Upgrade Locations to 3.1
5 years ago
Miguel Veloso
3a1aff0191
Update base images to 3.1
5 years ago
Miguel Veloso
60b28055ef
Update to 3.1
- Fix test to work on Catalog.API controller, using in-memory database
5 years ago
Miguel Veloso
c84be74079
Explore adding CSP
5 years ago
Miguel Veloso
285b0cebe4
Fix to close issue #1162
5 years ago