Nilansh Bansal
Nilansh Bansal
## Description This PR implements the functionality for Embedding Appsmith apps into any other platform. It reuses the following existing APIs: - /api/v1/applications/{applicationId} (PUT) - /api/v1/pages?pageId= (GET) An additional field...
## Description The mixpanel analytics event `fork_APPLICATIONTEMPLATE` was not being tracked when the user forks a template from the Add Page option, but the same event was getting tracked when...
## Description > This PR sets a field `isPartialImport` in the `/{defaultApplicationId}/fork/{workspaceId}` POST API response, based on which the client will show the reconnection modal. > If the `isPartialImport` field...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description The Git Repo only includes the Edit Mode resources for the Application.json...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description App Link: https://internal.appsmith.com/app/license-tracker/clients-645b6543a56f84769dcbc32d/edit Issue Description: https://theappsmith.slack.com/archives/CNQ9Q91C0/p1702972094026239 ### Steps To Reproduce https://theappsmith.slack.com/archives/CNQ9Q91C0/p1702972094026239 ###...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description The user is facing an issue where some files fail to upload...
### Current Scenario Today we only show the first 5 queries even if the api result has more queries. https://github.com/appsmithorg/appsmith/assets/25542733/37003a85-52e9-4bed-ab85-9c12cf3619f4 ### Design https://www.figma.com/proto/85kYou9qfqrxMXFuJLDKeU/Integrations-and-Templates%2FBuilding-blocks?type=design&node-id=694-96755&t=CqV6h29lfyTLGpys-0&scaling=min-zoom&page-id=351%3A70390 ### Implementation - We want to show...
## Description The tenant is fetched multiple times across the appsmith codebase but is rarely updated (from the admin settings). Every time a fetch call to the database is costly...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description ### Steps To Reproduce 1. Create new MYSQL query and add any...
Code optimisation to use Jackson/JSON Serializers instead of the Java Native serializer in the Cache Annotations @Cache and @CacheEvict - This would avoid using explicit serialization for all the objects...