Trisha Anand
f1253074a8
Added null check for NPE handling in sanitize datasource ( #4072 )
2021-04-20 13:13:22 +05:30
Apeksha Bhosale
333c4169eb
name can't be read from empty object ( #3958 )
2021-04-20 12:26:30 +05:30
NandanAnantharamu
256f64aefc
Removed test for collapse/open Property pane ( #4059 )
2021-04-20 11:28:30 +05:30
Vihar Kurama
270fdf5401
Update links and add GraphQL tutorial ( #4027 )
2021-04-20 11:15:21 +05:30
Apeksha Bhosale
568269e8e1
size change for raw and editor in API editor ( #3984 )
...
* size change for raw and editor in API editor
* removed from global css file
* removed classes
2021-04-20 11:13:26 +05:30
Apeksha Bhosale
f509f1b50b
datasource edit should be always enabled ( #3979 )
2021-04-20 11:12:25 +05:30
vicky-primathon.in
385011daa0
Merge branch 'release' of https://github.com/appsmithorg/appsmith into fix/table-image-cell-align
2021-04-19 22:17:20 +05:30
Hetu Nandu
86a2aa910a
Merge pull request #4055 from appsmithorg/release
...
Patch Release
2021-04-19 19:30:58 +05:30
Hetu Nandu
59ad172d81
Hot fix redirection race in oAuth autorisation flow ( #4052 )
2021-04-19 18:47:27 +05:30
vicky-primathon.in
faaf2e3345
Scroll should not be required for header in default table
2021-04-19 17:02:31 +05:30
Hetu Nandu
d1a13a28bc
Remove coverage drop failure checks ( #4048 )
2021-04-19 14:51:04 +05:30
vicky-primathon.in
934563a154
Removed background from selected dropdown item in table widget filters
2021-04-19 13:32:23 +05:30
NandanAnantharamu
1c10279945
Updated profile tests ( #4002 )
2021-04-19 13:31:05 +05:30
Sumit Kumar
5f96642e73
Merge branch 'release' into master
2021-04-19 12:55:31 +05:30
Trisha Anand
eaa24ca894
[Bug Fix] : Fetch actions by id during refactor action name to solve IncorrectResultSizeDataAccessException for pages where duplicate action names exist ( #4030 )
...
* New dto for refactoring action name which includes actionId as well
* Refactor action name now also takes actionId as payload and fetches the action from db by id instead of name to solve for the scenario where the action names could be duplicated.
* Adding actionId to QP of action refactor API.
* WIP : test for asserting the bug fix
* WIP test
* Fixed the test case asserting refactoring works for an action when there are duplicate action names in the page.
Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com>
2021-04-19 12:35:10 +05:30
vicky-primathon.in
2b8ab8dc8f
Align page number text in table pagination
2021-04-19 11:12:18 +05:30
vicky-primathon.in
7a9dfb2066
Fixed table image cell alignment
...
Added cypress test to validate image cell alingment
2021-04-19 10:31:17 +05:30
vicky-primathon.in
15521fef06
Fix horizontal scrollbar
2021-04-19 09:02:47 +05:30
Trisha Anand
4f8cf79041
[Bug fix] : Disallowing action creation with existing names from the page ( #4015 )
2021-04-16 16:13:03 +05:30
NandanAnantharamu
812e73a881
Basic DS test scenarios ( #4026 )
2021-04-16 16:08:41 +05:30
Abhijeet
6ea795e8a1
Autoscroll to invited organisation ( #3945 )
...
* Added organization slug to the invite Url, which is finally used by email template(#2359 )
* Separate method to create email params. Welcome email url variable updated so as to be consistent with other email templates
* Unused enum emailType removed, importing of java.util.* removed as per suggestion
2021-04-15 16:46:46 +05:30
vicky-primathon.in
89af3501aa
Removed vertical scroll bar from table header
2021-04-15 16:37:54 +05:30
Nidhi
9e6e8e5e4b
Safe handling of alias ( #4004 )
...
* Safe handling of alias
* Unnecessary import
2021-04-15 12:14:39 +05:30
Trisha Anand
9b49308abe
Adding dependency relationship to plugins ( #3997 )
...
* Added dependencies to be added to dependencyMap on client to Postgres, MSSQL, MySQL and Mongo plugins
* Added Dependency config for API
* Fixed the test case
2021-04-15 11:36:41 +05:30
vicky-primathon.in
c8c0ca929e
fix
2021-04-15 11:12:45 +05:30
vicky-primathon.in
a3d74c692a
removed unnecessary tests
2021-04-15 11:06:03 +05:30
vicky-primathon.in
f46beeb4c6
Reverted changes to ScrollIndicator file name
2021-04-15 11:03:09 +05:30
vicky-primathon.in
99ea7db01b
Merge branch 'release' of https://github.com/appsmithorg/appsmith into fix/native-scrollbars-experience
2021-04-15 10:44:46 +05:30
vicky-primathon.in
d224f2921d
Fix scrollbars
2021-04-15 10:31:06 +05:30
NandanAnantharamu
3a52f51af0
WIP : Updated test for page spec ( #3749 )
...
* Updated test for page spec
* Updated test for pages with widget
* updated test
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-04-14 13:44:06 +05:30
Shrikant Sharat Kandula
a259dd00ed
Fix internal server error on invalid header in curl command ( #3931 )
...
* Fix internal server error on invalid header in curl command
* Add tests for invalid header/method
2021-04-14 10:44:43 +05:30
Shrikant Sharat Kandula
5b48a9cc78
Fix build failure on maven 3.8 ( #3954 )
...
Maven 3.8 now blocks HTTP repositories and only allows HTTPS. However, the version redshift jdbc dependency we are using connects to a separate repository that runs on HTTP. The latest version has switched to using HTTPS instead.
So this PR upgrades redshift dependency from version 2.0.0.1 to 2.0.0.4.
Ref: https://maven.apache.org/docs/3.8.1/release-notes.html#cve-2021-26291
2021-04-14 08:03:56 +05:30
johyunkim
7f378731ce
Modify curl --data-raw option to --data ( #3973 )
2021-04-14 08:01:49 +05:30
Sumit Kumar
42573533cb
fix NPE by adding null check conditional ( #3989 )
...
Fix NPE seen on Sentry by adding null check for result body
2021-04-13 21:37:56 +05:30
Sumit Kumar
b4e43798ab
fix NPE by adding null check conditional ( #3989 )
...
Fix NPE seen on Sentry by adding null check for result body
2021-04-13 19:58:40 +05:30
vicky-primathon.in
1e6a0e8e92
Fix filepicker widget delete file not working
...
Added cypress test case to test selected file deletion works
2021-04-13 16:55:50 +05:30
Vicky Bansal
4778b0a450
Fix Table column names allowed to have spaces when editing in property pane panel titles ( #3869 )
...
Added cypress test to validate name formatting
2021-04-13 16:33:13 +05:30
Nidhi
c387645fe8
Relying on previous job for status ( #3985 )
2021-04-13 15:51:25 +05:30
Hetu Nandu
8447c9c287
Merge pull request #3976 from appsmithorg/release
...
Release v1.4.8
2021-04-13 13:55:39 +05:30
Nidhi
408f65ab23
Merge branch 'master' into release
2021-04-13 10:42:49 +05:30
Nidhi
a24eb90091
Fixed escaped layout being used for update ( #3968 )
...
* Fixed escaped layout being used for update
* Few more cases of unescaped layout usage
2021-04-13 09:36:50 +05:30
Rishabh Saxena
31290b500b
Add REACT_APP_GOOGLE_ANALYTICS_ID as build time env var ( #3903 )
2021-04-12 14:36:40 +05:30
vicky-primathon.in
3dc6e0884d
Added cypress test case to test multi selected dropdown options are cleared in form reset
2021-04-12 13:07:05 +05:30
Vihar Kurama
337b1a8835
Merge pull request #3893 from appsmithorg/update/tutorials
...
Add Tutorials to Readme
2021-04-12 10:14:49 +05:30
Vicky Bansal
d6399c2e48
Disable pagination controls when the table has a single page ( #3895 )
...
* Disable input number field when there are no pages to navigate to
* Added cypress test to validate table pagination is disabled
2021-04-09 16:06:50 +05:30
Vicky Bansal
791e8195b1
Align column headers when aligning columns ( #3885 )
...
* Align table column header title with table columns
* Added cypress test to validate column header text alignment
2021-04-09 16:04:01 +05:30
Vicky Bansal
43720123d8
Fix: Select Table Widget when a row is selected ( #3871 )
2021-04-09 16:03:22 +05:30
vicky-primathon.in
53d1333530
use derivedProperty selectedIndexArr instead of computing selectedIndexes
2021-04-09 15:50:48 +05:30
Nidhi
4bddfa0a4e
Fixed curl import without valid tokens ( #3933 )
2021-04-09 14:03:53 +05:30
vicky-primathon.in
1db50eb527
Custom scrollbar changes
2021-04-09 12:34:31 +05:30