## Description We store the autoCommit settings and branch protection settings in the root application only. As they're present in the `GitApplicationMetadata`, these fields are included in all the responses of Application object with empty or default values. This creates confusion in the client side. This PR does two things: - It introduces a new `Metadata` view mode. Properties that are annotated with this mode will be part of the response where controller method has the same annotation - Adds a custom getter method for the auto commit config to response a default value when this field is not present #### PR fixes following issue(s) Fixes #29584 |
||
|---|---|---|
| .. | ||
| .run | ||
| appsmith-git | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| envs | ||
| mongo-seed | ||
| reactive-caching | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| 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.