Commit graph

35 commits

Author SHA1 Message Date
Sipke Schoorstra f17966c592 Refactor project structure and Docker configurations
The changes included in this commit are made to refactor the project structure and Docker configurations. Previously, the application was structured around the AllInOneWeb solution, but it has been split into Server.Web and ServerAndStudio.Web solutions for better separation of concerns. Additionally, the Docker configurations have been updated to reflect the new structure, which should streamline the build and deployment process.
2023-12-27 20:30:33 +01:00
Sipke Schoorstra 0146a8aeb0 Update AllInOne dockerfile 2023-12-04 14:25:34 +01:00
Sipke Schoorstra f5962501bc Update targets 2023-11-27 20:20:22 +01:00
Sipke Schoorstra 86ffcfab5d Update Dockerfile 2023-11-27 20:03:50 +01:00
Sipke Schoorstra bec8cbc322
Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Sipke Schoorstra cb08cad32b
Replace Stencil dashboard with Blazor in AllInOne.Web project (#4554) 2023-10-19 01:03:55 +02:00
Sipke Schoorstra ab53ba4d8b Update All In One dockerfile to build client assets 2023-04-01 10:50:52 +02:00
Sipke Schoorstra f31a950d68 Try --platform=$BUILDPLATFORM 2022-12-30 19:42:52 +01:00
Sipke Schoorstra 3017804980 Try Node 19.0.0 2022-12-30 19:36:56 +01:00
Sipke Schoorstra 01c70e5563 Update docker things 2022-12-30 19:29:34 +01:00
Sipke Schoorstra 42ce946d64 Reset 2022-01-04 09:38:11 +01:00
Mohamed Ali aad15cbb7d revent docker to amd64 2021-12-29 22:22:37 +03:00
Yopi Cahya 4933a2e81e
Upgrade all projects to .NET6.0 (#2616)
* Upgrade all projects to .NET6.0

* Add compatibility NET5.0

* Add compatibility NET Core 3.1

* Update appveyor.yml

* Update packages

* Update src/activities/Elsa.Activities.Http/Elsa.Activities.Http.csproj

Remove common Authorization package

* Update src/activities/Elsa.Activities.Http/Elsa.Activities.Http.csproj

reimplement fix for #1568

* reimplement fix for #1611

* add missing .netcoreapp3.1 references to persistence packages

* fix Jint reference

* change samples and tests to target .NET 6

* cleanup multi-targeting conditions in samples/tests

* revert Elsa and Elsa.Temporal.Common to .netstandard2.1 only

* Update docker files to use net6.0 SDK

* Fix docker poor performance on arm64

* Update Elsa.sln

* Update Elsa.Activities.RabbitMq.csproj

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
Co-authored-by: Mohamed Ali <antivirus.cs@gmail.com>
2021-12-26 22:31:35 +01:00
Sipke Schoorstra 0dd7575a75 Update docker files 2021-12-23 11:12:08 +01:00
Sipke Schoorstra 0b98dca4bf Update docker-compose.yaml
Fixes #2623
2021-12-23 10:38:15 +01:00
Sipke Schoorstra 9307df687c Fix monolith dockerfile 2021-11-22 22:38:34 +01:00
Sipke Schoorstra 3e7bd44d01 Fix Dockerfiles 2021-11-22 22:16:54 +01:00
Sipke Schoorstra 0df2269df5 Fix Dockerfiles to apply custom Nuget.Config 2021-11-22 22:03:44 +01:00
Sipke Schoorstra d1b0465b0d Fix docker readme + compose file 2021-08-24 11:52:45 +02:00
Jens Willmer 3e298413a0
Speed up docker build for dashboard (#1287)
* speed up docker build for dashboard

* Revert stencil.config

* Update docker files

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2021-07-20 13:44:35 +02:00
Sipke Schoorstra fbd0d45f53 Update docker files to target specific framework 2021-06-14 15:41:43 +02:00
Sipke Schoorstra 1b9e8078e3 Update Dockerfile-elsa-dashboard 2021-06-03 16:12:08 +02:00
Sipke Schoorstra 7ae29a4c24 Update docker files 2021-05-15 11:59:57 +02:00
Sipke Schoorstra f02ec47109 Add elsa server docker GH workflow 2021-05-14 13:59:28 +02:00
Sipke Schoorstra 32043acb59 Add Elsa Dashboard project + dockerfile
Fixes #981
2021-05-14 12:34:51 +02:00
Sipke Schoorstra 1fd1501a6d Update Dockerfile-with-npm 2021-04-27 13:54:48 +02:00
Jens Willmer 91bf6b43bc
Docker changes to speed up github build 2021-04-16 16:23:26 +02:00
Jens Willmer a084fa4bf4 NPM install 2021-04-15 18:45:04 +02:00
Jens Willmer 7eb908459d Revert back to .NET Core 5 and include docker build in dashboard
Debugging support of docker container is not working on .NET 6 (preview)
2021-04-15 18:45:04 +02:00
Jens Willmer 184c96043f
.NET 6.0 update for docker build 2021-04-14 14:29:24 +02:00
Jens Willmer 3e386d0529
Switch docker build to AspNetCore.Monolith 2021-04-14 11:29:22 +02:00
Jens Willmer 762c220889
Update docker-compose.yaml 2021-04-06 13:48:05 +02:00
Jens Willmer a2916d86c4
Update Dockerfile 2021-04-05 18:17:59 +02:00
Jens Willmer 78b210cda9 Refactored docker build scripts 2021-03-31 21:47:57 +02:00
Sipke Schoorstra cb05f36919 Add docker files for ElsaDashboard.Samples.Monolith app 2021-03-17 22:13:05 +01:00