PromucFlow_constructor/app/client/src/pages/setup
Ankita Kinger 9b7944e7ee
feat: migrate organisation to workspace (#13863)
* migration from organization to workspace on code level

* updated a few more files

* fixed runtime errors

* update org settings URL

* Renamed organizationId in domain objects

* changed field named from organization to workspace

* Reverted AppsmithRole changes

* fixed migrations

* recreating indexes

* migration update

* seed data runs before migration, undo changes

* mock commit

* seedmongo to populate upgraded data, datasource upgrade

* fixed two test cases

* updated migrations

* updated prop name

* Upgraded AclPermission

* comment

* migrated AppsmithRole

* more changes

* final set of changes

* variable name changes

* update cypress variable name

* Update app/server/appsmith-server/src/main/java/com/appsmith/server/controllers/ce/ApplicationControllerCE.java

* Update app/server/appsmith-interfaces/src/main/java/com/appsmith/external/models/Datasource.java

Co-authored-by: Trisha Anand <trisha@appsmith.com>

* reverting encryption handler change

* migrated a few missed out org to workspace

* migrated a few missed out org to workspace

* migration changes

* Removed Permission import

* fixed AppsmithRole

* mongodb version update

* fixed compile error

* fixed compile issue

* fixed some tests

* simplified embedded mongodb config

* updated a cypress test

Co-authored-by: Sidhant Goel <sidhant@appsmith.com>
Co-authored-by: Trisha Anand <trisha@appsmith.com>
Co-authored-by: Sidhant Goel <sidhant@hexcod.in>
2022-06-15 21:07:41 +05:30
..
common.tsx fix: welcome form shown for a while after signup (#13304) 2022-05-04 14:13:02 +05:30
constants.ts
DataCollectionForm.tsx fix: Update copy and flag for all toggle buttons on Admin settings page (#11703) 2022-03-11 16:51:58 +05:30
DetailsForm.tsx fix: welcome form getting submitted on pressing enter key (#12613) 2022-04-13 15:37:11 +05:30
GetStarted.tsx refactor: admin settings (#9906) 2022-02-11 23:38:46 +05:30
index.tsx feat: Introduce a welcome banner and a form to fill in role, useCase for new user (#8312) 2021-10-21 11:06:17 +05:30
NewsletterForm.tsx fix: Update copy and flag for all toggle buttons on Admin settings page (#11703) 2022-03-11 16:51:58 +05:30
SetupForm.test.tsx fix: welcome form getting submitted on pressing enter key (#12613) 2022-04-13 15:37:11 +05:30
SetupForm.tsx fix: welcome form getting submitted on pressing enter key (#12613) 2022-04-13 15:37:11 +05:30
SignupSuccess.test.tsx fix: welcome form shown for a while after signup (#13304) 2022-05-04 14:13:02 +05:30
SignupSuccess.tsx feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
Welcome.tsx fix: welcome form shown for a while after signup (#13304) 2022-05-04 14:13:02 +05:30