PromucFlow_constructor/app/client/src/selectors
haojin111 9cfca0518f
feat: 9754 import work flow (#10453)
* updated import application modal design as v2

* updated import flow

* added title, description, uploadIcon on filepicker ads component for custom file picker

* adding modal of add credential for git import

* added "Git Import" modal

* added generating ssh key for importing flow

* fixed issue of merging

* chore: fix import

* chore: show old import modal based on feature flag

* seperated import api from connect

* added datasource list on reconnect credential modal

* chore: minor changes

* chore: move ssh keys to git sync reducer from applications reducer

* chore: minor fixes

* chore: fetch datasource config for import

* for pulling

* for review of displaying of datasource

* added reconnect datasources after git import

* fix: initialize datasource with default values

* fix: initialise redux for after updating datasource with default values

* fixed issue of git connection init when importing

* if there is a datasource config missing in import, reconnect modal should be opened

* updated logic for unconfigured datasources

* commented unnecessary code

* fixed issue of successful import

* updated import app error logic

* Add un-configured datasources to Import via file response

* Add test

* fix

* chore: refactors

* change per review

* fix: reset ssh keys / url

* Fix issue with newly created datasources not sent

* fix

* chore: minor updates

* chore: minor fix

* WIP

* added saas and rest api datasource form

* feat: fixes and updates for file import flow

* chore: close on upload

* Refactor logic ofr finding unconfigured datasources

* fix: minor fixes

* Fix issue with IsPartialImport

* fix

* Add PartialImport flag for ImportExport service

* refactoring of datasource editor form for both of importing app and editing app

* fixed collapse config

* Fix tests

* Handle redirection back to the /applications for oAuth type

* Show reconnect button on the datasources pages if the datasource configuration is skipped

* added analytic events for reconnecting datasource modal

* Fix the repo limit check for git import

* updated test of importing app from json as new work flow

* updated exported app json while testing automatically

* Add isImport flag for handling OAuth redirection in import flow

* WIP

* updated card UI for import from git title and message in import app modal

* chore: cleanup

* chore: lint

* fix: add is import query param to get token for oauth

* fix

* When the user imports the application there should not be any uncommitted changes displayed on the commit icon

* Add flag to identify OAuth redirection for git import

* Update the variable name

* refactoring reconnect datasource modal

* close git import modal when repo limit error responded

* fixed issue of restoring draft data of datasource form without save on reconnect datasource modal

* chore: update query

* updated query name of oauth redirection url

* Fix duplicate name issue in git import

* fixed rest api reconnect issue on reconnect modal

* init datasources and plugins after imported app, updated reconnect modal as new design

* added unconfigured datasource list logic when importing and updated rest api form delete button visible

* removed put default config of datasource and fixed issue on it

* Add logic to check isCOnfugred in datasource API

* Expose API to get un configured datasources for git import

* added fetch unconfigured datasource list api when redirecting form OAuth

* Remove sensitive fields from application json during export

* update put call response to check for datasourceConfig

* chore: use @appsmith for constants/messages

* chore: use download icon and Import for Importing application label

* chore: move import application text up a bit

* Fix bad merge

* chore: update skip to application tooltip text

* fixed tooltip content of skip to application CTA

* init values of datasource when importing

* updated ui of git import modal as figma design

* fixing padding issue of reconnect datasource modal

* fixed cursor issue on import app modal

* Fix issue with datasource config

* chore: make code compile

* chore: sort lines

* fixed save button issue of dbform on reconnecting modal

* fixed style of import application modal

* Fix iisue with wrong value updated to flag

* reverted from reconnection form style

* fix: update design as per slack discussions on 2022.02.23

* fix: move modal close button to the left

* Remove check for the flag and use the one from db

* Set siCOnfigured as true for mockdata sets

* updated creating datasource with isConfigured as false

* Fix NPE while importing

* fixed scrollbar issue and text alignment on reconnect datasource modal

* fixed style of form container in reconnect datasource and redirecting to app if all are configured

* remove unwanted fields from application json

* FIx NPE for file import

* fix: move close button up in import modal

* remove delete button on reconnect datasource modal

* Add isConfigured false while creating datasources

* fix: add a gap and update color

gap between git import dialog title and subtitle
update color of subtext to GREY_800

* fix: use git import feature flag

* fix: do not use older modal

* updated selecting logic of unconfigured datasource in reconnect modal

* cleanup: auto format

* cleanup: refactor react component

* cleanup: refactor some more

* cleanup: autoformat

* Fix reconnect flag for mockdatasource

* During git import set the isConfigured to false for datasources

* Remove decrypted field from the applicationJson file

* Remove decrypted field from the applicationJson file

* Add app slug to remote repo

* fixed cypress test related with git

* updated json while testing

* Changes per review

* Update the method name

* fixed cypress test related with git

* fixed migration cypress test

* set is configured field as true on tour app

* Fix issue with datasource creation for welcome tour

* fixed issue of replay_editor cypress test

Co-authored-by: Rishabh Saxena <rishabh@appsmith.com>
Co-authored-by: Anagh Hegde <anagh@appsmith.com>
Co-authored-by: Anubhav <anubhav@appsmith.com>
Co-authored-by: f0c1s <iamanubhavsaini+git@gmail.com>
2022-03-17 15:58:54 +05:30
..
actionSelectors.tsx feat: added datasource icon on left of entity name, revamped name editor (#10821) 2022-02-09 17:11:47 +05:30
apiPaneSelectors.ts Prevent content-type header from changing when switching to raw mode in API pane (#11326) 2022-02-22 16:32:43 +05:30
appCollabSelectors.tsx feat: callouts for wip features (#8080) 2021-10-04 13:31:46 +05:30
applicationSelectors.tsx feat: 9754 import work flow (#10453) 2022-03-17 15:58:54 +05:30
appViewSelectors.tsx chore: refactors for supporting git branches (#7695) 2021-10-18 19:33:44 +05:30
authSelectors.tsx
canvasSelectors.ts feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
commentsSelectors.ts fix: unread indicator behaviour (#8290) 2021-10-19 15:56:56 +05:30
crudInfoModalSelectors.ts feat: Show Crud Info Modal data from backend (#6882) 2021-08-26 12:53:39 +05:30
dataTreeSelectors.ts feat: JS Editor (#6003) 2021-09-08 23:02:22 +05:30
debuggerSelectors.tsx chore: Move action/js debugger tabs related logic to a common component (#8199) 2021-10-07 12:23:58 +05:30
editorSelectors.tsx fix: Add meta to eval cycle and update it when default changes (#10401) 2022-01-28 16:40:05 +05:30
entitiesSelector.ts feat: 9754 import work flow (#10453) 2022-03-17 15:58:54 +05:30
errorSelectors.tsx Fix: 404 error page shows server unavailable (#2195) 2020-12-17 12:33:59 +05:30
explorerSelector.ts feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
formSelectors.ts fix: Updated drop down control memo usage (#11218) 2022-02-26 22:41:38 +05:30
gitSyncSelectors.tsx feat: 9754 import work flow (#10453) 2022-03-17 15:58:54 +05:30
globalSearchSelectors.tsx Fix unnecessary renders of ActionCreator, EntityName, CodeEditor and ActionEntityContextMenu (#6242) 2021-08-02 21:36:33 +05:30
helpSelectors.tsx
notificationSelectors.ts Notification updates (#5239) 2021-06-23 21:12:07 +05:30
onboardingSelectors.tsx feat: improved guided tour (#9125) 2022-01-25 19:26:52 +05:30
organizationSelectors.tsx Env Manager API and super user signup API (#6473) 2021-08-14 07:01:54 +05:30
pageListSelectors.tsx [Feature] Generate template page from datasource (#5513) 2021-07-29 13:43:10 +05:30
propertyPaneSelectors.tsx feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
settingsSelectors.tsx feat: Introduce a setting page for a super user to tinker with Appsmith env variables (#8144) 2021-10-18 13:17:55 +05:30
tableFilterSelectors.tsx Feature/draggable filters in table widget (#5886) 2021-07-20 10:48:58 +05:30
templatesSelectors.tsx fix: Templates UI polishing (#11567) 2022-03-10 20:09:05 +05:30
themeSelectors.tsx refactor: Widget Development API (#6405) 2021-09-09 20:40:22 +05:30
tourSelectors.tsx [Feature] Comments feature updates (#4579) 2021-05-20 17:33:08 +05:30
ui.tsx feat: added datasource icon on left of entity name, revamped name editor (#10821) 2022-02-09 17:11:47 +05:30
usersSelectors.tsx Use feature flag api to enable/disable comments (#6322) 2021-08-05 11:40:19 +05:30
websocketSelectors.ts refactor: client side rts (#7837) 2021-10-01 16:44:19 +00:00
widgetEnhancementSelectors.ts [perf] propertyControl re-rendering (#5941) 2021-08-02 18:36:22 +05:30
widgetReflowSelectors.tsx chore: Reflow Info Card (#10481) 2022-01-20 14:59:09 +05:30
widgetSelectors.ts feat: added datasource icon on left of entity name, revamped name editor (#10821) 2022-02-09 17:11:47 +05:30