-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial configuration prisma * add: basic CRUD for user & process * adjusted schema * itr 1 user fs --to--> user db * squashed migrations * delete workspace -> delete all related to workspace * itr 1: environments.ts fs -> environments.ts db * itr 1: membership.ts fs -> db * changed user.guest -> user.isGuest * update: organization -> isOrganization * itr1: role , roleMapping fs -> db * itr1: folder fs -> db * schema update * fix: folder not optional * update: renamed attributed to follow convention * itr1: process fs -> db * remove: old migrations * updated: added await at necessary locs * model update: workspace -> space * attribute name adjusted * add async await at necess. pos * adjusted auth to use db * convert returned bigInt into numbers * minor fixes * schema adjustments * add : contact num field * prettier fix * fix: build error * fix: type errors * migrated: systemAdmin func -> db * fix: after merge errors * add: filemanager for GCP bucket and fs * add: JSDoc * fix: build error * fix: build error * update: schema * minor changes * adjusted schema * fix: added await to async fun * fix: build error after merge * turn off feature flag * turn off flag * remove unused * fix: after merge build error * impl: useFileManager hook * . * update: image upload func using useFileMangager hook * delete: test page * added save filepath in DB * turn off feature flag * make owner optional in Space Model to allow user guests * added CRON job to schedule sweeper * fix: build error after merge * added redo event listener to modeler * fix: build errors * minor changes requested in review * moved db related code to /data/db, using dynamic import with feat flag * fix: build error * added dtos and fixed type inference * remove dynamic import from DTOs.ts * useFM, for orgaLogo, process-doc page * fix: build error * fix: createVersion db erro * fix: regression, added awaits, fixed roles * addressed requested changes + schema adjusted + minor bug fixes * remove migs * minor improvements! * fix: process.ts * adjusted artefacts path * adjusted UserTask impl to use filemanager * added undo redo to user-tasks * moved file-manger logic to own folder * added db trigger sql * clean up & build fix * removed business obj, not needed * fix Error: Looks like multiple versions of prosemirror-model were loaded * Revert "fix Error: Looks like multiple versions of prosemirror-model were loaded" This reverts commit 3bb7ae6. * fix Error: Looks like multiple versions of prosemirror-model were loaded * implemented artifact refs in version and copy * fix bpmn export with image * fix: option to override file category in case of file extension collision * add yarn.lock * remove debug event listeners from bpmn modeler * moved file-manager api to private and addedd bearer token to sweeper * moved the routes * fix engine test, broke after changing version impl * fix after merge * combined useFM with react-query * minor fix * Adjust some more version usages * reset deployment tests * Some changes * Fix legacy process versioning * E2E: fix version regex * Try without resolution --------- Co-authored-by: Kai Rohwer <[email protected]>
- Loading branch information
1 parent
3016db8
commit 1749bd6
Showing
104 changed files
with
4,497 additions
and
1,057 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/engine/e2e_tests/process/data/processBPMN/basicUserTaskProcess.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/engine/e2e_tests/process/deployment/testProcesses/adaptiveProcess/adaptiveProcess.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...gine/e2e_tests/process/deployment/testProcesses/basicStaticProcess/basicStaticProcess.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../process/deployment/testProcesses/callActivityStaticProcess/callActivityStaticProcess.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rocess/deployment/testProcesses/deciderStopInstanceProcess/deciderStopInstanceProcess.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ests/process/deployment/testProcesses/deciderStopTokenProcess/deciderStopTokenProcess.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.