Rishabh Rathod
4e13fc5125
fix: AppViewer init and page fetch logic ( #14294 )
...
OnPageSwitch we need not `initializeAppViewPage` but instead, only `fetchPublishedPage` this changes fixes that.
2022-06-10 18:22:59 +00:00
Aishwarya-U-R
43cba21013
test: Automated tests for improved CRUD with JSONFrom - Postgres Ds ( #14271 )
...
* Postgres CRUD
* MySQL CI run fix
* Added wait time to DeployApp()
* Helpers Enhancements
* ChangeTheme CRUD
* Postgres CRUD
* Postgres CRUD updated
* Postgres CRUD updates
* Postgres CRUD fix
* Postgres CRUD update
* postgres CRUD update
* Postgress CRUD fix
* setting cypress video false
* ExecuteAction spec fixed
* Postgres case #13 fix
* postgres CRUD fix
* Postgres CRUD fixes
* cypress video - true, reattempt - 1
* failure fixes
* Bug 11529 script added
* Bug 11529 scripted + failure fixes
* JSOnLoad_spec failure fix
* OnLoadActions failure fix
* Failure fixes
* ReadTable increased timeout
* JSFunctionExecution_spec failure fix
* Removed duplicate cases
* Mongo failure fixes + applying theme
* Mongo Spec - Added Deletion of DS also
* Deleting initial page
* Deleting DS Validation added
* tc desc updated
* failure point fixes
2022-06-10 19:00:59 +05:30
Anagh Hegde
c64784646a
Update the delete app flow for git connected apps ( #14399 )
2022-06-10 18:39:00 +05:30
f0c1s
3594cb3d24
Slowed down git commit and discard progress bar ( #14196 )
2022-06-10 08:28:57 +05:30
f0c1s
4e2f6d902a
Fix fallback url for git documentation ( #14430 )
2022-06-10 08:28:19 +05:30
Ankita Kinger
3b62e3f26a
Refactor code for RBAC feature ( #14426 )
2022-06-10 07:35:30 +05:30
Aswath K
c096027a54
fix: Editable being autofocused on Application card ( #14393 )
2022-06-10 00:47:48 +05:30
rahulramesha
c1da8a6866
fix: paste widgets on a new page ( #14295 )
...
* paste widget on generate Page
* adding cypress tests
2022-06-09 17:17:47 +05:30
Shrikant Sharat Kandula
6fafbf58df
Fix okhttp dependency ( #14421 )
2022-06-09 16:36:45 +05:30
rahulramesha
abf5821d32
fix: select Modal Widget on clicking on settings badge ( #14195 )
2022-06-09 16:30:15 +05:30
Pawan Kumar
e3a8d782cf
fix canvas loading issue ( #14400 )
2022-06-09 13:45:45 +05:30
Aishwarya-U-R
949b657103
Updating Mongo DB name to match Mongo TED database name ( #14389 )
2022-06-09 12:21:46 +05:30
Aswath K
a88618d17d
chore: Adds feature flag for Property pane grouping ( #14311 )
...
* Adds feature flag for Property pane grouping
* changes assertion logic
2022-06-09 11:16:00 +05:30
akash-codemonk
50b93894d2
fix: Update the widget from drop down to select widget in suggested widget list ( #14059 )
2022-06-09 11:01:52 +05:30
balajisoundar
265ed0dc25
fix: Improve cell overflow check logic when switching between table page ( #14095 )
...
* fix: Improve cell overflow check logic when switching between table page.
* Table locators update
* Migration spec - locators update
* Migration spec locators update
* MongoDBShoppingCart spec locators update
* POstgress Spec locator fix
* Adding wait!
* Mongo DBcart spec fix
* EchoApiCMS_spec locator update
* Table locators update
* updated locators
* Added delay
* Hidden column fix trial
* Adding refresh page
* Adding time
* Fix cypress xpaths
Co-authored-by: bhavin <techbhavin@gmail.com>
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
Co-authored-by: apple <nandan@thinkify.io>
Co-authored-by: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com>
2022-06-08 21:59:31 -07:00
ChandanBalajiBP
c8f733fb08
Handle string datatype in API response ( #14274 )
2022-06-09 10:28:56 +05:30
Ankita Kinger
442b849d9e
Refactor code for RBAC feature ( #14362 )
2022-06-08 18:48:15 +05:30
RakshaKShetty
221d9c0a7c
test: git delete branch tests ( #14047 )
...
* gitdeletebranchtests
2022-06-08 17:14:15 +05:30
NandanAnantharamu
eff7dd5a4e
test:JsonForm test for multi source data ( #14153 )
...
* JsonForm test for multisource data
* Added tests for jsonForm widget
* moved locators to seperate file
* Added some more tests
* Updated tests
2022-06-08 16:21:53 +05:30
Pawan Kumar
065cb0e1ba
chore: code split for hiding branding badge ( #14346 )
...
* code split for hiding branding badge
* use selectors in branding badge
2022-06-08 15:11:53 +05:30
ashit-rath
3adbb8736f
feat: Rich Text Editor enable browser spellcheck ( #13886 )
...
* feat: Rich Text Editor enable browser spellcheck
* fix: added custom menu
* add function for OS check, updated text based on OS
* fix: text update
Co-authored-by: bhavin <techbhavin@gmail.com>
2022-06-08 14:35:35 +05:30
Abhijeet
6778af219c
chore: Improve the import application flow performance ( #14364 )
...
* Use saveAll instead of save in import flow
2022-06-08 13:53:50 +05:30
Favour Ohanekwu
d5da24e51e
fix: cyclic dependency in renaming js objects ( #13914 )
...
* keep localunevaltree update in sync with unevaltree
* undo tree check
* identify .data difference for js objects
* empty line
* unit test
* unit test name change
* comment
Co-authored-by: Anand Srinivasan <anand.a.srinivasan@outlook.com>
2022-06-08 08:47:59 +01:00
Parthvi12
38f14bb5ac
test: Add regenerate SSH key tests ( #14325 )
...
* Add regenerate SSH key tests
* fix flaky tests
* fix flaky tests
Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2022-06-08 13:07:00 +05:30
Tolulope Adetula
ab998cfe55
fix: Cursor pagination in list widget ( #14206 )
2022-06-08 13:06:21 +05:30
Nayan
51744a6727
feat: Return recently used templates first ( #13996 )
...
If user has recently used templates set, those should come first in the response of get templates API
2022-06-08 13:25:00 +06:00
Nayan
da2455bb5c
feat: Import an template inside an existing Application ( #12507 )
...
This PR adds the feature to import a template inside an application.
2022-06-08 13:24:37 +06:00
Bhavin K
144c999d1c
fix: updated css clash with tree select ( #14343 )
2022-06-08 07:22:53 +00:00
Somangshu Goswami
cdf0454db5
Merge branch 'master' into release
2022-06-08 11:08:30 +05:30
sidhantgoel
bacb0ab640
organization export permission in seed data ( #14335 )
...
Signed-off-by: Sidhant Goel <sidhant@appsmith.com>
2022-06-07 17:31:15 +05:30
Rishabh Rathod
068db3be52
fix: crash due to evalMetaUpdate ( #14320 )
...
* fix: crash due to evalMetaUpdate
* Add default value for workerResponse
* patch fix
* fix root cause of DataCloneError
(cherry picked from commit dbcd69e63e )
2022-06-07 13:51:54 +05:30
Aman Agarwal
427b0e7350
fix: onPageLoad false failure issue ( #14141 )
...
1. Fixed on page load actions getting called multiple times.
2. Now Evaluation only happens once we complete the fetching of the page's all entities including js objects and actions, this avoids cases where actions are not defined when ran.
Co-authored-by: Rishabh-Rathod <rishabh.rathod@appsmith.com>
(cherry picked from commit 3bcb1daf73 )
2022-06-07 13:51:21 +05:30
sidhantgoel
6b8b6c0bb2
Fix Java package names ( #14034 )
...
fix for java file path based on package name otherwise it was not working in vscode
2022-06-07 13:40:00 +05:30
Rishabh Rathod
dbcd69e63e
fix: crash due to evalMetaUpdate ( #14320 )
...
* fix: crash due to evalMetaUpdate
* Add default value for workerResponse
* patch fix
* fix root cause of DataCloneError
2022-06-07 12:06:27 +05:30
Ayangade Adeoluwa
2ffd942e06
fix: Add null checks for empty datatypes in api/query responses ( #14208 )
...
* Add null checks for empty datatypes in api/query responses
* Add jest cases for failing tests
* Add one more test case
2022-06-06 13:27:19 +05:30
Ankita Kinger
290298b2d8
update document link for SAML ( #14285 )
2022-06-06 12:55:03 +05:30
Aishwarya-U-R
98c06e2817
Automated tests for improved CRUD with JSONFrom - Mongo Ds ( #14191 )
2022-06-06 11:29:15 +05:30
rahulramesha
9cbcf180cc
minor correcion in Deprecation message ( #14273 )
2022-06-06 10:18:43 +05:30
Aman Agarwal
3bcb1daf73
fix: onPageLoad false failure issue ( #14141 )
...
1. Fixed on page load actions getting called multiple times.
2. Now Evaluation only happens once we complete the fetching of the page's all entities including js objects and actions, this avoids cases where actions are not defined when ran.
Co-authored-by: Rishabh-Rathod <rishabh.rathod@appsmith.com>
2022-06-06 09:26:14 +05:30
Nayan
722aa11be2
Add custom slug along with auto generated slug for pages ( #14065 )
...
Adding custom slugs for pages that can be set by the user.
2022-06-05 00:48:25 +06:00
sidhantgoel
7fc5dc059a
Merge pull request #13999 from appsmithorg/fix/mysql_testfix
...
fixed mysql plugin tests
2022-06-04 17:10:20 +05:30
Bhavin K
8c40098975
fix: added hover css for indeterminate checkbox ( #14194 )
2022-06-03 19:16:31 +05:30
Pawan Kumar
78e6bcf7ad
fix: Theming UX Changes ( #13741 )
...
* update color control ux
* add reset theme option
* remove the console
* update theme card
* update icons + text for reset
* update button size
* fix cypress tests
* fix cypress tests
* fix flaky git tests
* incorporate ashit feedback
* fix cypress tests
* fix color button in theme panel
* fix reset theme logic + jest tests
* fix button styles reset issue in json form
* add cypress test for theming reset
* incorporate ashit feedback
Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2022-06-03 15:55:38 +05:30
Anagh Hegde
b3baa36a18
fix: move git file operations to elastic schedulers ( #13907 )
...
* use non-blocking calls for file operations
* Move the file system operation to an elastic thread
2022-06-03 15:54:08 +05:30
Anagh Hegde
4c6c109edf
fix: Update the widget from drop down to select widget in suggested widget list ( #13944 )
...
* Update the widget from drop down to select widget
2022-06-03 07:49:56 +00:00
Abhijeet
acf3e0c6fd
fix: Add sequential counter suffix for imported application nomenclature ( #14245 )
...
* Add sequencial counter for import application flow
* Refactor
2022-06-03 10:37:56 +05:30
Aswath K
c29fd2db19
chore: Adds canDisplayValue to property controls ( #13309 )
...
* Adds canDisplayValue to property controls
* Adds tests
* add fn for LocationSearch & ActionSelector
* Adds CSV value support in ButtonTabControl
2022-06-03 10:37:02 +05:30
Aswath K
7bb58ff3c2
fix: uses forwardRef instead of using ref prop ( #14201 )
2022-06-02 22:11:28 +05:30
Sumit Kumar
910875ddfc
fix: fix class cast exception seen on MySQL plugin when built on local setup ( #14099 )
...
* fix class cast exception by removing all netty.io packages from mysql r2dbc
* fix CI test failure
2022-06-02 17:14:21 +05:30
Bhavin K
543ce339e3
feat: Added Tooltip for icon button widget ( #14131 )
2022-06-02 15:14:26 +05:30