PromucFlow_constructor/app/client/src/components/editorComponents
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
..
ActionCreator fix: triggering omnibar shortcuts toggles visibility when visible (#11601) 2022-05-09 19:43:57 +05:30
ActionRightPane fix: Update the widget from drop down to select widget in suggested widget list (#14059) 2022-06-09 11:01:52 +05:30
CodeEditor fix: improve jseditor linting performance (#14001) 2022-05-25 18:08:35 +02:00
Debugger fix: triggering omnibar shortcuts toggles visibility when visible (#11601) 2022-05-09 19:43:57 +05:30
form feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
GlobalSearch fix: inconsistency in naming actions from omnibar (#13898) 2022-05-25 15:10:06 +05:30
HighlightedCode feat: Entity explorer UI redesign (#9811) 2022-01-29 12:56:19 +05:30
LightningMenu feat: Refactor code for SAML integration (#12700) 2022-04-12 16:20:01 +05:30
WidgetNameComponent fix: select Modal Widget on clicking on settings badge (#14195) 2022-06-09 16:30:15 +05:30
ActionNameEditor.tsx hover state of renaming titles 2022-05-10 17:38:08 +05:30
ApiResponseView.tsx Handle string datatype in API response (#14274) 2022-06-09 10:28:56 +05:30
BetaCard.tsx feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
Button.tsx feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
Checkbox.tsx
CloseEditor.tsx feat: Refactor code for SAML integration (#12700) 2022-04-12 16:20:01 +05:30
ContextDropdown.tsx
Divider.tsx feat: Entity explorer UI redesign (#9811) 2022-01-29 12:56:19 +05:30
DraggableComponent.test.tsx
DraggableComponent.tsx feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
DragLayerComponent.test.tsx
DragLayerComponent.tsx
DropdownComponent.tsx fix: change Button variant types constant (#7817) 2021-10-12 08:04:51 +00:00
DropTargetComponent.tsx feat: Sliding Canvas for Dragging and Selection (#9983) 2022-01-25 20:58:31 +05:30
DropTargetUtils.ts feat: Sliding Canvas for Dragging and Selection (#9983) 2022-01-25 20:58:31 +05:30
EditableText.tsx hover state of renaming titles 2022-05-10 17:38:08 +05:30
EditorContextProvider.tsx fix: trigger consuming previous evaluated values (#13084) 2022-05-25 15:16:14 +05:30
EntityBottomTabs.tsx feat: js object v1 run and settings redesign (#11456) 2022-04-28 17:51:02 +01:00
EntityNameComponent.tsx refactor: admin settings (#9906) 2022-02-11 23:38:46 +05:30
ErrorBoundry.tsx chore: Config changes (#8564) 2021-11-05 11:19:19 +05:30
ErrorTooltip.tsx fix: Edit icon in API editor and toggle transition issue (#9013) 2021-11-17 12:06:18 +05:30
Form.tsx
FormLabel.tsx feat: Appsmith design system changes (#8125) 2021-10-04 21:04:37 +05:30
FormRow.tsx
HelperTooltip.tsx
InputComponent.tsx
JSResponseView.tsx fix:prevent execution of js function when jscollection is saving (#13592) 2022-05-19 14:13:51 +01:00
LetterIcon.tsx
LoadingOverlayScreen.tsx
NavBarItem.tsx
PageLoader.tsx
PaneWrapper.tsx feat: Appsmith design system changes (#8125) 2021-10-04 21:04:37 +05:30
PreventInteractionsOverlay.tsx
PreviewModeComponent.tsx fix: handled to hide widget in preview mode (#11138) 2022-02-23 10:22:04 +05:30
PropertyPaneSidebar.tsx chore: changes to render complete property pane post dragging or resizing (#13141) 2022-05-15 18:42:07 +05:30
ReadOnlyEditor.tsx feat: Response view switcher for all action editors (#9629) 2022-04-08 16:32:34 +00:00
RequestView.tsx
ResizableComponent.tsx feat: Sliding Canvas for Dragging and Selection (#9983) 2022-01-25 20:58:31 +05:30
ResizableUtils.tsx feat: Sliding Canvas for Dragging and Selection (#9983) 2022-01-25 20:58:31 +05:30
ResizeStyledComponents.tsx feat: resizable modal (#7312) 2021-09-20 22:36:13 +05:30
SelectComponent.tsx
Sidebar.tsx fix: remove transition delay in the switch between explorer and widgets. (#13942) 2022-05-20 10:32:13 +05:30
SnipeableComponent.tsx feat: Refactor code for SAML integration (#12700) 2022-04-12 16:20:01 +05:30
Spinner.tsx
StoreAsDatasource.tsx feat: Appsmith design system changes (#8125) 2021-10-04 21:04:37 +05:30
Tooltip.tsx
utils.test.ts feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
utils.ts fix:prevent execution of js function when jscollection is saving (#13592) 2022-05-19 14:13:51 +01:00