Tolulope Adetula
7e3529f60b
fix: selected option value from select widget ( #9796 )
...
* fix: Select widget Value
* fix: comment
* fix: failing test
* fix: failing test
* fix: failing test
* fix: selectedOptionValue
* revert : test case
* fix: tests
* fix: add test cases
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-12-16 08:36:26 +01:00
Aswath K
66b9f69426
fix: Issue with deleting page ( #9784 )
...
Old page id was getting cached caused failure in deleting pages
Fixes #9717
2021-12-16 12:28:30 +05:30
Trisha Anand
11603e0d24
chore: Backend code split ( #9610 )
...
* Server comes up
* Instead of extracting ee, we extract the ce to get the mongo repo to work
* ActionRepo migrated
* ApiTemplateRepo migrated
* Application repo migrated
* Asset Repo migrated
* Collection repo migrated
* Comment repo migrated
* Comment thread repo migrated
* Config repo migrated
* datasource repo migrated
* group repo migrated
* Invite user repo migrated
* layout repo migrated
* New action repo migratd
* .
* Migrated rest of the repos.
* Migrated the repo impl as well between ce and common
* acl package partially migrated
* Authentication migration done!
* Controllers migrated
* AppsmithPermission enum migrated to class and split
* Unnecessary change removed
* Appsmith role enum converted to class
* Revert
* Reverting enum to class conversion after failing at implementing
* All services migrated
* server.solutions package completed
* Fixed solutions failing test cases
* Code compiling! Woohoo!
2021-12-15 22:59:46 +05:30
Ayangade Adeoluwa
763bb8f287
restricts datasource name character length ( #9471 )
2021-12-15 18:02:11 +01:00
Keyur Paralkar
3a1c2b0799
fix: removed -1 and 2d array population error in the selectedRowIndices ( #9606 )
...
* fix: removed -1 and 2d array population error in the selectedRowIndices
* test: init integration test for bug fix
* test: completed the integration tests for bug fixes
* test: added unit test for edge case in propertyUtils
* refactor: removed unused import
* feat: added selectedRowIndices as an option in the autocomplete
* fix: fixed table widget test cases
2021-12-15 17:44:50 +05:30
Aman Agarwal
0c74e7273e
fix(handle-enter-confirm-popup): added key action to confirm popup wi… ( #8980 )
...
* fix(handle-enter-confirm-popup): added key action to confirm popup with class functions
* fix(handle-enter-confirm-popup): removed isModalOpen in keyUp not required check
2021-12-15 17:21:57 +05:30
Ayush Pahwa
d52a28dd2e
Added handling for non JSON response on executeAction ( #8907 )
...
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-12-15 17:10:03 +05:30
Favour Ohanekwu
79b45c60df
fix: Update replaceAll function for browser support ( #9776 )
...
Update replaceAll function for browser support
2021-12-15 11:42:25 +01:00
Nayan
f0a2cbd73f
chore: Added DB migration to flush redis ( #9772 )
2021-12-15 13:54:27 +05:30
rahulramesha
ddedf985b5
entity name rerender fix ( #9703 )
2021-12-15 08:23:24 +00:00
Favour Ohanekwu
84a627aaeb
fix: properly lint triggerfields ( #9773 )
...
Properly lint trigger fields
2021-12-15 06:18:45 +01:00
gokuatkai
0edd50f6b2
Add helm param to disable namespace creation ( #9719 )
...
Will only create namespace if namespace.create == true
2021-12-15 08:01:48 +05:30
Rishabh Saxena
2821ac2d75
fix: git sync updates ( #9623 )
...
Co-authored-by: haojin111 <haojin828@outlook.com>
2021-12-15 00:30:59 +08:00
Anagh Hegde
e216dad15b
feat: Refactor APIs to include branch name in the request header ( #9679 )
...
* refactor api's to include branchName for git
* Check for updating Ids for move action
* Added check for global profile
* Fix bad merge
Co-authored-by: Abhijeet <abhijeet@appsmith.com>
2021-12-14 15:09:30 +00:00
Aman Agarwal
2c61de6525
fix: Correcting the duplication of headers from datasource to newer APIs ( #9157 )
2021-12-14 12:39:05 +00:00
Aman Agarwal
d05b2d5b56
fix: Correcting the run button loading state on cancel in API pane ( #9094 )
...
* fix(run-button-loading): the run button loading state changed on cancel
* fix(run-button-loading): added test case for run button loading status
2021-12-14 12:37:42 +00:00
Nidhi
b0900d1c22
fix: Added collection id and clientsideexecution to layout on page load DTO ( #9683 )
2021-12-14 16:34:45 +05:30
Ayangade Adeoluwa
cac0df71aa
fixes duplication of where clause AND-condition fields ( #9745 )
2021-12-14 11:42:21 +01:00
Nayan
28c181b59c
feat: [Feature] Upgrade spring boot version to 2.5.5 ( #8932 )
...
Upgrades spring boot version to 2.5.5
2021-12-14 16:22:37 +06:00
Nayan
c126786e98
fix: application is added to recent list if duplicated ( #9549 )
...
When user duplicates an application, the source application is also being marked as recently accessed application. As a result both the duplicated application and the source application are shown in the beginning of the list of applications.
2021-12-14 16:21:50 +06:00
Aishwarya-U-R
11c7095980
Merge branch 'master' into release-v1.6.3
2021-12-14 15:23:37 +05:30
Hetu Nandu
4c54ea21fb
feat: Add support for custom 'this' and 'global' variables during evaluation ( #9651 )
2021-12-14 14:00:43 +05:30
Nidhi
861ee2c46e
fix: Added handling for action collections during duplicate app flow ( #9637 )
2021-12-14 13:40:25 +05:30
Ayangade Adeoluwa
e9cd435c96
feat: UQI Pagination Component implementation ( #9446 )
...
* pagination component implementation with files for testing(to be removed)
* UQI Pagination component created.
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-12-14 09:02:06 +01:00
Aswath K
c9e1a73db7
fix: Regex to detect function args ( #9634 )
...
* fix: Regex to detect function args
* Add Tests for argString to Array
* fix: failed condition
* fix: bug with arrow function regex
2021-12-14 13:28:09 +05:30
Bhavin K
f7e2e079a9
fix: 8336 updated isLoading property in all widgets ( #9409 )
2021-12-14 07:55:58 +00:00
Bhavin K
406255fcf6
fix : updated alignments ( #9602 )
2021-12-14 07:55:30 +00:00
Aswath K
a2902b5235
fix: table color picker issue ( #9681 )
...
* fix: deleting color in color picker causes default color to set automatically
* Set default color property for newly added columns
* Add cypress tests
* fix issue for Label color
* fix: test issue
2021-12-14 07:55:05 +00:00
Apeksha Bhosale
9a7a5e06af
fix: changed conditions for variables as variables were undefined ( #9748 )
2021-12-14 13:01:40 +05:30
Nikhil Nandagopal
7a79e7430c
Updated Label Config
2021-12-14 11:47:49 +05:30
Rishabh Rathod
4838b7e73e
Revert "fix: Select widget Value ( #9444 )" ( #9744 )
...
This reverts commit af08547529 .
2021-12-14 11:19:54 +05:30
Rishabh Saxena
d9bdde0904
chore: remove plausible to improve page performance ( #9713 )
2021-12-13 12:13:39 +05:30
NandanAnantharamu
990ec76c4b
test: Added test for select Widget ( #9600 )
...
* Added test for select Widget
* updated common locators
2021-12-13 11:14:01 +05:30
Parthiv Makwana
c2d549cb37
chore: Duplicate case labels found in switch case in Icon.tsx ( #8640 )
2021-12-12 19:20:14 +05:30
VASANTH KUMAR BHUKYA
3f3472314b
docs: Improving the grammar in AWS AMI README ( #8461 )
...
Made changes to the Readme file of AWS Console to improve the grammar
2021-12-12 19:16:37 +05:30
Shrikant Sharat Kandula
a26c14e2cd
fix: Load pages from GitBook sequentially ( #8519 )
...
Loading them in parallel is causing us to breach some rate limiting restrictions sporadically and the whole process fails. So this reverts to loading pages sequentially instead.
2021-12-12 19:11:07 +05:30
Abhijeet
e6c323a2ec
fix: Update crud template for failing S3 list file action ( #9691 )
...
* Updated Template
* Update TC
Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
2021-12-12 18:23:59 +05:30
Shrikant Sharat Kandula
334e1dce1d
ci: Run a small test on fat image before pushing to DockerHub ( #8619 )
2021-12-12 14:34:17 +05:30
dependabot[bot]
199927b32e
chore: bump algoliasearch-helper from 3.2.2 to 3.6.2 in /app/client ( #9307 )
...
Bumps [algoliasearch-helper](https://github.com/algolia/algoliasearch-helper-js ) from 3.2.2 to 3.6.2.
- [Release notes](https://github.com/algolia/algoliasearch-helper-js/releases )
- [Changelog](https://github.com/algolia/algoliasearch-helper-js/blob/develop/CHANGELOG )
- [Commits](https://github.com/algolia/algoliasearch-helper-js/compare/3.2.2...3.6.2 )
---
updated-dependencies:
- dependency-name: algoliasearch-helper
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-12-12 07:52:56 +00:00
dependabot[bot]
1a2db9dc09
chore: bump ua-parser-js from 0.7.22 to 0.7.31 in /app/client ( #9504 )
...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js ) from 0.7.22 to 0.7.31.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases )
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.22...0.7.31 )
---
updated-dependencies:
- dependency-name: ua-parser-js
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-12-12 07:50:09 +00:00
Paul Li
08b0e86967
feat: Change Map Pin Color on Map Widget ( #8337 )
...
* feat: Change Map Pin Color on Map Widget
-- Add a color property for a marker
* feat: Change Map Pin Color on Map Widget
-- Set #E0DEDE as default color
* feat: Change Map Pin Color on Map Widget
-- Revert to the original logic
* feat: Change Map Pin Color on Map Widget
-- Add a new base icon for a marker
* feat: Change Map Pin Color on Map Widget
-- Add anchor property for custom marker icon
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-12-12 13:43:29 +08:00
dependabot[bot]
f8f230f531
chore: bump prismjs from 1.24.0 to 1.25.0 in /app/client ( #7649 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.24.0...v1.25.0 )
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-12-11 12:31:48 +05:30
dependabot[bot]
abe50f3c6e
chore: bump url-parse from 1.4.7 to 1.5.3 in /app/client ( #9502 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.4.7 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.3 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-12-11 06:50:39 +00:00
Shrikant Sharat Kandula
48e27a2431
fix: Add fix for log4j2 RCE ( #9706 )
...
Ref: https://spring.io/blog/2021/12/10/log4j2-vulnerability-and-spring-boot .
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-12-11 10:47:07 +05:30
Shrikant Sharat Kandula
3c259386ff
fix: Add fix for log4j2 RCE ( #9706 )
...
Ref: https://spring.io/blog/2021/12/10/log4j2-vulnerability-and-spring-boot .
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-12-11 09:54:38 +05:30
geekup-legodevops
192f5acf0b
Ansible playbook now works with Appsmith fat image ( #9509 )
2021-12-11 08:01:56 +05:30
Snyk bot
b31d390054
chore: app/client/package.json & app/client/yarn.lock to reduce vulnerabilities ( #9447 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSONSCHEMA-1920922
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-12-10 18:11:35 +00:00
Nidhi
d3a100e02f
feat: Added action to upload multiple files in S3 ( #9337 )
...
* feat: Added action to upload multiple files in S3
* Added test case for multiple file uploads
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-12-10 10:43:12 +00:00
Vicky Bansal
39db055211
fix: use defaultTab as selectedTab when selectedTab property is not available on page load ( #9487 )
2021-12-10 14:15:03 +05:30
Aishwarya-U-R
fd0f258699
test: Automated tests for RestApi, S3 Bugs ( #9539 )
...
* Supressing console.log
* Bugs 5550, 8684 scripted
* Bugs # 9425, # 4775 + S3 failure fix
* S3 failure fixes
* Postgress Delete Ds correted
* Bug # 9334 - Implemented
* onlyQueryRun reverted
* testSaveDatasource reverted
* Mongo Aggregate case fix
* testSaveDatasource updated to test true & false
2021-12-10 12:53:12 +05:30