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
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
Sipke Schoorstra
cfb8b4da86
Update README.md
2019-01-08 10:39:52 +01:00
Sipke Schoorstra
0d710f6feb
Update README.md
2019-01-08 10:39:21 +01:00
Sipke Schoorstra
5cf95e3dde
Update README.md
2019-01-08 10:31:01 +01:00
Sipke Schoorstra
a48a7b4305
Update README.md
2019-01-02 01:12:55 +01:00
Sipke Schoorstra
872528635e
Update README.md
2019-01-02 01:12:35 +01:00
Sipke Schoorstra
2d8eab57c0
Update README.md
2019-01-02 01:11:40 +01:00
Sipke Schoorstra
0c01c31243
Updated README
2019-01-02 01:10:45 +01:00
Sipke Schoorstra
a9b029ae4b
Updated Readme
2018-12-30 18:36:43 +01:00
Sipke Schoorstra
8180b95a7b
Update README.md
2018-10-16 18:46:09 +02:00
Sipke Schoorstra
cf31b519a0
Update README.md
2018-10-16 12:03:00 +02:00
Sipke Schoorstra
27a19b6cf1
Set theme jekyll-theme-architect
2018-10-16 12:02:37 +02:00
Sipke Schoorstra
d0a641834e
Update README.md
2018-10-16 11:55:30 +02:00
Sipke Schoorstra
d659e38c6f
Initial commit
2018-10-01 21:43:13 +02:00