The npm-packages.yml workflow has been removed. The branch triggers in the workflows npm-packages.yml, packages.yml, and all-in-one-web.yml have been changed from 'v3' to 'main'. An unnecessary reference to the deleted workflow file npm-packages.yml is also removed from Elsa.sln.
The PR body generator workflow has been removed from the repository. This includes the deletion of the workflow configuration file (pr-body-generator.yml) under the GitHub Actions workflows directory and the removal of reference to it in the Elsa.sln file.
* Implemented get version endpoint
* Get version from backend to display on designer
* Updated github pipelines
---------
Co-authored-by: Gürkan Güran <gguran@interfirst.com>
* init lerna multi repo
* move project
* add @types/node
* init angular project
* fix workspace name
* update packages init
* change level of import due to monorepo
* add angular target
* add angular loading
User components copy instead of component.ts created by the framework
* skip lib check to avoid issue with antl/x6 libraries
type parameter might need an `extends Events.EventArgs` constraint in /node_modules/@antv/x6/lib/common/basecoat.d.ts:3:31
* fix type declaration
* change Event<Array<Type>> to Event<Type[]> to allow angular wrapper build
* add class for angular wrapper
* add angular component library -- need rename
* exclude component context-consumer
* change interface available for package
* change public method and add publishCurrentWokflow
* add angular elsa dashboard
* add angular sample
* commit package lock
* add refresh activities
* rename library package to @elsa-workflows/elsa-workflows-designer-angular-wrapper
change build to be compatible with lerna
* update README
* update github action to include lerna build
---------
Co-authored-by: Jérémie DEVILLARD <jdevillard@users.noreply.github.com>
* Incremental work on samples
* Rename HTTP middleware and update samples
* Rename HTTP Activities to Workflows
* Automatically register core activities when adding Elsa
* Fix feature registration bug
* Add default auth feature
* Make activity serializer more flexible
* Bump designer version
* Add workflow server + designer samples
* Simplify EntityFrameworkCore projects
* Update solution
* Add Sqlite package references to ensure the correct version is used
* Update sample project with EF Core
* Update EF extensions
* Add server + designer sample project
* Cleanup AllInOne project and add some XML comments
* Rename ci.yml and add CI for Docker file