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
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
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
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
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
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
Rishabh Rathod
d7cdf6f84b
fix: Add escaping special characters before JSON.parse ( #9293 )
...
* Add escaping special characters before JSON.parse
2021-11-25 16:22:40 +05:30
Hetu Nandu
5d7f68a031
fix: Mute action execution errors when error callback is present ( #9366 )
2021-11-25 15:28:04 +05:30
Aswath K
41c7c344b4
fix: radio group widget crash when one of options becomes null ( #9303 )
2021-11-25 14:59:16 +05:30
Trisha Anand
4512c86d87
feat: Trigger framework with default implementation for entity selector for UQI ( #9142 )
...
* Untested trigger framework added
* Entity selector is working!
* Moved to query params instead of request body for the trigger api (since the trigger api is of type GET)
* Adding minor comments
* Added test case for trigger functionality
2021-11-25 12:35:43 +05:30
NandanAnantharamu
3d495fc548
test: updated locators ( #9271 )
...
* updated locators
* updated dsl
* Skipping failing tests
Co-authored-by: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com>
2021-11-25 08:55:41 +05:30
Pawan Kumar
d96c4981ca
fix: Button size inside the Table widget has increased + Property pane's panel not scrollable + Alignment issues ( #9318 )
2021-11-24 17:55:07 +05:30
Vicky Bansal
bf513f5c60
fix: Hide scrollbar in header and show when user hovers over header in Table Widget ( #9323 )
...
Co-authored-by: root <pawan@appsmith.com>
2021-11-24 15:27:26 +05:30
Favour Ohanekwu
c98bbbe6ae
fix: properly update dependency map ( #9169 )
...
Properly update dependency map
2021-11-24 05:43:50 +01:00
Paul Li
3f87f4959e
fix: Table Widget Icon Button should be having a default variant ( #8664 )
...
* fix: Table Widget Icon Button should be having a default variant
-- Add update logic for button variant property
* fix: Table Widget Icon Button should have default variant
-- Revert old solution
-- Set default button variant to PRIMARY both in getTableColumns and in propertyConfig
* fix: Table Widget Icon Button should have default variant
-- Change comments for updateIconAlignment utility function
-- Create a migration for button variant
* fix: Table Widget Icon Button should have default variant
-- Remove unused index parameter from forEach statement
* fix: Table Widget Icon Button should have default button variant
-- Fix on misuse of forEach on primaryColumns object
* fix: Table Widget Icon Button should have default variant
-- Change buttonVariant to TERTIARY instead of PRIMARY
2021-11-23 22:10:13 +08:00
Bhavin K
ffefdcccd8
fix: added muted flag and updated helper text ( #9259 )
2021-11-23 15:10:43 +05:30
Pawan Kumar
8395f5e18f
feat: property pane docking ( #7361 )
...
* add tailwindcss
* docked property pane
* uncomment a line
* make entity explorer as drawer on unpin
* remove unused imports
* add pin state in reducer
* add menu icon in header
* fix widget sidebar
* fix widgets sidebar
* style property pane
* update property pane css
* update icons in property pane
* update property pane header styles
* update spacing
* fix few ui issues
* wip: preview mode
* wip:preview mode
* remove unused import
* comments sidebar in app and edit mode
* fix order of import
* use selected state for property pane
* update scrollbar style
* add classes to sidebar and property pane
* make widgets editor fluid
* make widgets editor fluid and refactor logic
* resize the widgets editor if explorer is pinned
* add shortcut for preview mode
* fix link for tabs in edit mode
* zoom in/zoom out for 0.75
* fix chart widget + table widget crashing
* allow zooming of canvas
* fix weird canvas draw issue + update container for handling zoom
* add actions for is panning
* allow panning with grab cursor
* reset panning + zooming when entering preview mode
* add grabbing cursor when grabbing
* only prevent default when space key is pressed
* dont allow zoom in preview mode
* remove unused imports
* fix dont allow zoom in preview mode
* fix ux of panning on space hit
* make fluid as the default app layout
* chart spec
* fix dropdown_on change spec
* fix add widget table and bind spec
* remove draggable property pane spec
* fix container spec
* fix form widget spec
* fix jest test
* fix the function typo
* remove clicking of close button for property pane in cypress tests
* remove property pane actions test
* fix drag and drop test failing
* add cypress selector id to back button in property pane
* fix toggle js spec
* fix merge conflicts from new design system
* editor header
* fix product updates styles + widget card
* remove all unused imports
* fix dynamic layout spec
* fix entity explorer tab rename test failing
* fix table spec
* fix bind tabletextpagination spec
* fix js object spec
* fix entity explorer rename issue
* fix cypress test
* fix cypress command wrong commit
* fix tab spec
* fix property pane copy tests
* add zoom header
* zoom levels
* make property pane sidebar resizable
* add multi select property pane
* fix widget search bug
* update property pane width in state on drag end
* fix viewer header
* fix editor header
* update editor header + remove zooming
* update small style
* dont allow closing of explorer when resizing
* fix jest test
* fix dropdown widget jest test
* preview test case wip
* add entity explorer pinning tests + preview mode tests
* add tooltip in layout control + add padding bottom in property pane view
* incorporate aakash feedbacks
* fix preview mode margin issue
* remove panning code
* fix cypress failing test
* uncomment jest test
* remove redundant code
* fix maincontainer test
* incorporate review feedbacks
* incorporate aakash feedbacks
* review feedbacks
* incorporate review feedbacks
* incorporate qa feedbacks
* fix dynamic layout spec
* updated test based on latest change
* dsl updated
* Updated dsl
* Updated dsl
* resize deselects widget issue.
* fix canvas height issue
* fix typo
* incorporate qa feedbacks
* incorporate qa feedbacks
* incorporate qa feedbacks
* update color for setting control for widget name
* fix onboarding styles conflicts
* Updated tests
* fix application overflow issue
* updated test method
Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com>
Co-authored-by: Apple <nandan@thinkify.io>
2021-11-23 13:31:46 +05:30
Yash Vibhandik
75a25925b8
fix : #5980 added clear all filters button and close filter pane button ( #8734 )
...
* fix : #5980 added clear all filters button and close filter pane button
* height updated
* updated class names for test case
2021-11-23 11:53:26 +05:30
Yash Vibhandik
399eabd987
fix : #4758 added EvaluatedValuePopup over PrimaryColumnsControl to show errors and handled duplicate column name ( #8770 )
...
* fix : #4758 added EvaluatedValuePopup over PrimaryColumnsControl to show errors and handled duplicate column name
* highlighted duplicate column labels, show error message only when duplicate column label focused
* updated test case
* updated duplicate label indicator logic for test case
2021-11-23 11:35:01 +05:30
Tolulope Adetula
842c47bee2
fix: issues with key ( #9239 )
2021-11-22 10:53:05 -08:00
Favour Ohanekwu
bdc04dc94e
fix editor undefined issue ( #9283 )
2021-11-22 16:31:46 +01:00
onifade boluwatife
e466495b5b
fix: Date picker must exit on pressing esc key when 'close on selecting' is turned off ( #8425 )
...
* refactored date picker a little
* minor refactor of date picker
* update
2021-11-22 07:08:36 +00:00
haojin111
d9f98308c9
feat: product update modal v2 ( #9020 )
...
* updated product modal and invite user or application modal style
* added constant of invite button width
* added cypress on close button on update product modal
Co-authored-by: Albin <albin@appsmith.com>
2021-11-22 11:39:16 +05:30
Pranav Kanade
bffe28361a
fix: Show invite option for substring user emails of other shared users ( #8962 )
...
* show invitation option for overlapping email addr string if no exact match is found.
* added test case
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-11-22 10:33:43 +05:30
Parthvi12
ff0222e270
test: PgAdminApp Intial ( #9139 )
...
* PgAdminApp Intial
* refactored spec file and adding PgAdminlocators.json file
* updated json file path
* updated locator file
* added comments to the spec file
2021-11-21 14:00:20 +00:00
Confidence Okoghenun
07cd5af2df
chore: Fixes fat container welcome message ( #8994 )
2021-11-19 21:23:40 +05:30
Bhavin K
e9bee3e511
fix: handled component update value logic ( #9232 )
...
* handled component update value logic
* Update index.tsx
2021-11-19 17:35:40 +05:30
Nidhi
9283e258e1
fix: Add null check for unpublished collections in view mode ( #9254 )
2021-11-19 15:46:59 +05:30
Bhavin K
2e2ffc9361
feat: updated condition select widget ( #9242 )
2021-11-19 15:24:46 +05:30
Nikhil Nandagopal
dc510161d9
Updated Template
2021-11-19 14:02:11 +05:30
dependabot[bot]
5fe9df733e
chore: dependency update bump axios from 0.21.1 to 0.21.2 in /app/rts ( #9236 )
...
Bumps [axios](https://github.com/axios/axios ) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-19 13:25:58 +05:30
Nidhi
bdc6a342e6
fix: Modified multipart logic to avoid exception handling ( #9246 )
...
* Modified multipart logic to avoid exception handling
* Error handling for unknown type
2021-11-19 13:20:51 +05:30
dependabot[bot]
eea5c0d313
chore: deps bump jackson-databind from 2.10.4 to 2.10.5.1 in googleSheetsPlugin( #9235 )
...
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.10.4 to 2.10.5.1.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
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-11-19 05:03:07 +00:00
Nayan
a0ea8c21ba
fix: [Fix] Set user email to lowercase before creating the user and in reset password ( #9179 )
2021-11-19 09:49:33 +05:30
dependabot[bot]
054399b856
chore: bump httpclient from 4.5.3 to 4.5.13 in arangoDBPlugin ( #9234 )
...
Bumps httpclient from 4.5.3 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-11-19 09:45:24 +05:30
imgbot[bot]
3eec0594f7
chore: [ImgBot] Optimize images ( #9208 )
...
*Total -- 929.35kb -> 640.18kb (31.11%)
/deploy/helm/images/helm-ssl-config.png -- 194.07kb -> 104.73kb (46.03%)
/static/images/client-wsl-yt-video-thumbnail.png -- 690.06kb -> 490.46kb (28.93%)
/app/client/src/assets/icons/widget/table/checkbox-line.svg -- 0.20kb -> 0.19kb (7.77%)
/app/client/src/assets/icons/widget/table/checkbox-check.svg -- 0.21kb -> 0.20kb (7.41%)
/app/client/src/assets/icons/comments/commentCursor.svg -- 1.10kb -> 1.07kb (3.1%)
/app/client/src/assets/icons/widget/recorder/recorder_recording.svg -- 0.14kb -> 0.14kb (2.74%)
/app/client/src/assets/icons/widget/recorder/recorder_pause.svg -- 0.23kb -> 0.23kb (2.53%)
/app/client/src/widgets/AudioWidget/icon.svg -- 0.39kb -> 0.39kb (1.98%)
/app/client/src/assets/icons/widget/recorder/recorder_complete.svg -- 0.23kb -> 0.23kb (1.67%)
/app/client/src/assets/icons/comments/unpinIcon.svg -- 0.28kb -> 0.27kb (1.41%)
/app/client/src/assets/icons/control/underline1.svg -- 0.77kb -> 0.76kb (1.27%)
/app/client/src/assets/icons/ads/plus.svg -- 0.24kb -> 0.24kb (1.22%)
/app/client/src/widgets/TextWidget/icon.svg -- 0.26kb -> 0.26kb (1.13%)
/app/client/src/assets/icons/ads/arrow-right-line.svg -- 0.26kb -> 0.26kb (1.13%)
/app/client/src/assets/icons/ads/up-arrow.svg -- 0.26kb -> 0.26kb (1.11%)
/app/client/src/assets/icons/ads/down-arrow.svg -- 0.29kb -> 0.28kb (1.02%)
/app/client/src/assets/icons/ads/dropdown.svg -- 0.23kb -> 0.23kb (0.83%)
/app/client/src/assets/icons/menu/run.svg -- 0.41kb -> 0.41kb (0.71%)
/app/client/src/assets/svg/no_entities_found.svg -- 0.98kb -> 0.98kb (0.7%)
/app/client/src/assets/icons/ads/snippet.svg -- 0.57kb -> 0.56kb (0.69%)
/app/client/src/assets/icons/ads/share-2.svg -- 0.46kb -> 0.46kb (0.63%)
/app/client/src/assets/icons/widget/recorder/recorder_default.svg -- 0.94kb -> 0.93kb (0.63%)
/app/client/src/assets/icons/widget/button-group.svg -- 1.29kb -> 1.28kb (0.53%)
/app/client/src/widgets/ButtonGroupWidget/icon.svg -- 1.29kb -> 1.28kb (0.53%)
/app/client/src/assets/icons/menu/beta.svg -- 1.00kb -> 1.00kb (0.49%)
/app/client/src/assets/svg/checkmark.svg -- 0.23kb -> 0.23kb (0.43%)
/app/client/src/assets/icons/menu/js-function.svg -- 0.91kb -> 0.91kb (0.43%)
/app/client/src/assets/icons/menu/js-group.svg -- 1.81kb -> 1.80kb (0.38%)
/app/client/src/assets/icons/ads/file-copy-line.svg -- 0.86kb -> 0.85kb (0.34%)
/app/client/src/assets/icons/control/color-picker.svg -- 1.46kb -> 1.45kb (0.34%)
/app/client/src/assets/icons/ads/git-commit-line.svg -- 0.88kb -> 0.88kb (0.33%)
/app/client/src/assets/icons/ads/key-2-line.svg -- 1.28kb -> 1.28kb (0.31%)
/app/client/src/assets/icons/menu/js-file.svg -- 2.33kb -> 2.32kb (0.29%)
/app/client/src/assets/icons/widget/recorder/recorder_no_permission.svg -- 1.63kb -> 1.63kb (0.24%)
/app/client/src/assets/icons/ads/support.svg -- 1.23kb -> 1.22kb (0.24%)
/app/client/src/assets/icons/ads/cloudy-line.svg -- 1.38kb -> 1.38kb (0.21%)
/app/client/src/assets/icons/ads/user-v2.svg -- 1.55kb -> 1.54kb (0.19%)
/app/client/src/assets/icons/ads/upload-v2.svg -- 1.76kb -> 1.75kb (0.17%)
/app/client/src/assets/icons/ads/shield-success.svg -- 3.03kb -> 3.03kb (0.13%)
/app/client/src/assets/icons/ads/shield-error.svg -- 3.03kb -> 3.03kb (0.13%)
/app/client/src/assets/icons/ads/git-branch.svg -- 2.80kb -> 2.80kb (0.1%)
/app/client/src/assets/svg/loader-2-fill.svg -- 3.78kb -> 3.78kb (0.1%)
/app/client/src/assets/icons/ads/gear.svg -- 3.23kb -> 3.23kb (0.09%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-11-19 09:43:30 +05:30
Aishwarya-U-R
c52e1d9072
test: Intercept/Real DB for Mongo, MySQL & QueryPane with CRUD flow for Postgres ( #9081 )
...
* Intercept/Real DB-Mongo,Postgres-Querypane
* Intercept-Mongo, SQL, Query-Postgres
* Added back welcomePage reference
2021-11-18 14:27:51 +00:00
balajisoundar
6e277d333e
fix: Table column sorting with null values ( #8982 )
...
Now cells with empty values (null & ""), will get pushed to the bottom of the table while sorting.
2021-11-18 18:27:25 +05:30
Aswath K
701207718b
fix: Unable to drag disabled button ( #8206 )
2021-11-18 15:52:04 +05:30
Trisha Anand
81d5cffc44
feat: UQI where clause support ( #9051 )
...
* Added parsing of where condition to Condition format
* Refactoring the name of functions to denote old style before implementing UQI where clause
* Updated the error message for data type problem for mixed data tyeps
* Generating complex logical expression.
* Working version of filtering happening without refactoring of code
* Added where clause configuration in List files in a bucket command.
Not able to render due to some configuration issue.
* Untested code completion
* To be reverted. Ayush's changes.
* Tested where condition on S3 List
* Made AND the default option for where clause
* where clause working in case of no valid inputs provided.
* Added parallel test cases as that were existing for the old where clause
* Revert "To be reverted. Ayush's changes."
This reverts commit a0f9b72e241f0688b7ef07cea8c3017473423512.
* Making equality the default option in a new where clause for LIST command
* Added test cases incorporating the review comments.
* Updated the options for the where command in S3 plugin. Removed the comparison operators except equality, non equality and belonging (in and not in) operators.
* Added catching of exception while parsing the operator into known appsmith condition types
* Reusing objectmapper from BasePlugin instead of creating a new one here.
2021-11-18 15:45:43 +05:30
Rishabh Saxena
68ceb88707
fix: git sync minor fixes ( #9183 )
2021-11-18 06:48:52 +00:00
NandanAnantharamu
07a70debd6
Added wait getUser ( #9214 )
2021-11-17 21:15:48 +05:30
balajisoundar
7978833011
test: first time user onboarding cypress tests ( #9171 )
2021-11-17 20:58:23 +05:30
Hetu Nandu
91253e8791
Fix issue where widget property evaluation substitution type was overriden ( #9191 )
2021-11-17 13:57:58 +00:00
Pawan Kumar
83ecb8cc8a
fix: second time file upload is failing in S3 crud page ( #9213 )
2021-11-17 19:03:47 +05:30
NandanAnantharamu
72cce79a36
test: updated createModal util ( #9120 )
...
* updated common method
* Updated login route wait
* updated method
2021-11-17 15:40:57 +05:30
albinAppsmith
06ca32cd96
fix: Edit icon in API editor and toggle transition issue ( #9013 )
2021-11-17 12:06:18 +05:30
Yash Vibhandik
9c751ae58e
fix : #8528 Added default Icon column ( #8733 )
...
* fix : #8528 added defaultIconName for controlType ICON_SELECT and updated default value for column type icon button
* test case update
2021-11-16 16:12:20 +05:30
Yash Vibhandik
27d12754c6
fix: 8537 submenu color when disabled ( #8948 )
...
* fix: 8537 submenu color when disabled
* updated test case
2021-11-16 16:00:46 +05:30
haojin111
616a1fac16
feat: progress, loading and error states for git flows, pull button and minor misc changes ( #9052 )
...
Co-authored-by: Rishabh Rathod <rishabh.rathod@appsmith.com>
Co-authored-by: Rishabh Saxena <rishabh@appsmith.com>
2021-11-16 15:54:38 +05:30
balajisoundar
f0b781ac63
test: Fix super user signup form cypress test ( #8947 )
2021-11-16 15:53:05 +05:30
Ayush Pahwa
0101d7401a
fix: Added selector for drop down component, increased width ( #9172 )
2021-11-16 15:25:58 +05:30
Favour Ohanekwu
3c05fd0208
fix: correctly update dynamic binding pathlist ( #8981 )
...
Correctly update dynamic binding pathlist
2021-11-16 10:38:43 +01:00
Bhavin K
7032ee6b89
fix: Update designs for select widgets according to Figma ( #8594 )
...
* updated design as per figma
* updated design, fix cypress test
* item width fix as required
* label functionality in select, tree-select wids
* changes as required
* label, placeholder and default focused item logic changes for select
* updated border color for invalid selected value
* fix for colors file
2021-11-16 09:27:38 +00:00
Hetu Nandu
429337b5b1
fix: clearInterval action creator adds argument in the wrong slot ( #9029 )
2021-11-16 09:26:47 +00:00
Apeksha Bhosale
8cb3436524
fix: this is undefined in js editor ( #9174 )
...
* replace this in js object
* move this replacement in data tree factory
2021-11-16 14:12:31 +05:30
Pranav Kanade
dcf184b05b
added a fix and test case ( #9167 )
2021-11-16 12:36:18 +05:30
Nayan
c696b369eb
fix: add migration for application going public event it has isPublic false set ( #9166 )
2021-11-15 16:11:14 +00:00
Anand Srinivasan
8c60a8b870
feat: unified style for disabled widgets ( #8731 )
...
* basic input fields - unified disabled style
* select widgets - unified disabled style
* icon button - change disabled color
* radio group and switch - unified disabled style
* checkbox, radio, switch - disabled label color
* change disabled text color for all input fields
* chnage lable color on disabled state
* RTE header - not allowed cursor on disabled mode
* currency label - disabled color change
* switch and radio group css clean up
* replace text colors with GREY shades
* change label color for disabled switch and radio group
* restructure numeric input css
* numeric input buttons updated
* css fixes for mozilla
* table button disabled color
* change label color - numeric input dropdown
* hover only when enabled - numeric input
* all button colors updated
* remove unwanted wrapper
* update label color
* name color in constants
* use grey palette for switch component color
2021-11-15 11:59:06 +05:30
Nidhi
93de065fa8
feat: Added Smart substitution support for S3 ( #9124 )
...
* Test case
* Dummy commit for tests to pass
* Removed logic for double escapes
* Renamed from BSON to JSON
2021-11-15 10:57:41 +05:30
Shrikant Sharat Kandula
255b6bf940
Fix sending email when from address is empty string ( #9126 )
2021-11-12 16:25:04 +05:30
Anagh Hegde
a7b1902afd
feat: handle error messages for merge action ( #9030 )
...
* Handle merge conflicts
* Fix test failures
* Move branch name from request params to body for merge operation
* Use request body for branchNames
2021-11-12 10:04:29 +00:00
Tolulope Adetula
79c5042e34
fix: null check in Table widget ( #8979 )
...
* fix: null check in Table widget
* fix: null checks
* fix: add tests
* fix: make migrateTableSanitizeColumnKeys readable
2021-11-12 01:33:47 -08:00
Paul Li
d700b62ac5
feat: Spellcheck property for the input widget ( #8496 )
...
* feat: Spellcheck property for the input widget
-- Add a new widget boolean property, isSpellCheck
-- Add the corresponding Cypress test cases
* feat: Spellcheck property for the input widget
-- Place isSpellCheck property just after autoFocus property
2021-11-12 15:34:10 +08:00
Nidhi
8474806aad
chore: Enabling JS editor for all users ( #9074 )
2021-11-12 12:11:00 +05:30
Trisha Anand
94f312726b
fix: Updating the MS-SQL select query template to use TOP instead of LIMIT since LIMIT is not supported in the same. ( #9082 )
2021-11-12 10:48:43 +05:30
Bhavin K
2f25dba34b
feat: design updates as per figma ( #8504 )
2021-11-11 17:41:43 +00:00
Paul Li
069f0645d3
fix: The value is always empty object in AudioRecorder Widget ( #8868 )
...
* fix: The value is always empty object in AudioRecorder Widget
-- Export blob contents in raw binary, data url, and text
* fix: The value is always empty object in AudioRecorder Widget
-- Create new meta properties dataAsDataURL, dataAsRawBinary
* fix: The value is always empty object in AudioRecorder Widget
-- Rename meta properties
* fix: The value is always empty object in AudioRecorder Widget
-- Remove unnecessary constants.ts
2021-11-11 20:16:08 +05:30
Nidhi
f1cca06feb
fix: Add support for dynamic bindings in Google Sheets URL field ( #9108 )
2021-11-11 18:18:39 +05:30
Nayan
b44f555a7f
fix: application edit date is updated when an user is added or removed from org ( #8984 )
...
Last edit time of an application was updated when a new user is added or existing user is removed from the corresponding organization.
2021-11-11 17:30:57 +06:00
Yash Vibhandik
4b2c1fc316
fix: 8543 added disabled flag support in icon button table widget ( #8950 )
...
* fix: 8543 added disabled flag support in icon button table widget
* updated test case
2021-11-11 16:09:21 +05:30
Apeksha Bhosale
f703f13206
added beta for js editor ( #9040 )
2021-11-11 13:51:35 +05:30
Rishabh Saxena
b06aefd8ed
feat: git branch list updates ( #9097 )
2021-11-11 13:19:25 +05:30
Bhavin K
0a8561a007
feat: create button group widget ( #7337 )
...
* Widget with new file structure
* merged utils file to solve onClick err
* updates as required
* design update: buttonStyle - buttonColor
* updated widget config response
* updated buttonVariant changes
* solved btn list delete issue
* updates as required
* design fix for menu item
* fixed theme color updates
2021-11-11 06:41:05 +00:00
Nidhi
51246a0869
fix: Reverted AST
2021-11-10 20:13:21 +05:30
Confidence Okoghenun
014d1f17d6
fix: Disallows entity name to be any extra library name ( #8755 )
...
Co-authored-by: sbalaji1192 <balaji@appsmith.com>
2021-11-10 19:29:24 +05:30
Nidhi
c14b0ac1bf
fix: Update crud template for S3 to support content type ( #9095 )
...
* Updated Template
* Updated Template
* Updated Template
Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
2021-11-10 19:26:49 +05:30
Ayush Pahwa
172da99f06
Client side changes for new where clause component
2021-11-10 13:45:47 +00:00
Nayan
ef4f5d9c47
fix: app is publicly accessible event if it's not public ( #9035 )
...
When a public app is edited by someone, isPublic=false is set to it even the app is not public. This PR fixes that issue.
2021-11-10 13:44:28 +00:00
Nidhi
9eec2a4173
fix: Updated Template for S3 to support content type changes ( #9072 )
...
* Updated Template
* Updated Template
Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
2021-11-10 17:50:55 +05:30
arunvjn
a9cf962b74
fix: evaluation of escaped characters ( #8796 )
2021-11-10 12:41:23 +05:30
Aswath K
e653ca54e1
fix: set max-width for Toast message ( #9057 )
...
* set max-width for toast
* adds maxWidth props to Toast
2021-11-10 06:55:03 +00:00
Nidhi
54cc5b8ff4
fix: Add support for content type in create file for S3 plugin ( #9021 )
2021-11-10 07:44:36 +05:30
Anagh Hegde
2ad6a382ea
feat: checkout remote branch ( #8827 )
...
* Add API to checkout remote branch
* Create a new application on fetch
* Create a new application on checking out remote branch
* Add tests
* Change per review comments
* Changes per review comments
2021-11-09 14:04:00 +00:00
balajisoundar
e76e515426
fix: Table widget column with 0 as value should render 0 ( #8998 )
2021-11-09 18:39:09 +05:30
NandanAnantharamu
8bc0b0a90d
test: Disable status check for deleteApp step after each test ( #9001 )
...
* DeleteApp Status check disabled
* Updated deleteApp status code check to false
* Moved Layout widgets spec to clientside
2021-11-09 17:48:21 +05:30
Trisha Anand
4380d38a84
chore: Removes incorrect trigger paths from list widget via database migrations ( #8989 )
...
* Migrations for updating dynamic trigger paths for list widget in the existing pages to remove incorrect trigger paths.
* Removed an unnecessary line
* Review comment
* If widgetType is null, then this would ensure that NPE is not thrown.
2021-11-09 16:02:47 +05:30
Rishabh Rathod
389fbebc99
fix: dropdown subtext alignment ( #9046 )
2021-11-09 15:40:19 +05:30
haojin111
d3c3707ad3
feat: git sync - add error, progress states to connect and merge tabs ( #9007 )
...
Co-authored-by: Rishabh Rathod <rishabh.rathod@appsmith.com>
2021-11-09 15:21:18 +05:30
Aswath K
7570734f23
fix: Unable to group widgets ( #9043 )
...
* fix: Unable to group when indexeddb is empty
* Add test for widget grouping
2021-11-09 15:12:07 +05:30
balajisoundar
41bf761a58
feat: Provide option to send test email to test out email configurati… ( #8992 )
2021-11-09 12:31:36 +05:30
Tolulope Adetula
dbbb7b84b2
fix: disable sorting in view mode ( #7387 )
...
* fix: disable sorting in view mode
* fix: add sortable to property pane
* fix: fix failing tests
* fix: Add cypress test
* fix: remove unneccesary useMemo
* fix: sortable columns
* fix: default switch value
* fix: revert switch control and add migrations
* fix: migration
2021-11-08 21:08:39 -08:00
Nidhi
ec34ef9a91
fix: Added support for multiple files in multipart REST ( #8986 )
...
* fix: Added support for multiple files in multipart REST
* Added test case
* Review comment
* Review comment
2021-11-09 10:33:54 +05:30
Aswath K
f17ce968e7
fix: toast width to fit-content ( #8955 )
...
* fix: toast width to fit-content
* Increase spacing between message and command
* Hide shadow
* Align toast to right
2021-11-08 15:19:33 +00:00
Favour Ohanekwu
29f5962e4c
fix: Added global functions to autocompletion for widgets ( #9034 )
2021-11-08 19:51:14 +05:30
Pawan Kumar
4005f23baa
fix: List Widget shows cyclic dependency error when children widgets with bindings in action are deleted ( #8942 )
...
* fix list widget dynamic trigger path issue
* Update app/client/src/sagas/WidgetOperationUtils.ts
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2021-11-08 17:52:41 +05:30
Apeksha Bhosale
229412e19d
Refactor: JS Editor eval flow ( #8821 )
...
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2021-11-08 12:19:22 +05:30
akash-codemonk
7f07ea5f7d
fix: incorrect arrow icon shown for pages tabs ( #8901 )
2021-11-08 11:11:42 +05:30
Bhavin K
568d859af1
fix: theme updated with new variant keys ( #8680 )
...
* theme updated with new variant keys
* updated Menubtn styles for default
* theme update as required
* added jest test for WidgetUtils
2021-11-06 08:00:57 +00:00
Aswath K
4506766a05
fix: paste before copy resulted in value being undefined ( #8954 )
...
* fix: paste before copy resulted in value being undefined
* returns empty array on getCopiedWidget
2021-11-05 15:08:46 +05:30
haojin111
a8afe98a16
fix: member setting page issues ( #8816 )
...
* added delete icon on user mobile card
* replaced hard coded user name
* fixed alignment of delete comfirm modal and added headerIcon props on dialog component
* updated dropdown style on user mobile card on member setting page
* replaced iconbg color as constant
* fixed issue of invited user's list whenever sharing
* updated style of mobile user card on member setting page as figma
* updated style of user card of mobile member page
* updated dropdown icon
* added default user role
* removed border radius style
* removed duplicated action name
Co-authored-by: Albin <albin@appsmith.com>
2021-11-05 12:53:46 +05:30
Rishabh Rathod
bef48e8a79
chore: Config changes ( #8564 )
...
Change eslint config for console logging from error to warn
Add babel auto-import resolver to avoid using relative paths
2021-11-05 11:19:19 +05:30
Rishabh Rathod
1235e5a7a5
fix: git merge ( #8892 )
...
* fix git merge
2021-11-04 20:48:40 +00:00
Tolulope Adetula
92fe8e8d33
fix: selectedRows issues ( #8837 )
...
* fix: selectedRows issues
* fix: sanitized selectedRowIndices
2021-11-03 03:56:49 -07:00
Sumit Kumar
3c8583210f
feat: remove region requirement from s3 plugin ( #8829 )
...
* Remove Region field from S3 datasource editor page for AWS S3, Upcloud, Digital Ocean Spaces, Dream Objects, Wasabi.
* Use SDK provided property for AWS S3 to delegate region selection to the SDK.
* Extract region info from endpoint URL for Upcloud, Digital Ocean Spaces, Dream Objects and Wasabi, since the SDK property does not work for these service providers.
* Removed some redundant checks from datasourceCreate that were already part of validateDatasource
* Fix show clause in list.json
2021-11-03 16:23:53 +05:30
Alyssa Holland
fe73e97206
fix: Enhance sort icon (layout) in Table widget ( #8140 )
2021-11-03 16:15:02 +05:30
Favour Ohanekwu
0da7908c34
fix: lint position is incorrect ( #8676 )
...
fix lint position when newline is present in original binding
2021-11-03 11:24:33 +01:00
Trisha Anand
9d97f2322f
Adding field evaluation version in application ( #8993 )
2021-11-03 15:38:48 +05:30
Nidhi
81f0bff6f3
fix: Make organization plugins unique ( #8987 )
2021-11-03 09:56:52 +00:00
Hetu Nandu
c0d0037ce2
feat: Extract references in code with AST ( #8617 )
...
Co-authored-by: Nidhi <nidhi@appsmith.com>
2021-11-03 13:12:31 +05:30
akash-codemonk
2e9533436b
fix application name overflowing ( #8895 )
2021-11-03 11:28:15 +05:30
Nayan
3e3f97f1ee
feat: [Feature] Add isConfigurable property in profile response for the super admins ( #8616 )
...
Added a new property to the response of `/me` API. This property will indicate whether super user can edit the configuration or not.
2021-11-03 11:19:05 +06:00
Nayan
4722ff153d
feat: [Feature] Add API to send test email ( #8856 )
...
Added an API for super users to send test email
2021-11-03 11:17:53 +06:00
Bhavin K
2956162d7f
feat: new tooltip, updated cypress tests ( #8759 )
2021-11-03 09:24:19 +05:30
rashmi rai
f56e5dce1a
fix: added try catch in where key handling ( #8618 )
2021-11-02 15:06:42 +00:00
Aswath K
dda55f38cc
chore: Expose Sentry object globally ( #8957 )
2021-11-02 13:17:40 +05:30
Rishabh Saxena
e944d005c1
fix: fixes related to switch branches ( #8864 )
2021-11-02 07:33:12 +00:00
NandanAnantharamu
8d6e150e00
Added suitable wait ( #8946 )
2021-11-02 06:34:43 +00:00
Shrikant Sharat Kandula
d5ec98f7cb
Fix allowed domains breaking OAuth ( #8953 )
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-11-02 10:57:41 +05:30
haojin111
77e3c4f4db
added module of real time sharing icon tile when sharing user ( #8908 )
...
Co-authored-by: Albin <albin@appsmith.com>
2021-11-02 10:03:51 +05:30
albinAppsmith
f17d2793c0
fix: Property pane draggable field design fix ( #8893 )
...
* * design fix for property pane draggable column alignment
* * made global drag and drop component
2021-11-02 10:03:21 +05:30
Confidence Okoghenun
04bae5477b
feat: Updates widget default state ( #8562 )
2021-11-02 09:47:49 +05:30
Yash Vibhandik
7229ef5b37
fix: design audit input widget ( #8498 )
...
* fix: 8041 Added design changes
* updated password input design and error border design
* updated green color names
2021-11-01 20:14:08 +05:30
Arpit Mohan
8c397b81a9
chore: Fixing typo in tooltip for Map widget property ( #8914 )
...
Fixes #8912
2021-11-01 20:01:49 +05:30
Shrikant Sharat Kandula
507ce6581b
Fixed migration causing OOM ( #8952 )
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-11-01 18:09:37 +05:30
balajisoundar
fd0f3d889a
chore: Comment super user cypress test ( #8945 )
2021-11-01 16:43:54 +05:30
Abdul Rehaman
64696de8ed
fix: [Bug]Audio option hidden on edit mode ( #8450 )
...
* fix: [Bug]Audio option hidden on edit mode
2021-11-01 15:54:50 +05:30
Nayan
8e568d6056
feat: [Feature] Add slug for applications and pages ( #8860 )
...
Generates and stores a slug from application name and page names when they are created or updated. Also adds a migration to set slug to existing applications and pages.
2021-11-01 14:18:21 +06:00
Nayan
5637b4dfa4
fix: [Bugfix] Delete comments when unpublished page is deleted ( #8698 )
...
When a page is deleted, the comment threads in that page should also be deleted and should not appear to user.
The Edit mode comments should not be visible to app viewers.
2021-11-01 14:17:42 +06:00
Nayan
2181f47632
fix: Update admin settings API for changes in UI ( #8818 )
...
Set a default name as Appsmith to new instances. Also adds super user's email to admin email configuration.
2021-11-01 14:16:56 +06:00
albinAppsmith
55df317211
fix: API Editor bug fixes ( #8803 )
...
* * Confirmation modal fixes
* * header overflow fixed, API editor
* * Delete truncate issue fix
* Tabs count UI fix
* * Removed hardcoded text from component and added in messages
* * removed hardcoded size
* * fixed scroll issue in appviewer
* * eval field fixes
* * design fix for key in API pane
* * fixed test cases
2021-11-01 10:24:06 +05:30
Abdul Rehaman
2e2e0d1d51
fixed treeselect bug ( #8474 )
2021-10-30 23:31:55 -07:00
Bhavin Ag
da5baba982
fix: rename no item to no results in select components ( #8666 )
...
* style: update no results found style for multi select
* style: update empty data text for multi select widget
* style(SingleSelectTree): update style for no items found
* style: remove minimum width from empty containers
* test: add integration test for tree select
* test: add integration test for empty data for multi select
* test: add integration test for empty states
2021-10-30 23:25:23 -07:00
Rishabh Rathod
19be98bd46
Updated Template ( #8920 )
...
Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
2021-10-29 15:36:31 +05:30
Nayan
09eff23479
feat: [Feature] Added release version api for clients and RTS ( #8324 )
...
Added a new event in RTS when new version is deployed. After receiving this event, client will show a prompt to refresh.
2021-10-29 15:52:21 +06:00
Anagh Hegde
b951d8db21
Get default branch from DB instead of remote to save time ( #8844 )
2021-10-29 09:32:02 +00:00
balajisoundar
baf67a8988
chore: Super user signup form cypress tests ( #8665 )
2021-10-29 14:40:30 +05:30
akash-codemonk
b7b29eeb89
chore: minor windows styling fixes ( #8696 )
2021-10-29 13:13:32 +05:30
Anagh Hegde
ebb9665d42
fix: check for repoName while deleting apps ( #8866 )
...
* check for repoName while deleting apps
* Added tests
2021-10-29 07:21:31 +00:00
Pranav Kanade
3fd5edad11
allowing omnibar and debugger hotkeys to work from focused input fields ( #8897 )
2021-10-29 12:36:29 +05:30
Aishwarya-U-R
d3f2f8c04f
test: Generate CRUD implementation - Mongo, MySQL, S3 ( #8879 )
...
* Generate CRUD implementation - Mongo, MySQL, S3
* Revertion from intercept to route
2021-10-29 07:02:45 +00:00
Nidhi
6b0ef6e236
fix: Added JS collection body to view mode ( #8899 )
2021-10-29 07:02:28 +00:00
Arpit Mohan
86ad475e30
Revert "chore: Updated Template ( #8813 )"
...
This reverts commit f72d6b5777 .
2021-10-29 11:21:32 +05:30
Rishabh Rathod
f72d6b5777
chore: Updated Template ( #8813 )
...
Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-10-29 10:16:56 +05:30
Shrikant Sharat Kandula
10bff6d80e
Update identify data with role and goal ( #8809 )
2021-10-28 16:38:30 +05:30
haojin111
5421a7e597
fix: 8332 - updated style of text input and groupbox key value delete icon ( #8629 )
...
* updated style of text input and groupbox key value delete icon
* fixed issue of margin of key input of groupbox
Co-authored-by: Albin <albin@appsmith.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-10-28 10:44:59 +05:30
balajisoundar
1b596be6f5
chore: Fix misc admin settings issues ( #8838 )
2021-10-28 10:17:02 +05:30
rahulramesha
ce453fd259
fix: Copied modal close and mobile modal bug fix ( #8497 )
...
* fix for copied widget
* copied modal paste on maincontainer fix
* mobile modal fix
* added logic to paste modal widget on the main container only
* added check only for modal Widget close since the saga seems to be shared for other scenarios
2021-10-28 07:41:19 +05:30
Anagh Hegde
338e8ba8d0
fix: git push relevent error messages ( #8769 )
...
* WIP
* Add relevant error messages for push action
* fix tests
* changes per review comments
* Add error message for the file system related error
* Fix test failures
* Fix test failures
2021-10-27 14:15:46 +00:00
Abdul Rehaman
eae04e29a8
fix: [Bug] The name of the Widget is 'MultiTreeSelect' in Widget Pane… ( #8371 )
...
* fix: [Bug] The name of the Widget is 'MultiTreeSelect' in Widget Pane and 'MultiSelectTree' in the canvas #8306
* Resolves #8306 and #8436
* Updated commit
* Update, removed treeselect commit
* Removed space
2021-10-27 14:26:50 +01:00
ashit-rath
b957787671
perf: improve widget property update ( #8786 )
...
* Perf improvement for widget property update
* widget -> widgetWithUpdates
2021-10-27 18:28:34 +05:30
balajisoundar
661fb88171
fix: Don't trigger onpause on onend in audio widget ( #8843 )
2021-10-27 17:55:19 +05:30
Rishabh Saxena
d4cc110cd1
fix: dont validate the email during comments onboarding if the email exists on the user object ( #8851 )
2021-10-27 17:04:54 +05:30
Rishabh Saxena
44116d3c79
feat: persist embed query param in the URL ( #8685 )
2021-10-27 17:02:26 +05:30
NandanAnantharamu
294032376f
test: lint error/warning tests ( #7211 )
...
* Test for lint
* Basic tests for Linting Warning/Error
* Updated tests
* Updated tests
* Updated tests with another lint scenario
* updated test
* Added tests for list and text Widget
* Updated tests
* Updated tests
2021-10-27 12:54:02 +05:30
Vicky Bansal
8c4e7d331e
feat: Set selectedRow for multiple row selection in table widget ( #7935 )
2021-10-27 11:43:48 +05:30
NandanAnantharamu
b27e3567c6
Updated test ( #8811 )
2021-10-27 11:38:39 +05:30
arunvjn
972c982f77
fix: autocomplete improvements ( #8836 )
...
Fixes to prevent autocomplete on special characters like +, - etc
2021-10-27 10:19:35 +05:30
NandanAnantharamu
ce26b5bb5f
Commented Delete Test ( #8589 )
2021-10-26 22:26:26 +05:30
Apeksha Bhosale
4487fee83e
fix: changed dummy actions object ( #8510 )
...
* changed dummy actions object
* Snippets for js objects
* added js objects tag
* fixed tests for new changes
Co-authored-by: arunvjn <arun@appsmith.com>
Co-authored-by: yatinappsmith <yatin@appsmith.com>
2021-10-26 18:23:58 +05:30
Paul Li
b3aac80146
feat: Table widget, column settings - add helper to Computed value ( #8634 )
...
-- Add helpText for computedValue property of column settings
Co-authored-by: somangshu <somangshu.goswami1508@gmail.com>
2021-10-26 17:42:56 +05:30
Hetu Nandu
e6b0f4deb3
fix: Fix data clone error when returning results from trigger event ( #8673 )
2021-10-26 15:53:12 +05:30
Yash Vibhandik
a461c2dd7a
fix : #8042 updated dropped height width and default color ( #8304 )
2021-10-26 15:28:54 +05:30
arunvjn
90214b01d8
Fixes type display of JS keywords and adds autocomplete support on backspace. ( #8800 )
2021-10-26 14:26:10 +05:30
Rishabh Saxena
e60a73adaa
chore: update branch header key to branchName ( #8806 )
2021-10-26 14:21:26 +05:30
Anand Srinivasan
9e55ca9ff0
fix: table widget design ( #8426 )
...
* Table - multi-select checkbox and selected row color update
* table: change hoverstyle on multi-select checkbox
* re-order conditions
* table widget: use px for positioning checkbox
* change hover style for unselected row
* check box remains white on hover
* fix cypress test
* table search box - highlight on active
* search cancel icon updated
* move svg to assets folder
2021-10-26 14:01:27 +05:30
Tolulope Adetula
3a40b76790
fix: page number reset ( #8681 )
...
* fix: page number reset
* fix: add cypress test
2021-10-26 01:12:03 -07:00
Tolulope Adetula
e4caaacbfd
fix: fixing table widget updatehook ( #7992 )
...
* fix: use column keys to update derived column
* fix: resolve conflicts
* fix: onclick trigger fro derived columns
2021-10-25 23:52:45 -07:00
Nidhi
295f8b9631
fix: Forking with JS collections ( #8799 )
2021-10-26 11:04:04 +05:30
haojin111
7016d9f6d0
fix: 8633 - updated style of ads dropdown ( #8679 )
...
* added style of ads dropdown
* removed duplicated border
Co-authored-by: Albin <albin@appsmith.com>
2021-10-26 10:47:59 +05:30
Shrikant Sharat Kandula
c82bb751e1
Fix deleting datasources with deleted actions ( #8627 )
2021-10-26 06:20:59 +05:30
Rishabh Rathod
6b0259fe01
fix: Git sync common UI ( #8768 )
...
* fix git branches and modal ui fixes
* fix deploy preview UI
* Add Merge API
* fix: udpate key to branchName
* add messages to constant/messages.ts
Co-authored-by: rishabh saxena <rishabh.robben@gmail.com>
2021-10-25 19:57:58 +00:00
Trisha Anand
b57e0c245d
fix: Get buckets in S3 plugin during generate CRUD page ( #8781 )
...
* Fix: Generate page fix for S3 plugin
* Fixed the replacement of template variables in form data failure for S3
2021-10-25 22:38:22 +05:30
Shrikant Sharat Kandula
47511640e5
Don't hash identify data points on cloud ( #8790 )
2021-10-25 18:57:24 +05:30
Rafael Baldasso Audibert
0e22f26621
fix: Change "Allow Horizontal Scroll" text to "Allow scroll" ( #8085 )
...
* chore: Change "Allow Horizontal Scroll" to "Allow Scroll"
* chore: Hide option to choose scroll for pie chart
* fix: Fix prettier errors
* feat: Add migration to allowScroll for `CHART_WIDGET`s
Closes #4227
* fix: Fix chart widget prop recursively
Per https://github.com/appsmithorg/appsmith/pull/8085#discussion_r733442011
Closes #4227
2021-10-25 17:09:39 +05:30
Shrikant Sharat Kandula
87ed846194
Close Redshift connections every time ( #8776 )
2021-10-25 16:48:28 +05:30
Trisha Anand
0300fa9486
feat: Migrating S3 plugin to UQI framework ( #8575 )
2021-10-25 11:19:22 +05:30
Nayan
5fc00a6cd0
fix: check with url path when redirecting to default application url ( #8207 )
...
When deciding whether to redirect to default application or the redirect url provided during signup, it'll compare with url path now. Earlier it was considering any query params added to the redirect url.
2021-10-25 11:43:02 +06:00
akash-codemonk
6023f4e15d
fix tooltip causing a horizontal scroll on windows ( #8606 )
2021-10-25 09:53:11 +05:30
Trisha Anand
4a11a10ee0
fix: on page load actions take into account widget dependencies as well to compute correct order of action computaion on page load ( #7829 )
2021-10-25 08:03:08 +05:30
Paul Li
8581d3aca1
feat: Disable Pin centering in Map Widget ( #8552 )
...
-- Change the label for the property, isClickedMarkerCentered
-- Set isClickedMarkerCentered to true by default
-- Create the corresponding migration for it
2021-10-23 11:05:18 +05:30
Shrikant Sharat Kandula
9f770ae871
Include role in first_login event ( #8654 )
2021-10-23 07:55:30 +05:30
Nidhi
03a92776f7
fix: Refactor with escape sequences ( #8713 )
...
* fix: Refactor with escape sequences
* Remove comments
2021-10-22 16:09:53 +00:00
Nikhil Nandagopal
d876e9c69d
don't send hash on self hosted intercom ( #8723 )
2021-10-22 19:36:18 +05:30
Pawan Kumar
1c983f6c58
fix: Cannot read properties of undefined (reading 'children') ( #8406 )
...
* fix widget grouping failing issue
* fix widget grouping pasting edge case
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-10-22 12:32:19 +00:00
Anagh Hegde
4717b4bcf0
feat: git merge status ( #8692 )
...
* git merge status
2021-10-22 12:31:13 +00:00
Rishabh Saxena
8dc3fb4951
fix: don't fetch comment threads for anonymous users ( #8717 )
...
* fix: don't fetch comment threads for anonymous users
* fix: add wait to public apps test
* proper fix
* var updated
Co-authored-by: Pranav Kanade <pranav@appsmith.com>
2021-10-22 17:10:12 +05:30
Nikhil Nandagopal
122d897617
Updated S3 CRUD Template ( #8722 )
2021-10-22 11:33:27 +00:00
Pawan Kumar
b9d8105949
fix: TypeError: Cannot read properties of undefined (reading 'filter') ( #8598 )
...
* fadd null check
* fix validation of checkbox group
* add jest test for checkbox default selected option validation
* fix checkbox group failing
* sort order of imports
* update default selected value validation
2021-10-22 13:26:52 +05:30
albinAppsmith
9c8cdacd0f
Hover state of incoming connection fix ( #8670 )
2021-10-22 10:54:32 +05:30
haojin111
4dc8da3cbb
enable edit icon ( #8613 )
2021-10-21 11:06:33 +05:30
balajisoundar
b2c5779234
feat: Introduce a welcome banner and a form to fill in role, useCase for new user ( #8312 )
2021-10-21 11:06:17 +05:30
Rishabh Saxena
7fe75ba711
chore: fetch published page after fetching actions for viewer ( #8635 )
2021-10-21 10:53:34 +05:30
balajisoundar
e7de8bafd5
feat: option to download config files from admin settings page ( #8631 )
2021-10-21 10:27:10 +05:30
akash-codemonk
6347bd9c38
fix: show tooltips for entity names in explorer ( #8501 )
2021-10-21 10:07:34 +05:30
Trisha Anand
a5eb79b2e1
Fixing the substitution type for JSON fields ( #8652 )
2021-10-21 09:52:35 +05:30
akash-codemonk
5a80e9b014
fix: scroll bar shifting widget sidebar content on windows ( #8524 )
2021-10-20 20:05:12 +05:30
arunvjn
71b1ea0675
fix: autocomplete experience ( #8539 )
...
CodeEditor component refactor and fixes around autocomplete flicker
2021-10-20 17:51:07 +05:30
Bhavin K
4f5facbe7a
fix: Radio component keys are now unique ( #8277 )
2021-10-20 17:45:54 +05:30
Aanchal
e78ace8bc2
fix: Removed unused variables ( #8122 )
...
Fix: Removed unused variables
2021-10-20 18:09:50 +06:00
akash-codemonk
ea98e4e075
chore: add analytics event for debugger context menu click ( #8628 )
2021-10-20 17:10:29 +05:30
Nayan
98ca448f9f
feat: [Feature] Add API to download docker config ( #8587 )
...
Added API to download docker config for super admin users
2021-10-20 15:58:31 +06:00
Anagh Hegde
6faaa33936
feat: Git version control functionality with connect to remote, commit, push flows ( #8403 )
...
* core workflows of git - branch, clone, commit, pull, merge, status, log
* Rehydrate file system before merge operation
* Add logic to handle merge conflict for merge and pull flow
* Add defaultBranch to listBranch API
* Add Unit tests for git commands
* Upgrade JGit dependencies to fix the security issue
* Git command tests
* Revert unwanted changes and update delete application flow
* Disable git feature until the FE changes are merged
Co-authored-by: Abhijeet <ABHI.NAGARNAIK@GMAIL.COM>
2021-10-20 09:47:34 +00:00
albinAppsmith
b1367caf1f
fix: border radius of google sheet where clause removed ( #8453 )
...
* dynamic text field bg fixed
* removed | replaced color with constant
* * border radius of google sheet where clause removed
* * Error header BG color changed
* * where field alignment fix
* fixed hover state of dynamicinputtextcontrol
* border-radius fix
* css syntax fix
Co-authored-by: rashmi rai <rashmirai@rashmis-MacBook-Pro.local>
2021-10-20 15:03:04 +05:30
Rishabh Rathod
258189cc3f
fix: git sync ui fixes ( #8133 )
2021-10-20 07:38:17 +00:00
haojin111
bc5643db80
fix: 8239 - fixed issue of delete action truncatedd ( #8604 )
...
* fixed issue of delete action truncatedd
* matched option width
Co-authored-by: Albin <albin@appsmith.com>
2021-10-20 11:21:25 +05:30
haojin111
7a4e96fab9
fixed issue of api action query icon ( #8555 )
...
Co-authored-by: Albin <albin@appsmith.com>
2021-10-20 11:11:29 +05:30
kyteinsky
5676d6f652
fix: Added hover state to the black-colored Launch button on Applications Page. ( #8279 )
...
* Added hover state to the black Launch button on Applications Page.
The black button didn't exhibit hover changes while the orange Edit button did
because the Button base component made the buttons darker, and the launch button
was already dark.
Custom CSS was included in Applications.tsx for hover state background-color
change.
* Fix: Added hover state to Launch button on Applications page
default: black background, white text
hover: transparent background, black text and border
* replaced harcoded colors with src/constants/Colors.tsx properties
2021-10-20 10:52:17 +05:30
Rishabh Saxena
3ba3aed30f
fix: hide entity explorer search ( #8610 )
2021-10-20 04:45:23 +00:00
Bhavin Ag
c45de57ab8
fix(Dropdown): remove empty dropdown in case of no options ( #8357 )
...
* fix(dropdown): add check for empty option array
* test(Dropdown): add UT for empty option
* refactor(Dropdown): show no results found message on empty data
* refactor: update empty data message
2021-10-19 08:40:07 -07:00
Apeksha Bhosale
f7fa2aefe5
fix: refactor js action name flow change ( #8302 )
...
* refactor js action name flow chnage
* PR commnets fixeed
* refactor states missing
2021-10-19 17:23:15 +05:30
Ashok Kumar M
5233887890
fix: Dynamic canvas height escaping un-wanted migrations. ( #8305 )
2021-10-19 16:34:32 +05:30
Pranav Kanade
23078215df
fix: unread indicator behaviour ( #8290 )
...
* fix: unread indicator behaviour
* minor fixes
* no need to deep copy the state
* removed state update of show indicator
* refactor to handle delete & insert thread cases and getting rid of unnecessary state
* removing unnecessary updates to store
* with update event if the thread is not there we'll put it in
* fetching the comments when user starts to edit the app
* updated tests
* typo fixed
* using memo to get the unread comments flag
* removed dependency from global state
* storing last updated comment thread id for each application.
* updated a few test cases
2021-10-19 15:56:56 +05:30
haojin111
8f32a6dba3
updated style of multiple dropdown as v2 ( #8433 )
2021-10-19 11:03:30 +05:30
haojin111
4bc370c3d8
remove 3 dot for loading sketon app card ( #8435 )
2021-10-19 10:52:55 +05:30
albinAppsmith
f9f2808719
* Icon alignment in debugger fiox ( #8581 )
...
* Omnibar icon bg fix
* Highlight color for input box
2021-10-19 10:32:36 +05:30
albinAppsmith
1a1e550986
icon color on hover fix ( #8486 )
2021-10-19 10:29:50 +05:30
Rishabh Rathod
6693c62396
hotfix: Add check to confirm variable are string ( #8358 )
2021-10-18 17:38:34 +00:00
Rishabh Saxena
31476092cc
chore: refactors for supporting git branches ( #7695 )
2021-10-18 19:33:44 +05:30
balajisoundar
8ea9e0d31c
chore: Add helper tooltips for page properties icons ( #8538 )
2021-10-18 15:09:04 +05:30
balajisoundar
10de149240
feat: Introduce a setting page for a super user to tinker with Appsmith env variables ( #8144 )
2021-10-18 13:17:55 +05:30
Rishabh Saxena
6225aca046
chore: conditionally load plausible on Appsmith cloud ( #8477 )
2021-10-18 11:48:27 +05:30
Rishabh Saxena
2040dceed9
fix: remove redundant env var ( #8544 )
2021-10-18 05:51:55 +00:00
rashmi rai
4b722449eb
fix: Fixes different form field background in forms ( #8373 )
2021-10-16 11:47:38 +00:00
Sumit Kumar
c9172f8079
fix: data migration to set default value for permanent url toggle where none exists ( #8507 )
...
* Recently a change was introduced to modify the default value of s3 plugin's permanent URL toggle from NO to YES. This created an issue with the older actions where the toggle didn't exist and hence no value was saved against its property. Hence, since the default is now ON and the older actions don't have any value saved, the action editor shows the toggle value as ON but behaves like the value is OFF. To fix this issue, this method adds URL toggle as NO where no toggle value exists.
2021-10-15 11:24:04 +05:30
Yyee
870dadd777
fix: Refresh current user in edit profile ( #8267 )
2021-10-15 11:07:27 +05:30
Favour Ohanekwu
922ab5f008
fix: close hint when certain characters are pressed ( #7662 )
...
Don't show autocomplete hint when brackets is pressed
2021-10-14 17:23:46 +01:00
Pranav Kanade
82c033c785
fix: allow api error interceptor to handle api call failure ( #8513 )
...
* letting error interceptor take care of api call failure
* minor fix
2021-10-14 18:38:24 +05:30
Favour Ohanekwu
813af16dba
fix: Show readable error in query response pane if present ( #8518 )
2021-10-14 16:34:43 +05:30
Aswath K
ce4b984e27
fix: unable to change button color on table widget ( #8521 )
...
* fix: unable to change button color on table widget
* Adds test for Table button color validation
* removes commented out code
2021-10-14 16:25:03 +05:30
Tolulope Adetula
da49fabfdf
fix: add column order to default Config ( #8386 )
2021-10-14 00:06:46 -07:00
Nidhi
1cefa7e51b
fix: Expose actions with collections in view mode ( #8509 )
...
* fix: Expose actions with collections in view mode
* Dummy commit for tests to pass
* Test fixes
2021-10-14 06:53:46 +00:00
Samyak Jain
23dbc6c6d7
chore: Removing re-declared variables ( #8050 )
2021-10-14 09:47:26 +05:30
Noel Daniel Aguilera
c613195c9d
fix: remove append isCommentMode=false when hitting esc key outside of comment view ( #8135 )
...
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-10-13 21:54:23 +05:30
Paul Li
c9c529646f
feat: RTE - option to hide the toolbar ( #8271 )
...
-- Add a new widget property, isToolbarHidden
-- Add new Cypress test cases for the newly added property
2021-10-13 18:10:52 +05:30
Paul Li
d3fc8d8d1d
feat: Change color picker icon for better UX ( #8352 )
...
-- Replace no color icon with new design
2021-10-13 18:10:25 +05:30
Paul Li
a9e2eac8c3
fix: After using an app with AudioRecorder widget, Appsmith always shows the mic symbol in the tab ( #8424 )
...
-- Upgrade underlying package, react-media-recorder to the latest one
2021-10-13 18:10:04 +05:30
Sumit Kumar
d7411be855
fix: show hint message on using duplicate header or query parameters in API ( #8263 )
...
* show hint message on using duplicate headers or query parameters in API.
2021-10-13 18:02:16 +05:30
Rishabh Rathod
a4c3c6ca9d
fix: Remove Success GIF and Add Tick Animation ( #7925 )
...
- Decreased the delay to 3 seconds and
- Added CSS animation instead of GIF which reduces the load time.
- Added Placeholder image for the information image to show while it is loading.
2021-10-13 09:43:57 +00:00
Ashok Kumar M
4807e58267
fix: Switching back from comment mode the selection canvas doesn't work. ( #8328 )
2021-10-13 15:13:16 +05:30
Satish Gandham
b580e55e83
fix: Check if event.target is defined before accessing the value ( #8475 )
...
This is a patch, should see what triggered this issue.
Co-authored-by: Satish Gandham <satish@appsmith.com>
2021-10-13 11:55:04 +05:30
Nidhi
a3e63758d8
fix: Added default cs url for netlify builds ( #8471 )
2021-10-12 20:17:17 +05:30
Favour Ohanekwu
d10bde59e9
Add support for optional chaining and null coalescing in Linting ( #8448 )
2021-10-12 15:39:43 +01:00
Apeksha Bhosale
c0e945f0a3
in case if empty eval tree ( #8441 )
2021-10-12 15:49:10 +05:30
Aswath K
24b9da6741
fix: change Button variant types constant ( #7817 )
...
* change Button variant types constant
* Add migration
* Adds cypress test to validate default button variant
* update the ButtonVariant for MenuButton inside table widget
* Remove only from Button_spec
* fix: Binding issue with Variant in table
* fix: cypress test for default variant validation
* Add validation to IconButton inside table
2021-10-12 08:04:51 +00:00
Apeksha Bhosale
7c55a903f9
clear history from code editor ( #8422 )
2021-10-12 12:06:15 +05:30
Rishabh Rathod
41758bcd4d
fix: icon path fillColor issue ( #8347 )
2021-10-12 11:14:47 +05:30
Apeksha Bhosale
7eeba049ba
fix: js collection static values as part of best match ( #8351 )
...
* no rules for js actions
* add edit option to explorer
2021-10-11 19:22:39 +05:30
Hetu Nandu
2c3a0991f7
feat: setInterval and clearInterval support ( #8158 )
2021-10-11 12:55:03 +00:00
Paul Li
8bf6f1379e
feat: Audio recorder widget - permission denied state ( #8223 )
...
-- Design a new UI for permission denied status
-- Add a new recorder status for getting permission
2021-10-11 18:21:34 +05:30
Nayan
c288df157b
Show profile picture from the uploaded photo id of the user ( #8402 )
...
Sends photoId in user profile response. Shows profile picture from the uploaded photo id instead of email address.
2021-10-11 18:28:08 +06:00
Vicky Bansal
1d9f1831ba
Reset table page on filters reset ( #8257 )
...
Date column to not show invalid date when column value is empty
2021-10-11 17:51:35 +05:30
Shrikant Sharat Kandula
09c2875e4f
Server restart API, and restart detection API ( #7480 )
2021-10-11 16:29:39 +05:30
Nayan
1fa4a175a3
feat: upgraded spring boot vesion from 2.2.4 to 2.2.13 ( #8381 )
2021-10-11 15:58:37 +06:00
Apeksha Bhosale
5eb292aaee
fix: recent entities and incoming entity change ( #8342 )
...
* recent entities and incoming entity change
* added icon for js objects
2021-10-11 14:14:26 +05:30
Alyssa Holland
b4b038d90e
fix: 🐛 Display tooltips for scroll content label ( #8134 )
2021-10-11 13:08:27 +05:30
albinAppsmith
71886c3b9e
feat: Property pane dropdown overflow issues ( #8236 )
...
* * hide subtext for date picker fix
* EE clicking on entity, unfolding/folding added
* * bug fixes in action dropdown
* bug fix for cursor
* fix: 8190 background api request and welcome helper button (#8281 )
* chore: Move action/js debugger tabs related logic to a common component (#8199 )
* removed background of api request textbox and added hover text on "no thanks" button
Co-authored-by: akash-codemonk <67054171+akash-codemonk@users.noreply.github.com>
* fix: added scrolling in invited users more popup (#8226 )
* added scrolling in invited users more popup
* always scrollbar displaying on invited users pan
* fixed issue related with 8190
* updated cursor of invited users more
* replace edit data source icon with remix icon (#8192 )
* * active text color
* fix: dropdownlist props issue (#8322 )
* Commented failing JS tests (#8276 )
Co-authored-by: Yatin Chaubal <yatin.chaubal@gmail.com>
* docs: Update ServerSetup.md (#8255 )
* Make port customizable from env variable (#8288 )
* fix: issue with string templates (#7848 )
* Remove bracket highlight on error
* fix string template issue
* using string template to join strings
* fix breaking tests
* fixed props pass issue
Co-authored-by: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com>
Co-authored-by: Yatin Chaubal <yatin.chaubal@gmail.com>
Co-authored-by: Abhishek Choudhary <shreemaan.abhishek@gmail.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: Vinod <4994565+vnodecg@users.noreply.github.com>
* * bug fixes
* * bug fix
* * test cases fix
* - test case fix
* * test fixes
* * bug fix in test case
Co-authored-by: haojin111 <63215848+haojin111@users.noreply.github.com>
Co-authored-by: akash-codemonk <67054171+akash-codemonk@users.noreply.github.com>
Co-authored-by: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com>
Co-authored-by: Yatin Chaubal <yatin.chaubal@gmail.com>
Co-authored-by: Abhishek Choudhary <shreemaan.abhishek@gmail.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: Vinod <4994565+vnodecg@users.noreply.github.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-10-11 11:31:05 +05:30
Jen Dunlap
bd1e196139
chore: removed duplicate else-if JS-0034 ( #8356 )
...
Co-authored-by: Jen Dunlap <jen@customer.io>
2021-10-11 10:49:03 +05:30
Arpit Mohan
57bdbdc0f9
test: Fixing some cypress tests that were asserting if the message texts are correct ( #8369 )
2021-10-11 10:38:08 +05:30
Vaishnavi Joshi
9818001c3d
fix: updated misleading title in datasource page ( #8028 )
2021-10-10 09:18:20 +05:30
Bhavin K
22acbe4474
feat: updated widget meta key reset logic ( #7901 )
...
* updated widget meta key reset logic
* changes as required
2021-10-09 10:13:19 +05:30
Chiradeep-Banik
7af22b96a7
Remove Square bracket notation when using object properties ( #7954 )
...
- Replaced with dot-notations
2021-10-09 02:13:43 +05:30
Sheetal Patel
addca3fdb4
fix: if-else-statements-converted to ternary operator ( #8219 )
2021-10-09 02:05:24 +05:30
abhishek nayak
daeaf44fac
chore: Improve product copy by removing improper character capitalization ( #7911 )
2021-10-08 23:04:04 +05:30
Shrikant Sharat Kandula
d9c7de28d4
feat: Handle extra Java arguments to server Docker image ( #8244 )
2021-10-08 22:47:25 +05:30
Rafael Baldasso Audibert
7da4941571
fix: Update message to check request body ( #8272 )
2021-10-08 22:30:38 +05:30
Sheetal Patel
f939ebbe8a
chore: Fixing yoda conditions in the code ( #8297 )
2021-10-08 22:21:24 +05:30
Bhavin K
59af26dd8e
fix: tooltip should hide for a disabled on button widget ( #8209 )
2021-10-08 19:58:59 +05:30
Nayan
72dd22d490
fix: added a check to address NPE in home page when user has no organization ( #8259 )
2021-10-08 19:27:16 +06:00
Vicky Bansal
fdac6428b4
fix: Icon button click should not de-select row in table widget ( #8197 )
2021-10-08 18:00:12 +05:30
Rishabh Rathod
4fde9d63be
Fix css issue due to new DS ( #8181 )
2021-10-08 16:56:39 +05:30
Vinod
1bf41ed413
feat: add authentication tab in api editor ( #8245 )
...
* Remove bracket highlight on error
* add authentication section
* move string to messages.ts
* move api editor tab titles to messages.ts
* use createMessage to create strings
* navigate edit datasource to data source edit mode
2021-10-08 07:52:30 +00:00
akash-codemonk
9f2c32b9de
fix: onboarding table widget is blank after adding binding ( #8285 )
2021-10-08 13:22:08 +05:30
Aswath K
b02240cc34
fix: Focus lost when typing on property pane ( #8318 )
...
* fix: Focus lost when typing on property pane
* resurrect tests for Radio & CheckboxGroup
2021-10-08 13:09:31 +05:30
balajisoundar
d1efe8405e
feat: Add tooltips for icons in editor ( #7711 )
...
fixes : #6759
2021-10-08 12:35:34 +05:30
Tolulope Adetula
0b1f6da7fa
fix: column reorder on data load ( #8167 )
...
* fix: column reorder
* fix: table reorder with derived column
2021-10-08 07:43:33 +01:00
rahulramesha
86c931e365
chore: add ctrl y for windows users to redo ( #7856 )
...
* Scaffolding for undo-redo
* undo redo working Poc commit
* memory performance improvements by diffing
* dont run update on undo/redo"
* merging widget postion update and canvas bottom row update into one dsl update.
* fix tabs widget
* Visible updates per undo redo action (#6838 )
Co-authored-by: Rahul R <rahulramesha@Rahuls-MacBook-Pro.local>
* resize atomic operation
* fix switch control state issue
* disallow undo/redo for snipping and comment mode
* disallow undo/redo for snipping and comment mode
* fix color picker issue in undo/redo
* add test for replayDSL
* option control fix, adding logs
* minor position change undo redo updates
* add test cases for replayHelpers
* property Upade visual change
* remove unused code
* global hot key jest test for undo redo
* Fixing batch updates on property change..
* add tests for toggle control in property pane
* unwanted utils.
* add tests for text control
* add tests for deletion
* add tests for dropping a new widget
* adding jest test for replayUtils
* add move widget tests
* add tests for color picker control
* add analytics for undo/redo
* add analytics for undo/redo
* tab addition atomic
* cypress tests for propertyPane, toasts and radiowidget optionControl
* replayDSL end of redo stack fix
* property update changes
* menu option control debounce input
* color picker empty undo fix
* fix cypress tests
* widget add/remove atomic
* revert alternative approach to handle atomic operations
* update replayDSL test
* add some comments
* addressing review comments
* flash color for property pane controls
* Fixing adding of tabs widget as well.
* code review comments.
* merging widget postion update and canvas bottom row update into one dsl update.
* fix ordering of tabs property control
* meta property update canvas min height.
* fixing failed specs.
* Fixing entity explorer update on deleting tab from entity explorer.
* address review comments and minor property update changes
* fixing failing tests
* merge conflicts
* changes to cater widget api.
* fix suggested widget table issue
* draggable list for undo redo
* fix widget name focus
* excluding canvas updates.
* fixing codeEditor update on propertySection collapse
* fixed failing test case
* ctrl y to redo for windows users
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
Co-authored-by: Rahul R <rahulramesha@Rahuls-MacBook-Pro.local>
Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com>
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-10-08 12:01:43 +05:30
Anand Jayaram
ad6c015826
Fixed Null comparisons without type-checking ( #8293 )
...
Fixed warning for Null comparisons without type-checking operators may not work as intended JS-0059 as found by https://deepsource.io/gh/appsmithorg/appsmith/issue/JS-0059/occurrences
2021-10-08 12:07:29 +06:00
Shrikant Sharat Kandula
a4975c5bff
Add API for updating role and goal for users ( #8242 )
2021-10-08 09:40:19 +05:30
NandanAnantharamu
470fab30f7
test: S3Crud test fix ( #8323 )
...
* added route for a validation
* removed calls which are not happening
2021-10-08 08:32:34 +05:30
Vinod
159e7f2062
fix: issue with string templates ( #7848 )
...
* Remove bracket highlight on error
* fix string template issue
* using string template to join strings
* fix breaking tests
2021-10-07 12:33:15 +00:00
Shrikant Sharat Kandula
a13f674752
Make port customizable from env variable ( #8288 )
2021-10-07 17:02:49 +05:30
yatinappsmith
9ff6c804dc
Commented failing JS tests ( #8276 )
...
Co-authored-by: Yatin Chaubal <yatin.chaubal@gmail.com>
2021-10-07 16:13:01 +05:30
akash-codemonk
30c859180e
chore: Move action/js debugger tabs related logic to a common component ( #8199 )
2021-10-07 12:23:58 +05:30
Aswath K
b2e3f5d022
fix: make property pane control example to be one of the allowed values ( #7851 )
2021-10-07 11:42:18 +05:30
yatinappsmith
f900cf9765
test: JSEditor Tests ( #8068 )
...
* Added basic support for JSEditor
* Added copy and delete test cases
* Basic changes for js editor
* Basic tests
* JSEditor Binding tests
2021-10-07 07:59:16 +05:30
Favour Ohanekwu
803e5e7cc6
fix: improve dropdown component ( #8183 )
...
Improved multipart form's dropdown component
2021-10-06 20:20:35 +01:00
Nidhi
82dc82633f
fix: Make JS objects visible to anon users ( #8260 )
...
* Make JS objects visible to anon users
* Dummy commit
2021-10-07 00:30:16 +05:30
Tolulope Adetula
d056c0baaa
feat: menu button as column type ( #7039 )
...
* fix: add menubutton
* feat: Make on Menu Item Click
* fix: remove console
* fix: refactor Utils.ts
* fix: add Comments
* fix: refactor utils
* fix: use forEach not Map
* fix: refactor table widget
* fix: add comment to config
* fix: refactor hook
* refactor: property Config
* fix: eslint issues
* fix:Add null check, refactor menuItemComponent
* test: add Cypress test for Menu button In Table widget
* fix: warning error
* fix: conflicts and remove menuStyle
* fix: change property pane arrangement
* fix: QA issues
* fix: Change default text, Change menu button color
* fix: Add background color to menuitems
* fix: bg color
* fix: failing tests
2021-10-06 13:57:05 +01:00
Apeksha Bhosale
b34102f685
fix: added errors to debugger ( #8195 )
...
* added errors to debugger
* comment added
2021-10-06 12:42:22 +05:30
balajisoundar
9fc8c92b02
chore: show canvas when user selects widgets tab during signposting flow ( #8205 )
2021-10-06 12:17:59 +05:30
balajisoundar
5db77f9b3f
chore: change welcome page usage data preferences label ( #8166 )
2021-10-06 11:41:25 +05:30
Nidhi
4498810cef
fix: Added graceful check for failure in mock data endpoint ( #8211 )
...
* fix: Added graceful check for failure in mock data endpoint
* Modified error type
2021-10-06 09:18:21 +05:30
Samyak Jain
e772fd4ff9
fix: using let instead of var and all var declarations at top ( #8026 )
...
* using let instead of var and all var declarations at top
* fix: used let instead of var
2021-10-05 22:55:16 +05:30
Hetu Nandu
038c62aea3
fix: Bug in evaluated value for falsy value checks ( #8194 )
2021-10-05 20:17:30 +05:30
Hetu Nandu
94e3ffef67
feat: Linting in trigger fields ( #7638 )
2021-10-05 13:52:27 +00:00
NandanAnantharamu
77d1c7ccfc
test: Updated flaky test ( #8198 )
...
* Updated flaky test
* updated test
* updated test
* commenting test
2021-10-05 18:39:07 +05:30
Trisha Anand
915484b7e5
Removing where clause from postgres template ( #8202 )
2021-10-05 16:47:42 +05:30
Abhijeet
24c1fbee7d
test: Update TC to include Smart Substitution and prepared statement check for generate page ( #7922 )
...
* Added prepared statement and smart substitution checks, in TC for generate page
* Updated Template
Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
2021-10-05 14:10:56 +05:30
arunvjn
f8ef495e4c
chore: Correct Appsmith spelling in messages ( #8186 )
2021-10-05 12:29:32 +05:30
albinAppsmith
7e4a5a0810
fix: Appsmith design system style fixes ( #8182 )
2021-10-05 12:03:58 +05:30
Nayan
c43854677f
fix: send list of users to others when someone leaves the page edit ( #8162 )
2021-10-05 01:27:53 +05:30
albinAppsmith
13b7c0431d
fix: Hardcoded version name removed ( #8178 )
2021-10-05 01:26:54 +05:30
Shrikant Sharat Kandula
08a775d63d
chore: Fix role and goal in event data ( #8180 )
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2021-10-05 01:24:54 +05:30
Shrikant Sharat Kandula
89cc2555ab
Fix role and goal saving before using ( #8177 )
2021-10-04 23:09:56 +05:30
Nikhil Nandagopal
98c395cec7
chore: anonymised user id for ce ( #8176 )
2021-10-04 23:06:31 +05:30
Shrikant Sharat Kandula
edeec80d00
Fix role and goal usage and docker.env location ( #8174 )
2021-10-04 21:23:11 +05:30
albinAppsmith
31cdfe0fe5
feat: Appsmith design system changes ( #8125 )
...
Introducing a much improved design system with new components in the Appsmith Design System.
2021-10-04 21:04:37 +05:30
Favour Ohanekwu
30d0fb7a6d
fix: Add window object methods and properties as invalid entity name ( #7928 )
...
Added window object property and method names to list of invalid entity names
2021-10-04 13:49:58 +01:00
Apeksha Bhosale
7665ff3c4f
fix: small fixes js editor ( #8022 )
...
* remove space below response
* changes to name editor
* removing variable as dynamic binding path list
* error message change for js object
2021-10-04 16:38:02 +05:30
Ayush Pahwa
5c3cdea47b
Preventing evaluations to be reset on page change unless it is the first load ( #8153 )
2021-10-04 15:32:41 +05:30
arunvjn
d67165f8bb
fix: for in null check sentry bug ( #8150 )
2021-10-04 15:11:25 +05:30
Ayush Pahwa
b90a00ba0f
fix: Added checks to ensure that the configs are valid before starting eval ( #8019 )
2021-10-04 13:39:14 +05:30
Rishabh Saxena
a69c8b7484
feat: callouts for wip features ( #8080 )
2021-10-04 13:31:46 +05:30
Abhijeet
bacf29848b
test: Update testcases to check forking app is possible for user even with VIEW permission ( #8079 )
2021-10-04 13:24:17 +05:30
Pranav Kanade
ca4541a415
updated existing test cases to validate the import export flow with different user permissions ( #8099 )
2021-10-04 13:04:48 +05:30
Pranav Kanade
7298937e36
revert: back button navigation fixes ( #8044 )
...
* Revert "fixes to add proper routing around navigation between query pane, api pane and integration screen (#7782 )"
This reverts commit b3d7f08d4e .
* Revert "fix: back btn navigation problems (#7692 )"
This reverts commit c0f5ab3f30 .
2021-10-04 12:27:26 +05:30
rashmi rai
4e7dec2738
added max width to the switch control ( #7790 )
2021-10-04 06:57:17 +00:00
Vinod
d9b4685192
Introduce linting to all users ( #7736 )
...
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2021-10-04 12:11:02 +05:30
akash-codemonk
3d95598c18
fix: Fixes scenario where onboarding was trying to create an app in an organisation with view access ( #8072 )
2021-10-04 09:57:57 +05:30
akash-codemonk
a7fd0e16ac
fix: Fixes scenario where renaming actions was clearing debugger errors ( #7993 )
2021-10-04 09:57:23 +05:30
akash-codemonk
3209ad8cdf
chore: Do not show initialLocation of map widget in an error state when field is blank ( #7931 )
2021-10-04 09:56:52 +05:30
Nayan
dbb0cdef85
feat: added event for online page editors ( #8130 )
2021-10-03 20:36:17 +06:00
Abhijeet
82fac6405e
fix: Exclude the deleted page in applicationPages for export application flow ( #7967 )
...
* Added check for applicationPages to include only if not deleted
2021-10-03 10:51:33 +00:00
Shrikant Sharat Kandula
cb4d059e5f
Effect the telemetry choice in welcome page ( #7902 )
...
Solves for two things:
1. From the welcome page signup, depending on telemetry being enabled or disabled, we report.
2. When telemetry is changed from welcome page (which, it obviously will), we make the change persistent by writing to the env file.
2021-10-02 11:45:17 +05:30
Nayan
a8ab1e4cb6
fix: update user names in notifications when users update their name ( #8043 )
...
Fix: update user names in notifications when users update their name
2021-10-02 00:42:50 +06:00
Nayan
12acbf4a55
feat: added API to get unread comment thread count in an application ( #7975 )
2021-10-02 00:42:11 +06:00
Hetu Nandu
79aefc4d74
hotfix: js action parsing error resolution ( #8086 )
2021-10-01 22:40:49 +05:30
Pranav Kanade
a1488a73f6
refactor: client side rts ( #7837 )
...
* moved constants to a proper files
* added new action constants
* updated websocket reducers and actions
* updated websocket saga to handle proper socket events
* updated initialization
* updated multi pointer arena + realtime app editors components
* minor feedback update
* updated events list by socket level
* removed e.persist
* passing socket obj rather than just id
2021-10-01 16:44:19 +00:00
Pranav Kanade
b261efc511
fix: skip bot comment when user skips comments tour ( #7693 )
...
* setup for skipping the bot comments if user skips the comments tour
* Using the onboarding status api
* removed comments
* fixed typos
* added test cases
* small fixes
* updated the tests
* minor update to a test case
2021-10-01 21:55:55 +05:30
Hetu Nandu
633db3068e
fix: Single binding sql query causing prepared statement issue ( #7792 )
2021-10-01 21:05:05 +05:30
Bhavin K
1e6b916ff9
added auto focus for number input ( #7961 )
2021-10-01 15:09:59 +00:00
Abhijeet
49182e7060
chore: Update success asset urls for generate page ( #7579 )
...
* Update asset urls
* fix: use successImageUrl for CRUD success popup
* Increase delay to switch between GIF and image
* Use ASSETS_CDN_URL instead of S3_BUCKET_URL
Co-authored-by: Rishabh-Rathod <rishabh.rathod@appsmith.com>
2021-10-01 15:09:41 +00:00
Nidhi
60f53546d2
Refactor now uses FQN when available ( #7964 )
2021-10-01 15:09:27 +00:00
Hetu Nandu
72f6ad8d99
fix: Cyclic dependency not resolving in JS Editor ( #8003 )
2021-10-01 15:09:09 +00:00
Nidhi
70c282da5a
fix: Refactor collection API ( #7962 )
...
* Refactor collection API
* Refactor collaction API
2021-10-01 15:08:56 +00:00
arunvjn
7acce6e802
fix: slash command auto open ( #7977 )
...
* Remove onFocus trigger for slash commands.
2021-10-01 15:08:42 +00:00
arunvjn
223bf0174f
fix: snippets ranking ( #8020 )
2021-10-01 15:08:26 +00:00
rashmi rai
0619e3798f
fix: missing where key in plugin specified templates ( #8040 )
2021-10-01 14:02:52 +00:00
Nidhi
e4c1c2a9ca
Converting headers safely into jsonnode ( #8021 )
2021-09-30 16:08:40 +00:00
Trisha Anand
9dafd3207f
fix: [Filter Library]Prepared Statements doesn't set value if the data type is not supported in H2. Defaulting to String for unsupported types. ( #8015 )
...
* Prepared Statements doesn't set value if the data type is not supported in H2. Defaulting to String for unsupported types.
* Incorporated review comment
2021-09-30 15:48:52 +00:00
Trisha Anand
d8dec82565
Handling the empty object set for where clause in new actions ( #8017 )
2021-09-30 14:58:32 +00:00
Nidhi
713ed76676
Fixed check for missing action collections ( #8006 )
2021-09-30 19:04:33 +05:30
Abhijeet
35442e2d42
fix: Update application permission for forking functionality, to enable templates forking ( #8007 )
2021-09-30 12:47:16 +00:00
Shrikant Sharat Kandula
4c1ed4a67e
Fix migration to not load full actions into memory ( #8005 )
2021-09-30 17:42:36 +05:30
Rishabh Rathod
70e6e54815
fix: Avoid sending param with no initialValue ( #7647 )
...
- Add initialValue for spreadSheetURL
- Pass only params having initialValue defined in generate CRUD
2021-09-30 11:29:09 +00:00
Tolulope Adetula
8b30fdd758
fix: wrong doc link ( #7983 )
2021-09-30 03:39:21 -07:00
Ayush Pahwa
6023bb10e4
fix: 7630 fixing where clause add delete row ( #7968 )
...
* Added new row addition action for form value changes
* Added comments
* Added special handling for where clause rows
2021-09-30 09:40:40 +00:00
Pranav Kanade
cf3cdced07
fix: small utility fixes for redirection to datasource and export app permissions ( #7970 )
...
* send user to auto tab in integration from property pane when they create new query
* only app admins will be able to export from inside app
2021-09-30 13:29:14 +05:30
Nidhi
a6a6c7e702
fix: Delete action collections on deleting page ( #7957 )
2021-09-30 05:59:40 +00:00
arunvjn
964d58747a
fix: snippet usage analytics ( #7946 )
2021-09-30 03:31:50 +00:00
Apeksha Bhosale
1aac46a66d
don't send errors to sentry ( #7906 )
2021-09-29 20:11:55 +05:30
Apeksha Bhosale
222f0e04c3
sending collectionName instead id in refactor ( #7930 )
2021-09-29 20:10:49 +05:30
Nayan
81d78ca9e8
fix: Signposting when user signs up with oauth is not working ( #7918 )
...
Creates a default application when users signs up from oauth
2021-09-29 20:07:28 +06:00
akash-codemonk
48f2c584ab
fix: Fix mismatch between errors in debugger and evaluated value popup ( #7752 )
2021-09-29 17:33:11 +05:30
Nayan
c3724d5df2
feat: Skip bot-comment when onboarding is skipped ( #7816 )
...
Backend changes to skip the bot comment and onboarding
2021-09-29 15:50:57 +06:00
Rishabh Rathod
570731507b
fix: Remove unneccessary scrolling ( #7896 )
2021-09-29 11:23:24 +05:30
Satish Gandham
c3d5b1010b
fix: Change multiselect back to supporting numbers and boolean. ( #7895 )
...
* Revert "fix: multiselect validation (#7698 )"
This reverts commit 728a2559c5 .
* - Convert the multiselect options value and labels to string before filtering as the values can be numbers.
* - Discourage users from using string in multiselect default value
Co-authored-by: Satish Gandham <satish@appsmith.com>
2021-09-28 19:38:24 +05:30
Nidhi
883b0215a6
Changes for JS actions in the import/export feature ( #7892 )
2021-09-28 18:13:26 +05:30
Ayush Pahwa
f8442622b3
fix: Added new row addition action for form value changes ( #7682 )
2021-09-28 11:36:03 +00:00
Aswath K
b4bab33d1e
fix: make the row click event trigger when table button is clicked ( #7878 )
2021-09-28 16:27:44 +05:30
Abhijeet
0729ab3211
fix: Display result in tabular format for action response in imported app for SQL datasource ( #7889 )
...
* Added pluginId to nested datasource object within actionDTO
* Added check in TC for plugin id
2021-09-28 16:03:56 +05:30
Nikhil Nandagopal
5c3e4ba715
fix: Update crud template ( #7891 )
...
* Delete CRUD-DB-Table-Template-Application.json
* Updated Template
* Update TC to replace selectedRow with triggeredRow as per the updated template
Co-authored-by: Abhijeet <ABHI.NAGARNAIK@GMAIL.COM>
2021-09-28 15:28:33 +05:30
Pranav Kanade
25035cbf88
hiding comments mode toggle for anonymous users ( #7885 )
2021-09-28 14:37:12 +05:30
Shrikant Sharat Kandula
f6d2e89ae3
fix: Actions not being deleted when app is deleted ( #7880 )
2021-09-28 13:28:50 +05:30
Apeksha Bhosale
a1e5b39b49
fix: Debugger logs and errors related to js editor ( #7749 )
...
* added errors
* small change url
* messages created
* few logs for debugger
* after merge
2021-09-28 13:01:46 +05:30
balajisoundar
287f7e2de2
chore: Signposting progress should be hidden when user generates a page ( #7883 )
...
Fixes : #7660
2021-09-28 11:58:18 +05:30
Apeksha Bhosale
1b8a77044e
scroll for response tab list of functions ( #7864 )
2021-09-28 11:29:09 +05:30
Vinod
d1730a92f9
fix: autocomplete suggestions should be restricted in bindings ( #7732 )
...
* Remove bracket highlight on error
* hide data tree functions in non actions
* filter by entity type
* fix the autocomplete issue
* temp
* Fix case where entity type is undefined
* remove unused code
* fix failing test
2021-09-28 11:09:43 +05:30
Paul Li
31424e77b1
fix: The recorder widget does not reset when onClick actions on submit button is set to reset recorder widget ( #7729 )
...
-- Add the logic for resetting the widget
2021-09-27 23:55:53 +05:30
Sumit Kumar
611ff3b776
feat: make Mongodb plugin error messages more readable. ( #7857 )
...
* Make MongoDB plugin's error messages more readable. A Client side change is required before this change becomes visible to the end user.
2021-09-27 15:10:14 +00:00
Bhavin K
59edccf294
fix: Image widget - file format change on download file ( #7335 )
2021-09-27 19:42:21 +05:30
Pranav Kanade
db02756173
fix: upgraded socket.io client package to latest stable version ( #7845 )
...
* upgraded socket io client to latest stable version
* auto update enabled
Co-authored-by: Rishabh Saxena <rishabh.robben@gmail.com>
Co-authored-by: Rishabh Saxena <rishabh.robben@gmail.com>
2021-09-27 16:59:47 +05:30
arunvjn
cb2ad8990a
Removed snippets feature flag ( #7839 )
2021-09-27 08:19:07 +00:00
Aswath K
d9fa049578
fix: Button variant validation ( #7699 )
...
* fix: Button variant validation
* fix: MenuVariant validation
* Add default value to buttonVariant
* Adds default value to MenuVariant
2021-09-27 12:00:04 +05:30
Tolulope Adetula
60131403b2
feat: disable parsing link ( #7075 )
...
* feat: add disableLink for text widget
* feat: add test for disable link
* fix: email parsing
* fix: test issues
* fix: failing test
* fix: failing test
2021-09-26 23:00:40 -07:00
Aswath K
20c1b56932
fix: table button migration issues ( #7825 )
2021-09-27 10:45:51 +05:30
arunvjn
90fda1ccae
fix: Remove snippet and doc icon from property pane ( #7806 )
2021-09-27 04:56:39 +00:00
Sumit Kumar
a7dcfae491
- remove feature flag for snippet. ( #7824 )
2021-09-27 08:12:04 +05:30
rahulramesha
46f525d365
fix: modal widget issues ( #7821 )
...
* fixing modal issues
* adding cypress tests
* patch for modal Issues
2021-09-25 16:45:39 +05:30
Aswath K
8a45e1507e
feat: Add AudioWidget ( #7179 )
...
* Create initial version of AudioWidget by copying VideoWidget
* Add EventType for AUDIO
* Change default Audio URL to a podcast related to Appsmith
* Add AudioWidget icon
* Change Entity definition for AudioWidget
* Add cypress test
* Add jest test
* fix: typo
2021-09-24 21:35:53 +05:30
arunvjn
f3afa81afe
fix: copy snippet ( #7769 )
...
Fixes copy snippets and snippets execution toast messages
2021-09-24 19:19:59 +05:30
Trisha Anand
eb0f88244a
Adding where key in generate CRUD application with google sheets for SelectQuery ( #7812 )
2021-09-24 12:37:42 +00:00
Pranav Kanade
79f613cf71
handle socket exception and log to sentry for time being. Need to test its impact on import/export ( #7818 )
2021-09-24 17:44:26 +05:30
Satish Gandham
941db9e99c
fix: Tweak how we show errors for required and not required inputs ( #7783 )
...
* - If a field is not required and empty, don't show error.
- If a field is required and empty, bail early and show error.
* - Remove default label from input
- Fix a issue with required validation
Co-authored-by: Satish Gandham <satish@appsmith.com>
2021-09-24 11:52:46 +00:00
Satish Gandham
eb2cbb383d
perf: Optimize list widget renders by memoizing part of renderChildren ( #7681 )
...
* - Optimze list widget renders by memoizing part of renderchildren
* - Fix failing tests and add more dependecnies to memo
* - Fix issue with repositioning widgets inside list.
* comment out the moving of widgets test
* Remove stray import
* Fix the failing jest test
Co-authored-by: Satish Gandham <satish@appsmith.com>
2021-09-24 17:00:26 +05:30
Nidhi
85f5382a31
fix: Modified unique index for plugin collection ( #7804 )
2021-09-24 11:17:46 +00:00
balajisoundar
8e0cf39419
chore: UI enhancements to welcome landing page ( #7766 )
...
Fixes : #7765
2021-09-24 14:47:58 +05:30
Pranav Kanade
b3d7f08d4e
fixes to add proper routing around navigation between query pane, api pane and integration screen ( #7782 )
2021-09-24 12:52:43 +05:30
arunvjn
7159119329
Fixed header resizing ( #7787 )
2021-09-24 12:43:36 +05:30
Trisha Anand
c84844e905
Fix for generating action from datasource structure ( #7778 )
2021-09-24 12:17:36 +05:30
Nidhi
59ec853498
Fixed installation for multiple plugins into organizations ( #7767 )
2021-09-24 05:44:14 +00:00
Sumit Kumar
0f83f79840
- Set Generate un-signed url default option to true. ( #7776 )
...
* Set the default setting for permanent / un-signed url for S3 list action to true.
2021-09-24 11:07:29 +05:30
Pranav Kanade
5a2ac0db69
fix: show correct dependency list for widgets even if one's name is substring of other widget ( #7725 )
...
* checking string equivalence rather than inclusion.
* reusing getEntityName function to get the abs name of the dependencies and entities
* added a test to check the fix
2021-09-24 10:23:32 +05:30
Shrikant Sharat Kandula
d5262d14b3
Remove Spring startup banner ( #7761 )
2021-09-24 08:20:35 +05:30
Trisha Anand
a2e68c9724
Minor grammar/language change in the errors for filtering library ( #7779 )
2021-09-23 23:56:20 +05:30
Tolulope Adetula
1e0e42db7a
fix: set button color and remove button style for button, IconButton, Menubutton ( #7166 )
...
* fix: set button color and remove button style for button, IconButton, Menubutton
* fix: test
* fix: make the FormButtonWidget to have properties of ButtonWidget
* Adds Migration for FormButtonWidget
* fix: Broken FilePickerWidget
* Remove cypress tests for buttonStyle and add tests for buttonColor
* Change button variant labels
* set default value for buttonColor
* fix: migration for CUSTOM ButtonStyleType
* change make public toggle slider locator to be more specific
Co-authored-by: Aswath K <aswath.sana@gmail.com>
Co-authored-by: sbalaji1192 <sbalaji1192@gmail.com>
2021-09-23 20:44:24 +05:30
Trisha Anand
57ed477510
fix: Adding Prepared Statement setting to the main query pane for Postgres, MySQL and MS SQL plugins ( #7762 )
2021-09-23 14:39:22 +00:00
Trisha Anand
3412644a75
feat: Adding Prepared Statement for H2 database for handling all user data without special error handling ( #7653 )
2021-09-23 18:29:15 +05:30
rahulramesha
fb7143cef2
fix: chartWidget fix for "TypeError: r.palettecolors.split" ( #7717 )
...
* adding validation for fusion chart's paletteColors Attribute
* restructuring as params for TEXT type
* removing unnecessary space
* addressing review comments
* adding validations to ignore case
2021-09-23 18:12:34 +05:30
Rishabh Rathod
f0325c11c6
fix: Git sync modal minor fixes ( #7760 )
...
fix: Hide Snackbar for gitSSHKey fetch failure
Add Tooltip for copy icon
Fix config issues
2021-09-23 18:02:58 +05:30
Vicky Bansal
609cdc05e4
feat: Table selected row and action trigger UX improvement ( #7310 )
2021-09-23 17:16:47 +05:30
Hetu Nandu
d18d781a06
Fix issue when form crashes after copy or move of mongo query ( #7750 )
2021-09-23 11:35:49 +00:00
NandanAnantharamu
8e6ba37d00
test: fix/Updated common method ( #7734 )
...
* Updated common method
* updated dsl
2021-09-23 16:44:01 +05:30
Apeksha Bhosale
3f76855d59
fetching js collections parallel with actions in view mode ( #7481 )
2021-09-23 15:39:01 +05:30
Sumit Kumar
f3880f32ca
fix: validate database, warehouse and schema name ( #7683 )
...
* Validate database, warehouse and schema name during test datasource and get structure calls.
* Minor refactor to avoid repeating code.
2021-09-23 15:35:21 +05:30
Anagh Hegde
101b21b901
fix: Widget suggestion for firestore datasource ( #7375 )
...
* Add tests for ArrayList data type response
* Refactor WidgetSuggestion logic
* use getters and setters
2021-09-23 09:52:11 +00:00
Rishabh Rathod
90a275a502
fix: On connect Tab Switch error ( #7740 )
...
fix: On connect Tab Switch error
Add Git local config API
2021-09-23 08:47:09 +00:00
Pawan Kumar
be7e573175
fix: crashing of menu widget in list widget + "type" of undefined error ( #7092 )
...
* fix crashing of menu widget in list
* add ternary operator when calling type on widget
* remove eslint disable rule
Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
2021-09-23 13:57:28 +05:30
arunvjn
e474958d2d
fix: evaluation popper z index ( #7744 )
...
Reduce z-index to place modals above evaluations popper
2021-09-23 08:05:36 +00:00
Nidhi
688b75af22
Changes to introduce peader prefix in API key authentication type ( #7742 )
2021-09-23 13:20:44 +05:30
Hetu Nandu
8f84fc0f69
fix: error handling in trigger execution flow ( #7671 )
2021-09-23 07:21:57 +00:00
Pranav Kanade
ab450e5cb9
fix: add support for self tagging ( #7715 )
...
* removed current user filtering for getting tagging suggestions in comment input.
* using map instead of for
2021-09-23 11:03:22 +05:30
akash-codemonk
a971d49a1e
chore: Fix remaining empty fields in property pane shown in error state ( #7537 )
2021-09-23 10:35:59 +05:30
Shrikant Sharat Kandula
0ded7a4c71
Announce that we are up! ( #7735 )
2021-09-23 09:54:05 +05:30
Rishabh Rathod
48dabf9efd
feat: Add Git push API & UI Updates ( #7704 )
...
Add Git push API & UI Updates
- Add Global Config fetch in git connection
- Add Success Toast Msg for commit and push API
- Fix generate and fetch SSHKey API
- Fix Close button UI
- Add Tick Icon when SSH Key is copied
- Add Direct Deploy option
- Hide Merge Tab
- Add Commit success and push success msg
- Add the Latest Deploy Preview option
2021-09-23 00:18:50 +05:30
balajisoundar
0eaabe9423
chore: Fix signposting issue where application crashing out if there is nested binding ( #7731 )
...
Fixes : #7730
2021-09-22 23:14:55 +05:30
arunvjn
3cd93e11a7
feat: snippets discoverablity ( #7689 )
2021-09-22 16:59:47 +00:00
Nidhi
8b7f1a7f01
fix: Use populated actionDTO for json path keys in JS during refactor ( #7650 )
...
* Use populated actionDTO for json path keys in JS
* Review comment
2021-09-22 21:23:56 +05:30
Pawan Kumar
c48cdcdeb4
chore: comment out the moving widget cypress test ( #7733 )
...
* comment out the moving of widgets test
* update tests for replay spec
Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-09-22 20:38:03 +05:30
Bhavin K
de20a2a52f
feat: add server side pagination in list widget ( #7128 )
2021-09-22 14:16:51 +05:30
Trisha Anand
2121050177
Adding migrations for dynamic binding path list for mongo actions post uqi migrations ( #7718 )
2021-09-22 14:13:25 +05:30
Tolulope Adetula
728a2559c5
fix: multiselect validation ( #7698 )
...
* fix: multiselect validation
* fix: add failing scenarios for validation
* fix: test
2021-09-22 08:37:12 +01:00
Vicky Bansal
2c08417829
Fix digits after decimal in input widget ( #7468 )
2021-09-22 12:58:56 +05:30
Vicky Bansal
8679141c76
Fix button click issue in table widget when action configured in onClick is no action ( #7523 )
2021-09-22 12:58:35 +05:30
Pranav Kanade
c0f5ab3f30
fix: back btn navigation problems ( #7692 )
...
* the package name is not necessary when routing to saas action editor.
* This makes back btn truly perform go back operation.
2021-09-22 12:54:05 +05:30
ashit-rath
4144b8786c
fix: Enable dragging of widgets only when focused on ( #7494 )
...
* fix: Enable dragging of widgets only when focused on
* added test cases
2021-09-22 12:48:46 +05:30
akash-codemonk
997eb0b65b
fix: Do not show empty array as an error for tableData field ( #7332 )
2021-09-22 12:36:26 +05:30
Vinod
f3b281092b
fix: copy icon in evaluated popup and dot notation jshint error ( #7639 )
...
* Remove bracket highlight on error
* remove dot notation rule and change copy icon
* fix #7582
2021-09-22 07:05:02 +00:00
Abhijeet
391674fc75
fix: Update crud template to fix mongo queries after the page generation ( #7657 )
2021-09-21 21:55:25 +05:30
Nidhi
c3f4cdaa15
feat: Introducing SaaS integrations as a plugin ( #7560 )
...
* WIP client side changes
* Saas execution flow + scheduled import of remote plugins
2021-09-21 17:35:29 +05:30
Shrikant Sharat Kandula
78d5447d98
Fix jar name in build script
2021-09-21 15:59:14 +05:30
Shrikant Sharat Kandula
04356a8d3b
Fix server image jar paths ( #7676 )
2021-09-21 15:20:51 +05:30
Trisha Anand
12e97835bf
Where clause is also visible now for command Fetch sheet rows for both Query range as well as Query rows sub methods ( #7655 )
2021-09-21 13:48:30 +05:30
rahulramesha
6cefc6dbea
feat: Undo/Redo ( #6654 )
...
* Scaffolding for undo-redo
* undo redo working Poc commit
* memory performance improvements by diffing
* dont run update on undo/redo"
* merging widget postion update and canvas bottom row update into one dsl update.
* fix tabs widget
* Visible updates per undo redo action (#6838 )
Co-authored-by: Rahul R <rahulramesha@Rahuls-MacBook-Pro.local>
* resize atomic operation
* fix switch control state issue
* disallow undo/redo for snipping and comment mode
* disallow undo/redo for snipping and comment mode
* fix color picker issue in undo/redo
* add test for replayDSL
* option control fix, adding logs
* minor position change undo redo updates
* add test cases for replayHelpers
* property Upade visual change
* remove unused code
* global hot key jest test for undo redo
* Fixing batch updates on property change..
* add tests for toggle control in property pane
* unwanted utils.
* add tests for text control
* add tests for deletion
* add tests for dropping a new widget
* adding jest test for replayUtils
* add move widget tests
* add tests for color picker control
* add analytics for undo/redo
* add analytics for undo/redo
* tab addition atomic
* cypress tests for propertyPane, toasts and radiowidget optionControl
* replayDSL end of redo stack fix
* property update changes
* menu option control debounce input
* color picker empty undo fix
* fix cypress tests
* widget add/remove atomic
* revert alternative approach to handle atomic operations
* update replayDSL test
* add some comments
* addressing review comments
* flash color for property pane controls
* Fixing adding of tabs widget as well.
* code review comments.
* merging widget postion update and canvas bottom row update into one dsl update.
* fix ordering of tabs property control
* meta property update canvas min height.
* fixing failed specs.
* Fixing entity explorer update on deleting tab from entity explorer.
* address review comments and minor property update changes
* fixing failing tests
* merge conflicts
* changes to cater widget api.
* fix suggested widget table issue
* draggable list for undo redo
* fix widget name focus
* excluding canvas updates.
* fixing codeEditor update on propertySection collapse
* fixed failing test case
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
Co-authored-by: Rahul R <rahulramesha@Rahuls-MacBook-Pro.local>
Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com>
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-09-21 13:25:56 +05:30
Apeksha Bhosale
386e788e28
fix: pushing and removing errors from debugger for js object ( #7465 )
...
* pushing and removing errors from debugger for js object
* added message part of messages
* changes for linting and errors showing
* added try catch for executing function
* PR comments fixed
* PR comment fixed
2021-09-21 11:32:45 +05:30
Apeksha Bhosale
ffe00cd1a2
fix: widget refactor actions fetch change ( #7574 )
...
* widget refactor actions fetch change
* Added test for binding Button with API
Co-authored-by: Apple <nandan@thinkify.io>
2021-09-21 11:32:30 +05:30
Tolulope Adetula
834507866a
fix: tabindex and a11y ( #7125 )
...
* fix: Datepicker Keypress and Focus State
* fix: Dropdown Select Focus and Tabbale
2021-09-21 06:49:13 +01:00
Satish Gandham
1423b55f55
Add array and object_array to list widget validation check ( #7572 )
...
Co-authored-by: Satish Gandham <satish@appsmith.com>
2021-09-21 10:40:16 +05:30
Shrikant Sharat Kandula
c6c5e4fef3
ci: Add CI workflow for building fat container ( #7385 )
...
This commit changes the client test workflow into building the fat container's image, and so builds server and RTS as well, in order to achieve that.
2021-09-21 08:33:22 +05:30
rahulramesha
0b37812b56
feat: resizable modal ( #7312 )
...
* dip
* resizable modal full working commit
* resizable modal minor fixes
* code restructuring
* fix canvas small size bugs and add migration to remove modal type
* moving resize modal to modal sagas
* layoutResize and last column width
* fix warning
* setResizible if resizing
* fix incorrect import
* fixing cypress tests
Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com>
2021-09-20 22:36:13 +05:30
Nikhil Nandagopal
b9b5d54745
fix: Property pane updates ( #7631 )
...
* Renamed TreeSelect Widget
2021-09-20 20:48:10 +05:30
Aswath K
1cca96c032
fix: Currency input text overlap ( #7477 )
...
* Change currency input layout to flex
* fix: styles for normal input
* Increase space b/w icon and text. Add focus color
visual modifications as suggested by Momcilo
* fix: alignment for ISDCodeDropdown
* fix: background color for disabled
* change dropdown focus color as suggested by Momcilo
* remove unwanted conditional height
* makes disabled Numeric input consistent to disabled input
2021-09-20 14:20:46 +00:00
Hetu Nandu
4315e92cf7
Reset widget children by default ( #7505 )
2021-09-20 18:40:03 +05:30
Nidhi
0fadf83c86
Default type of where conditions converted to array ( #7637 )
2021-09-20 12:30:31 +00:00
akash-codemonk
9877fe4b05
fix: Switch to the debugger error tab when clicked on the debug button in toast ( #7455 )
2021-09-20 16:50:22 +05:30
Pranav Kanade
a555ed7a88
fixed the pointer for omnibar ( #7629 )
2021-09-20 16:24:05 +05:30
Nikhil Nandagopal
87b13eca2d
fix: Widget Property Pane Updates ( #7467 )
...
* reverted previous revert
* standardised widget sizes
* Text changes
* changed default input label style to match default text style
* more messaging tweaks
* minor fix
* Removed dot from the text
* minor fix for form widget
* fixed tests
* minor fixes
2021-09-20 16:13:44 +05:30
balajisoundar
2dddd07f92
chore: Fix unnecessary scrollbar in entity explorer during onboarding ( #7613 )
...
Fixes : #7425
2021-09-20 14:55:37 +05:30
Nayan
1296faef8e
feat: [Feature] Use photo asset id instead of email address for profile picture in comments ( #7434 )
...
* -set user photo id when adding a new comment thread
* -update user data when users remove their profile photo
* -updated photo id in comments when user changes or set a profile photo
* -remove photoid from thread, kept it in comment only
* -resized uploaded profile image
* -added test for delete profile photo
* -add test for the comment set user photo
* -check user change event handler is called in delete user photo
* -add test for checking user photo change event is triggered after upload photo
* -fixed tests due to changes
* -make profile pictures thumbnail only
* - used get photo by asset id API to show user photo in comment card
- set cache control header in get asset by id API
* - stop using email address to show user photo
2021-09-20 15:03:39 +06:00
akash-codemonk
1fef96666a
fix: Hide generate page button in integration home screen during onboarding ( #7521 )
2021-09-20 14:30:36 +05:30
Trisha Anand
0ef0b3c3da
fix: Adding handling for columns with multiple words in name for filtering data in filtering library ( #7602 )
...
* Adding handling for columns with multiple words in name
* Maintaining the order of columns by using LinkedHashMap instead of Map
* Incorporating review comments
* Migrating the test from Set to List to assert the order of the columns as well in the response
2021-09-20 08:36:28 +00:00
Tolulope Adetula
3c4ef11df2
fix: radio group widget options ( #7313 )
...
* Update RadioGroupComponent.tsx
* fix: radio widget validation
* fix: add test for default param
2021-09-20 00:13:37 -07:00
Shrikant Sharat Kandula
fae8de553d
Add retries when getting page from GitBook ( #7611 )
...
GitBook API occasionally throws a 500 when trying to get a page. This makes our whole sync Lambda fail.
This commit adds a retry step, that will wait a second and retry the GitBook API, with retries capped to three, so the Lambda is a little more resilient to random 500s from GitBook API.
2021-09-20 12:34:04 +05:30
balajisoundar
4288b44f2c
chore: Invite user to org form input tab issue ( #7603 )
...
Fixes : #6785
2021-09-20 12:19:50 +05:30
balajisoundar
5e88255feb
chore: Miscellaneous signposting issues ( #7569 )
...
Fixes : #7223
Fixes : #7225
Fixes : #7228
2021-09-20 12:17:04 +05:30
akash-codemonk
a4bfb1b7c0
chore: minor styling fixes for debugger ( #7584 )
2021-09-20 11:10:59 +05:30
Pranav Kanade
4fa741c06c
fixed alignment for import btn ( #7562 )
2021-09-20 11:06:54 +05:30
Trisha Anand
240816e01c
feat: Adding "where" clause support for Google Sheets Plugin ( #7597 )
...
* Adding UI changes for inputting where conditions
* Working version of filtering! Woot woot!
2021-09-19 17:53:19 +00:00
Trisha Anand
17baadfb84
Adding input type to BSON fields to ensure future client side validations can be added to these fields ( #7596 )
2021-09-19 15:34:28 +00:00
Trisha Anand
659d7c3866
feat: Where condition helper library using H2 in memory database ( #7592 )
2021-09-19 20:33:47 +05:30
Trisha Anand
eaa9d783df
fix: Datasource structure command failure for Google Sheets ( #7595 )
2021-09-19 07:15:08 +00:00
Trisha Anand
98fd6205ff
Fixing NPE error ( #7588 )
2021-09-18 12:34:57 +05:30
Rishabh Rathod
373f64c9ca
feat: git sync ui update ( #7486 )
...
- fix commit & push functionality
- Add Link to docs
- Add user settings toggle
Co-authored-by: Rishabh Saxena <rishabh.robben@gmail.com>
2021-09-17 22:28:04 +05:30
Trisha Anand
936f014b3e
feat: Add UQI infrastructure to Mongo Plugin ( #7238 )
2021-09-17 12:22:22 +00:00
Ayush Pahwa
fdc1510236
feat: JSON view for query & datasource form components ( #7534 )
...
* Removed unused var
* Added new type and extra props to enable JSON editing experience
2021-09-17 12:14:04 +00:00
Nayan
624a8d1e9c
fix: on page load actions are disabled after fork app ( #7490 )
...
* fix: on page load actions are disabled after fork app
* -fix: change permission check during fetch application in fork app
2021-09-17 17:42:06 +06:00
Tolulope Adetula
582f4a568f
fix: multiselect loading state ( #7418 )
2021-09-17 04:14:48 -07:00
Tolulope Adetula
f472ec996d
fix: multiselect selectAll design ( #7424 )
2021-09-17 04:13:09 -07:00
Nayan
28adc4e928
feat: set modified by during create, clone, fork, import app ( #7452 )
2021-09-17 17:10:08 +06:00
Vinod
0ef0da041b
feat: add copy button to evaluated value ( #7159 )
...
* add copy function for evaluated value
2021-09-17 16:32:16 +05:30
Rishabh Saxena
819f0c2753
feat: add git config to user profile settings ( #7538 )
2021-09-17 16:18:38 +05:30
Vinod
2bd324a5aa
feat: address few bug with linting and improve highlighting ( #7287 )
...
* show lint errors as warnings
* add initial code
* adjust editor positions
* update pr comments
* mark jshint errors
* reset changes
* remove unused prop
* fix test errors
* remove unused imports
* dont show warning in the error counter
* show yellow if warning
* remove active error functionality
* update linter to use async functionality
* update linter messages
* update binding positions
* fix evaluate tests
* dont show undefined errors in debugger
* move lint code to separate file
* update testes
* remove unused import
* update tests
* address pr comments
* add comment to explain why
* replace proper regex
* fix undefined message error
* Update styling for warnings
* address position issue in the linter
* Fix failing tests
* Merge 'release' on to 'Feature/linting-errors'
* add console as global object
* address lint issues
* fix requested linting erros for release
* fix breaking issue
* remove unwanted code
* revert unrelated changes
* remove unnecessary file
* add extra libraries to jshint data
* import lodash functions that are used
* update jshint settings
* Fix failing test
* don't show lint errors if there is a parsing issue
* update jshint to latest version
2021-09-17 16:01:45 +05:30
balajisoundar
6baa5c8489
chore: Fix misc minor welcome page issues ( #7504 )
...
Fixes : #7503
2021-09-17 15:31:42 +05:30
Tolulope Adetula
15b26f823e
feat: Tree Select widget ( #6271 )
...
* feat: Tree Select
* feat: styling multiselect
* fix: selected values
* fix: remove console statement
* fix: popup position
* fix: selection types
* fix: Form validation using TreeSelect
* feat: Add Label to TreeSelect
* fix: styling
* fix: Dropdown search
* fix: Add Entity Definitions
* fix: Entity Definition
* Feat: Add clear icon
* fix: validation
* fix: options validation
* fix: Styling issues
* fix: build error
* Fix: Separate Tree Select widget
* fix: issues and add validation
* fix: Options Validation
* fix: issues with build
* fix: yarn
* fix: changes
* fix
* Fix: select component
* fix: PR issues
* fix: merge conflicts
* fix: issues
* fix: all issues
* test: added test
* fix: failing test
2021-09-17 02:08:35 -07:00
Sumit Kumar
146f536190
fix: fix mysql prepared statement integer and boolean type handling ( #6987 )
...
* fix mysql prepared statement integer and boolean type handling
2021-09-17 08:56:12 +00:00
Aswath K
49551987fc
fix: Transparent menu on MenuButton widget ( #7268 )
2021-09-17 08:55:47 +00:00
Pranav Kanade
73b795cb71
fix: layout control not working ( #7502 )
...
* fixed layout control problem.
* removed extra padding for multi pointer canvas
2021-09-17 11:07:09 +05:30
Tolulope Adetula
ca8b74da30
fix: app crashes when editing table visibility ( #7472 )
2021-09-17 05:33:26 +00:00
Tolulope Adetula
0ce1bac98a
fix: only run onFilterUpdate when it's defined ( #7552 )
2021-09-16 23:02:16 +05:30
Ashok Kumar M
34c4dad0ac
fix: flashElement scrolls canvas too much. ( #7547 )
2021-09-16 22:24:12 +05:30
NandanAnantharamu
1d101300a5
test: fixing the Cypress test for input spec ( #7551 )
2021-09-16 16:05:02 +00:00
rahulramesha
333c28f702
fix: list widget cyclic dependency ( #7542 )
...
This commit fixes the cyclic dependency error shown to users when the data for list widget is removed.
2021-09-16 21:13:11 +05:30
NandanAnantharamu
30d337c9dc
test: Added test for public apps access check ( #7525 )
2021-09-16 13:44:30 +00:00
NandanAnantharamu
738f5940f2
Updated test ( #7535 )
2021-09-16 18:19:46 +05:30
Abhinav Jha
f19b62e86b
chore: Fix widget help links from the property pane ( #7529 )
2021-09-16 17:46:14 +05:30
Abhinav Jha
8a787c9918
chore: Fix the name of the select widget listed in the widget list ( #7518 )
2021-09-16 17:41:45 +05:30
Abhinav Jha
6913d188f9
chore: Fix checkbox widget icon ( #7524 )
2021-09-16 17:40:20 +05:30
Trisha Anand
60f85bd88b
fix: Add migrations for all google sheet actions to turn off smart substitution for existing actions ( #7517 )
2021-09-16 12:08:34 +00:00
Ashok Kumar M
396b72a378
Fix for #7526 . Scrolling issue on canvas ( #7530 )
2021-09-16 11:42:11 +00:00
Bhavin K
9116c6483f
fix: add check for max char in input widget only applicable for text type ( #7250 )
2021-09-16 16:32:34 +05:30
ashit-rath
1c24afb356
fix: table row cell actions to get proper currentRow data ( #7244 )
...
* fix: table row cell actions to get proper currentRow data
* minor change
2021-09-16 12:26:52 +05:30
ashit-rath
0354fdaa16
fix: Input widget as number type 0 as default value ( #7251 )
...
* fix: Input widget as number type 0 as default value
* added cypress test case
* cypress test fix, force click default text input
* updated input widget validation of number/currency/phone number type
* minor change
2021-09-16 11:22:01 +05:30
akash-codemonk
71d7b26665
fix: Do not show errors for blank fields in datepicker and listwidget ( #7032 )
2021-09-16 11:02:00 +05:30
akash-codemonk
8b8ddb3390
fix: Quickly clicking do it for me button shows errors during onboarding ( #7386 )
2021-09-16 10:09:55 +05:30
Yash Vibhandik
aea55014ec
fix: added container wrapper component to handle styles ( #6476 )
...
* FIX #2587 : added container wrapper component to handle styles, updated test cases
* FIX #2587 : abstract widget style component for common use and wraped on text widget
* updated style boundary and css
* updated cypress test
* fix: accommodate prop pane height change for the test
* removed properties from text widget
* updated container wrapper style to handle border corners, updated migrations for container and form widget
* fixed container overflow
* added testcases for container and text widget
Co-authored-by: Rishabh Saxena <rishabh.robben@gmail.com>
2021-09-16 09:51:31 +05:30
rahulramesha
c4de8fc720
fix: copy paste new widget key generation ( #7464 )
...
fixes widgets from having exact same react keys
2021-09-15 19:34:27 +05:30
Rishabh Saxena
f277fe92e0
feat: minor bottom bar UI updates ( #7456 )
2021-09-15 19:31:32 +05:30
Arpit Mohan
37e7a61792
chore: Minor changes for fixing some strings on the home page & action settings page ( #7469 )
2021-09-15 12:20:25 +00:00
Shrikant Sharat Kandula
851abd5a06
fix: Add missing variables in env file in config ( #7100 )
...
The env config API currently only changes values that are already defined in the env file. It is not capable of adding anything to the file.
This commit adds the capability to do so. However, since we don't want to let the client add just any variable, we've switched from a black list to a white list of env variables that can be managed by this API. If the requested variable is present in the whitelist, we add it, if its missing in the env file.
2021-09-15 17:03:47 +05:30
Abhinav Jha
d94408776f
fix: Styling issues with the buttons on the platform ( #7365 )
...
Fix button styles in platform and also update stat box widget icon svg
2021-09-15 12:15:21 +01:00
balajisoundar
cf3b4ae1be
fix: Signposting and Welcome tour overlapping issue ( #7421 )
...
Fixes : #7405
Fixes #7226
2021-09-15 15:26:15 +05:30
NandanAnantharamu
1db152bd5c
updated test and common method ( #7446 )
2021-09-15 14:07:58 +05:30
Shrikant Sharat Kandula
c509a640b7
feat: Add an API to get env values for superusers ( #7043 )
...
This commit adds the following API:
`/api/v1/admin/env` — Responds with the names and values of all environment variables currently configured, that are allowed for configuration from the UI. Some variables will be missing from this, ones that are not allowed to be edited from the configuration UI.
Doesn't take any query params. Only usable by the superuser.
Also added a `isSuperUser` boolean field to the response of `api/v1/users/me`, that will indicate whether the current user is a superuser or not.
2021-09-15 13:56:41 +05:30
Nikhil Nandagopal
01f01cd565
fix: Updated Template ( #7447 )
...
* Updated Template
* Updated Template
* Modified TC accoording to updated template
Co-authored-by: Abhijeet <ABHI.NAGARNAIK@GMAIL.COM>
2021-09-15 12:36:56 +05:30
haojin111
523ba15d88
chore: fixed issue of height when focusing on API inputbox ( #6304 )
...
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-09-15 06:37:49 +00:00
Apeksha Bhosale
3dd6c14b5f
create js action default with js collection ( #7388 )
2021-09-15 11:58:25 +05:30
deepsource-autofix[bot]
042f9d249a
chore: Remove the unreachable code block ( #7326 )
...
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-09-15 11:29:13 +05:30
akash-codemonk
e9fe54fefe
fix: Show trigger errors in the debugger with widget and property name ( #6970 )
2021-09-15 10:41:13 +05:30
balajisoundar
e102ee781f
fix: Suppress unauthorised error, when user visits welcome page ( #7435 )
...
fixes : #7433
2021-09-14 22:25:29 +05:30
Ayush Pahwa
cd889201a2
Added new key propertyName to uniquely store evals in state ( #7430 )
2021-09-14 15:41:50 +00:00
akash-codemonk
d34827da78
fix: Show recent errors first in the debugger error tab ( #7420 )
2021-09-14 20:21:07 +05:30
Sumit Kumar
4d847336d0
fix: update on-page-load actions on action delete. ( #7439 )
...
* Currently, the list of actions to be run on page load is not updated when an action object gets deleted. Hence, sometimes, a previously deleted action may be set to run on page load which throws an error when the application tries to run it on page load.
* This PR updates the list of actions to be run on page load whenever any action gets deleted.
2021-09-14 14:46:24 +00:00
Rishabh Rathod
1911cf53c8
chore: remove debugger ( #7438 )
...
Remove `debugger`
2021-09-14 13:46:23 +00:00
Pranav Kanade
a811bac995
feat: Enabled collab presence feature ( #7376 )
...
* enabled collab presence feature
* putting back unrelated changes
2021-09-14 18:57:39 +05:30
Rishabh Saxena
e08fc3c538
chore: check for anonymous user before fetching notifs ( #7381 )
2021-09-14 18:48:49 +05:30
Trisha Anand
ef2f2d7751
feat: Smart Substitution for Google Sheets Plugin ( #7397 )
2021-09-14 13:04:49 +00:00
Ayush Pahwa
8f294c8868
fix: Initial values extraction process from json ( #7414 )
...
* Updated getConfigInitialValues function to extract initialValues properly
* Added error catching in case the form is not loaded properly
* Comparing the whole formdata instead of just the values
* Refactoring
* Moved setting initial eval state to query pane saga
* Running update only if uicomponent type is consitent with UQI
* Removed check for UQI type for form eval
* Removed unused imports
2021-09-14 13:01:09 +00:00
Hetu Nandu
1c3cf30ac1
always assume onSuccess, onError, .then, .catch to be callbacks ( #7402 )
2021-09-14 13:56:54 +05:30