PromucFlow_constructor/app/client/cypress/fixtures
ankurrsinghal c287b4d781
fix: auto height regression fixes (#18410)
* removed block and added flex consistent in the alignment case of left and right

* fixed radio group which broke because of display block

* default enabled auto height for every widget

* added reivew changes

* reverted the switch group style changes and added the check for Text widget background in the AutoHeightContainer

* changed the scroll helper text for containers

* reverted the default enable for all the widgets

* test: fixed DH flaky test (#18415)

fixed DH flaky test

* fix: auto height container computations (#18408)

* Fix auto height container computations

* fix: Invisible Widgets Overlap while switching back and forth between edit and preview modes in rare cases (#18398)

sort Space based on original position if dynamic positions are equal while generating tree

* fix: group widgets label alignment. (#18360)

* fix: group widgets label alignment.

* fix: switch and radio fix transform styles for auto height.

* feat: disable auto height limits for modal (#18386)

* added multi select back

* (WIP): Complete the dynamc height update logic

* (WIP): Dynamic height logic

* (WIP): Container computation logic, Next steps: Prevent reflow when resize is disabled. Fix logic of widgets randomly changing positions (Debug)

* Fix logic in container computations

* Integrate for PoC

* fixed the no initial load dynamic height updates

* Stop vertical resize and reflow when dynamic height is enabled for a widget

* added another container in text widget

* enabled dynamic height for container widgets

* removed dynamic height feature from list widget

* Fixed Button and Input components height increase

* added an experiment to overflow the content if maxHEight is less

* removed the ref of Textwidget by mistake, added it back

* fixed text widget height overflow problem with a little hack

* added long labels with text

* fixed the table scroll issue

* overflow fixed for json form widget

* added extra 8px height for Switch, Rating and Checkbox Height

* (WIP): Resolve issues

* (WIP): Fix widget padding issue

* added overflow container for Radio and Switch group widgets

* (WIP): Have modals work with dynamic height

* added the overlay and the handles

* added dragging behavior to the dots

* fixed the overlapping with the selection tool

* (WIP): Fix issues reported

* now we can update the property pane values back from overlay handles

* now we can update the property pane values back from overlay handles

* (WIP): Fix table widget

* Fix package.json

* Remove unit tests temporarily

* Fix unit test

* (WIP): Fix modal resize. Fix cursors. Fix border issue on non-resizable widgets

* fetch component heights using the requestAnimationFrame callback

* behavioural changes

* (WIP): Fix issues on the platform

* Update main container size appropriately

* more behavioural changes

* overlay now only be visible when hovering over the dots

* grid showing and widget reselecting

* added onfocus and onblur events to property pane listeners

* added onfocus and onblur events to property pane listeners

* added a range slider for min and max

* added demarcations for slider values

* (WIP): Fix platform workflows for dynamic height

* Fix issues with widgets

* Fix removed import

* - Add missing cypress files

* set the limits

* limit increase on change

* Fix z-index of min max limit indicators. Fix unused-vars warnings

* Fix Table Widget and Text Widget issues

* Fix: all the bugs in the bug master list for DH (#16268)

* changed the zindex for the signifiers

* showing signifiers only when the widget is selected

* made changes suggested by Momcilo

* activate the dots when the fields are active

* created a new centered dot handle

* removed overlays on focus and made the border more like deisgn

* handles on top of other widgets

* hide the overlay when multiple widgets are selected

* added a white border

* added a white border

* bug #15509 resolved

* changed the minDynamicHeightLimit to 2 instead of 4 to fix the Bug #15527

* removed the height auto fix from BaseInputComponent to fix the Bug #15388

* removed the condition to not ccalculate dynamic height when the row difference is less than 2 to fix the bug 15353

* made fixes for the bug #16307

* made fixes for the bug #16308

* made fixes for bug 16310

* made fixes for the bug #16402

* removed some log statements

* made fixes for the bug #16407

* fixed label problem found in the issue #16543

* made fixes for the issue #16547

* made fixes for the bug #16492

* redeploy

* (WIP): Fix to make this branch functional

* imported LabelWithTooltip back from design system

* signifier is now centered

* filled the signifier with primary color

* overlay hidden while dragging

* made the signifier dashed border also draggable

* Fix issue #16590 (#16798)

* set the limits to 4 rows

* replaced the static 40 value

* added signifiers for modal widget

* added signifiers for modal widget

* tried solving the scroll issue for widgets when there are limits

* solved the height problem using ResizeObserver

* (WIP): Fix maxDynamicHeight issue with container widgets:

* made the changes as per the review

* fixed the issue for input widget when label gets out of border

* hide text widget overflow options if auto height is enabled

* (WIP): In view mode, invisible widgets now donot take space (#16920)

* (WIP): In view mode, invisible widgets now donot take space

* (WIP): Enable the feature where invisible widgets in view mode don't take space to all widgets irrespective of the dynamic height feature

* Remove Replay conditional

* removed the scroll container for container type widgets

* removed the scroll container for container type widgets

* updated the hook to set overflow none for text widget

* fixed the should dynamic height logic to respect the min height limit

* Modal widget adheres to dynamic height (#16995)

* Modal widget adheres to dynamic height

* WIP: POC: fix dynamic height issues  (#16996)

Fix height less than 4 issue. Fix JSONForm adherence to min and max height

* POC: Dynamic height undo redo issue (#17085)

* Revert debouce timeout

* (WIP): Fix issue with undo-redo in dynamic height

* fix: Dynamic height issue fixes (#17153)

* Dynamic height issue fixes
==

- Fix issue where nested widgets did not ensure parent dynamic height updates
- Fix issue where Modal widget updates came in subsequent renders
- Fix issue where JSONForm collapses
- Fix performance issue for independent updates

* Use functions to get min and max dynamic height

* Fix issue where variable might have been undefined

* added the dynamic container into the deploy mode as well

* added overflow-x hidden when overflow-y is active in the dynamic height container

* fix: Dynamic height Issue fixes (#17204)

Fix preview mode invisible widgets. Fix Tabs widget dynamic height.

* removed a console.log statement

* removed the slider control file

* imported the LabelWithTooltip from the repo rather than ds

* word-break CSS rules added for Switch and Checkbox widget when Dynamic Height is enabled

* abstracted the check for dynamic height with limits enabled as isDynamicHeightWithLimitsEnabledForWidget

* abstracted the static value of 10 in dynamic height overlay to GridDefaults

* abstracted min and max dynamic height limits to getters

* fix: replaced all the refs for simpler widgets (#17353)

* replaced all the refs for simpler widgets

* removed the updateDynamicHeight from componentDidUpdate in BaseWidget

* added back lifecycle methods back to BaseWidget

* removed the contentRef from SwitchGroup and Table

* updating the height from the auto height with limits as well

* some hacks to make the limits work

* working solution

* used setTimeout to send an update to updateDynamicHeight from overlay update

* removed a log

* added requestanimationframe in settimeout

Co-authored-by: Ankur Singhal <ankursinghal@Ankurs-MacBook-Pro-2.local>
Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* Fix issues caused during merge

* Remove unneeded derived property

* removed more unnecessary code which should have been removed after removing the ref dependency

* fixed the maxDynamicHeight issue

* Fix issue where property configs were not being sent

* fix: Auto Height Feature - add selectors for tests (#17687)

Add selectors for auto height cypress tests

* fix: removed height auto default theme (#17415)

removed height auto css rule from the default theme

Co-authored-by: Ankur Singhal <ankursinghal@Ankurs-MacBook-Pro-2.local>

* fix: Auto Height Feature - Resolve issues and restructure code (#17686)

* Fix issues in dynamic height. Restructure code and reduce abstraction leaks

* Fix typescript issues

* Update based on review comments. Comment migrations, as a cyclic import is causing the jest tests to fail.

* Remove unused imports

* Decrease code nesting

* added the base styles for the overlay like position and z-index in its styled component css

* used the isDynamicHeightEnabled prop to set the height of SwitchGroup and RadioGroup widgets from 32px to 100% in case of inline mode

* fix: Auto Height - Resolve issues (#17737)

* Fix Tabs Widget showTabs toggle based auto height. Revert removal of BaseWidget code. Remove box-intersect and use a bruteforce algorithm. Add base logic for having containers collapse due to hidden child widgets

* Hide scroll contents and overflow property pane controls when dynamic height is enabled

* Removed the class property expectedHeight from BaseWidget as it is not useful in the overlay logic after some changes

* fixed the left alignment issue of label in the rich text editor by adding some styles applied only when the dynamic height is enabled

* fixed the input field stretching issue in case of Dynamic height by adding some CSS styles when isDynamicHeight is true

* Fix failing modal widget cypress tests

* Fix issue with scrollContents and Tabs Widget defaulTab

* added a little bit padding of 4px to the right of scroll container of dynamic height with limit

* Add test locators for resize handles

* removed the dynamic height logic from the table widget

* fix: Auto-Height invisible widgets (#17849)

* Fix issue where invisible widgets were still taking space

* Make sure to collapse only if dynamic height is enabled

* Fix issues with reflow (not the invisible widgets)

* Fix container min height issues

* Fix reflow with original bottom and top values. Testing needed

* Fix invisible widgets

* fix: enabled dynamic height for stat box widget (#17971)

enabled dynamic height for stat box widget

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* fix: added a min height to rich text editor so that it does not collapse (#17970)

added a min height to rich text editor so that it does not collapse

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* Fix issue with resizing auto height widget

* Add helper text to educate users regarding the scroll disconnect in WYSIWYG

* fix: Auto Height Fixes (#18111)

AUTO HEIGHT FIXES

- Fix JSONForm height discrepancy
- Fix issue where widgets moved below the other
- Fix droptarget height after parent container resize

* fix: sliced up the DynamicHeightOverlay component a little bit (#18100)

* sliced up the DynamicHeightOverlay component a little bit

* more refactoring

* more refactoring

* used release event emitter and refactored more

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* fix: rich text editor center alignment issue (#18142)

* removed the center alignment from rich text editor

* dummy commit

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* fix: old DSL container collapse (#18160)

* Fix issue where old containers from old DSLs used to collapse when auto height was enabled

* Fix issue where old containers don't allow new widgets to be added when auto height is enabled, this is because the shouldScrollContents is undefined

* fix: input widgets issue (#18172)

fixed the auto height not working issue

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* fix: preview deploy mode (#18174)

fixed the preview and deploy mode

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* fix: auto height limits label intersection with handle dot (#18186)

fixed the position of the limits label to the right so that it will not intersect with the handle dot

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* fix: auto height limits rich text editor min height (#18187)

decrease the min height of the RTE so that it does not have the boundary issue with the max limit when auto height with limits is enabled

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* fix: grammatical error in the help text (#18188)

changed react to reacts in the helpText of the dynamic height property in the proeprty pane

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* fix: auto height tabs double scroll (#18210)

solved the issue by disabling the scroll for the child canvas widget in the tabs widget

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* fix: auto height limits resizing (#18213)

* fixed the auto height limits resizing issue

* made the auto height overlay independent of isResizing and used its own property to show the grid

* some more refactoring

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* dummy commit

* fix: old apps container issue (#18255)

filtered out the widgets which are detached from layout

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* fix: fixing auto height in childless containers. (#18263)

fixing auto height in childless containers.

* task: Dynamic height reflow fixes in Branch (#18244)

dynamic height reflow fixes

* fix: compact label issue and min and max limits numeric input (#18282)

fixed compact label issue and turned min and max limits to numeric input

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* fix: LabelWithTooltip help icon fix

* fix: NaN and min limit for min and max (#18284)

* fixed compact label issue and turned min and max limits to numeric input

* fixed NaN and set min to be 4

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* fix: validation issues for min max (#18286)

* fixed compact label issue and turned min and max limits to numeric input

* fixed NaN and set min to be 4

* validations start working min max

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* added a full stop to container scroll helper text

* validations start working min max

* dummy commit

* feat: stop resizing auto height widgets vertically because of Drag n Drop Reflow (#18267)

* reflow fixes

* stop resizing auto height widgets vertically because of Drag n Drop Reflow

* feat: Analytics for Dynamic height (#18279)

* Fix canvas min height issue and invisible widgets issue and remove logs and fix issue where widgets overlapped when coming back from preview mode to edit mode

* Fix issue with containers not respecting auto height and decreasing height

* Fix issue with modal widget not hugging contents, and container widgets never become visible after going invisible

* Fix issue where existing containers don't have correct min height for child canvas

* fix: canvasLevelsReducers test (#18301)

fixed the canvasLevelsReducers test

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* fix: removed auto height min max config from widget features (#18316)

removed auto height min max config from widget features

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* fix: Fixing Modal Height updates (#18317)

Fixing Modal Height updates

* fix: text widget background auto height (#18319)

added background color of Text widget back to the auto height container

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* test: cypress tests for auto height (#17676)

* Added tests for dynamic height

* updated tests for another usecase

* moved locators into commonfile

* updated common method

* added tests for some more widgets

* Added tests for jsonForm / Form widget

* Updated the test

* updated test for multiple text widgets

* updated test with few more usecases

* updated the dsl

* updated tests for text change

* updated tests based on new changes

* updated cypress test fixes

* fix: auto height container merge poc wrt release (#18334)

updated the poc wrt PR already merged in the release regarding the auto height container

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* fix: renamed auto height overlay components and added some tests (#18333)

* renamed auto height overlay components and added some tests

* replaced the 10 value with GridDefaults

* avoiding event to reach drop target

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* updated tests

* Merge all code into one branch

* Fix failing AutoHeightcontainer test

* fix: Fix reflow computations which were causing widget overlap (#18300)

* Fix reflow computations which were causing widget overlap

* Fix issues with parent container height and overlapping widgets

* Remove console logs

* Revert comment

* Fix issues related to reflow of containers

* feat: Making getEffectedBoxes a Recursive function in autoHeight Reflow (#18336)

Making getEffectedBoxes a Recursive function in autoHeight Reflow

* Return null for invisible widgets from withWidgetProps

* Remove duplicate import

Co-authored-by: rahulramesha <71900764+rahulramesha@users.noreply.github.com>

* Remove missed console log

* fix: Label position gets deselected on selecting already selected option (#18298)

* fix: Label position gets deselected on selecting the already selected value

* Added migration for Currency & Phone input widgets

* simplify migration function using a utility

* combine conditions

* Increments LATEST_PAGE_VERSION

* Update DynamicHeight_Visibility_spec.js

updated a check wrt auto height

* Handling Modals for canvas size calculations

* fix: migrate label position test failing issue (#18365)

fixed migrate label postition test failing issue

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* removed the two unwanted imports from DSLMigrations to fix client build

* fix: Auto height zero and limits issue (#18366)

fixed the auto height zero and limits issue

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* fix: Auto height regression issues (#18367)

* Fix auto height regression issues #18367

* feat: auto height migrations (#18368)

Add auto height migrations

* Increase file caching size

* Use manual array for list of auto height enabled widgets

* Fix cypress test dsl versions

* Revert changes to shouldUpdateHeightDynamically

* Update test results based on code changes

* Marginally increase the workbox file size cache

* review comment incorporated for test spec

* Update container auto height property on drop

* Disable auto height with limits for modal

Co-authored-by: Ankur Singhal <ankur@appsmith.com>
Co-authored-by: rahulramesha <rahul@appsmith.com>
Co-authored-by: Abhinav Jha <zatanna@Abhinavs-iMac.lan>
Co-authored-by: Ankur Singhal <ankursinghal@Ankurs-MacBook-Pro-2.local>
Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>
Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com>
Co-authored-by: rahulramesha <71900764+rahulramesha@users.noreply.github.com>
Co-authored-by: Albin <albin@appsmith.com>
Co-authored-by: Aswath K <aswath.sana@gmail.com>
Co-authored-by: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com>
Co-authored-by: Apple <nandan@thinkify.io>

* chore: Moved height property to General section (#18402)

* fix: Height property is moved to General section

* Logs an Error if section is not General

* fix: Cypress

* enabled auto height for all the widgets except json form

* removes accidentally committed files

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>

* disabled default auto height for input widgets and select widgets and datepicker widget

* feat: Disable auto height for widgets in List Widget (#18381)

* Remove auto height for container Inside List widget

* remove unneccessary changes

* disable feature at generalConfig instead of firstConfig

* add todo comment

* skipped the get min limit tests

* fixed AutoHeightLimitHandleDot tests

* Updated cypress tests for regression changes

* update visual tests for widget layout

Co-authored-by: Ankur Singhal <ankurrsinghal@gmail.com>
Co-authored-by: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com>
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
Co-authored-by: rahulramesha <71900764+rahulramesha@users.noreply.github.com>
Co-authored-by: Arsalan Yaldram <arsalanyaldram0211@outlook.com>
Co-authored-by: rahulramesha <rahul@appsmith.com>
Co-authored-by: Abhinav Jha <zatanna@Abhinavs-iMac.lan>
Co-authored-by: Ankur Singhal <ankursinghal@Ankurs-MacBook-Pro-2.local>
Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com>
Co-authored-by: Albin <albin@appsmith.com>
Co-authored-by: Aswath K <aswath.sana@gmail.com>
Co-authored-by: Apple <nandan@thinkify.io>
Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2022-11-25 00:10:06 +05:30
..
Bugs test: Automated tests for Bug #14299 + Specs rearranged (#14632) 2022-06-23 20:43:15 +05:30
Datatypes chore: [ImgBot] Optimize images (#16991) 2022-10-07 23:49:45 +05:30
ImportApps test: Automated tests for JSObjects + Flaky fixes (#15269) 2022-07-29 14:18:25 +05:30
Table feat: Resize Image option in Table Widget v2 (#17482) 2022-10-14 17:51:54 +05:30
AAAFlowerVase.jpeg fix: Add meta to eval cycle and update it when default changes (#10401) 2022-01-28 16:40:05 +05:30
AAAGlobeChristmas.jpeg fix: Add meta to eval cycle and update it when default changes (#10401) 2022-01-28 16:40:05 +05:30
addWidgetTable-mock.json feat: Update the table widget to v2 in suggested widget list (#15277) 2022-07-20 12:28:50 +05:30
alignmentWithDynamicHeightDsl.json feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
apiParallelDsl.json test: Automated few tests for AForce Migration scenarios + Flaky fixes (#12231) 2022-03-31 17:21:08 +05:30
apiTableDsl.json test: Automated tests for RestApi, S3 Bugs (#9539) 2021-12-10 12:53:12 +05:30
appsmithlogo.png
audioWidgetDsl.json feat: Updates widget default state (#8562) 2021-11-02 09:47:49 +05:30
autocomp.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
base64imagedsl.json
basicDsl.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
basicNumberDataTableDsl.json fix: table column name migration update (#10383) 2022-01-25 13:54:13 +00:00
basicTabledsl.json
buttonApiDsl.json fix: widget refactor actions fetch change (#7574) 2021-09-21 11:32:30 +05:30
buttondsl.json
ButtonGroup_MenuButton_Width_dsl.json fix: Button group widget's pop-over/drop-down enlarged along the width of the parent (#11804) 2022-03-28 12:44:40 +05:30
buttonGroupDsl.json fix: onclick handler update in ButtonGroup Widget (#12442) 2022-04-01 11:28:51 +05:30
buttonLintErrorDsl.json feat: Row selection in Table widget using Primary Column (#8156) 2021-12-08 19:36:14 +05:30
buttonRecaptchaDsl.json Cypress version upgrade for timeout issue resolution (#15917) 2022-08-16 09:31:16 +05:30
CameraDsl.json feat: Internal property to detect changes in a form 2022-03-07 23:23:57 +08:00
CanvasResizeDsl.json
categorySliderWidgetDsl.json feat: slider widgets cypress test cases (#17467) 2022-10-21 15:55:41 +05:30
chartCustomDataDsl.json fix: update custom chart data and type only (#12574) 2022-04-15 16:28:13 +05:30
ChartDsl.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
ChartLoadingDsl.json fix: added loading state for chart widget (#10262) 2022-01-18 13:21:28 +05:30
ChartTextDsl.json fix: Change "Allow Horizontal Scroll" text to "Allow scroll" (#8085) 2021-10-25 17:09:39 +05:30
chartUpdatedDsl.json feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
checkboxgroupDsl.json feat: Controls for labels in widgets to align the widgets in forms and other places (#10600) 2022-04-14 16:47:25 +08:00
CMSdsl.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
commondsl.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
CommunityIssuesExport.json Tests for JSObjects-onPageLoad (#13712) 2022-05-18 16:09:42 +05:30
ConcreteHouse.jpg test: Automated few tests for AForce Migration scenarios + Flaky fixes (#12231) 2022-03-31 17:21:08 +05:30
containerdsl.json
ContextSwitching.json feat: Maintain Focus and Context Phase 1 (#16317) 2022-10-17 20:46:38 +05:30
CurrencyInputDynamic.json fix: Phone and currency widget's dialCode and currencyCode should … (#12720) 2022-04-08 19:39:05 +02:00
CurrencyInputIssueExport.json fix: error showing in currency input (#14958) 2022-07-20 06:06:33 +00:00
datasources.json feat: merge GraphQL plugin to release (#16554) 2022-09-09 21:29:47 +05:30
datepicker_switchDsl.json
datePicker2dsl.json
datePickerdsl.json feat: Disable js toggle button if field is not empty (#12754) 2022-06-16 15:17:35 +05:30
debuggerDependencyDsl.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
debuggerTableDsl.json
defaultMetadataDsl.json test: Added test for a bug (#14904) 2022-07-10 18:20:22 +00:00
defaultMetaDsl.json test: Script updates for flaky tests (#16558) 2022-09-07 23:55:55 +05:30
defaultTableDsl.json test: bugAutomation4136 (#11245) 2022-03-03 16:24:44 +05:30
defaultTableV2Dsl.json feat: Table widget v2 with support for non-ASCII characters and improved jest coverage (#11307) 2022-07-14 12:32:35 +05:30
deprecatedWidgets.json feat: Add deprecation warning badge to deprecated widgets (#13381) 2022-05-25 09:38:32 +00:00
disabledWidgetsDsl.json fix: Unable to drag disabled button (#8206) 2021-11-18 15:52:04 +05:30
displayWidgetDsl.json fix: Change "Allow Horizontal Scroll" text to "Allow scroll" (#8085) 2021-10-25 17:09:39 +05:30
DividerDsl.json
DocumentViewerDsl.json feat: add document viewer widget (#7666) 2021-11-29 15:37:49 +00:00
dropDownWidget_reset_check_dsl.json fix: Map correct collection ids for onPageLoad actions during import application (#11328) 2022-02-24 12:42:28 +05:30
dynamicHeightContainerCheckboxdsl.json fix: auto height regression fixes (#18410) 2022-11-25 00:10:06 +05:30
dynamicHeightContainerdsl.json fix: auto height regression fixes (#18410) 2022-11-25 00:10:06 +05:30
dynamicHeightFormSwitchdsl.json feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
dynamicHeightStatboxdsl.json fix: auto height regression fixes (#18410) 2022-11-25 00:10:06 +05:30
dynamicTabWidgetdsl.json feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
editorContextdsl.json feat: Maintain Focus and Context Phase 1 (#16317) 2022-10-17 20:46:38 +05:30
emptyDSL.json test: Automated tests for Table Migration scenarios + Flaky fixes (#11360) 2022-02-24 08:41:35 +05:30
EmptyListWidget.json chore: Extend the list of widgets that cannot be used inside the List… (#10928) 2022-02-09 12:45:10 +05:30
example.json test:JsonForm test for multi source data (#14153) 2022-06-08 16:21:53 +05:30
executeAction.json fix: onPageLoad false failure issue (#14141) 2022-06-06 09:26:14 +05:30
executionParamsDsl.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
exported-app.json feat: 9754 import work flow (#10453) 2022-03-17 15:58:54 +05:30
exportedApp.json feat: adding slug names in urls (#10957) 2022-03-25 16:13:26 +05:30
featureFlags.json feat: Maintain Focus and Context Phase 1 (#16317) 2022-10-17 20:46:38 +05:30
filepickerDsl.json chore: remove defaultSelectedFiles (#10586) 2022-01-27 09:40:51 +00:00
filePickerTableDSL.json feat: parse CSV data using File Picker Widget (#16689) 2022-09-21 13:59:17 +01:00
filePickerV2_reset_check_dsl.json fix: reset the filepicker widget when the user goes to a different link (#15626) 2022-08-05 19:00:01 +05:30
filePickerV2WidgetReskinDsl.json fix: filePicker widget re-skinning (#15183) 2022-07-29 10:29:02 +05:30
fontData.json test: Theme related tests (#12740) 2022-05-11 11:43:28 +05:30
forkedApp.json feat: adding slug names in urls (#10957) 2022-03-25 16:13:26 +05:30
forkNonSignedInUser.json fix: fork app button not opening the fork modal for non-signed in users (#12479) 2022-04-11 10:44:50 +05:30
formDataDsl.json fix: Form widget should include the following widgets in data property when added in form (#12529) 2022-04-08 21:07:10 +08:00
formdsl.json fix: select widget accept string and object in the defaultOption property (#11082) 2022-02-22 00:43:35 -08:00
formdsl1.json feat: Internal property to detect changes in a form 2022-03-07 23:23:57 +08:00
formHasChangesDsl.json feat: Internal property to detect changes in a form 2022-03-07 23:23:57 +08:00
formInputTableDsl.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
formInputTableV2Dsl.json feat: Table widget v2 with support for non-ASCII characters and improved jest coverage (#11307) 2022-07-14 12:32:35 +05:30
formResetDsl.json feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
formSelectDsl.json fix: Select widget filtering 2022-05-12 12:31:45 +01:00
formSelectTreeselectDsl.json fix: select widget accept string and object in the defaultOption property (#11082) 2022-02-22 00:43:35 -08:00
formSwitchDsl.json
formWidgetdsl.json
formWidgetWithInputValCheckDsl.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
formWithInputdsl.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
formWithRTEDsl.json fix: RTE required field (#10629) 2022-01-27 00:37:50 -08:00
gitImport.json test: add tests for git import flow (#12427) 2022-04-04 13:27:34 +05:30
googleSource.json chore: update a cypress test (#13036) 2022-04-21 11:44:02 +05:30
iconButtonWidgetsDsl.json fix: #11315 Added trimming in button variant name (#11390) 2022-03-10 21:39:17 -08:00
IframeDsl.json feat: Expose message event details for Iframe Widget (#14730) 2022-07-22 10:42:57 +05:30
IframeOnSrcDocChange.json fix: navigation issue in the Iframe widget due to src change (#15656) 2022-08-16 09:12:38 +05:30
inputBindingdsl.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
inputdsl.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
inputMaxCharDsl.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
InputWidgetV2InsideListDSL.json fix: numeric type input widget should accept zero after decimal point (#11923) 2022-03-18 22:18:16 +05:30
Invalid_binding_dsl.json feat: Select and Multiselect V2 (#10359) 2022-02-02 06:15:07 -08:00
invisibleWidgetdsl.json feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
Js_toggle_dsl.json fix: select widget accept string and object in the defaultOption property (#11082) 2022-02-22 00:43:35 -08:00
JSApiOnLoadDsl.json Tests for JSObjects-onPageLoad (#13712) 2022-05-18 16:09:42 +05:30
JsObjecWithGitdsl.json test: Add tests for git bugs and git import (#12751) 2022-04-14 08:32:57 +05:30
JSObjOnLoadApp.json Tests for JSObjects-onPageLoad (#13712) 2022-05-18 16:09:42 +05:30
jsonFormDslWithoutSchema.json fix: JSONForm RadioGroupField - support numeric values in the options (#13365) 2022-05-05 11:10:52 +05:30
jsonFormDslWithSchema.json feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
jsonFormDslWithSchemaAndWithoutSourceData.json feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
jsonFormDynamicHeightDsl.json feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
jsonFormInModalDsl.json fix: JSONForm placed in modal does not update default value from source data (#13453) 2022-05-04 12:53:48 +05:30
jsonFormUnicodeDSLWithoutSourceData.json feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
jsonTextDsl.json test:JsonForm test for multi source data (#14153) 2022-06-08 16:21:53 +05:30
largeJSONData.json fix: improve jseditor linting performance (#14001) 2022-05-25 18:08:35 +02:00
layoutdsl.json feat: Tab widget should have navigation arrows when the tabs don't fit (#8630) 2022-01-12 13:04:28 +08:00
listdsl.json fix: List widget inconsistent pageSize value with the number of item shown in the list. (#11355) 2022-03-24 12:41:33 +05:30
listRegression2Dsl.json test: List testcases (#14009) 2022-05-26 13:25:08 +05:30
listRegression3Dsl.json test: List testcases (#14009) 2022-05-26 13:25:08 +05:30
listRegressionDsl.json test: List testcases (#14009) 2022-05-26 13:25:08 +05:30
ListVulnerabilityDSL.json chore: List widget security fix (#17666) 2022-10-20 17:50:56 +05:30
listwidgetdsl.json fix: old list widgets incorrect page size (#12443) 2022-03-31 17:09:21 +02:00
listWidgetLintDsl.json test: lint error/warning tests (#7211) 2021-10-27 12:54:02 +05:30
ListWidgetWithDataAndButtonDSL.json chore: List widget security fix (#17666) 2022-10-20 17:50:56 +05:30
longCanvasDsl.json fix: Update maincanvas height on widget resize, drag or delete operation (#14992) 2022-07-15 15:57:13 +05:30
MapChartDsl.json feat: Map Chart widget (#6929) 2022-01-07 17:57:45 +08:00
Mapdsl.json
menuButtonDsl.json fix: Icon alignment changes automatically every time the icon is changed in Menu button widget (#11570) 2022-03-09 02:29:50 -08:00
ModalDsl.json
modalOnTableFilterPaneDsl.json Revert "fix: #6518 Implemented responsive table header controls (#10971)" (#12583) 2022-04-06 11:07:13 +05:30
modalScroll.json fix: add Modal scroll cypress tests 2022-02-24 14:48:13 +01:00
mongo_GET_Actions.json feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
mongo_GET_selectTableDropdown.json test: Generate CRUD implementation - Mongo, MySQL, S3 (#8879) 2021-10-29 07:02:45 +00:00
mongo_POST_Actions.json fix: Update the widget from drop down to select widget in suggested widget list (#14059) 2022-06-09 11:01:52 +05:30
mongo_PUT_replaceLayoutWithCRUD.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
mongoAppdsl.json fix: Added Button Container for the firefox drag issue (#11627) 2022-03-13 22:51:04 +05:30
multiPartFormDataDsl.json test: Automated few tests for AForce Migration scenarios + Flaky fixes (#12231) 2022-03-31 17:21:08 +05:30
multipleContainerdsl.json feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
MultipleInput.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
MultipleWidgetDsl.json feat: Select and Multiselect V2 (#10359) 2022-02-02 06:15:07 -08:00
multiSelectDsl.json fix: reset meta to default value (#14468) 2022-06-25 11:00:54 +05:30
multiSelectedRowUpdationDsl.json feat: Row selection in Table widget using Primary Column (#8156) 2021-12-08 19:36:14 +05:30
multiSelectedRowUpdationTableV2Dsl.json feat: Table widget v2 with support for non-ASCII characters and improved jest coverage (#11307) 2022-07-14 12:32:35 +05:30
mySQL_GET_Actions.json feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
mySQL_GET_selectTableDropdown.json test: Generate CRUD implementation - Mongo, MySQL, S3 (#8879) 2021-10-29 07:02:45 +00:00
mySQL_POST_Execute.json fix: Update the widget from drop down to select widget in suggested widget list (#14059) 2022-06-09 11:01:52 +05:30
mySQL_PUT_replaceLayoutWithCRUD.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
navigateToInputDsl.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
navigateTotabledsl.json
newFormDsl.json perf: Widget re-rendering refactor (#14485) 2022-08-19 15:40:36 +05:30
noiseDsl.json test: adding MySQL noise test (#11469) 2022-03-06 23:14:17 +05:30
numberSliderWidgetDsl.json feat: slider widgets cypress test cases (#17467) 2022-10-21 15:55:41 +05:30
omnibarDsl.json test: added tests for omnibar (#12150) 2022-03-24 07:00:38 +00:00
one_postgres.json fix: 12338 - postgres datasource default configure on reconnect modal (#12503) 2022-04-11 16:53:52 +05:30
onPageLoadActionsDsl.json test: Cypress tests to include Deploy mode verifications + few flaky fixes (#12444) 2022-04-03 18:43:20 +02:00
PageLoadDsl.json
paramsDsl.json test: Cypress tests to include Deploy mode verifications + few flaky fixes (#12444) 2022-04-03 18:43:20 +02:00
patchjson.txt fix:change default value in rest api json and placeholder (#13261) 2022-05-06 19:13:10 +01:00
PgAdmindsl.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
PhoneInputDynamic.json fix: Phone and currency widget's dialCode and currencyCode should … (#12720) 2022-04-08 19:39:05 +02:00
plugins.json
postInviteStub.json feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
postjson.txt fix:change default value in rest api json and placeholder (#13261) 2022-05-06 19:13:10 +01:00
previewMode.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
promisesBtnDsl.json test: Automated tests for Promises & related bugs in Typescript + Flaky fixes (#10378) 2022-03-02 16:54:43 +00:00
promisesBtnImgDsl.json test: Automated tests for Promises & related bugs in Typescript + Flaky fixes (#10378) 2022-03-02 16:54:43 +00:00
promisesBtnListDsl.json test: Automated tests for Promises & related bugs in Typescript + Flaky fixes (#10378) 2022-03-02 16:54:43 +00:00
promisesStoreValueDsl.json feat: Select defaultValue Validation Check for ServerSide Filtering(On/Off) (#15133) 2022-08-01 06:02:48 +01:00
putjson.txt fix:change default value in rest api json and placeholder (#13261) 2022-05-06 19:13:10 +01:00
qr.mjpeg feat: Code Scanner Widget (#15990) 2022-09-16 10:25:32 +05:30
radioGroup_int_value_dsl.json fix: changed validation to FUNCTION for the default selected value RadioGroupWidget (#10020) 2022-01-26 12:48:13 +05:30
rangeSliderWidgetDsl.json feat: slider widgets cypress test cases (#17467) 2022-10-21 15:55:41 +05:30
replay.json fix: Extra Space at the end of the Canvas in Viewmode (#16747) 2022-09-30 13:49:52 +05:30
resetPassword.json
rundsl.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
saveAction.json feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
Select_table_dsl.json test: Script updates for flaky fixes (#16143) 2022-08-24 19:53:41 +05:30
SelectDslWithEmptyOptions.json fix: rename no item to no results in select components (#8666) 2021-10-30 23:25:23 -07:00
selectWidgetDsl.json feat: Select and Multiselect V2 (#10359) 2022-02-02 06:15:07 -08:00
SimpleBinding.json
slashcommandDsl.json test: testcases for autocomplete using slash and mustache (#9489) 2021-12-02 19:39:50 +05:30
SMTPTestdsl.json test: adding tests for smtp using test-event-driver (#11777) 2022-03-11 21:18:58 +05:30
snippetDsl.json fix: unexpected return error (#9432) 2021-12-21 20:00:19 +05:30
snippetErrordsl.json test: lint error/warning tests (#7211) 2021-10-27 12:54:02 +05:30
snippingTableDsl.json test: S3 QueryPane scripting along with possible CRUD flow coverage (#9278) 2021-11-26 16:17:53 +05:30
StatboxDsl.json
SwitchGroupWidgetDsl.json feat: Internal property to detect changes in a form 2022-03-07 23:23:57 +08:00
swtchTableDsl.json test: Added test for Table Switch binding (#11423) 2022-02-26 16:21:39 +05:30
swtchTableV2Dsl.json feat: Table widget v2 with support for non-ASCII characters and improved jest coverage (#11307) 2022-07-14 12:32:35 +05:30
tabdsl.json feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
tabInputDsl.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
tableAndChart.json Fix issue where widget property evaluation substitution type was overriden (#9191) 2021-11-17 13:57:58 +00:00
tableAndTextDsl.json fix: selected row issue (#9445) 2021-12-03 06:15:23 -08:00
TableClientSearch.json fix: add enableClientSideSearch (#9505) 2021-12-08 22:35:27 -08:00
TableFilterImportApp.json Automated tests to TableFilterSpec for Bug #13334 + failure fixes (#13662) 2022-05-10 10:40:46 +05:30
tableInputDsl.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30
TableMigrationAppExported.json test: Automated tests for Promises & related bugs in Typescript + Flaky fixes (#10378) 2022-03-02 16:54:43 +00:00
TableMigrationDsl.json test: Automated tests for Promises & related bugs in Typescript + Flaky fixes (#10378) 2022-03-02 16:54:43 +00:00
tableNewDsl.json feat: Table widget v2 with support for non-ASCII characters and improved jest coverage (#11307) 2022-07-14 12:32:35 +05:30
tableNewDslWithPagination.json
tableResizedColumnsDsl.json
tableTextPaginationDsl.json
tablev1NewDsl.json feat: Table widget v2 with support for non-ASCII characters and improved jest coverage (#11307) 2022-07-14 12:32:35 +05:30
tableV2AndTextDsl.json feat: Table widget v2 with support for non-ASCII characters and improved jest coverage (#11307) 2022-07-14 12:32:35 +05:30
TableV2ClientSearch.json feat: Table widget v2 with support for non-ASCII characters and improved jest coverage (#11307) 2022-07-14 12:32:35 +05:30
tableV2ColumnOrderDsl.json fix: Table reverts column positions on sorting if columns returned differ (#16237) 2022-09-01 11:40:19 +05:30
tableV2NewDsl.json fix: cell background for edit actions column in Table v2 (#15233) 2022-07-20 11:42:59 +05:30
tableV2NewDslWithPagination.json test: updated test and dsl (#16656) 2022-09-13 11:56:37 +05:30
tableV2ResizedColumnsDsl.json feat: Table widget v2 with support for non-ASCII characters and improved jest coverage (#11307) 2022-07-14 12:32:35 +05:30
tableV2TextPaginationDsl.json feat: Table widget v2 with support for non-ASCII characters and improved jest coverage (#11307) 2022-07-14 12:32:35 +05:30
tableV2WidgetCondnFormatDsl.json feat: Table widget v2 with support for non-ASCII characters and improved jest coverage (#11307) 2022-07-14 12:32:35 +05:30
tableV2WidgetDsl.json feat: Table widget v2 with support for non-ASCII characters and improved jest coverage (#11307) 2022-07-14 12:32:35 +05:30
tableV2WithTextWidgetDsl.json feat: Table widget v2 with support for non-ASCII characters and improved jest coverage (#11307) 2022-07-14 12:32:35 +05:30
tableV2WithUrlColumnDsl.json fix: URL column in table widget not working correctly (#16425) 2022-09-21 16:22:28 +05:30
tableWidgetCondnFormatDsl.json fix: corrected Index cond. for conditional formatting in table widget (#9735) 2021-12-21 15:25:12 +05:30
TableWidgetDatawithEmptyKeys.json fix: Empty column name check before computing dynamicBindingPathList in Table widget (#9466) 2021-12-08 11:24:31 +05:30
tableWidgetDsl.json test: Automated tests for AForce Migration scenarios + Improved TableFilter spec script coverage (#12534) 2022-04-12 15:31:22 +05:30
tableWithNumberColumnDsl.json fix: updated columns names (#9715) 2021-12-29 17:12:07 +05:30
tableWithTextWidgetDsl.json fix: removed -1 and 2d array population error in the selectedRowIndices (#9606) 2021-12-15 17:44:50 +05:30
tabsWidgetDsl.json fix: handle duplicate tab name in tab widget (#12411) 2022-04-07 16:19:12 +00:00
tabsWidgetReset.json fix: set default on reset of The Tab widget (#15202) 2022-07-27 14:26:16 +05:30
tabsWithWidgetDsl.json
Test_csv.csv feat: parse CSV data using File Picker Widget (#16689) 2022-09-21 13:59:17 +01:00
testAction.json
testdata.json test: Upgrade appsmith (#16203) 2022-08-28 11:28:01 +05:00
testFile.mov
testFile2.mov
textDsl.json
textLintErrorDsl.json test: lint error/warning tests (#7211) 2021-10-27 12:54:02 +05:30
textNewDsl.json feat: #4141 added truncate support into text widget (#9820) 2022-01-04 11:51:02 +05:30
TextTabledsl.json
TextTableV2dsl.json feat: Table widget v2 with support for non-ASCII characters and improved jest coverage (#11307) 2022-07-14 12:32:35 +05:30
textWidgetDsl.json fix: undefined evaluted value text widget (#9521) 2021-12-07 10:24:19 +05:30
textWidgetDynamicdsl.json feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
ThemeAppdsl.json test: Theme related tests (#12740) 2022-05-11 11:43:28 +05:30
TreeSelectDsl.json feat: Internal property to detect changes in a form 2022-03-07 23:23:57 +08:00
uiBindDsl.json
user.json feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
videoWidgetDsl.json feat: Updates widget default state (#8562) 2021-11-02 09:47:49 +05:30
viewdsl.json fix: Change "Allow Horizontal Scroll" text to "Allow scroll" (#8085) 2021-10-25 17:09:39 +05:30
WidgetCopyPaste.json feat: new Widget Copy paste experience (#12906) 2022-05-04 13:28:57 +05:30
widgetPopupDsl.json fix: select dropdown 2022-04-04 06:12:33 +01:00
widgetSelection.json fix: Grouped widgets moving to the bottom most row, even when widgets are not overlapping with the multi select box (#13658) 2022-05-20 15:57:12 +02:00
xmlParser.json feat: Input, Phone no., Currency input widget (#10259) 2022-01-18 13:22:24 +05:30