* feat: Add a service layer to get AppsmithType from client-type (#16508) This commit takes care of the following things - It creates a service layer to get the target AppsmithType from the client-side data type and the evaluated value - This service layer is currently not consumed by any plugins - A full JUnit test suit for MySQL-specific types * feat: Remove FloatType and add comments for better understanding (#16508) * feat: Add FallbackType and covert the DataTypeService to a util class (#16508) This commit takes care of these - Introduce FallbackType as a separate type - Convert the DataTypeService to a util class - Add java doc around the methods in DataTypeService class * feat: Rename DataTypeService to DataTypeServiceUtils (#16508) |
||
|---|---|---|
| .. | ||
| .run | ||
| appsmith-git | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| envs | ||
| mongo-seed | ||
| reactive-caching | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| Dockerfile | ||
| entrypoint.sh | ||
| pom.xml | ||
| Procfile | ||
| README.md | ||
| system.properties | ||
Appsmith Server
This is the server-side repository for the Appsmith framework.
For details on setting up your development machine, please refer to this Setup Guide.