Nayan
9a247f3e78
Fix bug where some fields are missing for notifications from the API ( #5336 )
...
* -set createdAt and type fields in notification
-add threadId in response for comment
* -fixed bug with unread notification count
2021-06-24 14:35:30 +06:00
Rishabh Saxena
29a6136380
Set mode for comments ( #5372 )
2021-06-24 12:51:01 +05:30
Rishabh Saxena
a61b802039
Update comments onboarding carousel images ( #5373 )
2021-06-24 12:50:35 +05:30
Pranav Kanade
599996fbfa
bug/duplicate application name error will be handled ( #5316 )
...
* will show last saved app name if save app name action results in error
* handled duplicate appname update for editing cards
* fixed the app icon update bug
* updated list widget dsl
2021-06-24 12:02:09 +05:30
akash-codemonk
3747d41c30
Show the associated page name subtly in the omnibar ( #5120 )
2021-06-24 11:14:36 +05:30
Rishabh Saxena
c351643f57
Notification updates ( #5239 )
2021-06-23 21:12:07 +05:30
Vicky Bansal
fe700a8049
Fixed empty area issue when columns are hidden in published mode ( #5162 )
2021-06-23 19:09:04 +05:30
Hetu Nandu
dce3a80e40
Minor fixes for errors ( #5361 )
2021-06-23 18:55:18 +05:30
Vicky Bansal
6b7aef8dc8
Enable total number of rows and page size for server side pagination in table widget ( #4863 )
...
* Add defaultPageSize and totalRecordsCount properties in table widget
* Changing next button disable
* Added checks for properties change
* Handle defaultPageSize change
* Updated util.test to handle new table properties
* Configure for cypress test for page size and total records count properties
* Added cypress test for default page size and total records count validation
* Fix test cases
* Handle empty space for page size is less than availabe space in table widget
2021-06-23 18:53:24 +05:30
Nayan
e52680fb1f
Feature/implement comment thread subscriber ( #5261 )
...
* -send email to users who are subscribed to a thread only
* -fixed null pointer exception while set subscriber in create thread
* -updated as per PR comments and review
2021-06-23 17:24:57 +06:00
Abhijeet
7fc04f043f
Error message when updating duplicate application name modified to give more contextual information ( #5341 )
2021-06-23 13:08:12 +05:30
Satish Gandham
47bc5aa032
Merge pull request #5026 from appsmithorg/feature/1726-iframe-widget
...
Adding iframe widget
2021-06-23 13:01:40 +05:30
Hetu Nandu
eae2e46b9d
Fix cyclical dependency issue when Api returns an error ( #5333 )
...
Co-authored-by: Trisha Anand <trisha@appsmith.com>
2021-06-23 12:59:36 +05:30
Anagh Hegde
a1defb9544
Remove the unnecessary comments
2021-06-23 11:16:15 +05:30
Anagh Hegde
0d57f3c132
Merge branch 'release' into feature/page-order-api
2021-06-23 10:54:17 +05:30
Anagh Hegde
fa9a1bc488
Set the order to published pages
2021-06-23 10:51:25 +05:30
NandanAnantharamu
3fb00b6c7a
Added Cypress tests for tab widget ( #4345 )
...
* Added tests for tab widget
* Added another test
* Commone method updated
* commented test
2021-06-22 23:26:45 +05:30
rahulramesha
b12cea84a6
Merge pull request #5167 from appsmithorg/FIX/5073-File-Picker-close-button-tool-tip-content-change
...
FIX/5073 for File Picker close button tool tip content change
2021-06-22 16:52:19 +05:30
Somangshu Goswami
3c8944cc1c
Merge pull request #4341 from appsmithorg/fix/dropdown-overlap-modal
...
fix: Dropdown option gets overlapped on the ModalComponent
2021-06-22 15:37:44 +05:30
dependabot[bot]
d20dec6cf6
Bump ws from 6.2.1 to 6.2.2 in /app/client ( #4941 )
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/commits )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-22 13:49:38 +05:30
arunvjn
f4b1daa459
Use loadash get function to add fall back value to datasource url ( #5285 )
2021-06-22 11:56:18 +05:30
Shrikant Sharat Kandula
c4acc05d27
Remove unused configurations in Netlify
2021-06-22 10:45:54 +05:30
arunvjn
469d7f0e14
Fix to enable scroll in sql query results. ( #5091 )
...
* Dynamically adjust table virtualizer's height according to resizer
2021-06-22 09:23:53 +05:30
arunvjn
655918f741
Removed intermediate navigation to datasource list page. ( #5304 )
2021-06-21 21:28:00 +05:30
Sumit Kumar
7787a0ddac
Bug Fix: Fix dynamic binding substitution failure with Firestore where condition input boxes. ( #5280 )
...
Modify dynamic binding substitution method to handle list and map types containing generic type values.
2021-06-21 19:36:06 +05:30
Trisha Anand
a89990e157
Mongo For Update Migrations ( #5291 )
...
* Commenting out migration for quick fix to bring up release
* Added null checks for the incomplete configured update single and update many queries
2021-06-21 18:37:33 +05:30
Hetu Nandu
441f42c72f
Generate linting errors via JSHint ( #5034 )
2021-06-21 16:39:51 +05:30
Paul Li
9bc1cd4899
Merge branch 'release' into feature/1726-iframe-widget
2021-06-21 06:54:20 -04:00
Paul Li
96c273cc22
FEATURE-1726 : Iframe Widget
...
-- Set default source url to wikipedia.org
-- Fix typo on the tooltip of onURLChanged, url to URL
-- Fix the issue which is related to reduced iframe in its deploy mode
-- Fix the issue which is related to the inclusion of nearby widgets in deploy mode
-- Add Expected Data Type fields with regard to borderOpacity and borderWidth
2021-06-21 06:48:00 -04:00
rahulramesha
c17588f2f8
Merge branch 'release' of github.com:appsmithorg/appsmith into FIX/5073-File-Picker-close-button-tool-tip-content-change
2021-06-21 15:17:10 +05:30
imgbot[bot]
4117aba204
[ImgBot] Optimize images ( #5277 )
...
*Total -- 3,594.44kb -> 3,429.78kb (4.58%)
/static/animations/widgets.gif -- 1,349.47kb -> 1,261.08kb (6.55%)
/static/animations/javascript.gif -- 2,244.10kb -> 2,167.84kb (3.4%)
/app/client/src/assets/icons/comments/filter.svg -- 0.86kb -> 0.86kb (0.34%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-06-21 14:55:06 +05:30
Somangshu Goswami
82a62cf4a7
Merge pull request #4864 from appsmithorg/FIX/4731-dragging-and-dropping-table-widget-error-in-debugger
...
FIX #4731 : update condition for selectedRowIndices when table widget drag and drop
2021-06-21 14:39:10 +05:30
arslanhaiderbuttar
a9961f06ef
Merge pull request #5170 from appsmithorg/buttonUITestCases
...
Button UI test cases
2021-06-21 13:23:30 +05:00
akash-codemonk
e7f6598231
Fix: Log dependent property values in debugger when a property is updated ( #4865 )
2021-06-21 13:50:25 +05:30
Yash
26a70870f0
Merge remote-tracking branch 'origin/release' into FIX/4731-dragging-and-dropping-table-widget-error-in-debugger
2021-06-21 13:15:07 +05:30
imgbot[bot]
6358062dd7
[ImgBot] Optimize images ( #5260 )
...
*Total -- 1,360.99kb -> 1,333.59kb (2.01%)
/static/animations/running-api.gif -- 1,353.80kb -> 1,326.48kb (2.02%)
/app/client/src/assets/images/InspectElement.svg -- 4.50kb -> 4.43kb (1.46%)
/app/client/src/assets/icons/comments/down-arrow.svg -- 0.32kb -> 0.32kb (1.21%)
/app/client/src/assets/icons/ads/bell.svg -- 0.38kb -> 0.37kb (0.78%)
/app/client/src/assets/icons/ads/upload_success.svg -- 0.48kb -> 0.48kb (0.61%)
/app/client/src/assets/icons/ads/download.svg -- 0.60kb -> 0.60kb (0.49%)
/app/client/src/assets/icons/comments/eye.svg -- 0.91kb -> 0.91kb (0.32%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-06-21 11:28:32 +05:30
Abhijeet
598a48cea7
Migration for createdAt and updatedAt field for userCollection if not present ( #5249 )
2021-06-19 18:03:23 +05:30
Anagh Hegde
32ecffbf8f
Merge remote-tracking branch 'origin/feature/page-order-api' into feature/page-order-api
2021-06-18 22:40:43 +05:30
Anagh Hegde
9ad742e97e
Change the test method name to more meaningful,.equals for boolean comparision, fix indentation
2021-06-18 22:40:16 +05:30
abhishek nayak
37708a4128
Merge pull request #5231 from appsmithorg/snyk-fix-45d4107a9d315a1ce1ee74338cb35c92
...
[Snyk] Fix for 26 vulnerabilities
2021-06-18 20:42:01 +05:30
arslanhaiderbuttar
ef39ae8c68
Updated Widgets_form_input_table_default_validation.js
...
Updated Widgets_form_input_table_default_validation.js
2021-06-18 17:08:57 +05:00
Abhinav Jha
2c3b457b47
Fix Table Widget Filter issue ( #3975 )
...
* Fix issue where non-string empty values are not correctly filtered
* Add unit test for fix
2021-06-18 17:34:34 +05:30
Anagh Hegde
82a1289f45
Merge branch 'release' into feature/page-order-api
2021-06-18 15:15:48 +05:30
Anagh Hegde
e02e572df7
Change the logic to have check for the order of all the pages
2021-06-18 14:53:33 +05:30
Shrikant Sharat Kandula
040d3b0cc4
Fix publish application event not being sent
2021-06-18 13:27:31 +05:30
Pawan Kumar
91bf527bea
List Widget Phase 2 ( #4189 )
...
* update meta properties + default properties map
* update widget registery
* update get meta property
* update metahoc + widgetfactory + data tree evaluator
* try sending function as string to worker
* revert data tree evaluator update
* pass default props map from dataTreeWidget file
* wip
* save child meta properties
* remove console.log
* save meta and default map in list
* update listwidget
* remove console.log + unused variables
* revert getMetaPropertiesMap function
* fix data tree test
* fix list widget test
* fix entity definition test
* fix overriting of item in updatedItems
* remove todo comments
* fix meta prop issue
* revert making meta properties from undefiend to "" & fix filepicker bug
* fix test case
* change items to listData and updatedItems to items
* remove console.log
* fix test
* extract derived properties to dervied.js
* disabled top, left, right resize handler list widget container
* add test for dervied js
* add test for selectedItem
* fix background color bug on hover
* remove console.log
* fix chart widget inside list widget
* fix checkbox issue + points raised by yogesh
* revert the createImmerReducer usage
* fix parse derived properties
* remove internal props object that fails the test
* fix import typo
* allow bottom resize handler
* fix template height check
* fix template height check
* update template size check
* fix the is visible invalid prop issue
* fix migration of list widget phase 2
* fix migration
* remove unused import
* fix migration
* fix migration
* remove console.log
* hide delete option for container in entity explorer
* fix testcases
* remove unused import
* fix switch widget meta prop
Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-06-18 13:12:57 +05:30
Trisha Anand
ee4429b973
Commenting out migration for quick fix to bring up release ( #5248 )
2021-06-18 12:10:15 +05:30
Tolulope Adetula
2e896e1ddd
Merge branch 'release' into fix/dropdown-overlap-modal
2021-06-18 07:09:34 +01:00
Satish Gandham
295ac586ba
Merge pull request #5222 from appsmithorg/ui/perf/add-widget-type-id-to-property-pane-tracker
...
Add widget type and id to property pane tracker
2021-06-18 11:37:55 +05:30
Tolulope Adetula
9b39cdbb45
Merge branch 'release' into fix/dropdown-overlap-modal
2021-06-18 07:07:35 +01:00
Nidhi
57adbd7777
Schema info in templates query ( #5244 )
2021-06-18 11:31:17 +05:30
Shrikant Sharat Kandula
7d08187677
Merge pull request #5233 from appsmithorg/fix/send-publish-event-only-on-client-publish
...
Fix app publish event sent at wrong times
2021-06-18 11:19:36 +05:30
Trisha Anand
388418cec5
Merge the two update commands into a single update command in Mongo Form ( #5171 )
...
* Update commands have been merged into a single update command for both single and multi updates
* Added migrations to migrate any update one mongo form command to new update command
* Incorporated review comments
2021-06-18 11:04:39 +05:30
Snyk bot
5c17d962a0
[Snyk] Security upgrade net.minidev:json-smart from 2.3 to 2.4.7 ( #5225 )
...
* fix: app/server/appsmith-interfaces/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-NETMINIDEV-1078499
- https://snyk.io/vuln/SNYK-JAVA-NETMINIDEV-1298655
* Updating the json-smart dependency to the latest one
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2021-06-18 10:54:34 +05:30
Shrikant Sharat Kandula
6c67c20576
Another typo 🤦🏻♂️
2021-06-18 10:48:58 +05:30
rahulramesha
b4519b9dae
Merge branch 'release' of github.com:appsmithorg/appsmith into FIX/5073-File-Picker-close-button-tool-tip-content-change
2021-06-18 10:46:27 +05:30
Shrikant Sharat Kandula
45b062b83b
Typo
2021-06-18 10:43:10 +05:30
Anagh Hegde
bd3369dd03
Remove * import statements
2021-06-18 10:25:36 +05:30
Abhijeet
b87825523e
Support for orphan API without any datasource added for import-export functionality ( #5232 )
2021-06-18 07:20:28 +05:30
Rishabh Saxena
75481e93d2
Fix redirect URL on 401s ( #5230 )
2021-06-17 22:50:32 +05:30
Shrikant Sharat Kandula
11218c2b19
Fix app publish event sent at wrong times
2021-06-17 19:28:50 +05:30
arslanhaiderbuttar
005c8077eb
Add commands in Command.js
...
Add commands in Command.js
copyWidget, deleteWidget
2021-06-17 18:47:54 +05:00
arslanhaiderbuttar
7d901c25a6
Fixed and updated Button Specs.
...
Fixed "Button-Call-Query Validation" test case in Button Spec and updated Copy, delete widget test cases.
2021-06-17 18:43:43 +05:00
arslanhaiderbuttar
1c1f7391d7
Merge branch 'release' into buttonUITestCases
2021-06-17 18:32:21 +05:00
akash-codemonk
11342651db
Fix: Show error callout in api pane when there is an error ( #4827 )
2021-06-17 18:57:46 +05:30
snyk-bot
e8d731a21a
fix: app/server/appsmith-interfaces/pom.xml & app/server/appsmith-server/pom.xml to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1052449
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1052450
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1054588
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1056414
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1056416
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1056417
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1056418
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1056419
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1056420
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1056421
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1056424
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1056425
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1056426
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1056427
- https://snyk.io/vuln/SNYK-JAVA-COMMONSBEANUTILS-460111
- https://snyk.io/vuln/SNYK-JAVA-IONETTY-1020439
- https://snyk.io/vuln/SNYK-JAVA-IONETTY-1070799
- https://snyk.io/vuln/SNYK-JAVA-IONETTY-1082238
- https://snyk.io/vuln/SNYK-JAVA-IONETTY-1083991
- https://snyk.io/vuln/SNYK-JAVA-IONETTY-1089809
- https://snyk.io/vuln/SNYK-JAVA-IOPROJECTREACTORNETTY-559154
- https://snyk.io/vuln/SNYK-JAVA-IOPROJECTREACTORNETTY-559155
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-1009832
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-1296829
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORKSECURITY-1290497
- https://snyk.io/vuln/SNYK-JAVA-ORGYAML-537645
2021-06-17 13:27:03 +00:00
Ashok Kumar M
a76b8cad9b
Feature: Widget Grouping Phase II ( #4825 )
...
* dip
* dip
* Cleaning up grid density positioning.
* dip
* dip
* dip
* dip
* code clean up
* dip
* dip(restructuring widget selection)
* Deselect parents and children of a widget when user multi selects.
* dip
* dip
* dip
* dip
* dip
* fixing a bad merge
* fixing tests
* adding jest tests.
* common util
* dip
* dip
* fixes
* restrict in deploy mode.
* fixing dynamic layout.
* fixing tests.
* on paste fix.
* fixing specs.
* addressing code review comments
* dip
* dip
* dip
* fixing specs.
2021-06-17 18:56:54 +05:30
arslanhaiderbuttar
95382420df
Merge branch 'release' into buttonUITestCases
2021-06-17 17:04:42 +05:00
NandanAnantharamu
7d8b57cb7a
removed unwanted wait ( #5206 )
2021-06-17 16:27:54 +05:30
Satish Gandham
76ad932682
Add widget ID, widget type to property pane open perforamnce tracker.
2021-06-17 15:04:18 +05:30
Nidhi
884636f33f
Snowflake integration ( #5176 )
...
* POC for snowflake integration with Appsmith
This is just a rough version to see if the functionality works. Needs to be cleaned up & enhanced for production usage.
* Plugin with connection, monos, ds testing, validation, templates, structure and forms
* Better comments
* Default schema to public
* Changed logging destination, populated request in result and used thread group for datasource creation
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-06-17 15:03:18 +05:30
Rishabh Saxena
9c99f36bd6
Comments feature fixes (view mode) ( #5081 )
2021-06-17 13:07:27 +05:30
akash-codemonk
6001e69de4
Highlight the second item in in the omnibar search results ( #4611 )
2021-06-17 12:24:55 +05:30
Sumit Kumar
26cd46ea53
Fix: parse json/jsonb data type values as json for postgres plugin ( #5135 )
...
* parse json/jsonb data type values as json
* add support for json (non binary, earlier support for jsonb was added)
2021-06-17 11:31:34 +05:30
Satish Gandham
68ba1acb58
Merge pull request #5148 from appsmithorg/ui/perf/add-tags-option-to-performance-tracker
...
Add an option to set tags on sentry performance transactions #5147
2021-06-17 11:13:23 +05:30
Rishabh Saxena
1b2f01ed2a
Profile image updates ( #4783 )
2021-06-17 00:06:34 +05:30
Satish Gandham
2ffd43bcd0
- Remove the is_array check
2021-06-16 23:22:10 +05:30
Nayan
a1a4f0ef3f
Fature/add pagination in notifications ( #5096 )
...
* -added pagination to notifications API
* -add unit tests for notification pagination
* -added unread count in get notifications API
* -moved notification creations to notification service from comment service
* -add repository method to mark a notification as read
* -added repository to update isRead by for username
* -add API to mark notification as read
* -addd application id and application name in notification
* -save application id and name in notification when creating notification for comment and comment threads
* -added page id, from user information in notifications
* -fixed failing unit test due to dependency error
* -removed unused imports
* -extended base controller in notification controller
* - introduced pagination based on before created data instead of offset based pagination
* -moved application id, name and page id inside comment from notification
* -moved author information from notification to comment thread
* -return data from notification service instead of the response object in the mark read or unread API
2021-06-16 23:24:03 +06:00
Rishabh Saxena
f7405f9004
Reset the user in store on 401s ( #5153 )
2021-06-16 22:39:25 +05:30
Rishabh Saxena
10b3f7e790
Feature/signup success url ( #5124 )
2021-06-16 21:21:18 +05:30
Anagh Hegde
e119bd716c
Ignore the order of the page while checking the published and edited pages test
2021-06-16 21:12:18 +05:30
arslanhaiderbuttar
988cc39b7c
Merge branch 'release' into buttonUITestCases
2021-06-16 17:27:46 +05:00
arslanhaiderbuttar
ba4450aa57
Resolved Conflict in QueryEditor.json file
...
Resolved Conflict in QueryEditor.json file
2021-06-16 17:02:15 +05:00
Ashok Kumar M
e8152ce198
Fix: updating basic dsl for fork and duplicate feature cypress specs ( #5152 )
...
* dip
* dip
2021-06-16 17:21:00 +05:30
rahulramesha
9ce7e906a0
fix for #5073
2021-06-16 15:14:09 +05:30
Yash
2e0f307794
Merge remote-tracking branch 'origin/release' into FIX/4731-dragging-and-dropping-table-widget-error-in-debugger
2021-06-16 14:57:09 +05:30
Anagh Hegde
8296f416cc
Merge remote-tracking branch 'origin/feature/page-order-api' into feature/page-order-api
2021-06-16 14:29:37 +05:30
Anagh Hegde
2ccc1ef1f2
Change the test scenario
2021-06-16 14:29:03 +05:30
arslanhaiderbuttar
49788e5c93
Deleted Hard Waits.
...
Deleted Hard Waits.
2021-06-16 13:55:05 +05:00
arslanhaiderbuttar
9b86a4c6e1
Cypress.json update
2021-06-16 13:27:19 +05:00
Anagh Hegde
e748623e57
Merge branch 'release' into feature/page-order-api
2021-06-16 13:56:52 +05:30
Anagh Hegde
1b36f79a4e
Fix merge conficts
2021-06-16 13:44:46 +05:30
Trisha Anand
77e965523c
[Feature] Smart Substitution for JSON fields in Mongo Form ( #5136 )
...
* Reduced verbosity of the command names for Insert, Find and Delete
* WIP : Smart substitution untested changes for mongo form
* Tested code for smart substitution working for mongo form fields
* Added test case for assert for smart substitution
2021-06-16 13:31:00 +05:30
Anagh Hegde
5a8ac3fd33
1. Fix failing unit tests for the page reorder
2021-06-16 11:21:19 +05:30
Satish Gandham
172bf61648
- Fix typo in type definitions
2021-06-16 10:42:41 +05:30
Satish Gandham
f15eba445c
- Set the default perfTags value to []
2021-06-16 10:15:40 +05:30
Anagh Hegde
3e1702b4f9
1. Add migration logic
...
2. Add order while creating pages
2021-06-16 09:12:53 +05:30
Satish Gandham
5c1a9b512a
Add an option to set tags on transactions #5147
2021-06-15 20:53:48 +05:30
Abhijeet
7c430303aa
Allow only organization admins to export application ( #5085 )
...
* Added permission export:applications for admin role
* Only admins are allowed to export applications
Co-authored-by: Pranav Kanade <pranav@appsmith.com>
2021-06-15 18:18:21 +05:30
arslanhaiderbuttar
a45405917f
JS Scenario
2021-06-15 17:24:25 +05:00
arslanhaiderbuttar
e355d342bf
Button UI Test Cases.
...
Automated following UI test cases
for button regarding the property pane:
Button Style Validation
Button Copy and paste
Button Delete
Create api, and then call it upon clicking the button widget.
Create query, and then call it upon clicking the button widget.
All above using JS
2021-06-15 15:19:30 +05:00
Tolulope Adetula
47bda1d736
Merge branch 'release' into fix/dropdown-overlap-modal
2021-06-15 10:18:19 +01:00
Hetu Nandu
123fc4bc1d
Fix incorrect action type reference ( #5121 )
2021-06-15 12:39:27 +05:30
Somangshu Goswami
ca9324c60a
Merge pull request #4580 from appsmithorg/feature/2111-toggle-header-options
...
Feature/2111 toggle header options
2021-06-15 11:26:55 +05:30
Paul Li
29928aa48b
Merge branch 'release' into feature/1726-iframe-widget
2021-06-15 01:55:11 -04:00
arunvjn
4ee614b132
Fix/api editor enhancement ( #5095 )
...
* Keep datasource tab open when there are datasources configured in API editor
* Save headers when users save an action as datasource
2021-06-15 11:24:14 +05:30
Somangshu Goswami
d54dbd1596
Merge pull request #4946 from appsmithorg/FIX/4875-model-close-icon-reference-update
...
FIX #4875 : update modal onclick reference for same modal while pasting modal
2021-06-15 11:22:00 +05:30
Sumit Kumar
64408df8fa
Fix: Use connection pool for Redis ( #5093 )
...
* Replace single connection instance with a connection pool. This will ensure that simultaneous actions don't fail / break the connection.
2021-06-15 10:59:49 +05:30
NandanAnantharamu
9b75dba780
updated test flow ( #5118 )
2021-06-15 10:12:07 +05:30
Anagh Hegde
9932f918f9
Use assertThat type of assertions and move the order initialization logic to migration
2021-06-15 10:03:39 +05:30
NandanAnantharamu
861ab7ec81
Updated fork/duplicate test ( #4923 )
...
* Updated test to handle version
* updated test
* added a small wait
* Assertion updated
* formatted code
* fork test updated
* dsl file added
* Updated test
* Try waiting in the addDsl step
* Other fixes
Co-authored-by: hetunandu <hetu@appsmith.com>
2021-06-14 19:29:13 +05:30
Rishabh Saxena
a2e3496c8e
Check if user exists before loading the form ( #5108 )
2021-06-14 16:32:41 +05:30
Anagh Hegde
1ca7a0cb20
Add test for page reorder and add order to the response
2021-06-14 15:34:07 +05:30
Anagh Hegde
ccd04b14d9
1. Added logic to handle pageDown scenario
...
2. Added comments
2021-06-14 10:19:02 +05:30
Satish Gandham
c00cce0b12
Merge pull request #4849 from appsmithorg/perf/ui/optimize-popper-component/4837
...
[Perf] Optimize popper component by not triggering layout on every render
2021-06-14 08:29:08 +05:30
Paul Li
59bf649131
Merge branch 'release' into feature/1726-iframe-widget
2021-06-12 12:12:28 -04:00
Paul Li
31177efc18
FEATURE-1726 : Iframe Widget
...
-- Remove the spread operator in IframeWidget
-- Connect the widget help with the correct documentation path
-- Expose source and title for autocomplete
-- Remove the redundant wrapping with meta from the widget
2021-06-12 12:08:10 -04:00
Kaushik Varanasi
9d6247672a
[FIX] modify regex to accept cyrillic characters in page name ( #4741 )
...
* modify regex to accept cyrillic characters in page name
* Remove separator regex in order to allow all utf characters
* Disallow special characters
2021-06-12 20:35:26 +05:30
Rishabh Saxena
50e5807e8d
Minor comment tour updates ( #5024 )
2021-06-11 20:31:32 +05:30
Paul Li
809416ab21
Merge branch 'release' into feature/2111-toggle-header-options
2021-06-11 09:25:12 -04:00
Paul Li
4d9ea51baa
Merge branch 'release' into feature/1726-iframe-widget
2021-06-11 09:21:38 -04:00
Paul Li
6c9f3c2a89
FEATURE-1726 : Iframe widget
...
-- Remove spread operator on IframeComponent
-- Use a theme color by default for border color
-- Fix the crash issue when the widget is removed
2021-06-11 09:16:29 -04:00
NandanAnantharamu
173145ab36
Fix/org test ( #5051 )
...
* updated locator
* removed unwanted check
* updated test
2021-06-11 17:09:12 +05:30
Confidence Okoghenun
8cea1210e4
Updates mkcert installation steps in docs ( #4637 )
2021-06-11 14:25:46 +05:30
Somangshu Goswami
7615e54f1e
Merge pull request #4299 from appsmithorg/feature/4135-table-url-column-pretty-link
...
Feature/4135 table url column pretty link
2021-06-11 12:50:04 +05:30
Anagh Hegde
fea54e2fa0
Moved constructor to the top.
2021-06-10 17:12:29 +05:30
Shrikant Sharat Kandula
8db64e6355
Merge pull request #4980 from appsmithorg/feature/send-email-on-comment
...
Feature/send email on comment
2021-06-10 15:20:34 +05:30
Trisha Anand
06cafb6066
Getting Prepared Statement for Postgres, MySQL, and MS-SQL and Smart Substitution for Rest API plugins out of beta ( #5019 )
...
* Correcting text for Mongo Form Insert command
* Getting Prepared Statement for Postgres, MySQL, and MS-SQL and Smart Substitution for Rest API plugins out of beta
* Fixed failing test case
* Fixed Ms-sql plugin test failure
2021-06-10 13:55:56 +05:30
Paul Li
e2168f70d8
Merge branch 'release' into feature/1726-iframe-widget
2021-06-10 04:18:56 -04:00
Paul Li
88a885b759
FEATURE-1726 : Iframe Widget
...
-- Bind onMessageReceived
-- Refactor event bindings
2021-06-10 04:17:33 -04:00
Nayan
87ab6ff926
-removed commented code as per PR review
2021-06-10 13:09:36 +06:00
Anagh Hegde
bcd5f0600d
Add page re-order API
2021-06-10 12:23:47 +05:30
Anagh Hegde
7acba5e1df
Add page re-order API
2021-06-10 12:12:48 +05:30
dependabot[bot]
072ff7ad35
Bump merge-deep from 3.0.2 to 3.0.3 in /app/client ( #4982 )
...
Bumps [merge-deep](https://github.com/jonschlinkert/merge-deep ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/jonschlinkert/merge-deep/releases )
- [Commits](https://github.com/jonschlinkert/merge-deep/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: merge-deep
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 12:00:50 +05:30
prapullac
23b4e23a7b
Manual test ideas for Tab widget ( #4319 )
2021-06-10 11:59:36 +05:30
akash-codemonk
02db8dd968
Improve omnibar search when special characters exist in query ( #4965 )
2021-06-10 11:38:00 +05:30
Paul Li
b682741f13
Merge branch 'release' into feature/4135-table-url-column-pretty-link
2021-06-10 01:31:54 -04:00
Paul Li
47da2c622f
FEATURE-1726 : Iframe Widget
...
-- Bind onURLChanged event listener
2021-06-10 01:29:52 -04:00
Abhijeet
0246563bd2
Bugfix for applications with MongoDB datasources authenticated with SRV string ( #4944 )
...
* Avoid updating authenticationDTO for mongo-plugin with SRV if the authentication object is already present
2021-06-10 10:52:23 +05:30
Rishabh Saxena
9c75596957
Init notifications ( #4839 )
2021-06-09 20:02:17 +05:30
akash-codemonk
6996e6eab4
Feature: Show entity dependencies in debugger ( #4356 )
2021-06-09 18:15:41 +05:30
Pranav Kanade
b04b7ddf02
[ Fixed #4520 ] - Remove Entity Explorer Search ( #4600 )
...
* Added a prop to hide the entity explorer search
* Updated the cypress tests to accomodate invisible entity explorer search bar
* Removed cmd + f key mapping for entity search.
Although, keeping it for widget search
* blocking default `cmd+f` event only if widget search is present
Co-authored-by: Rishabh Saxena <rishabh.robben@gmail.com>
* removed a test case dependent on entity search.
* Revert "removed a test case dependent on entity search."
This reverts commit d5595d1856bbbb6ae472f26cb125b86787197b48.
* fixed test cases for table widget to force em to use table's search functionality
Co-authored-by: Rishabh Saxena <rishabh.robben@gmail.com>
2021-06-09 17:50:15 +05:30
Rishabh Saxena
07a292328a
Comments feature fixes ( #4738 )
2021-06-09 16:05:10 +05:30
Paul Li
a54b0ffc16
Merge branch 'release' into feature/2111-toggle-header-options
2021-06-09 06:19:41 -04:00
Paul Li
8cef35cecf
FEATURE-2111 : Show/Hide Table Controls
...
-- Add a migration for the header options visibilities
2021-06-09 06:16:48 -04:00
Shrikant Sharat Kandula
4787b74958
Add API for setting page order in an application
2021-06-09 15:17:31 +05:30
Paul Li
a5cdf32590
FEATURE-1726 : iframe widget
...
-- Scaffold the widget
-- Bind properties
2021-06-09 05:39:17 -04:00
Satish Gandham
f88f1370ee
- Close the property pane at the start of the test as it's not closed in the earlier test case.
2021-06-08 23:20:16 +05:30
Confidence Okoghenun
3291e8ca85
chore: Fixes typo in collab tour ( #4681 )
2021-06-08 20:40:10 +06:00
Trisha Anand
1bb54b0c7c
[Bug Fix] : Mongo Form Find - Projection field is parsed correctly ( #4976 )
...
* Parsing the field projection in Mongo Form
* Added test case to assert Projection field working.
2021-06-08 19:27:55 +05:30
Somangshu Goswami
ebacb9e11d
Merge pull request #4844 from appsmithorg/FIX/3899-typeerror-in-custom-chart
...
FIX #3899 : added supported custom chart types list, validate chart t…
2021-06-08 18:12:00 +05:30
Somangshu Goswami
972bc2fee4
Merge pull request #4967 from appsmithorg/fix/-page-saga-bug
...
fix: *isRetry is undefined* bug on Page saga
2021-06-08 18:09:50 +05:30
Somangshu Goswami
3816eb2773
Merge pull request #4641 from appsmithorg/FIX/4524-Toggle-dyanmic-to-normal-boolean-field
...
[ISSUE#4524]Fix: Added a check in else block too and assigned default…
2021-06-08 17:56:59 +05:30
Anagh Hegde
1a44df90e1
Merge pull request #4921 from appsmithorg/bug/tests-failing-on-silicon
...
Fix - tests don't run on an M1 Silicon Mac
2021-06-08 16:52:10 +05:30
Nayan
b3bde4eb95
-organized imports
2021-06-08 15:52:25 +06:00
Nayan
ba4ea3a61b
-fixed issue in unit test
2021-06-08 15:34:10 +06:00
Satish Gandham
d2fafaa7f6
Merge branch 'release' into perf/ui/optimize-popper-component/4837
2021-06-08 14:39:36 +05:30
Nayan
280155ac89
-added test for the email event handler
2021-06-08 14:43:21 +06:00
Nayan
5550c9310f
-moved email sender to background task
2021-06-08 14:43:20 +06:00
Nayan
f9493a4bd2
-add unit test for utils
2021-06-08 14:43:19 +06:00
Nayan
db7363fac6
-Issue #4706 - send email when new comment added or comment thread resolved
2021-06-08 14:43:18 +06:00
Tolulope Adetula
b0c7c1c5ca
fix: options display in deploy view
2021-06-08 08:40:41 +01:00
Somangshu Goswami
d37c7a97a4
Merge pull request #4834 from appsmithorg/feature/modal-onClose
...
added onclose property and handlers on ModalWidget
2021-06-08 12:43:50 +05:30
Pranav Kanade
dd9f8b362d
[Feature #3379 ] Added recaptcha for signup ( #4701 )
...
* temp commit
* using onsubmit to continue using action on form
* added recaptcha site key to env example file
* moved the recaptcha lib loading logic to signup page
* removed unnecessary edit
* handle the case where the recaptcha token is not provided as env var
* added proper env var config for client
* recaptcha config for ansible
* recaptcha config for heroku
* recaptcha config for k8s
* updated app.json
* fixed the typos
* added more description for env vars
* removed api key
* minor typo fix
2021-06-08 11:10:11 +05:30
Satish Gandham
7c0f46a189
Merge pull request #4605 from appsmithorg/perf/ui/optimize-editableText-component
...
[Perf] Patch for bluperint to optimize editable text component
2021-06-07 20:11:54 +05:30
Tolulope Adetula
89ca5b6da0
fix: isRetry bug in Page saga
2021-06-07 15:33:20 +01:00
Somangshu Goswami
5f01ec859d
Merge pull request #4660 from appsmithorg/FIX/4573-custom-chart-type-not-supported-text
...
FIX #4573 : added custom fusion chart config to override default message
2021-06-07 19:09:35 +05:30
akash-codemonk
8e7b95fd62
Omnibar UI/UX improvements ( #4677 )
...
- Open omnibar on cmd + p as well
- Add analytics event for opening discord link
- Update api icon to keep same width
- Click anywhere on search result row will now open the link instead of just clicking on the icon
- Change text from "Recents" to "Recent Entities"
- Show a footer with a few instructions.
2021-06-07 18:44:35 +05:30
Somangshu Goswami
5bca743790
Merge pull request #4452 from appsmithorg/fix--color-picker-in-form-widget
...
fix: add color picker to form component
2021-06-07 18:15:15 +05:30
Somangshu Goswami
43e8195192
Merge pull request #4799 from appsmithorg/fix/default-table-scrolls
...
Horizontal scrollbars are not required for default table widget
2021-06-07 17:58:09 +05:30
Rishabh Saxena
2e6b262f29
Revert specific handling at setup for macs with apple chips ( #4591 )
2021-06-07 16:23:18 +05:30
Somangshu Goswami
57487947f3
Merge pull request #4372 from appsmithorg/feature/datepicker-max-date
...
fix :extended maxDate and minDate limits to 100 years from now.
2021-06-07 14:51:27 +05:30
Somangshu Goswami
e1fb11b27c
Merge pull request #4604 from appsmithorg/fix/4362-recaptcha-field-unexpected-data-types
...
Fix/4362 recaptcha field unexpected data types
2021-06-07 14:50:53 +05:30
Somangshu Goswami
ba0a7a428e
Merge pull request #4734 from appsmithorg/bug/select-lodash-options
...
added string check on options props
2021-06-07 14:45:49 +05:30
vicky.bansal@primathon.in
6610786e79
Merge branch 'release' of https://github.com/appsmithorg/appsmith into fix/default-table-scrolls
2021-06-07 13:04:04 +05:30
Tolulope Adetula
cf8d9b8c0b
Merge branch 'release' into fix--color-picker-in-form-widget
2021-06-07 07:33:17 +01:00
Tolulope Adetula
210e65a668
Merge branch 'release' into fix/dropdown-overlap-modal
2021-06-07 07:28:42 +01:00
Pranav Kanade
55e6fcfc2f
App viewer will not be able to export app ( #4938 )
2021-06-07 11:30:10 +05:30
Sumit Kumar
d2a74b5ac9
Feature: firestore plugin support for multiple where conditions ( #3740 )
...
* allow users to add multiple where conditions to firestore's get documents query.
2021-06-07 10:43:16 +05:30
Satish Gandham
5152f2ad57
Merge branch 'release' into perf/ui/optimize-editableText-component
2021-06-07 10:25:22 +05:30
Satish Gandham
e0642ddaab
Merge branch 'release' into perf/ui/optimize-popper-component/4837
2021-06-07 10:11:49 +05:30
Yash
430e8522f1
FIX #4875 : update modal onclick reference for same modal while pasting modal and added test case
2021-06-05 22:09:30 +05:30
Pranav Kanade
8290dd5a25
Fix/update cypress command delete user from org ( #4930 )
...
* added the isOpen and onClose pros to context menu component
* added a warning shown before letting a user leave org
* added confirmation modal for removing members from table
* Added warning modal to be showing on member deletion
* updated cypress tests
* fixed typo
* removed log
* updated deleteUserFromOrg cypress command
2021-06-05 11:01:18 +05:30
Pranav Kanade
42bbc1edf1
[Feature #4903 ] Show warning text for choosing choosing to leave organisation. ( #4915 )
...
* added the isOpen and onClose pros to context menu component
* added a warning shown before letting a user leave org
* added confirmation modal for removing members from table
* Added warning modal to be showing on member deletion
* updated cypress tests
* fixed typo
* removed log
2021-06-04 16:26:58 +05:30
Somangshu Goswami
162b4bd4bc
Merge pull request #4618 from appsmithorg/fix/2358-dropdown-multi-select-too-much-space
...
Fix/2358 dropdown multi select too much space
2021-06-04 16:15:16 +05:30
Somangshu Goswami
29262ecbd5
Merge pull request #4309 from appsmithorg/fix/text-parsing
...
Fix email parsing issue in text widget
2021-06-04 16:06:29 +05:30
Somangshu Goswami
4cf050147b
Merge pull request #4835 from appsmithorg/fix/custom-chart-config-better-doc
...
fixing docs and expectation strings on custom chart
2021-06-04 16:04:15 +05:30
akash-codemonk
24d2974a3e
Improve omnibar highlight and search experience ( #4753 )
2021-06-04 16:03:57 +05:30
Somangshu Goswami
f02b440ec9
Merge pull request #4794 from appsmithorg/FIX/3648-display-issue-delete-toast-message-on-rte
...
FIX #3648 : updated css to display toast message properly on deleting…
2021-06-04 16:03:27 +05:30
Somangshu Goswami
57cd947d9f
Merge pull request #4425 from appsmithorg/bug/datepicker-max-date-validation
...
Fix: Allow the same dates to be used in Default & Min/Max fields
2021-06-04 16:03:00 +05:30
Anagh Hegde
4268e4caaa
Replace the repoTag from latest to fixed version
2021-06-04 13:49:20 +05:30
Rishabh Saxena
d9758f7755
Onboarding form ( #4910 )
2021-06-04 13:18:17 +05:30
Apeksha Bhosale
0199aeef33
Improve autocomplete ( #4898 )
2021-06-04 13:03:54 +05:30
Apeksha Bhosale
179d5ae8a9
Improve JS error reporting in the debugger ( #4854 )
2021-06-04 12:39:36 +05:30
Anagh Hegde
b73f5c8ed1
Replace the repoTag from latest to fixed version
2021-06-04 12:37:16 +05:30
Anagh Hegde
b7ccb1da01
Fix - tests don't run on an M1 Silicon Mac
2021-06-04 11:15:44 +05:30
arunvjn
a7a7390d08
Fixed overlapping dropdown in MYSQL forms ( #4914 )
2021-06-04 11:09:31 +05:30
dependabot[bot]
98d5a0ff50
Bump httpclient from 4.5.10 to 4.5.13 in /app/server/appsmith-server ( #4917 )
...
Bumps httpclient from 4.5.10 to 4.5.13.
---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-04 10:19:06 +05:30
Nayan
5cf5160c99
bugfix: redirect user to homepage when user was inside an org and lef… ( #4905 )
...
* bugfix: redirect user to homepage when user was inside an org and left that organization
* -removed a console log
2021-06-04 00:36:34 +06:00
Sumit Kumar
8199db669a
- remove DB Auth type check. ( #4896 )
...
* remove DB Auth type check, since the type is not getting set and the check does not seem to be required in any way.
2021-06-03 23:31:37 +05:30