Commit graph

86 commits

Author SHA1 Message Date
Sipke Schoorstra e1d54786d5
Update README.md 2021-05-26 13:49:10 +02:00
Sipke Schoorstra dbc98ebdfa
Update README.md 2021-05-26 13:47:25 +02:00
Sipke Schoorstra 956b5e1424
Update README.md 2021-05-26 13:41:36 +02:00
Sipke Schoorstra 7dfe761805 Add build scripts and update README 2021-05-12 12:19:51 +02:00
Sipke Schoorstra 24eb7ce482
Update README.md 2021-05-12 10:59:59 +02:00
Sipke Schoorstra 982aea1aaf
Update README.md 2021-05-12 10:59:11 +02:00
Sipke Schoorstra c4041dfe58
Update README.md 2021-05-12 10:28:26 +02:00
Sipke Schoorstra 78101ce882
Update README.md 2021-05-04 12:26:24 +02:00
Sipke Schoorstra d80a9bfb3c
Update README.md 2021-05-04 12:05:41 +02:00
Sipke Schoorstra 183d42eecd
Update README.md 2021-05-04 12:03:11 +02:00
Sipke Schoorstra a9e9fc6d07
Update README.md 2021-05-04 11:21:45 +02:00
Jens Willmer 76ecc415de
build badge for docker 2021-04-05 21:30:31 +02:00
Sipke Schoorstra a4ad46c51d
Update README.md 2021-03-24 12:00:02 +01:00
Sipke Schoorstra 6567f59fd4
Add Interfirst sponsore (#754)
* Add Interfirst sponsor logo
2021-03-12 17:29:25 +01:00
Sipke Schoorstra c790ff797a
Update README.md
Add Interfirst as a sponsor 🙏
2021-03-12 16:56:31 +01:00
Sipke Schoorstra 02c93016aa
Update README.md
Remove Gitter channel
2021-03-06 14:01:48 +01:00
David Peters 51f9ed11f8 Added PostgreSql EFcore provider 2021-03-04 16:54:06 +01:00
Sipke Schoorstra 1dbafd8ba2
Update README.md 2021-02-26 17:16:27 +01:00
Sipke Schoorstra d2d402f167 Update readme with new banner
# Conflicts:
#	README.md
#	design/github-social-preview-banner-for-elsa.psd
2021-02-26 17:14:16 +01:00
Sipke Schoorstra f6dad09c7b
Update README.md
Add Discord shield
2021-02-26 10:44:31 +01:00
Craig Fowler 39a64a3b00 Trivial - fix URL for README badge
It was irking me that when I clicked on the badge to get
to the latest CI build, I'd get an error that the project didn't exist.
Fixes the URL to AppVeyor to see the latest build.

This also fixes the status image to the v2 branch.  Once v2 is in master
that querystring param fixing it to a branch should be ditched.
2021-02-25 20:20:59 +01:00
Sipke Schoorstra abcf4e5fa9
Update README.md 2021-02-11 10:22:30 +01:00
Sipke Schoorstra eb3e22c62d
Update README.md 2021-02-11 10:15:06 +01:00
Sipke Schoorstra a06653c701
Add Lucene indexing to Readme 2020-12-13 10:43:42 +01:00
Rafael Carnucci 3b35d9ff0a
Seperate YesSql (#504)
* Seperate YesSql and added InMemory, MongoDb

* Error fixed, if DatabaseInitializer is run through several times

* icon.png was not packed

* Added AddWorkflowProvider to AddElsaPersistenceMongoDb

* Wrong primary keys were used for MongoDb

* Refactorig MongoDb

* Register IMongoCollection<WorkflowDefinition> and IMongoCollection<WorkflowInstance> with DI

* Wrong Parameter Type in Constructor (MongoDbWorkflowInstanceRepository)

* Add workflowDefinition.WorkflowDefinitionId = _idGenerator.Generate(); to Initialize

* Removed duplicated code

* Correct wrong Commit

Co-authored-by: Rafael Carnucci <rafael.carnucci@icn.de>
Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2020-12-11 21:03:49 +01:00
Sipke Schoorstra acf884c075 Incremental work on connecting activities 2020-11-16 21:19:43 +01:00
Sipke Schoorstra 479435297f Add logo 2020-11-15 22:25:58 +01:00
Sipke Schoorstra bb207527ab Try out center alignment 2020-11-13 21:02:16 +01:00
Sipke Schoorstra ef9b584020 Add Elsa logo 2020-11-13 20:53:54 +01:00
Sipke Schoorstra 3fc2e773b2
Update README.md 2020-11-03 12:33:18 +01:00
Sipke Schoorstra 3e30af74fe
Update README.md 2020-11-03 09:45:50 +01:00
Sipke Schoorstra ffff992281
Update README.md 2020-11-03 09:44:34 +01:00
Sipke Schoorstra edc56cfa4c
Update README.md 2020-11-02 22:00:54 +01:00
Sipke Schoorstra 74ff73df1a
Update README.md 2020-11-02 21:57:14 +01:00
Sipke Schoorstra a0cf3d9d34 Update variable names to workflowRunner 2020-10-23 14:22:24 +02:00
Sipke Schoorstra c542a5a531 Merge branch 'develop' into feature/elsa-2.0
# Conflicts:
#	src/activities/Elsa.Activities.ControlFlow/Activities/ForEach.cs
#	src/core/Elsa.Abstractions/Extensions/WorkflowExtensions.cs
#	src/core/Elsa.Abstractions/Models/WorkflowInstance.cs
#	src/core/Elsa.Core/Expressions/LiteralEvaluator.cs
#	src/dashboard/Elsa.Dashboard/Extensions/DashboardServiceCollectionExtensions.cs
#	src/dashboard/Elsa.Dashboard/Theme/argon-dashboard/package-lock.json
#	src/dashboard/Elsa.Dashboard/Theme/argon-dashboard/package.json
#	src/persistence/Elsa.Persistence.DocumentDb/Extensions/ServiceConfigurationExtensions.cs
#	src/persistence/Elsa.Persistence.EntityFrameworkCore/Extensions/EFCoreServiceCollectionExtensions.cs
#	src/persistence/Elsa.Persistence.EntityFrameworkCore/Migrations/MySql/MySqlContextModelSnapshot.cs
#	src/providers/Elsa.Persistence.EntityFrameworkCore/Migrations/MySql/20200402200706_Update01.Designer.cs
#	src/providers/Elsa.Persistence.EntityFrameworkCore/Migrations/MySql/20200402200706_Update01.cs
#	src/providers/Elsa.Persistence.EntityFrameworkCore/Migrations/PostgreSql/20200402200555_Update01.Designer.cs
#	src/providers/Elsa.Persistence.EntityFrameworkCore/Migrations/PostgreSql/20200402200555_Update01.cs
#	src/providers/Elsa.Persistence.EntityFrameworkCore/Migrations/SqlServer/20200402200549_Update01.Designer.cs
#	src/providers/Elsa.Persistence.EntityFrameworkCore/Migrations/SqlServer/20200402200549_Update01.cs
#	src/providers/Elsa.Persistence.EntityFrameworkCore/Migrations/Sqlite/20200402200519_Update01.Designer.cs
#	src/providers/Elsa.Persistence.EntityFrameworkCore/Migrations/Sqlite/20200402200519_Update01.cs
#	src/providers/Elsa.Persistence.EntityFrameworkCore/Migrations/Sqlite/SqliteContextModelSnapshot.cs
#	src/samples/Sample24/Program.cs
#	src/scripting/Elsa.Scripting.JavaScript/Services/JavaScriptHandler.cs
2020-04-17 20:34:39 +02:00
Sipke Schoorstra db2729ffd1 Update README.md 2020-03-28 22:57:35 +01:00
Sipke Schoorstra 2da16019f5 Update README with .NET Foundation's Code of Conduct 2020-03-28 22:01:35 +01:00
Sipke Schoorstra f938c32a8f Rename destination activity to target activity 2019-12-28 20:23:33 +01:00
Antoine Griffard 6c2960e1dd Fix link on Orchard Core doc (#195) 2019-11-22 23:52:10 +01:00
Sipke Schoorstra 4ea15fc10a Add Docker badge 2019-11-21 22:56:17 +01:00
Sipke Schoorstra f51985e470 Add StackOverflow badge to README 2019-11-09 13:56:48 +01:00
Sipke Schoorstra 7e9bd1b4b1 Add Gitter Chat badge to README 2019-11-06 21:36:38 +01:00
Sipke Schoorstra ff1b203139 Update README and Sample16/Startup 2019-10-28 18:50:18 +01:00
Sipke Schoorstra e162391c30 Update package descriptions and renamed some activities 2019-10-27 17:31:50 +01:00
Sipke Schoorstra 38a4901896 Update project details 2019-10-27 16:21:48 +01:00
Sipke Schoorstra bacb25a286 Update project details 2019-10-27 16:18:16 +01:00
Sipke Schoorstra 807a7477a3 Update README 2019-10-27 16:14:39 +01:00
Sipke Schoorstra 14f1a06fe5 Update README 2019-10-27 16:02:21 +01:00
Sipke Schoorstra d5d16325f4 Update README 2019-10-27 16:01:37 +01:00