PromucFlow_constructor/app/client/src/components
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
..
ads feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
designSystems/appsmith fix: Removes animation in deploy button (#14029) 2022-05-25 19:39:12 +05:30
editorComponents feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
formControls fix: Fix validation check that is blocking input from changing (#13943) 2022-05-18 17:35:03 +00:00
propertyControls chore: Adds canDisplayValue to property controls (#13309) 2022-06-03 10:37:02 +05:30
utils chore: highlight name input field for newly created js objects (#13212) 2022-05-04 10:47:41 +01:00
wds feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
constants.ts fix: checkbox, switch property fields update, migration added (#13997) 2022-05-25 17:03:33 +05:30
TabItemBackgroundFill.tsx