Revert "chore: Don't include new in responses (#34617)"#34646
Revert "chore: Don't include new in responses (#34617)"#34646
new in responses (#34617)"#34646Conversation
This reverts commit 33325dd.
|
Warning Review failedThe pull request is closed. WalkthroughThe modifications primarily focus on changing JSON serialization behavior in the Changes
Poem
Tip AI model upgrade
|
|
|
||
| @Override | ||
| @JsonIgnore | ||
| @JsonView(Views.Public.class) |
There was a problem hiding this comment.
@sharat87 Now we are expecting this to be part of serialisation as well? i.e. git flows?
There was a problem hiding this comment.
If yes then let's add the git annotation as well which works with the cleanup whitelisting
There was a problem hiding this comment.
This is a revert PR, reverting #34617. Git was not there before, so this revert isn't adding it either. Do we need it? 🤔
There was a problem hiding this comment.
Nope, AFAIR we don't require this for our ops. we should be good.
…ppsmithorg#34646) **/test ImportExport git** <!-- This is an auto-generated comment: Cypress test results --> > [!CAUTION] > 🔴 🔴 🔴 Some tests have failed. > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/9761964432> > Commit: 44fd1e6 > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=9761964432&attempt=2&selectiontype=test&testsstatus=failed&specsstatus=fail" target="_blank">Cypress dashboard</a>. > Tags: @tag.ImportExport, @tag.Git > The following are new failures, please fix them before merging the PR: <ol> > <li>cypress/e2e/Regression/ClientSide/Git/GitSync/GitSyncedApps_spec.js</ol> > <a href="https://internal.appsmith.com/app/cypress-dashboard/identified-flaky-tests-65890b3c81d7400d08fa9ee3?branch=master" target="_blank">List of identified flaky tests</a>. <!-- end of auto-generated comment: Cypress test results -->
/test ImportExport git
Caution
🔴 🔴 🔴 Some tests have failed.
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/9761964432
Commit: 44fd1e6
Cypress dashboard.
Tags: @tag.ImportExport, @tag.Git
The following are new failures, please fix them before merging the PR:
- cypress/e2e/Regression/ClientSide/Git/GitSync/GitSyncedApps_spec.js
List of identified flaky tests.Summary by CodeRabbit
Bug Fixes
isNew()method for JSON serialization to enhance the accuracy of JSON representations.Tests