akash-codemonk
51b98eed2f
Fix: Debugger shows errors for evaluations done on page load ( #4552 )
2021-05-18 17:21:32 +05:30
arunvjn
4733edfccd
Fixed query params parsing in API pane ( #4482 )
...
* Fixed query params parsing when there are mulitple "="s.
* Added cypress tests to validate query params parsing
2021-05-18 17:17:43 +05:30
arunvjn
08966499be
Remove request/response data from copies of an executed API ( #4521 )
2021-05-18 17:17:22 +05:30
Shrikant Sharat Kandula
1e052a9462
Fix redirectUrl not being encoded ( #4546 )
2021-05-18 11:22:54 +05:30
akash-codemonk
cbace9d5d7
Fix: Debugger showing previous application logs ( #4455 )
2021-05-17 15:31:22 +05:30
Satish Gandham
6bf7903570
Merge pull request #4470 from appsmithorg/ui/eslint/sort-destructured-props
...
Add eslint rule to sort destructured props and auto fix the issues.
2021-05-17 14:52:59 +05:30
Satish Gandham
bed4b39561
Merge pull request #4292 from appsmithorg/perf/optimize-table-widget
...
Optimize table widget
2021-05-17 14:52:49 +05:30
Apeksha Bhosale
e4ee2b07c9
r.match on API pane error ( #4497 )
...
* r.match on API pane error
* Pr comment fixed
2021-05-17 12:51:48 +05:30
arunvjn
67e292cc2a
Fixed handleSubmit bug in API form editor (pagination buttons) ( #4477 )
2021-05-15 00:13:08 +05:30
arunvjn
341a4d62af
Bug/paste widget append copy to name ( #4399 )
...
* Changes to retain widget/Action names on copy when there is no clash.
* Updated tests
Co-authored-by: Apple <nandan@thinkify.io>
2021-05-14 14:35:55 +05:30
NandanAnantharamu
b66692ba57
Test commented ( #4476 )
2021-05-14 12:32:25 +05:30
arunvjn
068e4065d7
Expose response headers for API/DB actions ( #4336 )
...
* Expose response headers for API/DB actions
* Added responseMeta to actions datatree
* Modified cypress test to account for responseMeta
* Modify cypress test case
* More test changes
* Modified tests
2021-05-14 12:21:09 +05:30
NandanAnantharamu
fb8b6d1995
updated method to print response ( #4473 )
2021-05-13 21:27:19 +05:30
Trisha Anand
377629955d
Revert "Init minor comment"
...
This reverts commit 2b7212da8c .
2021-05-13 20:01:37 +05:30
Trisha Anand
2b7212da8c
Init minor comment
2021-05-13 19:52:54 +05:30
Satish Gandham
d27dcca678
- Remove jsx-no-bind and noshadow eslint rules
2021-05-13 17:50:04 +05:30
Satish Gandham
8ecac87ec7
Change the cell renderer function from class property to inline and use JSON.stringify to do the comparision.
2021-05-13 17:38:15 +05:30
Satish Gandham
8ad7eecdeb
- Auto fix sort ddestructured props rule
2021-05-13 14:05:39 +05:30
Nidhi
ea451ef061
Add default configs for prod and tests ( #4464 )
...
* Added default cs config for prod and tests
* Env variable for new installations
* K8s defaults
2021-05-13 13:30:23 +05:30
Satish Gandham
8f1cc88b7d
Merge branch 'release' into add-more-eslint-rules
2021-05-13 12:47:50 +05:30
Satish Gandham
f2d228c346
- Add no shadow eslint rule
2021-05-13 12:41:11 +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
NandanAnantharamu
fb7db810da
Updated Cypress locator for product updates test ( #4454 )
2021-05-12 17:43:11 +05:30
Pawan Kumar
cc36bdc051
Fix: TypeError: t.match is not a function ( #4445 )
...
* add is number check before setting widget property
* use toString of lodash
Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
2021-05-12 13:27:28 +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
Ashok Kumar M
3eeaf86097
Fix: Resize doesn't react as intended for top/bottom handles. ( #4321 )
2021-05-11 20:09:33 +05:30
Satish Gandham
68c258ab3a
- Remove unncessary anonymous funciton
...
- Use destructured imports
2021-05-11 12:25:42 +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
Apeksha Bhosale
2138c9059b
match is not a function ( #4409 )
2021-05-10 19:40:22 +05:30
arunvjn
1b98c2e520
Revert Gsheets warning modal ( #4405 )
2021-05-10 19:39:26 +05:30
arunvjn
3b61af395e
Fix/text overflow json viewer ( #4367 )
...
CSS fix to wrap long urls/text in json viewer. GSheets to occupy full width
2021-05-10 18:58:38 +05:30
NandanAnantharamu
408517de39
Datasource test with basic profile added ( #4374 )
2021-05-10 17:27:54 +05:30
Pawan Kumar
fc10625d41
Fix: Cannot read property 'label' of undefined & Cannot read property 'length' of undefined ( #4389 )
...
* fix for label of undefined
* add check for data type
Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
2021-05-10 15:22:17 +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
78ccfadb61
Fix: Make contents of tab selectable ( #4390 )
2021-05-10 13:08:39 +05:30
Somangshu Goswami
d4e3de6330
Merge pull request #4359 from appsmithorg/fix/dropdown-rename-select
...
Refactor: Rename Dropdown to Select
2021-05-10 11:25:24 +05:30
Somangshu Goswami
1864166fdc
Merge pull request #4285 from appsmithorg/fix/date-time-picker-bug
...
change data-time format 'YYYY-MM-DD hh:mm:ss A' to 'YYYY-MM-DD hh:mm:ss'
2021-05-10 11:21:42 +05:30
akash-codemonk
bf7a8b91a4
Feature: Show widget error state ( #4202 )
2021-05-07 20:03:20 +05:30
Nidhi
4a288439f0
Added basic authentication type to REST APIs ( #4040 )
...
* Added basic authentication type to REST APIs
* Spacing for prefix
* Tests and json ignore for password
* Client side form changes
* Review comments
2021-05-07 17:24:05 +05:30
arunvjn
45aa3c57f1
Added null check against datasource url ( #4352 )
2021-05-07 13:24:58 +05:30
Nidhi
51aee58c54
Bearer prefix without space
2021-05-07 12:35:34 +05:30
bhavin
47a7128a06
Refactor: rename Dropdown to Select
2021-05-07 10:56:36 +05:30
arunvjn
65d33c2614
Fixed query params parsing in API pane when dynamic bindings are present in the URL ( #4205 )
2021-05-06 18:45:05 +05:30
Trisha Anand
ee14571ffc
[Bug Fix] : Removal of cyclical dependencies due to action relationships being added to dependency map ( #4342 )
2021-05-06 18:28:06 +05:30
Satish Gandham
f193ff4a21
- Remove the accidental recursive funciton call in tablewidget
2021-05-06 12:01:39 +05:30
Satish Gandham
9fc5770d72
- Refactor the Cell render function and change it into a class property.
...
- Remove unsed hook.
2021-05-05 18:31:11 +05:30
Satish Gandham
abf7277d20
Merge pull request #4240 from appsmithorg/perf/optimize_react-json-viewer
...
Memoize CurrentValueViewer to prevent expensive rerenders of react JSON viewer
2021-05-05 18:18:05 +05:30
Trisha Anand
218ac82e7f
During updateDependencyMap, when dependencies are getting added for a path, only add if the dependency is not a parent of the path. ( #4315 )
...
* During updateDependencyMap, when dependencies are getting added for a path, only add if the dependency is not a parent of the path.
* To avoid catching all cyclical dependencies, only handling catching incorrect action dependencies when the dependency paths dont yet exist.
* Revert "To avoid catching all cyclical dependencies, only handling catching incorrect action dependencies when the dependency paths dont yet exist."
This reverts commit c494932289e33287074c56844fbf76c8418875af.
* Disabling cypress test which asserts cyclical errors when depending on yourself
2021-05-05 17:55:39 +05:30
Rishabh Saxena
95f3cb8a9a
Log an analytics event for cyclical dependency errors ( #4323 )
2021-05-05 16:51:15 +05:30
Trisha Anand
6cf3b8a901
In case the chart series data id starts with a number, it was incorrectly identified as a number instead of a string which led to incorrect path computed to check in binding paths ( #4322 )
2021-05-05 16:50:59 +05:30