52 Commits

Author SHA1 Message Date
Borja García Rodríguez
ff728ec096 consolidate packages 2020-12-22 16:45:47 +01:00
Borja García Rodríguez
6f399e3c8b Merge branch 'feature/net-5' into feature/webapps-net5-migration 2020-12-22 15:50:35 +01:00
Borja García Rodríguez
55a177feac update dockerfiles without location & api csprojs 2020-12-21 13:29:07 +01:00
Borja García Rodríguez
f25537e214 dockerfiles and update nugets 2020-12-18 13:41:36 +01:00
Borja García Rodríguez
19460bb1f1 update nuget packages 2020-12-18 12:04:35 +01:00
Christian Morgenthaler
beda8378d5 correct call order of "app.UseCors" 2020-06-08 21:58:48 +02:00
ericuss
07aba24ce4 fix authorization in webhooks api 2020-04-07 09:07:49 +02:00
Miguel Veloso
135c56a7a8 Add cache use comment to Dockerfiles to force PR validation 2020-01-27 09:58:53 +00:00
Miguel Veloso
44d3fcf767 Update packages 2019-12-17 17:41:03 +00:00
Miguel Veloso
3a1aff0191 Update base images to 3.1 2019-12-16 18:52:28 +00:00
Miguel Veloso
593be81bb0 Improve docker build cache usage 2019-11-18 15:04:11 +00:00
Miguel Veloso
ade6358eca Reorganize project folders 2019-11-18 15:03:28 +00:00
Miguel Veloso
0c14810a33 Replace obsolete IHostingEnvironment for IWebHostEnvironment 2019-11-08 16:02:58 +00:00
Miguel Veloso
866e89cad2 Remove string interpolation from logging 2019-11-08 15:15:15 +00:00
Miguel Veloso
5013ff40ba Remove unnecessary commands from dockerfiles 2019-11-07 16:56:22 +00:00
Miguel Veloso
b34b8d2403 Sort package references 2019-11-06 11:14:19 +00:00
eiximenis
34a0c03434 Update dockerfile.develop to net3 2019-10-31 09:45:18 +01:00
eiximenis
9b57122f7a update to net3 rc1 2019-09-19 10:12:14 +02:00
eiximenis
a2053deb49 Final charts tunning and allowing Linkerd Mesh to be used 2019-09-10 19:49:50 +02:00
eiximenis
870363861f Update Dockerfiles for use /src as build context root 2019-08-28 14:11:29 +02:00
Erik Pique
216463f847 ordering.api error integrationevents 2019-08-07 17:06:20 +02:00
Erik Pique
56f3a6b82e move background task 2019-08-06 16:10:39 +02:00
Erik Pique
671d8b1e27 fix to startup identiy: remove old migrations and add initial migration. 2019-07-29 13:21:00 +02:00
Erik Pique
0a0b013b73 change startup routing 2019-07-26 11:11:31 +02:00
Erik Pique
50a1e1311e update preview7 2019-07-25 11:30:17 +02:00
Erik Pique
eb080668ab add type securitySchema OAuth2 2019-07-24 16:20:08 +02:00
Erik Pique
79405b89b0 modify retries count 2019-07-24 12:15:38 +02:00
Erik Pique
49cc39d731 update startups 2019-07-24 09:06:46 +02:00
Erik Pique
31f77cb79e update version and image docker 2019-07-23 10:26:33 +02:00
eiximenis
577aca1d4c Basket.API updated to net3 2019-07-19 13:09:30 +02:00
eiximenis
437bdd7431 Using Directory.Build.props for handling versions. Needed to start the update to net3 2019-07-17 18:26:20 +02:00
eiximenis
58f156f417 fixing dockerfiles for windows 2019-05-28 11:49:39 +02:00
Miguel Veloso
91515e7ea6 Remove deprecated Swashbuckle API, refactor 2019-05-13 18:15:50 +01:00
Miguel Veloso
914e8bd0cd Make the RUN restore-packages optional through an option on docker-compose 2019-04-22 18:10:53 +01:00
Miguel Veloso
376030c179
Merge branch 'dev' into enhancement/add-restore-packages-layer 2019-04-15 19:39:06 +01:00
Miguel Veloso
06018d4080 Streamline Dockerfiles 2019-04-13 08:23:40 +01:00
Miguel Veloso
be75d554f2 Inital Dockerfiles 2019-04-12 19:45:45 +01:00
eiximenis
c0e125f2bf Merge from features/devspaces to dev 2019-04-11 14:38:31 +02:00
Miguel Veloso
396d33fe7b Use AsyncEventingBasicConsumer in RabbitMQ to properly use async event handlers 2019-04-02 15:36:20 +01:00
eiximenis
e809029e2c Final fixes to make it work under Devspaces 2019-03-28 18:59:45 +01:00
jmanuelcorral
65b7b31d8d Done Updating versions 2019-03-21 16:38:01 +01:00
Igor_Sychev
e98c625f81 runfix 2019-02-28 11:43:44 +03:00
Igor_Sychev
185a5dcc31 minor packages update
replace preview apis with production
replace EnableKubernetes with AddApplicationInsightsKubernetesEnricher
replace  loggerFactory.AddAzureWebAppDiagnostics(); with  loggerBuilder.AddAzureWebAppDiagnostics();
2019-02-26 22:28:30 +03:00
eiximenis
dbfc5081d6 Webhooks API devspaces source code support 2019-02-25 18:12:02 +01:00
eiximenis
b2252dc4ec Webhooks api Devspaces 2019-02-25 16:48:41 +01:00
eiximenis
dc36826ec1 forcing granturl to be in same origin as hook url 2019-02-11 12:17:26 +01:00
eiximenis
71e3839056 webhooks finished 2019-02-11 11:45:32 +01:00
eiximenis
5b237b0a8b webhooks flow finished. Only missing bug in api that don't show the hooks 2019-02-06 19:59:26 +01:00
eiximenis
9b0eaddb15 webhooks API & client 2019-01-29 19:34:57 +01:00
eiximenis
485bb9e4a9 WIP 2019-01-23 20:02:46 +01:00