eiximenis
11fe3fc42c
Moved some files to ./src/
5 years ago
Miguel Veloso
b6d2910eae
Take SQL Server from mcr.microsoft.com
5 years ago
Erik Pique
0988dcd8c2
background
5 years ago
Erik Pique
7ea094b136
restore background config
5 years ago
ericuss
17dd9cebb1
remove all references of basket background
5 years ago
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
33fb3a735f
Fixes #1070
5 years ago
eiximenis
c0f950e4a7
fixing webspa build for windows, to use node-windows image
5 years ago
eiximenis
7166773a7e
compose for put linux and win in tag
5 years ago
jmanuelcorral
56c659776e
Finished
5 years ago
jmanuelcorral
06e07914e1
First version with Kibana/ElasticSearch & Logstash, needs refactor
5 years ago
eiximenis
5b237b0a8b
webhooks flow finished. Only missing bug in api that don't show the hooks
6 years ago
Miguel Veloso
4d6b2f03d2
Add Serilog and Seq working in Docker
6 years ago
eiximenis
8677b8d240
Webhooks API: WIP - Initial commit
6 years ago
Miguel Veloso
16cae13dc4
Organize Dockerfiles to be easier to compare
6 years ago
eiximenis
fcff8e45aa
Fixes #630
6 years ago
Unai Zorrilla Castro
70a2682806
Working on compose dependencies and check new httpclient handlers retries
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
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
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
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
5bb67596b9
k8s config updated
6 years ago
eiximenis
de37559c41
Files moved / names changes / csprojs updated / sln updated
7 years ago
eiximenis
152fcc8205
Fixed errors and updated config
7 years ago
eiximenis
a18cec21fe
Missing aggregator project
7 years ago
eiximenis
8cfb74fe93
Fixing SPA for using aggregators
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
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
yanchenw
e4fa15b813
Optimize multi-stage build Dockerfile
Remove explicitly copied dependencies, copy entire solution
into the conainter and depends on the cache to reduce build
time.
Addd temporary solution file which does not contains the
dcproj file to work around the issue that the dotnet cli
cannot handle dcproj.
7 years ago
Ramón Tomás
4178fbff0e
Use alpine images for rabbitmq and redis infrastucture services
7 years ago
yanchenw
091ed81e7b
Converts to use multi-stage build Dockerfile
1. Changes the build context of all services to the root level to be
able to access the dependencies for each project.
2. Commented out the prepublish scripts, these steps are moved into the
Dockerfile
Did not change any script yet, need help to identify what scripts we
need to change.
7 years ago
Cesar De la Torre
779c7c2901
Refactoring in docker-compose files
7 years ago
Cesar De la Torre
cc4325cee5
Updated all docker-compose files version from 2.1 to 3
7 years ago
Cesar De la Torre
e8c8678082
Changed to new GA SQL Server container Image tag and parameters
7 years ago
Cesar De la Torre
04cb531b46
Revert "Update docker-compose.yml"
7 years ago
Volkan Altan
a78626c4d8
Update docker-compose.yml
fix mssql version
7 years ago
Cesar De la Torre
903b26d529
Setting to use SQL Server Developer Edition so there's no issue about any time bomb because of licensing or trial period.
7 years ago
Ramón Tomás
5e1d343759
Added enhancement rabbitmq management console #246
7 years ago
Ramón Tomás
58f3b5b274
Removed GracePeriod microservice and added as a HostService
7 years ago
Cesar De la Torre
cc18aa0b1a
Changes order of containers in compose. Resources to the end
7 years ago
Cesar De la Torre
f61d979505
Fixing Azure Deployment scripts config plus improvements in docker-compose.override,yml
7 years ago