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
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
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
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
Bhavin K
543ce339e3
feat: Added Tooltip for icon button widget ( #14131 )
2022-06-02 15:14:26 +05:30
Arpit Mohan
48738091e5
chore: Removing jest test coverage because of node version mismatch ( #14230 )
2022-06-01 17:43:03 +05:30
Bhavin K
1a3eafb182
fix: update error highlight border in RTE widget
2022-06-01 17:41:25 +05:30
Aswath K
b83058b391
Name not getting focused on adding new modal widget ( #14205 )
2022-06-01 17:01:48 +05:30
akash-codemonk
ec6d998d27
Revert "fix: signing up with a redirect url which has a query param goes to a 400 page ( #13548 )" ( #13991 )
...
This reverts commit c0f7c4534d .
2022-06-01 16:00:15 +05:30
Aman Agarwal
7aeaf75c90
fix: removed default value for API DS, updated conditions for headers and apiformattype ( #14107 )
...
* fix: removed default value for API DS, updated conditions for headers and apiformattype
* fix: added test cases for content type changes on changing method types
* fix: imported isEmpty directly with loading full lodash module
2022-06-01 10:29:58 +00:00
Bhavin K
95e6b4fb98
fix: switch group added check for inline width ( #14190 )
...
* fix: switch group added check for inline width
* SwitchGroup inline cypress test added
* New snaps to match CI run
* Adding right images for CI run
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-06-01 00:13:32 +05:30
Aishwarya-U-R
6c1c5581e7
Automated tests for improved CRUD with JSONFrom - MySQL Ds ( #14014 )
2022-05-31 11:03:59 +05:30
Arsalan Yaldram
9018481415
fix: update jest env and testtimeout ( #14178 )
2022-05-30 17:52:54 +05:30
Parthvi12
da195a6ca0
remove third party api in cypress test ( #14154 )
2022-05-30 12:38:16 +05:30
arunvjn
b2158131a6
chore: auto focus search input box when widgets library is open( #14148 )
2022-05-30 09:26:51 +05:30
arunvjn
fd68dd5bc2
chore: changed edit/launch button to links in applications dashboard. ( #14111 )
2022-05-30 09:25:18 +05:30
Sumesh Pradhan
31c98a8fda
Added healthcheck for editor with https ( #13947 )
...
Added a fix for the docker health check on editor with ssl enabled for appsmith-ce fat container and the slim client appsmith-editor
2022-05-27 17:05:21 +05:30
Arsalan Yaldram
8d55d6f51d
chore: update node version to 16.14.0 ( #14127 )
2022-05-26 23:39:59 +05:30
Arsalan Yaldram
b28eb3fed8
chore: Update node version to 16.15.0 LTS ( #14094 )
2022-05-26 16:05:02 +05:30
haojin111
3c1b1a3628
Merge pull request #13864 from appsmithorg/feat/13412-improve-import-app-flow-ui
...
feat: 13412 - improve import app with progress bar
2022-05-26 16:49:47 +08:00
NandanAnantharamu
6359bfcfbe
test: List testcases ( #14009 )
2022-05-26 13:25:08 +05:30
rahulramesha
9cb8524acd
fix: stop showing errored widget labels permanently and show them only on hover or when selected ( #14064 )
2022-05-26 12:55:29 +05:30
Pawan Kumar
7c9135f945
fix: Canvas jitters on page refresh on an application where widgets don't occupy the entire width of the canvas ( #13917 )
...
* fixes the flicker of widgets
* fix jest test
* fix use dynamic app layout jitter issue
* fix use dynamic app layout jitter issue
* remove unecessary dispatch
* remove unecessary dispatch
2022-05-26 10:22:55 +05:30
Ankita Kinger
fa45282b0a
fix: alignment of the image seen on no search results on application page ( #13950 )
...
* fix: 12861 trim unnecessary re-render in select widget in server side rendering (#12865 )
* add debounce to search and remove state var
* increase debounce time
* fix: updated the condition to show expiry key (#13092 )
* Add index for git (#13133 )
* fix: Fixed compile time errors
* fix: Unable to see apps in home page after git connect fails (#13387 )
* Fix Redis installation in Dockerfile (#13428 ) (#13430 )
Conflicts:
Dockerfile
* fix: only execute pageload actions after successfully fetching actions and jscollections in view mode (#13521 )
* prevent execution of onPageLoad actions before sucessful actions fetch
* Perform url update before fetching actions and jscollections
(cherry picked from commit 7261834fe5 )
* fix: NPE check when datasource createdAt is null
(cherry picked from commit beafb371b24180dce2e351f1dea6d9d34db2a204)
* fixed image alignment for no search results on applications page
* deleted duplicate file
* reload to Refresh script update
* Adding sleep - script fix
Co-authored-by: Preet Sidhu <preetsidhu.bits@gmail.com>
Co-authored-by: Aman Agarwal <aman@appsmith.com>
Co-authored-by: Abhijeet <41686026+abhvsn@users.noreply.github.com>
Co-authored-by: Nidhi <nidhi.nair93@gmail.com>
Co-authored-by: Somangshu Goswami <somangshu.goswami1508@gmail.com>
Co-authored-by: Rimil Dey <rimildeyjsr@gmail.com>
Co-authored-by: Anagh Hegde <anagh@appsmith.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
Co-authored-by: Favour Ohanekwu <fohanekwu@gmail.com>
Co-authored-by: Trisha Anand <trisha@appsmith.com>
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-05-26 10:05:35 +05:30
Abhijeet
845d5b2ad4
chore: Update CRUD page template to include JSONFormWidget ( #12662 )
...
* Updated Template
* Fix testcases
* Try removing autogenerated field entry from insert modal
* Update mongo testcase
2022-05-26 09:19:33 +05:30
arunvjn
f75440f29a
fix: removes animation in tooltips ( #14032 )
2022-05-25 23:12:01 +05:30
Favour Ohanekwu
7bbd109f62
fix: improve jseditor linting performance ( #14001 )
2022-05-25 18:08:35 +02:00
arunvjn
5947b07c70
fix: Removes animation in deploy button ( #14029 )
2022-05-25 19:39:12 +05:30
arunvjn
82328f4753
fix: delay comment threads API call till the application details are retrieved ( #14011 )
2022-05-25 18:19:01 +05:30
Bhavin K
1760e8150c
fix: checkbox, switch property fields update, migration added ( #13997 )
2022-05-25 17:03:33 +05:30
Arsalan Yaldram
b266dd47d3
Merge pull request #13585 from appsmithorg/fix/table-bindingPathList
...
fix: table derived bindingList error.
2022-05-25 15:42:05 +05:30
Aswath K
c8e79eca95
feat: Focus widget name or first property when opening property pane ( #13513 )
...
* feat: intial investigation.
* Completed focusing of Property title
* removes unused import
* fix issue with inability to focus Dropdown
* checks if PP opened not because of focusing on input elements in widget
* Adds two level of focus for LocationSearch
* adds multi state to KeyValue component
* Adds multi state to Draggable List as well
* Adds multi state to DatePickerControl
* fix: style issue with draggableList & KeyValue comp
* avoids auto focusing on Panel
* remove commentedout code
* fix: cypress tests
* change ActionConstant name
Co-authored-by: Arsalan <arsalanyaldram0211@outlook.com>
2022-05-25 15:35:53 +05:30
ashit-rath
6d591c49b9
fix: JSONForm Select field validate empty string as an invalid value ( #13993 )
2022-05-25 15:34:50 +05:30
Rishabh Rathod
cbce8f8b8e
fix: trigger consuming previous evaluated values ( #13084 )
...
We are changing how we maintain meta values in our architecture,
Earlier metaHOC component state was used to store meta values that were debounced and pushed in batch to metaReducer and trigger evaluation.
We remove the metaHOC state and directly update values to metaReducer and trigger evaluation separately via a debouched function.
2022-05-25 15:16:14 +05:30
akash-codemonk
77cee950b1
fix: inconsistency in naming actions from omnibar ( #13898 )
2022-05-25 15:10:06 +05:30
rahulramesha
a2688bb4da
feat: Add deprecation warning badge to deprecated widgets ( #13381 )
...
This Change also introduces, isDeprecated flag to widget config, when true will add the warning to the widget's propertyPane.
2022-05-25 09:38:32 +00:00
Pawan Kumar
297421b332
fix: Redirect to website home instead of appsmith home on watermark ( #14018 )
...
* update url
* open url in new tab;
2022-05-23 17:39:12 +05:30
haojin111
7e5332ceb7
Merge branch 'release' into feat/13412-improve-import-app-flow-ui
2022-05-23 13:31:28 +08:00
Aishwarya-U-R
d0fed6bfe7
Automation script update to fix Community issues failure ( #13968 )
2022-05-23 10:50:27 +05:30
Arsalan
6bc68c0327
Merge branch 'release' into fix/table-bindingPathList
2022-05-23 10:41:03 +05:30
rahulramesha
f2c02ab931
fix: Grouped widgets moving to the bottom most row, even when widgets are not overlapping with the multi select box ( #13658 )
2022-05-20 15:57:12 +02:00
arunvjn
da1a57de72
Fixes the error message shown in reset password flow from user profile ( #13974 )
2022-05-20 14:37:02 +05:30
ashit-rath
76536124f8
fix: JSONForm modify source data object to null causes crash ( #13966 )
2022-05-20 13:46:45 +05:30
Maulik
7ccc541fbf
fix: update placeholder for phone input widget ( #13635 )
2022-05-20 10:41:58 +05:30
arunvjn
9753df54f4
fix: remove transition delay in the switch between explorer and widgets. ( #13942 )
2022-05-20 10:32:13 +05:30