vicky.bansal@primathon.in
3182d2fe15
Fix unused variable issue
2021-05-31 17:27:00 +05:30
vicky.bansal@primathon.in
5ea2d961db
Added migration to update parentRowSpace property of table widget
2021-05-31 17:09:06 +05:30
dependabot[bot]
d65dcdc72c
Bump lodash from 4.17.20 to 4.17.21 in /app/client ( #4438 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-31 14:15:01 +05:30
dependabot[bot]
0386978159
Bump hosted-git-info from 2.8.8 to 2.8.9 in /app/client ( #4439 )
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-31 13:55:48 +05:30
dependabot[bot]
f75ec7874b
Bump dns-packet from 1.3.1 to 1.3.4 in /app/client ( #4781 )
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-29 11:01:06 +05:30
Ashok Kumar M
2052a8e545
Fix: Positioning widgets without left right column towards the end of the page. ( #4777 )
2021-05-28 22:25:10 +05:30
arunvjn
a133a320cf
Added replacer in stringfy method to optionally use toString method for big ints. ( #4745 )
2021-05-28 21:30:21 +05:30
akash-codemonk
cbca6bedd4
Clear debugger errors on page switch ( #4672 )
2021-05-28 19:44:44 +05:30
arunvjn
f6a33fafbf
Text overflow bug in datasource tab in API Editor( #4776 )
2021-05-28 17:46:09 +05:30
arslanhaiderbuttar
23faa19707
Removed the reload ( #4767 )
...
cy.reload was causing some issue in saving the default value for input2.
2021-05-28 16:30:25 +05:30
Satish Gandham
b75dcc384d
Merge pull request #4563 from appsmithorg/perf/ui/optimize-binding-prompt/4555
...
[Perf] Remove code causing expensive style recalculation from binding prompt
2021-05-28 11:17:43 +05:30
Satish Gandham
83b44b30b6
Merge pull request #4680 from appsmithorg/ui/perf/optimize-expensive-style-calc-evalauatedValuePopup/4679
...
Memoize the evaluate popup placement value
2021-05-28 11:16:21 +05:30
Ashok Kumar M
575d7fe7f9
Fix: Adding missing widget properties when a new tab is created. ( #4733 )
...
* dip
* dip
* dip
* Revert "dip"
This reverts commit f0eeaa4a2dc9845509945c2af9376f1573baafdf.
* dip
* removing unwanted iteration.
* Adding and fixing specs.
2021-05-28 08:28:02 +05:30
Nidhi
5ddd58cdfd
Added optional audience and resource fields for oauth2 datasources ( #4678 )
...
* Added optional audience and resource fields for oauth2
* Review changes
* Don't show audience and resource fields by default
2021-05-27 21:53:59 +05:30
abhishek nayak
02e52d019f
Merge pull request #4414 from appsmithorg/areyabhishek-patch-4
...
[FIX] Update Dropdown Widget default value placeholder
2021-05-27 19:23:03 +05:30
Apeksha Bhosale
47969d708c
show pre-filled values for autocomplete ( #4400 )
...
* dot added after selection of an option
* added all options to autocomplete list
* small css change
* css changes
* small function change
* removed commented code
* data type match with autocomplete
* added headers and changes cursor activity for autocomplete
* removed wrong value
* removed type from server added to showhint
* modified and added test case
* small modification for test cypress case
2021-05-27 15:31:26 +05:30
somangshu
ee4fa8307f
Merge branch 'release' into areyabhishek-patch-4
2021-05-27 12:38:32 +05:30
Pawan Kumar
0d41797a26
Fix: List Widget crashes on null empty object in data ( #4349 )
...
* filter null values in property pane autocomplete
* add hover states for list items
* add loading state in list
* fix loading state of list widget
* open list widget property on click of container
* fix isVisible bug in list widget children
* remove unused import
* add cusor pointer
* add focused state for first item in list widget
* fix empty state
* fix test case
* fix visiblity bug
* fix test case
* fixes for review comments
Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-05-27 12:11:38 +05:30
Rishabh Saxena
9f76218306
Trigger invite flow via comments ( #4602 )
2021-05-27 11:51:36 +05:30
arunvjn
5c45217f3d
Feature/datasource list in api editor ( #4587 )
...
Show datasource list in API editor
2021-05-27 08:35:05 +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
Satish Gandham
bfc8b6a46f
Memoize the evaluate popup placement value
2021-05-25 22:07:38 +05:30
Nikhil Nandagopal
50b03302e4
fixed validation messages
2021-05-25 19:18:35 +05:30
Satish Gandham
ad3997ecde
Merge branch 'release' into perf/ui/optimize-binding-prompt/4555
2021-05-25 11:14:28 +05:30
Nikhil Nandagopal
750e3808f2
Merge branch 'release' into fix/validation-messages
2021-05-24 11:01:24 +05:30
Satish Gandham
b01c615056
Merge pull request #4554 from appsmithorg/perf/ui/optimize-resizable-component
...
Optimize resizable component
2021-05-21 19:33:51 +05:30
Satish Gandham
516aa0f40c
Merge pull request #4397 from appsmithorg/perf/ui/reduce-json-view-data
...
[Performance] Collapse all but the first two records in react-json-view
2021-05-21 19:32:52 +05:30
Nikhil Nandagopal
4ed203d4af
Merge branch 'release' into fix/validation-messages
2021-05-21 14:19:25 +05:30
Nikhil Nandagopal
ecb85efe7c
updated validation messages
2021-05-21 14:18:59 +05:30
Rishabh Saxena
220c8d9d25
Remove isFromSignup param to prevent duplicate analytics hits ( #4480 )
2021-05-21 13:20:27 +05:30
Satish Gandham
ee7d9f2498
Merge branch 'release' into perf/ui/optimize-resizable-component
2021-05-20 18:45:59 +05:30
Satish Gandham
041ee6a479
Merge branch 'release' into perf/ui/reduce-json-view-data
2021-05-20 18:45:31 +05:30
Rishabh Saxena
8964aea9df
[Feature] Comments feature updates ( #4579 )
2021-05-20 17:33:08 +05:30
arunvjn
63db439183
Fixed r.match bug ( #4593 )
2021-05-20 16:51:10 +05:30
somangshu
29579a71fa
Merge branch 'release' into areyabhishek-patch-4
2021-05-20 15:21:25 +05:30
Hetu Nandu
aac5fcb6c7
Use the Function constructor for user script eval ( #4446 )
...
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-05-20 12:31:10 +05:30
NandanAnantharamu
7f2b0c6b30
Fix: Mongo datasource and query Cypress test ( #4578 )
...
* fix for MongoQuery Test
* Fixed cypress test
* removed unwanted code
* updated another test
* Commented Query part for stub test
2021-05-20 12:22:50 +05:30
NandanAnantharamu
7c587f0288
binding list widget with Api ( #4229 )
2021-05-20 11:15:48 +05:30
prapullac
81f3ccd163
Manual test ideas for List Widget ( #4090 )
2021-05-19 19:27:26 +05:30
Satish Gandham
3886386b4d
Merge branch 'release' into perf/ui/reduce-json-view-data
2021-05-19 16:21:43 +05:30
prapullac
3073bbc5c8
Adding manual test ideas for Text Widget ( #3910 )
2021-05-19 11:46:12 +05:30
Satish Gandham
f266ca3793
Merge branch 'release' into perf/ui/optimize-resizable-component
2021-05-19 11:37:41 +05:30
Trisha Anand
d5e5be5d6a
[Feature] Mongo Form ( #4378 )
2021-05-19 11:05:24 +05:30
Arpit Mohan
b1d7258dcb
Adding support for multipart form data ( #4547 )
...
* Handling multipart form data in the CURL import flow
* Adding Cypress test for curl import with multipart/form-data
* Also fixing minor bug where the form values need not always be double-quoted
2021-05-19 10:48:51 +05:30
Ashok Kumar M
8c8141650a
Feature: Widget grouping Phase I (Multi select and Bulk Delete) + Canvas Enhancements. ( #4219 )
...
* Feature: Canvas layer enhancements(DIP)
* feedback fixes
* fixing build
* dip
* dip
* dip
* fixing build
* dip
* dev fixes
* dip
* Fixing top bottom resize handles
* dip
* reposition widget name on top edges.
* dip
* dip
* dip
* dip
* renaming selectedWidget to lastSelectedWidget
* code clean up
* Fixing list widget as per grid scale.
* Fixing existing specs.
* Adding migration test cases.
* dip
* FIxing proppane in modal.
* fixing modal z-indedx.
* fix for modal name.
* dip
* dip
* dip
* adding test cases for hotkeys.
* dip
* dip
* fixing build
* Trying some performance improvements for jests.
* 17 mins with runinband lets try without it.
* minor bug fixes.
* code clean up
* save migrated app on fetch.
* fixing few cypress tests
* fixing cypress tests
* fixing cypress tests.
* fixing cypress
* updated DSL
* Addressing code review comments.
* test fails
* dip
* eslint fixes.
* fixing debugger cypress tests.
* updating latest page version.
* updating migration changes to cypress dsl's.
* updating chart data fixes for cypress tests.
Co-authored-by: Apple <nandan@thinkify.io>
2021-05-18 23:59:39 +05:30
arunvjn
b14f043172
Fix/datasource request headers in api ( #4481 )
...
* Show datasource headers when used in an API
2021-05-18 21:40:53 +05:30
Somangshu Goswami
41419e0406
Merge pull request #4199 from appsmithorg/feature/table-excel-export
...
Allow table data to download as Excel
2021-05-18 20:17:16 +05:30
Somangshu Goswami
01aa8ed36d
Merge pull request #4316 from appsmithorg/fix/server-side-search
...
Disable client side search when server side search is enabled in table widget
2021-05-18 20:16:30 +05:30
Somangshu Goswami
52da3e7030
Merge pull request #3791 from aswathkk/issue/3321
...
Allow removing filter on Dropdown Widget
2021-05-18 20:15:42 +05:30