PromucFlow_constructor/app/client/src/api
Rishabh Rathod 76dfcd0163
[Feature] Generate template page from datasource (#5513)
- Add Generate CRUD page feature
- Modify the Datasource card UI in the `INTEGRATION.ACTIVE` tab to directly delete and edit.
- Add `renderOption` , `errorMsg`, `isLoading` props in Dropdown component.
If `renderOption` prop is not defined, it will show default option UI.
- Add getDatasourcesStructure [new entity Selector]
( This will provide all fetched structure of datasources)

> Commit Messages ⬇️

* Show disabled GenPage Button for unsupported DS

* Add Icon in Select Table and Column dropdown

* Add Error message when datasource config has error

* Fix the continous loading state issue

* Add Not supported datasource in select Table

* Add ignoreCache when fetching DS struct

* Go to generate page if initiator=generate-page

* Fix connect new datasource button disabled

* Modify error message for invalid datasource struct

* Add snowflake to supported plugin for template

* Fix Show More option width

* Fix incorrect error msg for valid dS config

* Generate page UI improvements

* Refactor navigation

* Fix Datasource Card UX

* Remove semi-colon from Icon loader

* Refactor contants

* Add executeDatasourceQuery & fetchPluginForm API
- WIP google sheet form UI and functionality
- Implemented fetch all spreadsheet with mock data

* disable S3 and google sheet for generate page

* Update yarn.lock

* Resolve review comments
- Add Messages to `constants/messages`
- Add default value for `fetchActionsForPage` 2nd param
- Add comment
- Remove `onFinishCallback` from `handleFetchedPage`

* move string literal to constants/messages

* Remove hardcoded pluginId implementation

* Refactor getGenerateCRUDEnabledPluginMap selector

* Fix CreateAppInFirstListedOrg test command

* Add getIsGeneratePageInitiator helper func

* Fix Entity explorer Edit option test

* Fix CreateAppForOrg test command
- Add click on build from scratch in generatePage

* Fix deleteDatasource command test
- Click on Datasource Name to Edit, Datasource Card handles the click

* Fix DynamicLayout spec test issue

* Fix pageLoadSpec test

* Disable google plugin & Refactor
- Add useDatasourceOptions hook

* Add datasourceCardMenu in DatasourceEditor.json

* Fix issues
- Add Icon hover clickable control
- Auth API click handler

* Fix Createpage test command

* Add cypress test for generate page flow

* Fix cypress test

* Add Analytics

* Add comments in CloseEditor

* Rename initiator to isGeneratePageMode

* Disable S3 for generate CRUD page

* Fix generate page from existing datasource issue

* Enhance test to verify if data is fetched properly

* Wait for get Actions before execute actions

* Change the cypress route for excute api

Co-authored-by: Pranav Kanade <pranav@appsmith.com>
2021-07-29 13:43:10 +05:30
..
ActionAPI.tsx [Feature] new nav sniping mode (#5746) 2021-07-26 22:14:10 +05:30
Api.ts Trigger invite flow via comments (#4602) 2021-05-27 11:51:36 +05:30
ApiResponses.tsx Rename "resources" to "datasources" 2019-11-07 09:32:38 +00:00
ApiUtils.test.ts Refactor and add unit tests to API interceptors (#3647) 2021-03-22 14:52:24 +05:30
ApiUtils.ts Fix redirect URL on 401s (#5230) 2021-06-17 22:50:32 +05:30
ApplicationApi.tsx Init and update unread comment threads count and show indicator (#5674) 2021-07-07 20:43:44 +05:30
CloudServicesApi.ts Introducing Google Sheets Plugin (#3517) 2021-04-22 09:00:09 +05:30
CollectionApi.ts Refactor and add unit tests to API interceptors (#3647) 2021-03-22 14:52:24 +05:30
CommentsAPI.tsx [Enhancement] Add link to unsubscribe from email notification for a comment thread (#5769) 2021-07-20 00:14:38 +06:00
DatasourcesApi.ts [Feature] Generate template page from datasource (#5513) 2021-07-29 13:43:10 +05:30
ImportApi.ts - Auto fix sort ddestructured props rule 2021-05-13 14:05:39 +05:30
NotificationsAPI.tsx Notification updates (#5239) 2021-06-23 21:12:07 +05:30
OrgApi.ts Update comments onboarding tour (#5903) 2021-07-16 14:01:26 +05:30
PageApi.tsx [Feature] Generate template page from datasource (#5513) 2021-07-29 13:43:10 +05:30
PluginApi.ts [Feature] Generate template page from datasource (#5513) 2021-07-29 13:43:10 +05:30
ProvidersApi.ts Refactor and add unit tests to API interceptors (#3647) 2021-03-22 14:52:24 +05:30
ReleasesAPI.tsx Refactor and add unit tests to API interceptors (#3647) 2021-03-22 14:52:24 +05:30
SaasApi.ts Introducing Google Sheets Plugin (#3517) 2021-04-22 09:00:09 +05:30
UserApi.tsx [Issue #4572]-Allow users to leave an organization (#4634) 2021-06-02 15:56:22 +06:00
WidgetConfigsApi.tsx Refactor and add unit tests to API interceptors (#3647) 2021-03-22 14:52:24 +05:30
WidgetSidebarApi.tsx Refactor and add unit tests to API interceptors (#3647) 2021-03-22 14:52:24 +05:30