PromucFlow_constructor/app/client/src/sagas
Rishabh Rathod 55985c2e08
fix: revalidation logic (#25420)
## Description

Debugger logs were only updated according to the evaluation order
earlier this led to an issue as after revalidation we need to update the
debugger errors.

#### PR fixes following issue(s)
Fixes #24905


#### Type of change

- Bug fix (non-breaking change which fixes an issue)

## Testing

#### Test Plan

- Validation sanity test

#### Issues raised during DP testing


## Checklist:
#### Dev activity
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


#### QA activity:
- [ ] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)
have been covered
- [ ] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [x] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [ ] Cypress test cases have been added and approved by SDET/manual QA
- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed
2023-07-21 16:41:50 +05:30
..
__tests__ chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
ActionExecution chore: code splitting for multiple env feature (#25479) 2023-07-21 12:53:17 +07:00
autoHeightSagas feat: Expand auto height implementation to handle auto height use cases. (#22974) 2023-05-11 10:15:14 +05:30
CanvasSagas fix: casing changes (#23515) 2023-06-09 14:22:27 +05:30
WebsocketSagas fix: Version update user analytics (#25396) 2023-07-18 08:50:27 +05:30
ActionSagas.ts feat: Created component for ai signposting (#25187) 2023-07-13 17:36:38 +05:30
ApiPaneSagas.ts fix: api url dynamic bindings (#23696) 2023-05-26 15:43:18 +05:30
AppThemingSaga.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
AutoLayoutUpdateSagas.tsx feat: Shared Package for DSL based operations (#23894) 2023-06-26 12:25:55 +05:30
BatchSagas.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
CollectionSagas.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
ContextSwitchingSaga.ts chore: Removing feature flag for app level invites (#22650) 2023-04-26 12:48:16 +05:30
CurlImportSagas.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
DatasourcesSagas.ts chore: code splitting for multiple env feature (#25479) 2023-07-21 12:53:17 +07:00
DebuggerSagas.ts chore: code splitting for multiple env feature (#25479) 2023-07-21 12:53:17 +07:00
editorContextSagas.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
ErrorSagas.tsx chore: show stack trace with the failing action type for cypress (#25037) 2023-07-10 11:23:45 +05:30
EvaluationsSaga.ts fix: revalidation logic (#25420) 2023-07-21 16:41:50 +05:30
EvalWorkerActionSagas.ts feat: widget property setters (#23441) 2023-07-08 19:37:26 +05:30
FormEvaluationSaga.ts Add web api types 2023-06-14 17:29:15 +05:30
GitSyncSagas.ts fix: rebase error message during conflicts (#24414) 2023-06-17 14:25:16 +05:30
GlobalSearchSagas.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
helper.test.ts feat: Store originalActionId as part of Action DTO for copied action (#25011) 2023-07-04 13:42:09 +06:00
helper.ts feat: Store originalActionId as part of Action DTO for copied action (#25011) 2023-07-04 13:42:09 +06:00
InitSagas.ts feat: disallow collapsing sidebar when signposting is enabled (#24938) 2023-07-11 17:19:27 +05:30
JSActionSagas.ts fix: Throwing error 'Failed to execute function' when JSobject is deleted (#23993) 2023-06-19 14:04:29 +05:30
JSLibrarySaga.ts feat: Improve Linting performance (#23865) 2023-07-05 14:34:03 +01:00
JSPaneSagas.ts fix: Sanitise toast error msgs (#22544) 2023-05-31 12:14:07 +05:30
layoutConversionSagas.ts feat: Shared Package for DSL based operations (#23894) 2023-06-26 12:25:55 +05:30
LintingSagas.ts perf: reduce the bundle size, vol. 2 (#24969) 2023-07-17 00:19:41 +05:30
ModalSagas.ts fix: Auto dimension not working within Modal widget (#23724) 2023-06-01 09:09:23 +05:30
OnboardingSagas.ts perf: reduce the bundle size, vol. 2 (#24969) 2023-07-17 00:19:41 +05:30
OneClickBindingSaga.ts chore: Miscellaneous one click binding updates (#24957) 2023-07-20 11:52:20 +05:30
PageSagas.tsx chore: Change to Call fetch snapshot API call only from edit mode (#25342) 2023-07-19 10:52:07 +05:30
PageVisibilitySagas.ts feat: Bundle optimization and first load improvements (#21667) 2023-05-11 10:56:03 +05:30
PluginSagas.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
PostEvaluationSagas.ts fix: revalidation logic (#25420) 2023-07-21 16:41:50 +05:30
PostLintingSagas.ts feat: show lint errors in async functions bound to sync fields (#21187) 2023-04-03 16:11:15 +05:30
ProvidersSaga.ts feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
QueryPaneSagas.ts chore: code splitting for multiple env feature (#25479) 2023-07-21 12:53:17 +07:00
RecentEntitiesSagas.ts chore: code splitting changes for appsmith ai v0.1 (#22521) 2023-04-20 20:42:35 +05:30
ReplaySaga.ts feat: activation phase 1 (#25126) 2023-07-12 12:12:16 +05:30
SaaSPaneSagas.ts chore: Add analytics event to track telemetry is disabled & update properties for INVITE_USER event (#24042) 2023-06-06 02:57:40 +05:30
selectors.tsx fix: Makes use of mobile positioning properties in Table Widget (#24729) 2023-07-17 11:12:52 +05:30
SnapshotSagas.ts chore: Change to Call fetch snapshot API call only from edit mode (#25342) 2023-07-19 10:52:07 +05:30
SnipingModeSagas.ts ci: Feature Flag selector code split (#25322) 2023-07-12 14:15:37 +05:30
TemplatesSagas.ts fix: conversion of app with pages imported from templates and adjust height for blank container (#23404) 2023-05-25 17:50:08 +05:30
ThemeSaga.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
ToastSagas.ts feat: disabling the toast messages on view mode without debug flag (#23768) 2023-06-09 19:28:45 +05:30
UtilSagas.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
WidgetAdditionSagas.ts feat: Update the default text widget value to "Hello {{appsmith.user.name || appsmith.user.email}}" (#24705) 2023-07-03 10:38:01 +05:30
WidgetBlueprintSagas.test.ts fix: List widget issues in Auto Layout (#23252) 2023-05-29 10:06:19 +05:30
WidgetBlueprintSagas.ts fix: List widget issues in Auto Layout (#23252) 2023-05-29 10:06:19 +05:30
WidgetDeletionSagas.ts feat: Expand auto height implementation to handle auto height use cases. (#22974) 2023-05-11 10:15:14 +05:30
WidgetEnhancementHelpers.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
WidgetLoadingSaga.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
WidgetOperationSaga.test.tsx feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
WidgetOperationSagas.tsx chore: [one click binding] allow switching between js mode and non js mode on property control (#24355) 2023-06-16 14:46:56 +05:30
WidgetOperationUtils.test.ts fix: combineDynamicBindings function (#22600) 2023-04-26 23:58:17 +05:30
WidgetOperationUtils.ts fix: Remove excess padding on right side and fix widget drop in nested containers (#22533) 2023-04-26 13:39:11 -04:00
WidgetSelectionSagas.ts fix: Do not set widget ancestry if selection happens via canvas (#22069) 2023-04-10 12:55:14 +05:30
WidgetSelectUtils.test.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
WidgetSelectUtils.ts feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30