Commit graph

63 commits

Author SHA1 Message Date
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
Sipke Schoorstra cd82577511 Add Roadmap to README 2019-10-27 15:54:41 +01:00
Stefano Candori 8091798fee Update README.md (#90)
Add "gulp build" step in running elsa dashboard from source documentation.

Fix #87
2019-10-16 18:15:54 +02:00
Sipke Schoorstra ce49cf0263 Update README 2019-09-16 15:25:37 +02:00
Sipke Schoorstra a5c7a66f6b Remove unused namespaces and add documentation site URL to README 2019-09-16 15:23:16 +02:00
Sipke Schoorstra 0d6953045c Add build badge to README 2019-09-15 12:37:37 +02:00
Sipke Schoorstra b156a1f25e
Feature/mvc area dashboard (#65) 2019-09-11 20:26:21 +02:00
Sipke Schoorstra fe937956ab Updated README 2019-07-15 10:31:21 +02:00
Sipke Schoorstra b3d5e2afa6 Added shield to README 2019-07-15 10:01:04 +02:00
Sipke Schoorstra 16cfd396f4 Updated README 2019-07-14 12:10:48 +02:00
Sipke Schoorstra dafcc99c4e Updated readme and file formatting 2019-07-14 12:07:58 +02:00
Sipke Schoorstra 8b19289a81 Updated README 2019-06-27 23:06:51 +02:00
Sipke Schoorstra 16fdc89d87
Simplified everything (#40)
* Removed cruft

* Consolidated activity driver with activity

* Incremental work on serialization

* Incremental work on serialization

* WIP

* Incremental work on strongly typed defined workflows

* Removed old samples and added new ones

* Updated primitives and improved workflow builder API

* WIP (broken)

* Coded workflow API improvements

* Fixed Email and Http libraries

* Fixed start activity issue
2019-06-27 22:55:55 +02:00
Sipke Schoorstra 18fd2954d3
Separate storage for workflow definitions and instances (#34)
* Separated storage for definitions and instances
* Updated package references
* Added some demos
* Some web fixes
* Updated README
2019-06-01 13:14:09 +02:00
Sipke Schoorstra 9c3a6e7af7 Updated icons 2019-02-17 21:32:02 +01:00
Sipke Schoorstra f91b96530c Updated Readme.md 2019-02-17 15:41:35 +01:00
Sipke Schoorstra 521b86fc70 Updated Readme.md 2019-02-17 15:37:27 +01:00
Sipke Schoorstra caba29d449 Added screenshot and updated Readme.md 2019-02-17 15:31:25 +01:00
Sipke Schoorstra d957d67d9b
Added Join activity (#21)
* Implemented Join activity

* Updated JoinDriver
2019-02-16 15:34:32 +01:00
Sipke Schoorstra 99afdcd5f8 Updated README 2019-02-15 13:54:12 +01:00
Sipke Schoorstra 009bceff6f
HTTP Response Activity (#16)
* Updated Readme with a few more bits
* Implemented basic version of HTTP Response activity
2019-01-20 18:16:57 +01:00
Sipke Schoorstra bf7a70e7c4
Update README.md 2019-01-20 15:43:27 +01:00
Sipke Schoorstra 12ccb13b40
Update README.md 2019-01-20 11:51:44 +01:00
Sipke Schoorstra 62585c1900
Update README.md 2019-01-08 10:42:01 +01:00