2643 Commits

Author SHA1 Message Date
rafsanulhasan
4e186004d2 Added Library Manager to Identity.API project 2018-09-01 09:06:14 +06:00
rafsanulhasan
01306be946 Removed packages previously install with bower from Identity.API project 2018-09-01 09:04:13 +06:00
rafsanulhasan
030777b0a9 Removed bower from Identity.API project 2018-09-01 09:02:32 +06:00
rafsanulhasan
3cdb10adaa Configured Library Manager to WebStatus
1. Added Library Manager to Web Status project (libman.json)
2. Configured project to download packages from CDNs specified by LibMan on project build
2018-09-01 08:58:30 +06:00
rafsanulhasan
7db99afc25 Removed unnecessary files previously referenced by bower from WebStatus project because bower is removed 2018-09-01 08:48:02 +06:00
rafsanulhasan
e063712b64 Configured Library Manager to automatically download packages on build WebMVC project 2018-09-01 08:37:47 +06:00
rafsanulhasan
e5aece2e35 Configured WebMVC project to use Typescript 3.0 2018-09-01 08:35:00 +06:00
rafsanulhasan
d6c9923b08 Used reference files' paths from libman tree 2018-09-01 08:34:03 +06:00
rafsanulhasan
5668cd3031 Add Library Manager 2018-09-01 08:22:37 +06:00
rafsanulhasan
b181999bcf Removed bower from WebMVC 2018-09-01 08:20:51 +06:00
Ramón Tomás
df010635fc Fix issue mvc refreshing order list 2018-04-20 16:48:24 +02:00
Ramón Tomás
25c752c61a Added SignalR Hub service to k8s 2018-04-19 17:21:26 +02:00
Ramón Tomás
04560ff4eb Created specific service for signalr hub 2018-04-19 00:58:09 +02:00
Ramón Tomás
02f94eeb0e Updated k8s scripts 2018-04-16 19:28:12 +02:00
Ramón Tomás
d9945a9200 Fixed ignored js files when building image 2018-04-14 10:43:30 +02:00
Ramón Tomás
08e8a4ba26 Added signalr client service to SPA app 2018-04-13 17:10:25 +02:00
Ramón Tomás
f1f17798da Added missing Task.Background service docker-compose configuration
Added signalr client for MVC
Added signalr hub
Added signalr events when order status changes
2018-04-13 13:45:21 +02:00
Cesar De la Torre
5511340c81
Update README.md 2018-04-05 13:33:02 -07:00
Cesar De la Torre
4f5de73917
Update README.md 2018-04-05 13:28:17 -07:00
Cesar De la Torre
b541d2c790
Update README.md 2018-04-05 13:17:37 -07:00
Cesar De la Torre
1b4e761707
Update README.md 2018-04-05 13:16:40 -07:00
Cesar De la Torre
17657a21ec
Update README.md 2018-04-05 13:05:54 -07:00
Cesar De la Torre
22e36bfb38
Update README.md 2018-04-05 13:02:00 -07:00
Cesar De la Torre
c84dff96ea
Update README.md 2018-04-05 12:38:12 -07:00
Cesar De la Torre
131ea4ec0f
Update README.md 2018-04-05 12:36:55 -07:00
Cesar De la Torre
ab1df0fa00
Update README.md 2018-04-05 12:35:55 -07:00
Cesar De la Torre
fac72aebc7
Update README.md 2018-04-05 11:51:07 -07:00
Cesar De la Torre
0a4967fc64
Update README.md 2018-04-05 10:36:40 -07:00
Cesar De la Torre
c407707626
Update README.md 2018-04-05 10:36:06 -07:00
Cesar De la Torre
e04533acc4
Update README.md 2018-04-05 10:32:48 -07:00
Cesar De la Torre
a9676b4b56
Update README.md 2018-04-05 10:21:54 -07:00
Cesar De la Torre
d0ccc19b42
Update README.md 2018-04-05 10:20:17 -07:00
eiximenis
9bdbbcc113 Readme.md updated to note that vs15.7 is needed 2018-04-05 17:52:29 +02:00
Miguel Veloso
97f81c2939 Merge pull request #536 from SychevIgor/rudementsinidentity
drop rudiments from identity api
2018-04-05 17:44:08 +02:00
eiximenis
2fb1349094 Merge branch 'bff' into dev bff-merge-into-dev 2018-04-05 17:42:59 +02:00
eiximenis
ee113b2118 fixed error on deploy k8s (image names) 2018-04-04 16:25:13 +02:00
eiximenis
2181e1c9a6 update local config to use apigw when downloading catalog images 2018-04-03 18:27:47 +02:00
eiximenis
5b38d2bf98 Updated k8s file to use only ocelotapigw image 2018-04-03 18:01:38 +02:00
Cesar De la Torre Llorente
4b1948d067 Temporal docker-compose.prod.yml still to be reviewed and updated. Pending area is the identity.api config. 2018-04-02 16:51:00 -07:00
Cesar De la Torre Llorente
b6d09a2439 Fixed comments not right for Pi Gateways services 2018-04-02 16:43:50 -07:00
Cesar De la Torre Llorente
0906ae6195 Fixed comment for the identity.api microservice. 2018-04-02 15:22:26 -07:00
Cesar De la Torre Llorente
5378d20d78 Added the .env file to the solution's "Solution Items" folder. 2018-04-02 15:08:39 -07:00
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).
2018-04-02 15:03:59 -07:00
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. 2018-04-02 14:18:20 -07:00
Cesar De la Torre Llorente
e83f87b62d Removed ENV ESHOP_API_GW from dockerfiles which is not used/needed. 2018-04-02 12:54:21 -07:00
David Britch
94410b433f
Merge pull request #567 from dotnet-architecture/xamarin-settings
Simplified SettingsService in Xamarin Client
2018-03-29 14:11:11 +01:00
David Britch
e519fbde43 Merge branch 'bff' into xamarin-settings 2018-03-29 13:52:03 +01:00
David Britch
8a32e3fe10 Removed UWP SettingsServiceImplementation 2018-03-29 13:42:49 +01:00
David Britch
a627d1f9e2 SettingsService now uses Application.Current.Properties dictionary.
Platform specific settings code removed.
2018-03-29 13:26:26 +01:00
Cesar De la Torre
885703c921
Update README.md dev-force-reset-bff 2018-03-28 16:48:46 -07:00