Miguel Veloso
8da9c84385
Add community code changes since migration start
4 years ago
Borja García Rodríguez
2b91170662
clean up solution
4 years ago
Viswanatha Swamy
130e46ccdf
Swamy/15jan2021 small refactoring ( #1580 )
* Small Refactoring inside Basket Service folder
* Small Refactoring
4 years ago
Miguel Veloso
598c675811
Upgrade identity server, fix VS F5 unauthorized_client problem
4 years ago
Miguel Veloso
79e7e42aa8
Upgrade healthchecks packages
4 years ago
Miguel Veloso
96c0c1d32c
Upgrade key packages
4 years ago
Sumit Ghosh
70a5e7bff6
Removes dotnet.myget.org NuGetPackage feed references ( #1576 )
* Removed Nuget package feed
* Removed unused System.ValueTuple package
* Downloadgraded Microsoft.AspNetCore.Hosting.Abstractions package
* Removed unused package
* Downgraded System.IO.Compression.ZipFile package
* Used Microsoft.AspNetCore.DataProtection.StackExchangeRedis package
4 years ago
Viswanatha Swamy
600d0aa456
Small-Formatting-Refactoring ( #1564 )
4 years ago
Borja García Rodríguez
ad29cfcdfe
fix restores on docker.develop images
4 years ago
Borja García Rodríguez
ce504d9d36
Updated to aspnet 5 dockerfiles.development for azds
4 years ago
Borja García Rodríguez
c970512232
remove load test references
4 years ago
InstanceFactory
c3d91dd914
Fixed Issue #1410 ( #1560 )
Added IdentityUrlExternal to src\Services\Ordering\Ordering.FunctionalTests\appsettings.json; sorted the properties
4 years ago
Borja García Rodríguez
278b3d1247
update nuget in catalog unit tests
4 years ago
Borja García Rodríguez
6fc60480c1
integration events updated to record types
4 years ago
Borja García Rodríguez
1857cc1c9e
fix Breaking change net 5 missing method
app.UseDatabaseErrorPage()
https://github.com/dotnet/efcore/issues/22687
4 years ago
Borja García Rodríguez
ff728ec096
consolidate packages
4 years ago
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