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
Nidhi
3894dbcacf
Run tests for all approved PRs ( #5275 )
2021-06-21 12:20:57 +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
abhishek nayak
e6adc27b7e
Merge pull request #5258 from appsmithorg/update-gifs
...
update gifs on readme
2021-06-19 03:39:10 +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
vihar
8cdbff1f02
update gifs on readme
2021-06-18 20:04:27 +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
87b2d25b09
Merge pull request #5252 from appsmithorg/fix/publish-event-not-being-sent
...
Fix publish application event not being sent
2021-06-18 13:48:42 +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
abhishek nayak
416adefe40
Update README.md
2021-06-18 10:28:38 +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