Satish Gandham
5e3475bcce
Merge pull request #14303 from appsmithorg/chore/dont-run-perf-tests-on-ubuntu
...
chore: Run perf tests only on buildjet machine
2022-06-09 10:12:46 +05:30
Sumesh Pradhan
b9c5d91968
Backup & Restore commands for appsmithctl ( #14270 )
2022-06-09 09:14:18 +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
Nikhil Nandagopal
1d959b9d2f
Updated Label Config
2022-06-08 12:50:39 +05:30
Nikhil Nandagopal
260ca0d1b9
Updated Label Config
2022-06-08 12:50:16 +05:30
Nikhil Nandagopal
6cbb4c2e80
Updated Label Config
2022-06-08 12:50:05 +05:30
Nikhil Nandagopal
fdd152a1eb
Updated Label Config
2022-06-08 12:12:46 +05:30
Nikhil Nandagopal
ae01f2e50b
Updated Label Config
2022-06-08 12:11:55 +05:30
Nikhil Nandagopal
f5cecfb2d4
Updated Label Config
2022-06-08 12:11:44 +05:30
Nikhil Nandagopal
f392ae5516
Updated Label Config
2022-06-08 12:10:26 +05:30
Nikhil Nandagopal
89f56515b7
Updated Label Config
2022-06-08 12:10:18 +05:30
Somangshu Goswami
cdf0454db5
Merge branch 'master' into release
2022-06-08 11:08:30 +05:30
Nikhil Nandagopal
c0700e4836
Updated Label Config
2022-06-08 10:18:39 +05:30
Shrikant Sharat Kandula
436ff0609f
Merge pull request #14342 from appsmithorg/hotfix/JSActionandEvalFixes
...
fix: for onPageLoad false errors and crash due to evalMetaUpdate
2022-06-07 17:34:20 +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
Nikhil Nandagopal
bc76dc8fd8
Updated Label Config
2022-06-02 16:44:26 +05:30
Nikhil Nandagopal
24036c1c61
Updated Label Config
2022-06-02 16:44:13 +05:30
Nikhil Nandagopal
97ef8e2127
Updated Label Config
2022-06-02 16:41:11 +05:30
Bhavin K
543ce339e3
feat: Added Tooltip for icon button widget ( #14131 )
2022-06-02 15:14:26 +05:30
Abhijeet
78ce45a190
chore: Remove client subscription for delete branch ( #14152 )
...
* Remove client subscription for delete branch
* Remove unused imports
2022-06-02 11:47:13 +05:30