akash-codemonk
f4302aa4b0
fix: update imported app to make use of sample user db for onboarding ( #14751 )
...
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-06-24 13:32:37 +05:30
Rimil Dey
ad601f32fe
Merge pull request #12551 from appsmithorg/feature/expose-post-message
...
feat: Add a field for the post message api exposure
2022-06-24 12:02:59 +05:30
Aswath K
5f3e7672ab
fix: Property pane components re-render ( #14581 )
...
* Prevents unwanted rendering of PropertyPaneSidebar
* Prevents unwanted rendering of PropertyPaneView
* improved optimization code for PropertyPaneView
* Prevents unwanted rendering of PropertyPaneConnections
* replaces unwanted selectors with direct access to store
* fix: dependency not updating
* replace wrong required properties
* extracts equality fn to selectors
* naming changes
* Move selector from component file
* fix: property pane becomes empty
* avoids usage of compact
* Fix bug with getDataTreeWithOnlyIds extraction code
2022-06-24 11:31:08 +05:30
Abhijeet
1c03266d31
fix: Fix backward compatibility related to v1 git file format ( #14770 )
...
* Fix backward compatibility for v1 git file format
* Add testcase
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-06-24 09:59:18 +05:30
Apeksha Bhosale
7fa4df32a1
fix: Saving variables as string rather than values in backend ( #12999 )
...
* parsing of js object has changed
* added test for parsing
* parse object with literal
* added variable to reactive paths and solved some PR comments
* test fixed
* small fix
* removed restricting functions to be added if object body has errors
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-06-24 09:36:52 +05:30
Rimil Dey
9edc361a16
Solved typescript errors
2022-06-24 09:20:13 +05:30
Rimil Dey
91dad3eb95
Allow empty strings, null and undefined to be sent as they are valid data
2022-06-24 09:20:12 +05:30
Rimil Dey
7326d3fac1
Fix the error messages
2022-06-24 09:20:12 +05:30
Rimil Dey
dfe6a862fc
Fix tests
2022-06-24 09:20:12 +05:30
Rimil Dey
f3e34f70c6
Remove unrequired parameter
2022-06-24 09:20:11 +05:30
Rimil Dey
fdb2c6e805
Add unknown to msg type in action triggers
...
Add errors to post msg saga
2022-06-24 09:20:11 +05:30
Rimil Dey
1e4d39b4ae
Add unit test for post message saga
2022-06-24 09:20:11 +05:30
Rimil Dey
0303d5e1dd
rename ActionType.postMessageToTargetWindow -> ActionType.postMessage
2022-06-24 09:20:11 +05:30
Rimil Dey
f2b5a65f9b
Add more tests
2022-06-24 09:20:10 +05:30
Rimil Dey
24cb572a11
Code review comments
2022-06-24 09:20:10 +05:30
Rimil Dey
242dc7cca2
Add tests
2022-06-24 09:20:10 +05:30
Rimil Dey
8c4c1823c5
Log errors for post message
...
Remove tranfer array field
2022-06-24 09:20:09 +05:30
Rimil Dey
a9ba6d705d
add example website to prevent security concerns
2022-06-24 09:20:09 +05:30
Rimil Dey
ca73f81f79
Change the function name from postMessage -> postMessageToTargetWindow to prevent overriding worker thread's postMessage
2022-06-24 09:20:09 +05:30
Rimil Dey
ee5a178780
Fix implementation details
2022-06-24 09:20:09 +05:30
Rimil Dey
aa2ee927db
Add window to post message call
2022-06-24 09:20:08 +05:30
Rimil Dey
9d6846ecf6
Fix transfer array type
2022-06-24 09:20:08 +05:30
Rimil Dey
e808bf2d41
Add entity definition for autocomplete
2022-06-24 09:20:08 +05:30
Rimil Dey
b63183ae07
Add implementation for post message, remove callbacks and add fields for 3 parameters
2022-06-24 09:20:07 +05:30
Rimil Dey
be5d8d9924
Add a field for the post message api exposure
2022-06-24 09:20:07 +05:30
Arsalan Yaldram
b4347b44e1
fix: menu button icon alignment fixed. ( #14644 )
2022-06-24 00:59:07 +05:30
Arsalan Yaldram
130451ade0
fix: show cancel button on left pane resize ( #14531 )
2022-06-23 23:42:24 +05:30
Arsalan Yaldram
932ff31a68
fix: container gap with wrapper on border radius ( #14530 )
2022-06-23 23:25:03 +05:30
Arsalan Yaldram
cf4eebde39
fix: added focus border for numeric input buttons ( #14709 )
2022-06-23 22:33:30 +05:30
Aishwarya UR
906cbe1f3f
Merge branch 'release' into Fix/Mismatch-with-design-in-Sample-Datasource-Card
2022-06-23 21:01:19 +05:30
Aishwarya-U-R
5d75a46df1
test: Automated tests for Bug #14299 + Specs rearranged ( #14632 )
...
* Moving tests
* Workspace cases moved all to one folder
* Moving tests
* Bug 14299 scripted
* JSOnload spec failure fix
* Moving spec
* Moving specs
* Moving specs
* Added bug id in title
* Moving specs
* Moving specs
* Moving spec
* Added bug id in title
* Removed tests
* Theme Basic spec - added publish mode validations
* tests re-arranged
* Theme_form widget fix
* endp to endpoint change
* theme Basic spec fix
* AppSetupForRename removed
* Appli rename reverted
* Specs rearranged
* Added interval validation
* Also deleting query
* validation moved places
* Git imports corrected
* git import corrected
* datePicker fix
2022-06-23 20:43:15 +05:30
rahulramesha
07ded0dacc
feat: Deprecation warning message update to reference the widget that is replacing it ( #14532 )
...
* reference replacement widget in the deprecation warning message
* updated import path for messages
* adding test case for validating deprecated widget COnfig
2022-06-23 20:39:00 +05:30
subratadeypappu
704d19ac4f
Merge pull request #14233 from appsmithorg/fix/14054-describe-table-in-mysql
...
fix: Show table structure when desc table or describe table command is run stand-alone in MySQL (#14054 )
2022-06-23 19:38:20 +06:00
Anagh Hegde
e95602ce8a
feat: Add keyType to git import key generation flow ( #14762 )
2022-06-23 17:54:39 +05:30
f0c1s
b97042a38a
fix: disable branch dropdown until merge status returns ( #14540 )
2022-06-23 10:27:35 +05:30
f0c1s
ab3766adbe
chore: throttle git apis ( #14639 )
2022-06-23 10:22:25 +05:30
Nidhi
049de6b58f
chore: Added actionId and requestedAt fields in ActionExecutionRequest ( #14720 )
...
* chore: Added actionId and requestedAt fields in ActionExecutionRequest
* Reverted unrelated failing test
* Fix test failures
* Refactor test
Co-authored-by: Anagh Hegde <anagh@appsmith.com>
2022-06-22 22:43:31 +05:30
Nayan
530a571ba0
chore: send whether the app was published manually to the analytics event ( #14728 )
...
Sends an attribute along with publish app analytics event to denote whether this was a manual publish or automated publish.
2022-06-22 23:10:22 +06:00
Anagh Hegde
14eb9b4cb5
feat: Add API for git docs and supported shh keys ( #14641 )
2022-06-22 21:50:04 +05:30
ChandanBalajiBP
0af9d2ea3b
add indexing for the testcases
2022-06-22 18:02:40 +05:30
ChandanBalajiBP
abaafab74b
Merge branch 'release' into Fix/Mismatch-with-design-in-Sample-Datasource-Card
2022-06-22 17:43:51 +05:30
ChandanBalajiBP
cbf5f88d3f
upadted failing testcase to change tabs
2022-06-22 17:41:44 +05:30
Anand Srinivasan
ed59802702
add analytics log on app crash ( #14575 )
2022-06-22 16:00:33 +05:30
Tolulope Adetula
7ba4f0679a
Merge pull request #13129 from appsmithorg/fix/12161-multiselects-broken-in-modal
...
fix: Popover in Multi select widget inside modals breaks away from the widget
2022-06-22 09:59:00 +01:00
ashit-rath
5a7940ae2b
fix: JSONForm - Generate Form button apply theme on new fields ( #14687 )
2022-06-22 14:21:53 +05:30
Pawan Kumar
790452cc74
fix: Edit App button not confirming to the theme ( #14629 )
...
* fix edit button not rendering issue
* dummy push to make vercel build again
* Removing wait time aft Publish - tetsing fix
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-06-22 12:30:17 +05:30
Parthvi12
632236e631
test: Add tests for critical bugs ( #14667 )
...
* Add tests for critical bugs
2022-06-22 12:24:17 +05:30
Aswath K
7ce8cd8848
fix: JS toggle issue for dropdown control with numeric value ( #14648 )
...
* fix: JS toggle issue for dropdown control with numeric value
* fix jest tests
2022-06-22 11:53:54 +05:30
Bhavin K
f218642fc5
fix: show the error message in input widget ( #14460 )
2022-06-22 06:09:50 +00:00
Arsalan Yaldram
c8f4dd04b5
Merge pull request #14718 from appsmithorg/fix/editorutils
...
fix: editor utils moment async import
2022-06-22 11:05:33 +05:30