eiximenis
591086956d
grpc poc working on k8s, using envoy as a sidecar in catalog api
5 years ago
Ramón Tomás
db00159347
Added envoy + config grpc json transcoder
5 years ago
eiximenis
7c0e2a1c86
Catalog.API gRPC support for one endpoint
5 years ago
Miguel Veloso
fd2bf42a5f
Add creation event traces to Validator classes to validate issue #1041
5 years ago
Miguel Veloso
61ecfba052
Add a TransactionId to IntegrationEventLogEntry to ensure that chained integration events are only published once from the correct transaction scope
5 years ago
Miguel Veloso
a95fbd993a
Update configuration values starting with array index = 0
5 years ago
Miguel Veloso
d5adb5f723
Update HealthChecks UI libraries to properly handle missing services.
5 years ago
Miguel Veloso
4d6b2f03d2
Add Serilog and Seq working in Docker
6 years ago
eiximenis
9b0eaddb15
webhooks API & client
6 years ago
eiximenis
38243a9d2f
comment updated in compose
6 years ago
eiximenis
485bb9e4a9
WIP
6 years ago
eiximenis
586c6de020
WIP Webhooks
6 years ago
eiximenis
8677b8d240
Webhooks API: WIP - Initial commit
6 years ago
Ramón Tomás
ffca2da0b3
Migrated to netcore 2.2
6 years ago
Ramón Tomás
8d794a220b
Updated Helm scripts to include healthcheck url env vars
Updated Webstatus docker-compose to include HealthCheck url env vars
6 years ago
Ramón Tomás
0f6f4e6d14
Integrate HealthCheck to all eShop services and apps
Integrate WebStatus with Healthcheck
6 years ago
Miguel Veloso
16cae13dc4
Organize Dockerfiles to be easier to compare
6 years ago
eiximenis
fcff8e45aa
Fixes #630
6 years ago
Cesar De la Torre Llorente
104661d39d
Fixed bug, no need of GracePeriodTime setting for the Order microservice. Only for the Ordering.BackgroundTasks
6 years ago
Ramón Tomás
7d2a790a8b
Fixed AOT compile issue with signalr pkg version
Removed duplicated ordering.background task in docker compose files
6 years ago
Miguel Veloso
794be31f53
Include Ordering.BackgroundTasks in webstatus check
6 years ago
Miguel Veloso
49ec9beff4
wip: add back OrderingBackgroundTasks
6 years ago
Ramón Tomás
25c752c61a
Added SignalR Hub service to k8s
6 years ago
Ramón Tomás
04560ff4eb
Created specific service for signalr hub
6 years ago
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
6 years ago
eiximenis
2181e1c9a6
update local config to use apigw when downloading catalog images
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
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
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
eiximenis
a34ed28445
SPA adapted to gateway
7 years ago
eiximenis
181b475e32
MVC adapted to marketing bff apigw
7 years ago
eiximenis
de37559c41
Files moved / names changes / csprojs updated / sln updated
7 years ago
eiximenis
a18cec21fe
Missing aggregator project
7 years ago
eiximenis
8cfb74fe93
Fixing SPA for using aggregators
7 years ago
Eduard Tomàs
1b87e2a18f
Reverted duality of config files for ocelot because were not really needed
7 years ago
Eduard Tomàs
3b2c80e6d3
Ocelot config via volumes
7 years ago
Eduard Tomàs
6cc87fc80a
renaming of PurchaseBff to Aggregator
7 years ago
Eduard Tomàs
8edd736196
Updating SPA for working with PurchaseBFF.
7 years ago
Eduard Tomàs
704e6ae693
Finished purchase-bff implementation and ocelot rerouting
7 years ago
Eduard Tomàs
b0d4ae5a72
All order flow goes through Purchase BFF API. Also some refactorings.
7 years ago
Eduard Tomàs
d8382f8d52
Changed catalog.api url from catalog.api to pass through API gateway
7 years ago
Eduard Tomàs
1c6431d503
Moved "AddItemToBasket" from MVC Client to a single call in PurchaseBFF
7 years ago
Eduard Tomàs
dcb9b87361
7 years ago
Eduard Tomàs
47a33ddd05
BFF Purchase - WIP
7 years ago
Eduard Tomàs
02f5e1158a
Purchase BFF skeleton created
7 years ago
Unai Zorrilla Castro
025ab0e14c
Implemented HostedService in different service
7 years ago
Eduard Tomàs
ea4e0ed6e8
Deploying ocelot to k8s
configuration to ocelot passed through a k8s volume
7 years ago
Eduard Tomàs
e72ada31fb
Create Ocelot project
7 years ago
Cesar De la Torre Llorente
08a5eeea71
Downgraded version of docker-compose files to 3.3 (instead 3.4) since VSTS agent still doesn't support it plus other versions of Docker. We'll upgrade to 3.4 soon, though. When VSTS supports it.
Error in VSTS:
3 error(s), 1 warning(s)
Phase 1 - 3 error(s), 1 warning(s)
Version in "/opt/vsts/work/1/s/docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/
/usr/local/bin/docker-compose failed with return code: 1
7 years ago