summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-09-188-0/+260
|
* [tx-robot] updated from transifexNextcloud bot2019-09-17114-4194/+4194
|
* We should ignore compiles javascript!Roeland Jago Douma2019-09-171-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump bundlesJulius Härtl2019-09-152-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix check listingJulius Härtl2019-09-151-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump webpack from 4.39.3 to 4.40.1dependabot-preview[bot]2019-09-132-22/+22
| | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.39.3 to 4.40.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.39.3...v4.40.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump workflow bundlesJulius Härtl2019-09-112-2/+426
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* bump version to reflect fundamental changesArthur Schiwon2019-09-111-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #16706 from nextcloud/workflow-frontendblizzz2019-09-1040-1346/+2167
|\ | | | | Workflow frontend overhaul
| * Workflow vue cleanupJulius Härtl2019-09-107-41/+28
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add user group selectorJulius Härtl2019-09-1011-63/+208
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add request url selectorJulius Härtl2019-09-101-0/+136
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add tag selectorJulius Härtl2019-09-106-3/+312
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Implement custom check components and fix lintingJulius Härtl2019-09-1016-760/+129
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Frontend polishingJulius Härtl2019-09-1010-128/+27
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move over checker pluginsJulius Härtl2019-09-1014-193/+547
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Load checks from the backendJulius Härtl2019-09-105-53/+44
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix removing checksJulius Härtl2019-09-101-3/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Make rule listing more compactJulius Härtl2019-09-102-4/+20
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Migrate check pluginsJulius Härtl2019-09-105-299/+46
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Allow placeholder and validation without custom vue componentJulius Härtl2019-09-106-14/+140
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Do not use shot tagJulius Härtl2019-09-101-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Handle operator registration properlyJulius Härtl2019-09-108-49/+78
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Document plugins to be used by integratorsJulius Härtl2019-09-102-32/+112
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Migrate plugins to vuex storeJulius Härtl2019-09-107-35/+81
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add missing filesJulius Härtl2019-09-102-0/+167
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Use trigger hintJulius Härtl2019-09-101-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move to vuex storeJulius Härtl2019-09-1025-1295/+746
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Adjust to new backend URLsJulius Härtl2019-09-106-37/+62
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Styling fixesJulius Härtl2019-09-101-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Use entity/event definitions from backendJulius Härtl2019-09-106-121/+141
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Adjust template idJulius Härtl2019-09-101-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add endpoint to test operations before submittingJulius Härtl2019-09-101-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Unified workflow managementJulius Härtl2019-09-1014-3/+926
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | fix manager testsArthur Schiwon2019-09-101-6/+8
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix test mockingJulius Härtl2019-09-101-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix type hinting on setFileInfoJulius Härtl2019-09-102-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix order/entity types when setting the contextArthur Schiwon2019-09-101-8/+8
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* File entity supports tagging events nowArthur Schiwon2019-09-091-1/+18
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* entities equip the RuleMatcher on the events they are aware ofArthur Schiwon2019-09-092-3/+27
| | | | | | Operations will receive the matcher instance Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* let a dedicate service serve a stateful processArthur Schiwon2019-09-0910-121/+146
| | | | | | | | * includes making ICheck not requiring any context setter * and IFileCheck extending the IEntityCheck as entity data can be handed in via Dispatcher Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* require IChecks to receive entity contextArthur Schiwon2019-09-0912-45/+99
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* seperate setFileInfo from ICheckArthur Schiwon2019-09-098-42/+6
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* No need to get the class since the entity is already the class stringJulius Härtl2019-09-091-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Extend missing check classesJulius Härtl2019-09-094-0/+54
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* add type hint for IDEArthur Schiwon2019-09-091-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* extends ICheck with scope and entity support, provide them as initialStateArthur Schiwon2019-09-099-5/+123
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* WFE as proxy listen to relevent events and forwards themArthur Schiwon2019-09-093-4/+60
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* introduce GenericEntityEvent and adapt File entityArthur Schiwon2019-09-095-106/+8
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* kill old non-OCS ControllerArthur Schiwon2019-09-094-134/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>