Favour Ohanekwu
223be6c057
fix lint tooltip getting clipped ( #10899 )
2022-02-10 18:40:36 +01:00
balajisoundar
e67474a4f3
fix: Input, Phone and Currency input widgets valid property validations ( #10966 )
...
- When the user removes an expression from the validation property of
input widget, its value becomes `""`. And in boolean validation
function we treat this empty string as false. so Input widget
ends up with isValid false and we show an error border around the
Input. so we are setting a default value true, so when there is
no expression it evaluates to true.
2022-02-10 17:06:18 +05:30
Aswath K
9597c82f7c
feat: keyboard accessible multi-select dropdown, action selector and text input ( #10622 )
...
* feat: Add keyboard navigation to multiselect dropdown (#10397 )
* feat: Make Action Selector keyboard accessible (#10005 )
* feat: keyboard accessible text / code input (#10641 )
* {Space} as an alternate option to make code editor editable
2022-02-10 16:42:44 +05:30
Satish Gandham
594e02edbd
chore: Increase cooldown time after app import for the app to load. #UI-Performance-infra ( #10845 )
...
* Code cleanup and fix typos
* Increase the wait time after app import
Increase the wait time after app import for the categories to load
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-02-10 16:16:55 +05:30
Pawan Kumar
d4eeff8fcc
fix: Header tags are not styled correctly in the Text widget ( #10949 )
...
* fix text widget styles
* add font weight in headings
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2022-02-10 12:25:33 +05:30
balajisoundar
8f383ca8ea
fix: Phone Input and Input widget not getting reset on submit ( #10860 )
2022-02-09 17:33:10 +05:30
Aman Agarwal
9894a6522c
feat: added datasource icon on left of entity name, revamped name editor ( #10821 )
...
* feat: added datasource icon on left of entity name, revamped name editor
* fix: updated the hardcoded message strings to use message.ts
* fix: types of variables
2022-02-09 17:11:47 +05:30
Paul Li
ce42dcb00b
fix: Map pin does not center when location is changed and centering option is turned on ( #10296 )
...
* fix: Map pin does not center when location is changed and centering option is turned on
-- Update center meta property when defaultMarkers or mapCenter properties were changed
* fix: Map pin does not center when location is changed and centering option is turned on
-- Force the last marker to be centered
2022-02-09 18:39:07 +08:00
balajisoundar
fab552cafa
chore: Extend the list of widgets that cannot be used inside the List… ( #10928 )
2022-02-09 12:45:10 +05:30
Ankita Kinger
81760a94fc
Merge pull request #10942 from appsmithorg/hotfix/disable-signup-config
...
fix: Added disable signup form config
2022-02-09 12:35:16 +05:30
Vicky Bansal
e4e7c59bc2
fix: disable closing dropdown on space ( #10945 )
2022-02-09 12:32:57 +05:30
Sumit Kumar
aa2290405d
fix: fix refresh token flow in REST API OAuth ( #10875 )
...
Co-authored-by: Segun Daniel Oluwadare <dodanieloluwadare@gmail.com>
2022-02-09 09:38:58 +05:30
arunvjn
be1b5a5db3
Re-focus widgets search bar when the search text is cleared ( #10763 )
2022-02-09 04:00:56 +00:00
haojin111
0288f79b70
fix: added missed analytic events for git sync ( #10953 )
2022-02-08 21:46:16 +05:30
Abhinav Jha
9d21ccf52f
fix: Remove references of messages.ts in worker files ( #11004 )
2022-02-08 20:53:25 +05:30
Tolulope Adetula
453974b18e
fix: Multiselection in table widget ( #10838 )
...
* fix: Multiselection in table widget
* fix: add test cases
2022-02-08 06:41:25 -08:00
Ayangade Adeoluwa
21018c640f
fix: fixes uqi component issues ( #10829 )
...
* fixes uqi component issues
* fix dropdown container width issue
2022-02-08 12:51:41 +01:00
Abhinav Jha
aee5816a54
fix: limit validation errors in debugger ( #10886 )
...
* Add a limit to the number of error messages sent from validations to be rendered in the debugger
2022-02-08 17:13:25 +05:30
Ayangade Adeoluwa
da655b5748
fix margin top issues with checkbox form controls ( #10930 )
2022-02-08 11:29:17 +00:00
Arsalan
048d8ac349
fix: Rating widget flicker, when value is changed.
2022-02-08 12:52:43 +05:30
Ankita Kinger
1c8d804d88
added config for signup disabling
2022-02-07 20:48:44 +05:30
Arsalan
903b2cec4d
Added grey as the default inactive color.
2022-02-07 17:28:11 +05:30
Arsalan
c0b290d0b6
Add circular progress svg to WidgetIcons.tsx
2022-02-07 11:22:55 +05:30
akash-codemonk
dbf8568c7b
fix: hide the image column in guided tour table ( #10709 )
2022-02-07 10:06:33 +05:30
NoxiousPenguin
abb3aebbba
chore: replaced == and != with === and !=== ( #10733 )
2022-02-05 11:11:15 +05:30
Rishabh Rathod
f91f860d1e
Add brotli and gzip compression ( #10869 )
2022-02-05 01:52:31 +05:30
balajisoundar
c9f65d080a
fix: skip bad table migration thats breaking computed columns we di… ( #10897 )
2022-02-04 23:07:22 +05:30
Anand Srinivasan
c2a6e089db
fix: passing params from JS to API/SQL query ( #10826 )
...
* Revert "fix: revert this.params solution (#10322 )"
This reverts commit 2bcd73e41d .
* replace 'this.params' with 'executionParams'
* replace 'this?.params' also with 'executionParams'
* fix unit test lint errors
* added unit tests for params handling
* evaluateActionBindings unit test - add default value case
* comments update
* remove un-necessary `executionparams` assigment to `evalTree`
2022-02-04 17:58:46 +05:30
Rishabh Rathod
1bcf344154
fix: Race condition issue of meta reducer update ( #10837 )
...
* Fix race condition issue of meta reducer update
* refactor comment
* Fix logic to update meta state
2022-02-04 17:52:25 +05:30
Ayangade Adeoluwa
aa129fc26b
feat: adds Headers tab to the Api response view ( #10807 )
...
* adds Headers field to the Api response view
* show empty object if headers not present
2022-02-04 12:32:38 +01:00
Vicky Bansal
b7ebc7501e
fix: Column tile reposition on focus state of Input element inside property pane configuration for Table and Tabs widget ( #10046 )
2022-02-04 16:29:54 +05:30
Rishabh Saxena
ebb257bac2
chore: update cta text and doc url on the disconnect modal ( #10872 )
2022-02-04 12:40:36 +05:30
Tolulope Adetula
c82fab975d
fix: table column visibility ( #10808 )
2022-02-04 08:09:37 +01:00
Paul Li
6b45805f21
fix: Spaces are not allowed on widgets children names (tabs, menus, buttons etc.) ( #10724 )
...
-- Set trimValue prop to false with property controls such as TabControl, MenuItemsControl, ButtonListControl, PrimaryColumnsControl
2022-02-04 13:46:21 +08:00
Apeksha Bhosale
a66b8be886
fix: enable response tab in js editor even if it has warnings ( #10866 )
2022-02-03 21:29:46 +05:30
rashmi rai
e73ccc7f25
fix: props is now required in type Validator ( #10854 )
2022-02-03 15:27:08 +05:30
Tolulope Adetula
94dbd612c3
fix: onOptionChange on TreeSelects and fix Switch Toggle ( #10632 )
...
* fix: treeSelect onoptionChange
* fix: revert cypress
* fix:switch widget toggle
* fix: remove Important from styling
2022-02-02 23:57:49 -08:00
Keyur Paralkar
45152272a6
fix: added sentry exception for invalid DynamicBindingListPath ( #10790 )
...
* fix: added sentry exception for invalid DynamicBindingListPath
* refactor: updated the error message
* test: update unit test case for dynamic binding path error
* fix: addressed review comments
* fix: removed widgetFactory and propertyPane code for invalidDynamicBindingPath function
2022-02-03 11:22:14 +05:30
Bharat Patodi
743d6cb00d
chore: Replace equality and inequality operators with their strict versions ( #7585 )
...
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2022-02-03 09:42:38 +05:30
Satish Gandham
fa32411383
chore: Perform perf tests on a large app ( #10831 )
...
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-02-03 00:25:10 +05:30
Daniel
d29016590b
Merge pull request #10437 from appsmithorg/fix/name-of-undefined-datasource
...
fix: Name of undefined error in datasource catch Block
2022-02-02 19:53:11 +01:00
albinAppsmith
1c7a4f4a48
fix: Execute query overflow scroll issue ( #10836 )
2022-02-02 23:50:45 +05:30
Vicky Bansal
a39176dc38
fix: add keywords to the validation list ( #10690 )
2022-02-02 21:05:42 +05:30
Segun Daniel Oluwadare
a91b7c2a2b
fix: add default value
2022-02-02 16:03:34 +01:00
Danieldare
cf577f8751
fix undefined error
2022-02-02 16:03:33 +01:00
Daniel
ec1c3c9fb8
Merge pull request #10664 from appsmithorg/fix/db-section-overlap
...
fix: Datasources section overlap
2022-02-02 15:49:03 +01:00
Tolulope Adetula
bb2f7da823
feat: Select and Multiselect V2 ( #10359 )
...
* fix: Select V2
* Fix: CI Fail
* fix: failing test
* fix: failing test
* Fix: MultiSelect
* Fix: loading issue
* Fix: loadin state
* Fix: loading
* fix: failing test
* fix: evaluation tests
* Fix: failing tests
* Fix: failing test
* fix: failing tests
* Fix: Failing tests
* fix: select All
* fix: filtering
* Fix: filtering
* fix: refactor Select widget
* fix: hide MultiSelect
* fix: select options
* Fix: failing tests
* fix: failing tests
* Fix: issues
* Update system-themes.json
* Update system-themes.json
* Update system-themes.json
* Update system-themes.json
* fix: PR reviews
* Update EntityDefinitions.ts
* Fix: issues
* fix: console
* fix: QA issues
* fix: options issues
* fix: add widget icons
* fix: update Selectv2
* empty commit to fix CI
* fix: failing test
2022-02-02 06:15:07 -08:00
Daniel
45816c51f1
Merge pull request #10652 from appsmithorg/fix/delete-icon-s3-amazon-page
...
fix: Change delete icon in s3 amazon where clause component
2022-02-02 04:59:45 -08:00
Vicky Bansal
b99a42acdf
fix: add pre-filled option on adding an option to a checkbox or radio button ( #10544 )
2022-02-02 17:40:40 +05:30
Danieldare
54e2f2e9b1
fix: revert delete icon name
2022-02-02 12:00:01 +01:00
Danieldare
cfc89819a8
fix: remove unused icon
2022-02-02 12:00:01 +01:00
Danieldare
43b77d08af
fix: change delete icon
2022-02-02 12:00:01 +01:00
Danieldare
532ec5768c
fix: datasources section overlap
2022-02-02 11:54:56 +01:00
Ankita Kinger
da68425a57
Merge pull request #10801 from appsmithorg/hotfix/team-settings-page
...
fix: Multiple API calls on Team settings page for same user role selection
2022-02-02 15:16:39 +05:30
rahulramesha
d1de691790
change reflow BETA Card ( #10789 )
2022-02-02 15:16:06 +05:30
Abhinav Jha
e08c7e66d4
fix: Purge orphaned paths from dynamic path lists in widgets ( #10803 )
...
- Paths in dynamicBindingPathList and dynamicTriggerPathList which don't exist in the widget, may cause issues later in the lifecycle of an application. Purging these orphaned paths during property updates.
2022-02-02 14:55:16 +05:30
Rishabh Saxena
812da166e0
chore: beta tags for git sync ( #10774 )
2022-02-02 13:22:37 +05:30
Tolulope Adetula
ea1ba54603
fix: test case ( #10804 )
...
* fix: test case
* fix: dsl
* fix: DSL
* fix: test
2022-02-01 23:52:05 -08:00
Parthvi12
283ef050d4
test: Fixed flaky tests Replay_editor and Table_navigateTo_validation_spec ( #10772 )
...
* Fixed flaky tests Replay_editor_spec and TableWidget_NaviagateTo_Validation_spec
* adding fix for ActiveDatasource.spec
2022-02-02 10:52:10 +05:30
ankurrsinghal
c349f2f9f5
Merge pull request #10688 from appsmithorg/enhancement/focus-widget-title-on-f2
...
feat: added a keydown listener to focus property pane title on pressing f2
2022-02-02 10:51:46 +05:30
arunvjn
52f979cbf6
Fixes inconsistent rename behaviour for datasources ( #10767 )
2022-02-02 05:21:25 +00:00
Ankita Kinger
98dea5e64a
updated conditional check
2022-02-01 18:19:07 +05:30
Ankita Kinger
6ef90973c5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into hotfix/team-settings-page
2022-02-01 18:06:27 +05:30
Ankita Kinger
34da849cbd
avoiding multiple API calls on selecting same role for a user under manage users
2022-02-01 18:06:10 +05:30
Bhavin K
4e28b4887c
Revert "fix: Added iFrame to load Base64 PDF data in document viewer widget ( #10770 )" ( #10786 )
...
This reverts commit df1ee35992 .
2022-02-01 15:43:20 +05:30
Tolulope Adetula
8729c2b435
fix: select treeselect value validation ( #10760 )
...
* fix: Select adn treeSelect validation
* fix: remove cy.wait()
2022-02-01 10:54:16 +01:00
Bhavin K
df1ee35992
fix: Added iFrame to load Base64 PDF data in document viewer widget ( #10770 )
2022-02-01 13:37:52 +05:30
Favour Ohanekwu
caca4131e7
fix: Evaluate PrivateWidgets to fix list widget children evaluation issue ( #10737 )
2022-02-01 10:48:57 +05:30
Vicky Bansal
8e174f7316
chore: Fix recaptcha script not loading issue ( #10764 )
2022-01-31 21:25:58 +05:30
Rishabh Saxena
2e92b3a05e
chore: increase axios timeout for git specific APIs ( #10732 )
2022-01-31 09:48:58 +05:30
Rishabh Saxena
c0285eb168
chore: use documentation link from the error response for git errors ( #10662 )
2022-01-29 13:56:27 +05:30
albinAppsmith
5cfe12bcea
feat: Entity explorer UI redesign ( #9811 )
...
Co-authored-by: arunvjn <arun@appsmith.com>
2022-01-29 12:56:19 +05:30
Daniel
20f5a7f7d3
Merge pull request #10681 from appsmithorg/fix/authenticated-api-query-parameters
...
fix: Add query parameters to Options/Form
2022-01-28 05:03:33 -08:00
Rishabh Rathod
b61ceab94b
fix: Add meta to eval cycle and update it when default changes ( #10401 )
...
* Rearrange data tree widget factory
* Remove existing handling of default value override
* Altternate way of meta property override
* Fix tests
Co-authored-by: hetunandu <hetu@appsmith.com>
2022-01-28 16:40:05 +05:30
Favour Ohanekwu
d5a459be30
fix: show lint warning when unused variable is present in code ( #10599 )
2022-01-28 09:18:19 +01:00
Bhavin K
45d3704dda
fix: icon button remove default green ( #10573 )
2022-01-27 19:07:13 +05:30
Ankur Singhal
842828b187
added a keydown listener to focus property pane title on pressing f2
2022-01-27 16:40:57 +05:30
Yash Vibhandik
35d46b42d4
fix : #10428 styling support in popup ( #10487 )
2022-01-27 15:37:05 +05:30
Favour Ohanekwu
db3e29e15d
fix: Fix crash on broken list widget ( #10670 )
2022-01-27 15:31:24 +05:30
rashmi rai
10b3fe3800
feat: Validations for Action Forms ( #10457 )
2022-01-27 15:20:05 +05:30
Rishabh Rathod
d3c2833c8c
chore: remove defaultSelectedFiles ( #10586 )
...
- It is not being used anywhere
2022-01-27 09:40:51 +00:00
Danieldare
5cfc81a9d3
fix: add query parameters to options
2022-01-27 10:04:27 +01:00
Aman Agarwal
aab77b8ebb
fix: Memoized the Form Control Component reducing unwanted re-rendering ( #10553 )
...
* fix: reduced unnecessary re-rendering of form components
* fix: memoized form control and moved config errors to selector logic
2022-01-27 14:09:21 +05:30
Tolulope Adetula
b89c3100e4
fix: RTE required field ( #10629 )
2022-01-27 00:37:50 -08:00
Bhavin K
dfaddfbce4
fix: Datepicker closeOnSelection will now remain true by default for new widget drops( #10479 )
2022-01-27 11:42:39 +05:30
Daniel
d553495d23
Merge pull request #10321 from appsmithorg/fix/active-datasoure-flash-page
...
fix: Active datasource page flashes to user upon clicking the Save DataSource Button.
2022-01-26 11:42:36 +01:00
Keyur Paralkar
5afff85e8d
fix: changed validation to FUNCTION for the default selected value RadioGroupWidget ( #10020 )
...
* fix: changed validation to FUNCTION for the default selected value RadioGroupWidget
* refactor: changed evalued struct msg for radio group default value
* test: added cypress test for checking radiogroup widget with integer value
* test: added jest test to validate the defaultValidation function for radio widget
* refactor: changed the test case title
* chore: updated yarn.lock file
* refactor: addressed the review comments
* refactor: added comment for defaultOptionValidation
* refactor: changed the expected example [QA comment]
* fix: added validationOperationType prop
* Revert "fix: added validationOperationType prop"
This reverts commit 896226fe940621c2c71aa8a9e87831039a9655de.
* fix: added custom validation for the options property
* fix: modififed the custom validation logic
* refactor: modified the cypress test
* refactor: addressed review comments
* refactor: addressed review comments
* refactor: addressed review comments; Updated custom validation for DSV; Update cypress
* refactor: added boolean check for the default selected value
* refactor: addressed review comments
* test: fixed jest test case
2022-01-26 12:48:13 +05:30
Shrikant Sharat Kandula
6accb9e364
fix: Use CDN for all assets ( #10417 )
...
Co-authored-by: Nayan <nayan@appsmith.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2022-01-26 02:19:43 +05:30
Ashok Kumar M
2a8e37bf3b
feat: Sliding Canvas for Dragging and Selection ( #9983 )
...
* Move existing canvas's to CanvasArenas folder
* moving hooks to canvas arenas folder.
* Sticky canvas implementation.
* fixing specs(WIP)
* dip
* fixing test cases.
* removing comments.
* fixing build
* renaming for readability.
* adding folder for canvas based sagas.
* Resolve conflicts.
* fixing failed cases.
* fixing cypress cases.
* fixing bugs introduced coz of drag and drop.
* fixing bugs.
* few more bug fixes in draw to select.
* mouse pointer default when drag to select.
* bug fix.
* dip
* integrating intersection api.
* dip need to adjust offset
* fixing offset issues.
* readability fix
* rebase bug fixes.
* bug fix.
* adjust canvas slider on mouse over.
* unwanted changes.
* left offset fix + removing dead code.
* fixing bugs.
* fixing broken test cases.
* addressing code review comments.
2022-01-25 20:58:31 +05:30
NandanAnantharamu
91986714f6
test: commenting out Typescript tests ( #10619 )
2022-01-25 20:21:54 +05:30
NandanAnantharamu
5245984ff8
test: Table Download test ( #10571 )
...
* Table Download test
* updated test
2022-01-25 19:37:51 +05:30
Confidence Okoghenun
98a8aab728
feat: Adds code hint for JS promises in JS Object editor ( #10570 )
2022-01-25 19:34:10 +05:30
akash-codemonk
94d37f55dd
feat: improved guided tour ( #9125 )
2022-01-25 19:26:52 +05:30
Ankita Kinger
e30fec9109
fix: Incorrect member list sorting on user roles ( #10594 )
2022-01-25 19:25:32 +05:30
Bhavin K
b52ec44966
fix: changed cap default to fix ux issue on js toggle ( #10424 )
...
* fix: changed cap default to fix ux issue on js toggle
* fix: hard check on capSide hide
* fix: always show capSide if dynamic capType
* docs: label, help text update
* fix: remove hidden condition
2022-01-25 13:54:36 +00:00
Bhavin K
cd02572374
fix: table column name migration update ( #10383 )
...
* fix: table column name migration update
* test: added test case for migration
* fix: migration version update
* fix: update latest version logic
* fix: cypress updated
* fix: updated test case
* fix: delay added
* fix: test case update
* fix/ one more custom column added
2022-01-25 13:54:13 +00:00
Apeksha Bhosale
5f91f2d20f
added functions while checking isAsync ( #10425 )
2022-01-25 13:53:53 +00:00
ankurrsinghal
3e0749c82f
fix: hover highlight for menu item ( #10610 )
...
Co-authored-by: Ankur Singhal <ankursinghal@Ankurs-MacBook-Pro.local>
2022-01-25 15:15:52 +05:30
rahulramesha
302cdf0d03
fix: Reflow onboarding typo fix ( #10543 )
...
* fixing reflow on boarding typo
2022-01-21 20:08:47 +05:30
Favour Ohanekwu
1b858bcf5c
fix: Remove private widgets from autocompletion ( #10535 )
2022-01-21 13:08:40 +01:00