Apeksha Bhosale
8d844e3961
changed the logic for tern server def creation ( #6071 )
2021-07-22 16:19:41 +05:30
Hetu Nandu
ba06d797de
Improve autocomplete sorting ( #5798 )
2021-07-20 15:32:56 +05:30
Satish Gandham
fb78233973
[perf] Update redux store with only the values that changed ( #5594 )
...
* Pass evaluation order along with dataTree and update only evaluated values in the store.
* - Update the entire changed entitiy
* Make the updates in a way the top level tree reference is changed.
* Clean up.
* - Revert back to using evaluation order and removedPaths as JSON.stringify is expensive
* yarn.lock changes
* Only send eval updates across the worker thread
* - Update the tree with only the updates sent from the worker. (40% improvement)
* Fix evaluation tests
* Remove console.log
Co-authored-by: Satish Gandham <satish@appsmith.com>
Co-authored-by: hetunandu <hetu@appsmith.com>
2021-07-20 10:34:12 +05:30
akash-codemonk
794ef1bbd6
Fix: Fix bugs related to debugger errors ( #5824 )
2021-07-15 12:44:42 +05:30
Hetu Nandu
0c0e165ee0
Improve Codemirror mount performance ( #5497 )
2021-07-08 12:34:47 +05:30
akash-codemonk
1265105970
Analytics for debugger errors ( #5660 )
2021-07-08 11:01:08 +05:30
akash-codemonk
d4dfa836b1
Changes to show multiple messages for a log in the debugger ( #5144 )
2021-06-28 09:44:06 +05:30
Hetu Nandu
441f42c72f
Generate linting errors via JSHint ( #5034 )
2021-06-21 16:39:51 +05:30
Apeksha Bhosale
179d5ae8a9
Improve JS error reporting in the debugger ( #4854 )
2021-06-04 12:39:36 +05:30
Apeksha Bhosale
4825ce2a2a
Show JS eval errors in evaluated value pane and debugger ( #4463 )
...
Co-authored-by: jsartisan <pawankumar2901@gmail.com>
Co-authored-by: hetunandu <hetu@appsmith.com>
2021-05-26 18:02:43 +05:30
akash-codemonk
8bd6ed3a70
Feature: Show current value in the debugger when widget property has an error ( #4592 )
2021-05-26 13:47:52 +05:30
akash-codemonk
9e082a6156
Feature: Show widget error state ( #4558 )
2021-05-18 19:24:40 +05:30
Satish Gandham
8ad7eecdeb
- Auto fix sort ddestructured props rule
2021-05-13 14:05:39 +05:30
Apeksha Bhosale
66c7a0b252
Revert "Separating js error and validation error for debugger ( #4361 )" ( #4447 )
...
This reverts commit c6a8f81d60 .
2021-05-13 09:50:30 +05:30
Apeksha Bhosale
c6a8f81d60
Separating js error and validation error for debugger ( #4361 )
...
* separate js error and validation error
* PR comments fixed and added error for pageload action
* reverted to jsError message property
* small check for empty errors
* small changes for Test to pass
* space was missing for test case
* removed console statement
2021-05-12 12:10:32 +05:30
akash-codemonk
d6de913949
Revert "Feature: Show widget error state ( #4202 )" ( #4406 )
...
This reverts commit bf7a8b91a4 .
2021-05-11 09:40:43 +05:30
akash-codemonk
359d104f5f
Show debug button in toast only for some particular errors ( #4311 )
2021-05-10 13:13:12 +05:30
akash-codemonk
bf7a8b91a4
Feature: Show widget error state ( #4202 )
2021-05-07 20:03:20 +05:30
Rishabh Saxena
95f3cb8a9a
Log an analytics event for cyclical dependency errors ( #4323 )
2021-05-05 16:51:15 +05:30
Hetu Nandu
c92eb0e5a4
Introduce different evaluation types for different binding fields ( #3834 )
2021-04-26 11:11:32 +05:30
akash-codemonk
36532cbcc8
[Feature] Debugger logs ( #3633 )
2021-04-23 19:20:55 +05:30
Hetu Nandu
11e9276964
Fix set evaluated tree performance tracking
2021-04-23 17:04:33 +05:30
Hetu Nandu
4d73e7e0b3
Widget validation for nested property paths ( #3947 )
2021-04-21 20:04:25 +05:30
Hetu Nandu
0c77051944
Improve performance monitoring ( #3790 )
2021-03-31 13:10:59 +05:30
Hetu Nandu
363bee8ec9
Fix action field evaluation for editor ( #3701 )
2021-03-30 10:59:03 +05:30
Hetu Nandu
9a4c317f20
Store value improvements ( #3663 )
2021-03-24 10:39:47 +05:30
Arpit Mohan
660c194009
Moving all toast messages to messages.ts file ( #2798 )
...
Co-authored-by: hetunandu <hetu@appsmith.com>
2021-03-13 19:54:45 +05:30
Hetu Nandu
4e4c6b76a8
Improve cylical dependency error ( #3471 )
2021-03-10 12:28:52 +05:30
Hetu Nandu
a8889d6985
Capture cyclical dependency on sentry ( #3226 )
2021-02-25 22:29:00 +05:30
Hetu Nandu
4a557309ca
Fix eval error logging ( #3206 )
...
* Update app/client/src/utils/WidgetFactory.tsx
2021-02-25 17:23:06 +05:30
Hetu Nandu
88c86fa881
Add toast for trigger errors ( #3100 )
2021-02-22 10:30:16 +05:30
Hetu Nandu
2b8bae158c
Batch action evaluation calls ( #2561 )
2021-01-14 20:07:21 +05:30
Hetu Nandu
8cff9bd9b9
Avoid evaluation for unnecesarry batch success calls ( #2579 )
2021-01-14 16:45:25 +05:30
Hetu Nandu
f53af44316
Make first eval after page change happen with new layout first ( #2516 )
2021-01-12 14:34:34 +05:30
Hetu Nandu
1598899dd6
Fix invalid toast message for evaluation error ( #2443 )
...
Fixes #2432
Fixes : #2429
Co-authored-by: Piyush Mishra <piyush@codeitout.com>
2021-01-05 17:15:37 +05:30
Hetu Nandu
4387200262
Sub tree evaluation ( #1841 )
...
Co-authored-by: Trisha Anand <trisha@appsmith.com>
Co-authored-by: Piyush Mishra <piyush@codeitout.com>
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: Akash N <akash@codemonk.in>
2021-01-04 15:46:08 +05:30