PromucFlow_constructor/app/client/src/components/editorComponents
Shrikant Sharat Kandula b968c4cbf3
chore: Remove @JsonView on hasExpired method (#33765)
The `hasExpired` method has a `@JsonView` annotation, that causes it to
be included in JSON responses. But the return type of this method is
`Mono<Boolean>`, so obviously, it doesn't produce anything useful in the
resulting JSON:

This is from the response of updating an authenticated API with basic
auth.


![shot-2024-05-27-13-43-26](https://github.com/appsmithorg/appsmith/assets/120119/6ab47d3e-5911-45d6-840a-1e37c41a415a)

Client doesn't care for this field in the response.

This is failing to be serialized at all, when saving to database in
Postgres.

**/test sanity datasource**

<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/9256537717>
> Commit: 9204d9f01c62d2981eb03c3603a7294a9cc5b41d
> Cypress dashboard url: <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=9256537717&attempt=1"
target="_blank">Click here!</a>

<!-- end of auto-generated comment: Cypress test results  -->
2024-05-28 07:31:25 +05:30
..
ActionCreator feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
ActionRightPane chore: Update analytics to pass the correct source information in identify user call (#32591) 2024-04-19 15:06:50 +05:30
CodeEditor fix: Peek overlay position flickering issue (#33499) 2024-05-16 11:33:13 +05:30
Debugger feat: Collapsible Bottom View (#33441) 2024-05-22 19:43:07 +05:30
form fix: Api pane and settings responsiveness (#33297) 2024-05-09 17:02:48 +05:30
GlobalSearch chore: Update analytics to pass the correct source information in identify user call (#32591) 2024-04-19 15:06:50 +05:30
HighlightedCode fix: Entity props show evaluated value (#30889) 2024-02-07 14:34:03 +05:30
LazyCodeEditor chore: update storybook (#32828) 2024-04-22 12:17:28 +03:00
LightningMenu feat: workflow queries/actions rename code split (#31300) 2024-03-05 10:28:34 +05:30
PartialImportExport chore: Remove @JsonView on hasExpired method (#33765) 2024-05-28 07:31:25 +05:30
WidgetQueryGeneratorForm chore: Update analytics to pass the correct source information in identify user call (#32591) 2024-04-19 15:06:50 +05:30
ActionExecutionInProgressView.tsx chore: Show schema as a tab instead of the right pane (#30906) 2024-02-08 13:25:23 +05:30
ActionNameEditor.tsx fix: Updating the ramp link for Enterprise features to open the pricing page (#32698) 2024-04-16 19:05:07 +05:30
ApiResponseMeta.tsx fix: Api Pane IA (#32603) 2024-04-12 15:38:22 +05:30
ApiResponseView.test.tsx fix: allowing bottom tabs to be selectable as text (#33263) 2024-05-13 23:41:36 +05:30
ApiResponseView.tsx feat: Collapsible Bottom View (#33441) 2024-05-22 19:43:07 +05:30
AutoResizeTextArea.test.tsx fix: add testing library eslint rules (#31028) 2024-02-12 18:59:10 +03:00
AutoResizeTextArea.tsx
BetaCard.tsx
Button.tsx chore: update storybook (#32828) 2024-04-22 12:17:28 +03:00
Checkbox.tsx
CloseEditor.tsx chore: Update analytics to pass the correct source information in identify user call (#32591) 2024-04-19 15:06:50 +05:30
ContextDropdown.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
Divider.tsx
DropdownComponent.tsx
EditableText.tsx chore: move cypress strings to vars (#33245) 2024-05-08 12:18:14 +05:30
EditorContextProvider.test.tsx fix: add testing library eslint rules (#31028) 2024-02-12 18:59:10 +03:00
EditorContextProvider.tsx feat: WDS - Anvil compatible Modal Widget (#30351) 2024-01-26 09:30:57 +05:30
emptyResponse.tsx
EntityBottomTabs.tsx feat: Collapsible Bottom View (#33441) 2024-05-22 19:43:07 +05:30
EntityExplorerSidebar.tsx chore: Update analytics to pass the correct source information in identify user call (#32591) 2024-04-19 15:06:50 +05:30
EntityNameComponent.tsx
ErrorBoundry.tsx fix: fix modal position and styles (#30805) 2024-02-06 10:26:47 +03:00
ErrorTooltip.tsx
Form.tsx chore: Updating the login and signup page for cloud hosting as per new design (#32641) 2024-04-17 21:46:44 +05:30
FormLabel.tsx
FormRow.tsx
HelperTooltip.tsx
InputComponent.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
JSResponseView.test.tsx fix: allowing bottom tabs to be selectable as text (#33263) 2024-05-13 23:41:36 +05:30
JSResponseView.tsx feat: Collapsible Bottom View (#33441) 2024-05-22 19:43:07 +05:30
LetterIcon.tsx
LoadingOverlayScreen.tsx
NavBarItem.tsx chore: Update analytics to pass the correct source information in identify user call (#32591) 2024-04-19 15:06:50 +05:30
PageLoader.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
PaneWrapper.tsx chore: update eslint and dependencies then fix revealed errors (#27908) 2023-10-11 10:14:38 +03:00
ProductAlertBanner.tsx
PropertyPaneSidebar.tsx chore: Make App Sidebar Generally Available (#30923) 2024-02-07 11:25:23 +05:30
RadioButtonGroup.tsx fix: revert for super users and update ui for profiling ques for non super users (#27942) 2023-10-16 17:37:06 +05:30
ReadOnlyEditor.tsx
RequestView.tsx
SelectComponent.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
Spinner.tsx
StoreAsDatasource.tsx fix: Resolving datasource page redirection, switch env and on page load response view debugger issues (#30156) 2024-01-10 18:41:24 +05:30
Tooltip.tsx
utils.test.ts
utils.ts