## 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 |
||
|---|---|---|
| .. | ||
| src | ||
| pom.xml | ||