Subin Mathew
eb623188d7
ci: Publish Appsmith helm chart ( #9540 )
2021-12-03 01:58:08 +05:30
Shrikant Sharat Kandula
77caf4c536
chore: Send telemetry option in user profile to client ( #9535 )
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: sbalaji1192 <balaji@appsmith.com>
2021-12-03 01:56:16 +05:30
Parthvi12
0b8181c229
test: testcases for autocomplete using slash and mustache ( #9489 )
...
* Testcases for autocomplete using slash and mustache
* fixed failing tests
Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2021-12-02 19:39:50 +05:30
Shrikant Sharat Kandula
cd624982b8
Handle telemetry disabled ( #9517 )
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-12-02 16:58:26 +05:30
Aswath K
eed6ad9166
fix: empty string validation if required is set ( #9476 )
2021-12-02 16:45:18 +05:30
Shrikant Sharat Kandula
31cac9f85f
Fix Appsmith image name in Helm chart values ( #9460 )
2021-12-02 16:08:35 +05:30
Anand Srinivasan
4ced0954db
feat: Syntax parsing through AST ( #9115 )
...
* ast changes
* ast fix for cyclic dependency
* jest test updates for ast
* feat: Extract references in code with AST (#8617 )
Co-authored-by: Nidhi <nidhi@appsmith.com>
* undo debugger changes
* code clean up and comments
* update type checks for literal nodes
* include tests for IIFE and direct object access
* fix - dependency map not updated on IIFE/direct object access
* update tslib
* unescape on AST parsing
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
Co-authored-by: Nidhi <nidhi@appsmith.com>
2021-12-02 15:33:43 +05:30
Nidhi
2653c7828f
feat: authentication for SaaS ( #9352 )
...
* initial commit
* fix: Added migration gor google sheets plugin name
2021-12-02 14:46:51 +05:30
Bhavin K
2ade131ebf
fix: button group cursor in case of disable ( #9481 )
2021-12-02 14:15:46 +05:30
Aswath K
cc0ed3b89e
fix: long dropdown popup truncates items ( #9187 )
...
* set max-height for Dropdown
* Better height calculation
* address review comment
* removed unecessary assertion
Co-authored-by: Apple <nandan@thinkify.io>
2021-12-02 08:28:51 +01:00
Keyur Paralkar
ba5262df2c
fix: fixed the default value of zero not present in parent form data on pageload ( #9324 )
...
* fix: fixed the default value of zero not present in parent form data on pageload
* test: added cypress test for Checking default value 0
* refactor: changed the DSL and added reset condition at the end of test
* refactor: removed the proxy variable
* refactor: corrected the typo
2021-12-02 11:36:24 +05:30
Uchechukwu Nwafor
74a9e7c892
fix: refresh profile image on the header when a new image is uploaded ( #8550 )
2021-12-02 11:26:41 +05:30
Aishwarya-U-R
37339c0cb1
test: RestAPI parallel run & Debug btn crash [Bugs 5550, 6863, 8686] - Script implementation ( #9435 )
...
* Bugs 5550, 6863 - Script implemented
* Added wait time in cy.updateCodeInput
* S3 DeleteSource failure fix
* S3 Delete Ds case fix
* Mongo Failure fixes
* Failure fixes
* Bug 8686 - Implemented
* cypress.json updated
* Added wait for proper validation pass
* Updated
* Updated EvaluateCurrentValue
* Update commands.js
* Added AfterEach
* Updated EvaluateCurrentValue()
2021-12-02 10:50:44 +05:30
Nidhi
5434d25735
fix: Added client side execution logic and on page load logic for js ( #9392 )
...
* fix: Added client side execution logic and on page load logic for js
* Revert dev env
* Revert dev env
* Updated tests expectation partly to break PR
* fix: Reverted test breakage for this PR
2021-12-01 22:02:43 +05:30
abhishek nayak
8b69e67147
Update README.md
2021-12-01 20:02:51 +05:30
Aman Agarwal
df715297ec
fix: Adding empty array check for mapping keys ( #9459 )
2021-12-01 18:36:41 +05:30
Favour Ohanekwu
a9527f3e49
update ternserver when no custom def is available ( #9472 )
2021-12-01 04:50:15 +01:00
Nidhi
0a4e1a3e6d
fix: Send unsupported message when trying to test SaaS integrations ( #9335 )
2021-11-30 17:37:22 +00:00
Abhinav Jha
5173ef418b
chore: Update Validations ( #9177 )
...
* Update Validations
===
- If number value is out of bounds, return minmax || parsed || 0
- If text has regex, match RegExp - earlier we were matching with
string, which was always failing
- Prioritise expected value in TEXT validation RegExp case.
* Add tests for regex and update tests for other changes
* Add test for using expected type instead of regex in messages
* Update regex, as it was reported to be buggy
2021-11-30 22:21:41 +05:30
NandanAnantharamu
425a46f34d
test: updated filter tests ( #9448 )
...
* Filter Tests
* Test spec added
* updated import
* added some wait
* updated the dependencies
* Added the dependancy files
2021-11-30 20:56:37 +05:30
Tolulope Adetula
809a288bdc
fix: popups same width as parent ( #7499 )
...
* fix: select widget popup
* fix: select widget
* fix: Menu button
* fix: make Clear Var names
* fix: consistent dropdown width
* fix: define variable better
* fix: prettier error
* fix: variable name
* fix: select popup issue
* fix: PR issues add comments
* fix: remove unused css
* fix: add tests
* fix: more pop overs
* fix: menu button popup
* fix: Multiselect dropdown
* fix: failing test
* fix: add more tests
* fix: Failing Test
2021-11-30 02:38:46 -08:00
rashmi rai
b65258876f
fix: missing number of queries in active datasource ( #7694 )
2021-11-30 10:11:40 +00:00
Nayan
06656eca5d
feat: [Feature] Show recently accessed apps first ( #9017 )
...
Most recently apps will be displayed under each organization in user homepage. Earlier, the applications were sorted based on application names.
2021-11-30 15:43:30 +06:00
Nikhil Nandagopal
02ad9ef9e9
Updated Label Config
2021-11-30 14:41:49 +05:30
Nikhil Nandagopal
839b993120
Update config.json
2021-11-30 13:52:27 +05:30
Nikhil Nandagopal
6426471ea6
Updated Label Config
2021-11-30 11:35:14 +05:30
Favour Ohanekwu
ec6c0c592e
fix: Properly save JSON to clipboard ( #9416 )
...
Properly copy JSON to clipboard
2021-11-30 06:49:22 +01:00
Favour Ohanekwu
b8ca5cb816
fix: remove moment interface objects from completions ( #9379 )
...
Remove interface objects from completions
2021-11-30 06:48:13 +01:00
Favour Ohanekwu
4675b4bb10
fix: Show correct toast type options in debugger ( #9415 )
...
Show correct toast type options
2021-11-30 06:46:40 +01:00
Parthvi12
af430d7049
test: testcases for content management system app using echo api ( #9420 )
...
* testcases for content management system app using echo api
* added response check method for API calls
2021-11-30 09:28:57 +05:30
Parthvi12
720806574f
test: PgAdminFix ( #9313 )
...
* commenting failing tcs for now
* resolving conflict and fixing testcases
* Update PgAdmin_spec.js
* fixing testcases
Co-authored-by: yatinappsmith <yatin@appsmith.com>
2021-11-30 04:54:42 +05:30
Bhavin K
6ea90e7c7b
feat: add document viewer widget ( #7666 )
...
* created new widget
* new lib for document viewer
* added cypress tests
* updated icon
* handling different url types with viewer
* add to ignore react-documents in jest transformIgnorePatterns
* added jest test, updated comments
* required changes
* updated cypress test
* updated icon svg
* doc viewer new renderers added
* comment as required
* updated test case
* added url / base64 validations
* updated url checking condition for space and updated test case
* cypress selector update
* updated url validations
* Merge branch 'release' into feature/new-document-viewer
* lazy load external lib
2021-11-29 15:37:49 +00:00
Yash Vibhandik
f6acbf1407
fix : #8530 Added Config for Menu JS Convertible ( #8775 )
...
* fix : #8530 updated config for menu color jsconvertible
* test case updated
* yarn lock update
2021-11-29 15:37:05 +00:00
Rishabh Rathod
bddafdcb7e
fix: Add default props dependency in dependency map ( #9418 )
...
* Add cloneDeep
* Add comments
2021-11-29 09:04:40 +00:00
Aswath K
669d901176
fix: MenuItem overflow ( #9195 )
2021-11-29 11:51:01 +05:30
Leo Thomas
4c29436974
fix: Google Sheet Plugin Numeric inputs Whitespace issue. ( #9364 )
...
* fix:Google Sheet Plugin Numeric inputs Whitespace issue.
* fix:Google Sheet Plugin Numeric inputs Whitespace issue - Review 1
2021-11-29 05:51:33 +00:00
NandanAnantharamu
2a3089383a
updated test flow ( #9388 )
2021-11-26 12:18:31 +00:00
Tolulope Adetula
f30e389167
fix: Evaluation issue with Button in table Widget ( #9356 )
...
* fix: Evaluation issue
* fix: add validation
* revert jest tests changes
* revert cypress test
Co-authored-by: root <pawan@appsmith.com>
2021-11-26 17:03:50 +05:30
Aishwarya-U-R
e5a28b3d9b
test: S3 QueryPane scripting along with possible CRUD flow coverage ( #9278 )
...
* S3 QueryPane scritping
* Postgress, S3 - failure fixes
* Postgres, S3 failure fixes
* S3 failure fixes
* Added scrollIntoView for Postgres CRUD failures
* S3 - Suggested&Snipeable widgets implemented
* S3 CRUD - failure fix
* Postgres, S3 CRUD failure fixes
* S3 field inputs corrected
* JQuery empty used to clear fields
* Commenting cases to unblock CI runs
* PgAdmin Spec - commenting failures to unblock CI
* S3, Postgres CRUD failure fixes
* Added Wait for Onboarding spec case failure
* typeValueNValidate - updated
* typeValueNValidate updated
* Reverted typeValueNValidate method trigger change
* Adding wait to typeValueNValidate
* Updated typeValueNValidate with updateCodeInput
2021-11-26 16:17:53 +05:30
geekup-legodevops
885f9675c2
Add confirmation step in importing DB command ( #9265 )
2021-11-26 15:40:16 +05:30
Aman Agarwal
2ca413c152
fix: Correcting the throwing error to logging error for promisified triggers ( #9385 )
2021-11-26 15:30:24 +05:30
Confidence Okoghenun
0b18ea64f3
chore: Renames actions to event on property pane ( #8579 )
2021-11-26 15:02:04 +05:30
Hetu Nandu
8f2935f023
fix: Don't remove bindings when transfering action out of page ( #9296 )
2021-11-26 14:34:16 +05:30
Shrikant Sharat Kandula
38537cb959
Add a nojekyll file for helm charts to work
2021-11-26 14:04:22 +05:30
Pawan Kumar
f738c5e087
fix: Alignment of point numbers in welcome pages ( #9353 )
...
* fix scroll in panel in property pane
* fix table widget button height issue
* fix alignment issues
* hide canvas selection in preview mode
* filter alignment issue fix
* fix app mode issue with iframe widget
* fix 404 alignment issues
* fix generate page alignemnt issues
* fix jsobjects empty container alignment issues
* fix comments width issue
* fix alignment issues
2021-11-26 11:46:08 +05:30
Subin Mathew
5ac086f6ce
Publish the helm chart ( #9373 )
2021-11-26 11:00:19 +05:30
Keyur Paralkar
9fc0a038ec
fix: update tooltip record count prop table ( #9297 )
...
* docs: changed the tooltip text for total record count for table widget
* test: added unit test for testing tooltip text table widget
* refactor: added Tooltip message in the message constants
2021-11-26 10:44:00 +05:30
Bhavin K
a961c66ec3
fix: updated button group widget properties and GROUP_BUTTONS controls style ( #9304 )
2021-11-26 10:29:56 +05:30
NandanAnantharamu
301c2b0c92
Ignoring Flaky test ( #9387 )
2021-11-26 02:58:43 +00:00
rashmi rai
96d4c0b774
fix: fixing missing where key ( #9215 )
2021-11-25 18:48:40 +05:30