Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ms2 copy/edit shared process with artifacts (#392)
* 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! * copy/edit process inital impl * added new dev commands * fix: process.ts * adjusted artefacts path * refCounter 0 -> 1 * remove -it option * fix: tty error * remove -it * adjusted commands, removed husky * Clean up some merge changes * Refactor workspace logo retrieval and update process artifact handling * Adjust E2E naming * Add aria-label to edit button * E2E adjust share import --------- Co-authored-by: Kai Rohwer <[email protected]>
- Loading branch information