Cesar De la Torre
b541d2c790
Update README.md
6 years ago
Cesar De la Torre
1b4e761707
Update README.md
6 years ago
Cesar De la Torre
17657a21ec
Update README.md
6 years ago
Cesar De la Torre
22e36bfb38
Update README.md
6 years ago
Cesar De la Torre
c84dff96ea
Update README.md
6 years ago
Cesar De la Torre
131ea4ec0f
Update README.md
6 years ago
Cesar De la Torre
ab1df0fa00
Update README.md
6 years ago
Cesar De la Torre
fac72aebc7
Update README.md
6 years ago
Cesar De la Torre
0a4967fc64
Update README.md
6 years ago
Cesar De la Torre
c407707626
Update README.md
6 years ago
Cesar De la Torre
e04533acc4
Update README.md
6 years ago
Cesar De la Torre
a9676b4b56
Update README.md
6 years ago
Cesar De la Torre
d0ccc19b42
Update README.md
6 years ago
eiximenis
9bdbbcc113
Readme.md updated to note that vs15.7 is needed
6 years ago
Miguel Veloso
97f81c2939
Merge pull request #536 from SychevIgor/rudementsinidentity
drop rudiments from identity api
6 years ago
eiximenis
2fb1349094
Merge branch 'bff' into dev
6 years ago
eiximenis
ee113b2118
fixed error on deploy k8s (image names)
6 years ago
eiximenis
2181e1c9a6
update local config to use apigw when downloading catalog images
6 years ago
eiximenis
5b38d2bf98
Updated k8s file to use only ocelotapigw image
6 years ago
Cesar De la Torre Llorente
4b1948d067
Temporal docker-compose.prod.yml still to be reviewed and updated. Pending area is the identity.api config.
6 years ago
Cesar De la Torre Llorente
b6d09a2439
Fixed comments not right for Pi Gateways services
6 years ago
Cesar De la Torre Llorente
0906ae6195
Fixed comment for the identity.api microservice.
6 years ago
Cesar De la Torre Llorente
5378d20d78
Added the .env file to the solution's "Solution Items" folder.
6 years ago
Cesar De la Torre Llorente
debecf1b8d
Adding comments about the external ports in docker-compose.override.yml saying that a production environment your should remove the external ports kept here for microservice debugging purposes.
The API Gateway redirects and access through each microservice's internal port (80).
6 years ago
Cesar De la Torre Llorente
5fd412174e
Eliminated multiple dockerfiles within the ApiGw-Base as they were not really used as a different image but the same. Also, updated references at the docker-compose.yml file.
6 years ago
Cesar De la Torre Llorente
e83f87b62d
Removed ENV ESHOP_API_GW from dockerfiles which is not used/needed.
6 years ago
David Britch
94410b433f
Merge pull request #567 from dotnet-architecture/xamarin-settings
Simplified SettingsService in Xamarin Client
6 years ago
David Britch
e519fbde43
Merge branch 'bff' into xamarin-settings
6 years ago
David Britch
8a32e3fe10
Removed UWP SettingsServiceImplementation
6 years ago
David Britch
a627d1f9e2
SettingsService now uses Application.Current.Properties dictionary.
Platform specific settings code removed.
6 years ago
Cesar De la Torre
885703c921
Update README.md
6 years ago
Miguel Veloso
f2a4f3ac2c
Merge pull request #561 from Alexbits/hotfix/EntityEncapsulationFix
Improved encapsulation of DomainEvents collection in Entity class
6 years ago
Cesar De la Torre Llorente
0c7671ea36
Updated rest of docker-compose files to v 3.4, so it works in VS for Mac
6 years ago
Cesar De la Torre Llorente
7c446d9ffd
Upgraded to version: '3.4' in docker-compose files because since recent versions, VISUAL STUDIO FOR MAC requires docker-compose '3.4' in order to be able to F5 or Ctrl+F5 a Docker solution.
6 years ago
Alex Kryvdyk
1d8c6178de
Improved encapsulation of DomainEvents collection in Entity class
6 years ago
Miguel Veloso
e580731adc
Merge pull request #560 from Alexbits/dev
Make Address value object truly immutable. Replace #551
6 years ago
Alex Kryvdyk
6869ad249a
Remove private property setters in Address value object to make it truly immutable
6 years ago
Miguel Veloso
54be3c73b6
Merge pull request #554 from Alexbits/patch-3
Remove private setters to make class immutable
6 years ago
Alex Kryvdyk
ed26c3359c
Remove private setters to make class immutable
Remove private setters to make a class truly immutable. Otherwise, properties can be updated outside of constructor. This also makes code cleaner. Same in docs https://github.com/dotnet/docs/pull/4755
6 years ago
eiximenis
0e119eac86
Merge branch 'xamarin-oidcclient' into bff
# Conflicts:
# .dockerignore
# docker-compose.override.yml
# docker-compose.yml
# eShopOnContainers-ServicesAndWebApps.sln
# k8s/deploy.ps1
# k8s/deployments.yaml
# k8s/frontend.yaml
# src/Services/Identity/Identity.API/Data/ConfigurationDbContextSeed.cs
# src/Services/Ordering/Ordering.Domain/AggregatesModel/OrderAggregate/Order.cs
6 years ago
David Britch
de667f9830
Merge pull request #548 from MarcosCobena/xamarin-oidcclient
Mobile app uses API gateway endpoints.
6 years ago
Marcos Cobeña Morián
adf46ff837
Clarified endpoint style
6 years ago
Marcos Cobeña Morián
4791be9298
Removed string.Format()s
6 years ago
Marcos Cobeña Morián
9ba004187d
Clarified endpoint URI
6 years ago
eiximenis
a91850a190
XamarinCallback config in k8s
6 years ago
Marcos Cobeña Morián
f910e48c37
Replaced endpoint with copy
6 years ago
Marcos Cobeña Morián
77f11330ae
Fixed login lifecycle in UWP
6 years ago
Marcos Cobeña Morián
811f9a027a
Removed back-up file
6 years ago
Marcos Cobeña Morián
0f725666c0
Updated endpoints
6 years ago
Marcos Cobeña Morián
1f27bcb564
WIP endpoint update
6 years ago