Rishabh Rathod
8bfc3ee87e
fix: store value spec as JsObject bug is resolved ( #14788 )
...
* fix: store value spec as JsObject bug is resolved
* fix test
* Use GetNClick
* StoreVal trial fix
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-06-29 17:47:14 +05:30
ChandanBalajiBP
be626a132e
Merge pull request #14103 from appsmithorg/Fix/Mismatch-with-design-in-Sample-Datasource-Card
...
fix: UI inconsistencies in Datasource card and page
2022-06-29 17:32:43 +05:30
Bhavin K
a2dd01806c
fix: remove the duplicate and rename the actions to events in property panel ( #14714 )
...
* Fix: Remove the duplicate & rename the "Actions" To "Events"
* rename the "Actions" to "Events" in select & multiselct widget
* Trigger Build
* fix: failed testcase are resolved
2022-06-29 11:54:50 +00:00
Rishabh Rathod
5625784829
fix: reset meta to default value ( #14468 )
...
* fix: [WIP] reset meta to default value
* refactor
* fix reset child widget and type in metaReducer
* Fix type and refactor test
* fix multiselect click
* Add jest test for reset widget action
* Add cypress test
* Add comments
* Add more cases as per comment
* remove `only` from test case
* Add default value case of array with values
* MultiSelect spec fix
* fix currencyInput reset
* refactor test code suggested in comments
* fix type
* fix more type
* fix cypress test
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-06-25 11:00:54 +05:30
Aishwarya-U-R
9774118b8b
test: Automated tests for Postgres Datatype - Boolean & Enum ( #14778 )
...
* BooleanEnumDT spec added
* failure point fixes
* Snaps paths updated
* Unskipping cases
* BoolEnum query create fix
* list_regression fix
2022-06-24 13:52:29 +05:30
Aishwarya UR
906cbe1f3f
Merge branch 'release' into Fix/Mismatch-with-design-in-Sample-Datasource-Card
2022-06-23 21:01:19 +05:30
Aishwarya-U-R
5d75a46df1
test: Automated tests for Bug #14299 + Specs rearranged ( #14632 )
...
* Moving tests
* Workspace cases moved all to one folder
* Moving tests
* Bug 14299 scripted
* JSOnload spec failure fix
* Moving spec
* Moving specs
* Moving specs
* Added bug id in title
* Moving specs
* Moving specs
* Moving spec
* Added bug id in title
* Removed tests
* Theme Basic spec - added publish mode validations
* tests re-arranged
* Theme_form widget fix
* endp to endpoint change
* theme Basic spec fix
* AppSetupForRename removed
* Appli rename reverted
* Specs rearranged
* Added interval validation
* Also deleting query
* validation moved places
* Git imports corrected
* git import corrected
* datePicker fix
2022-06-23 20:43:15 +05:30
subratadeypappu
704d19ac4f
Merge pull request #14233 from appsmithorg/fix/14054-describe-table-in-mysql
...
fix: Show table structure when desc table or describe table command is run stand-alone in MySQL (#14054 )
2022-06-23 19:38:20 +06:00
ChandanBalajiBP
abaafab74b
Merge branch 'release' into Fix/Mismatch-with-design-in-Sample-Datasource-Card
2022-06-22 17:43:51 +05:30
Tolulope Adetula
7ba4f0679a
Merge pull request #13129 from appsmithorg/fix/12161-multiselects-broken-in-modal
...
fix: Popover in Multi select widget inside modals breaks away from the widget
2022-06-22 09:59:00 +01:00
Vishnu Gp
63205dce27
Merge pull request #14184 from appsmithorg/feat/git-delete-only-removed-resources
...
Feat: Perform file ops only when the resource is updated
2022-06-22 10:53:45 +05:30
Tolulope Adetula
31f91f6e1c
fix: use ESC to close dropdown
2022-06-22 01:11:29 +01:00
Tolulope Adetula
5af2839220
fix: popup issue
2022-06-21 12:22:55 +01:00
ChandanBalajiBP
3b60d16d1f
Merge branch 'release' into Fix/Mismatch-with-design-in-Sample-Datasource-Card
2022-06-20 13:38:38 +05:30
subrata
4abbd9c0cf
Merge branch 'release' into fix/14054-describe-table-in-mysql
2022-06-20 09:06:16 +06:00
Aishwarya UR
673bcea321
Bug 14054 scripted
2022-06-17 17:01:40 +05:30
Aishwarya-U-R
3622bf924e
Automated tests for Postgres Datatype - Datetime ( #14607 )
2022-06-17 11:42:18 +05:30
Aswath K
478ae29b34
feat: Disable js toggle button if field is not empty ( #12754 )
...
* feat: Disable js toggle button if field is not empty and on non-default value
* allows certain values based on control type
* adds handling for more control types
* Change disabled message
* feat: makes option control delete button keyboard accessible
* adds support for theme values
* Adds support for border radius & box shadow controls
* message change and refactor
* minor correction in the message
* Add proper condition for Datepicker control
* fix one cypress test
* updated tests
* add checks for OptionControl
* Updated table binding test
Co-authored-by: apple <nandan@thinkify.io>
2022-06-16 15:17:35 +05:30
Aishwarya-U-R
d7eb5c58fc
Automated tests for Postgres Datatype - Numeric, Character ( #14481 )
2022-06-16 12:20:02 +05:30
ChandanBalajiBP
24d1ac1018
added test cases with requireed changes
2022-06-16 11:48:44 +05:30
Ankita Kinger
9b7944e7ee
feat: migrate organisation to workspace ( #13863 )
...
* migration from organization to workspace on code level
* updated a few more files
* fixed runtime errors
* update org settings URL
* Renamed organizationId in domain objects
* changed field named from organization to workspace
* Reverted AppsmithRole changes
* fixed migrations
* recreating indexes
* migration update
* seed data runs before migration, undo changes
* mock commit
* seedmongo to populate upgraded data, datasource upgrade
* fixed two test cases
* updated migrations
* updated prop name
* Upgraded AclPermission
* comment
* migrated AppsmithRole
* more changes
* final set of changes
* variable name changes
* update cypress variable name
* Update app/server/appsmith-server/src/main/java/com/appsmith/server/controllers/ce/ApplicationControllerCE.java
* Update app/server/appsmith-interfaces/src/main/java/com/appsmith/external/models/Datasource.java
Co-authored-by: Trisha Anand <trisha@appsmith.com>
* reverting encryption handler change
* migrated a few missed out org to workspace
* migrated a few missed out org to workspace
* migration changes
* Removed Permission import
* fixed AppsmithRole
* mongodb version update
* fixed compile error
* fixed compile issue
* fixed some tests
* simplified embedded mongodb config
* updated a cypress test
Co-authored-by: Sidhant Goel <sidhant@appsmith.com>
Co-authored-by: Trisha Anand <trisha@appsmith.com>
Co-authored-by: Sidhant Goel <sidhant@hexcod.in>
2022-06-15 21:07:41 +05:30
Favour Ohanekwu
6c45270def
fix: order async functions in settings tab alphabetically ( #13731 )
...
* sort js actions alphabetically in settings tab
* add cypress tests
* update cypress tests
* add onPageLoad settings locator
* Update cypress tests
* update cypress tests
* update cypress tests
* update cypress tests
* sort js actions alphabetically in settings tab
* add cypress tests
* update cypress tests
* add onPageLoad settings locator
* Update cypress tests
* update cypress tests
* update cypress tests
* update cypress tests
* fix merge conflict
* JSFunctionnExe spec flow fix
* update cypress tests
* update cypress tests
* add test case for cloning page
* Datatypes - Numeric spec addition
* failure fixes
* JSfun failure fix
* Postgres failure fix
* JSFuncExecutions failure fix
* MySQL failure point fix
* COmmunity issues wait time fix
* Fixing toast mesg validation point
* Reverting all fixes
* Revertion
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-06-15 12:46:53 +05:30
Pawan Kumar
89bf40e3d7
fix: Toast shows wrong theme name when changing themes ( #14488 )
...
* fix typo in toast when changing theme
* fix cypress test
* Added wait time!
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-06-15 12:21:37 +05:30
Aishwarya-U-R
43cba21013
test: Automated tests for improved CRUD with JSONFrom - Postgres Ds ( #14271 )
...
* Postgres CRUD
* MySQL CI run fix
* Added wait time to DeployApp()
* Helpers Enhancements
* ChangeTheme CRUD
* Postgres CRUD
* Postgres CRUD updated
* Postgres CRUD updates
* Postgres CRUD fix
* Postgres CRUD update
* postgres CRUD update
* Postgress CRUD fix
* setting cypress video false
* ExecuteAction spec fixed
* Postgres case #13 fix
* postgres CRUD fix
* Postgres CRUD fixes
* cypress video - true, reattempt - 1
* failure fixes
* Bug 11529 script added
* Bug 11529 scripted + failure fixes
* JSOnLoad_spec failure fix
* OnLoadActions failure fix
* Failure fixes
* ReadTable increased timeout
* JSFunctionExecution_spec failure fix
* Removed duplicate cases
* Mongo failure fixes + applying theme
* Mongo Spec - Added Deletion of DS also
* Deleting initial page
* Deleting DS Validation added
* tc desc updated
* failure point fixes
2022-06-10 19:00:59 +05:30
rahulramesha
c1da8a6866
fix: paste widgets on a new page ( #14295 )
...
* paste widget on generate Page
* adding cypress tests
2022-06-09 17:17:47 +05:30
balajisoundar
265ed0dc25
fix: Improve cell overflow check logic when switching between table page ( #14095 )
...
* fix: Improve cell overflow check logic when switching between table page.
* Table locators update
* Migration spec - locators update
* Migration spec locators update
* MongoDBShoppingCart spec locators update
* POstgress Spec locator fix
* Adding wait!
* Mongo DBcart spec fix
* EchoApiCMS_spec locator update
* Table locators update
* updated locators
* Added delay
* Hidden column fix trial
* Adding refresh page
* Adding time
* Fix cypress xpaths
Co-authored-by: bhavin <techbhavin@gmail.com>
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
Co-authored-by: apple <nandan@thinkify.io>
Co-authored-by: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com>
2022-06-08 21:59:31 -07:00
RakshaKShetty
221d9c0a7c
test: git delete branch tests ( #14047 )
...
* gitdeletebranchtests
2022-06-08 17:14:15 +05:30
Favour Ohanekwu
d5da24e51e
fix: cyclic dependency in renaming js objects ( #13914 )
...
* keep localunevaltree update in sync with unevaltree
* undo tree check
* identify .data difference for js objects
* empty line
* unit test
* unit test name change
* comment
Co-authored-by: Anand Srinivasan <anand.a.srinivasan@outlook.com>
2022-06-08 08:47:59 +01:00
Parthvi12
38f14bb5ac
test: Add regenerate SSH key tests ( #14325 )
...
* Add regenerate SSH key tests
* fix flaky tests
* fix flaky tests
Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2022-06-08 13:07:00 +05:30
Aishwarya-U-R
98c06e2817
Automated tests for improved CRUD with JSONFrom - Mongo Ds ( #14191 )
2022-06-06 11:29:15 +05:30
Aishwarya-U-R
6c1c5581e7
Automated tests for improved CRUD with JSONFrom - MySQL Ds ( #14014 )
2022-05-31 11:03:59 +05:30
NandanAnantharamu
6359bfcfbe
test: List testcases ( #14009 )
2022-05-26 13:25:08 +05:30
Ankita Kinger
fa45282b0a
fix: alignment of the image seen on no search results on application page ( #13950 )
...
* fix: 12861 trim unnecessary re-render in select widget in server side rendering (#12865 )
* add debounce to search and remove state var
* increase debounce time
* fix: updated the condition to show expiry key (#13092 )
* Add index for git (#13133 )
* fix: Fixed compile time errors
* fix: Unable to see apps in home page after git connect fails (#13387 )
* Fix Redis installation in Dockerfile (#13428 ) (#13430 )
Conflicts:
Dockerfile
* fix: only execute pageload actions after successfully fetching actions and jscollections in view mode (#13521 )
* prevent execution of onPageLoad actions before sucessful actions fetch
* Perform url update before fetching actions and jscollections
(cherry picked from commit 7261834fe5 )
* fix: NPE check when datasource createdAt is null
(cherry picked from commit beafb371b24180dce2e351f1dea6d9d34db2a204)
* fixed image alignment for no search results on applications page
* deleted duplicate file
* reload to Refresh script update
* Adding sleep - script fix
Co-authored-by: Preet Sidhu <preetsidhu.bits@gmail.com>
Co-authored-by: Aman Agarwal <aman@appsmith.com>
Co-authored-by: Abhijeet <41686026+abhvsn@users.noreply.github.com>
Co-authored-by: Nidhi <nidhi.nair93@gmail.com>
Co-authored-by: Somangshu Goswami <somangshu.goswami1508@gmail.com>
Co-authored-by: Rimil Dey <rimildeyjsr@gmail.com>
Co-authored-by: Anagh Hegde <anagh@appsmith.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
Co-authored-by: Favour Ohanekwu <fohanekwu@gmail.com>
Co-authored-by: Trisha Anand <trisha@appsmith.com>
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-05-26 10:05:35 +05:30
Favour Ohanekwu
7bbd109f62
fix: improve jseditor linting performance ( #14001 )
2022-05-25 18:08:35 +02:00
Aswath K
c8e79eca95
feat: Focus widget name or first property when opening property pane ( #13513 )
...
* feat: intial investigation.
* Completed focusing of Property title
* removes unused import
* fix issue with inability to focus Dropdown
* checks if PP opened not because of focusing on input elements in widget
* Adds two level of focus for LocationSearch
* adds multi state to KeyValue component
* Adds multi state to Draggable List as well
* Adds multi state to DatePickerControl
* fix: style issue with draggableList & KeyValue comp
* avoids auto focusing on Panel
* remove commentedout code
* fix: cypress tests
* change ActionConstant name
Co-authored-by: Arsalan <arsalanyaldram0211@outlook.com>
2022-05-25 15:35:53 +05:30
Rishabh Rathod
cbce8f8b8e
fix: trigger consuming previous evaluated values ( #13084 )
...
We are changing how we maintain meta values in our architecture,
Earlier metaHOC component state was used to store meta values that were debounced and pushed in batch to metaReducer and trigger evaluation.
We remove the metaHOC state and directly update values to metaReducer and trigger evaluation separately via a debouched function.
2022-05-25 15:16:14 +05:30
Aishwarya-U-R
d0fed6bfe7
Automation script update to fix Community issues failure ( #13968 )
2022-05-23 10:50:27 +05:30
arunvjn
9753df54f4
fix: remove transition delay in the switch between explorer and widgets. ( #13942 )
2022-05-20 10:32:13 +05:30
Favour Ohanekwu
2748ed0e64
fix: prioritize parse errors in debugger callout ( #13765 )
...
Prioritize parse errors over lint errors in debugger callout
2022-05-19 11:57:49 +01:00
Ayangade Adeoluwa
f7107a4a0a
Fix response tab overflow issue ( #13839 )
...
This commit fixes three things
- It prevents the tab headers from being scrolled up when on the RAW/JSON tabs.
- It prevents the Table component from pushing the API right pane away when its contents are too wide.
- It also prevents the table and JSON component from clipping the data displayed within them by adding margins/paddings between them and the parent container.
2022-05-19 08:32:43 +05:30
Ayangade Adeoluwa
1ee494b9ca
fix: Fix validation check that is blocking input from changing ( #13943 )
...
* Fix validation check that is blocking input from changing
* Add testcases for Elastic search datasource
* Adds header value to test case
* Fix validation logic
2022-05-18 17:35:03 +00:00
Aishwarya-U-R
04a8c3b037
Tests for JSObjects-onPageLoad ( #13712 )
...
Automated tests to improve coverage for JSObjects-onPageLoad
2022-05-18 16:09:42 +05:30
Bhavin K
94b93a657b
fix: remove cell background from empty rows ( #13257 )
2022-05-18 04:46:25 +00:00
Parthvi12
32bcd94e54
Add tests for git discard changes ( #13866 )
2022-05-18 04:45:32 +00:00
ashit-rath
c60f102e45
fix: JSONForm - hidden field value reflects in formData ( #13739 )
...
* fix: JSONForm - hidden field value reflects in formData
* shifted update form code from useController to FieldRenderer
* review changes
2022-05-12 17:52:44 +05:30
Favour Ohanekwu
876d1a17e7
fix: prevent lint warnings from blocking execution in js objects ( #13700 )
2022-05-11 11:20:33 +01:00
NandanAnantharamu
7199a329a9
test: Theme related tests ( #12740 )
...
* Removed unwanted waits
* Updated test for fonts
* Updated tests with Font and Theme usecases
* updated tests
* Added new tests and common locators
* Added default/update theme tests
* grouped tests
* Updated Theme tests
* updated multiwidget test
* updated theme tests
* Updated tests
* Reordered tests
2022-05-11 11:43:28 +05:30
Aishwarya-U-R
f5cc98644f
Automated tests to TableFilterSpec for Bug #13334 + failure fixes ( #13662 )
2022-05-10 10:40:46 +05:30
haojin111
b6d2f971c0
feat: 12594 - added cypress test of form login on admin setting page ( #13178 )
...
* added cypress test of form login on admin setting page
* resotre setting after checked
* added a check if signup form is enabled for all users
* minor fix
Co-authored-by: Ankita Kinger <ankita@appsmith.com>
2022-05-06 20:21:08 +05:30
Aishwarya-U-R
e8c9d1da3e
test: Automated tests to improve coverage for JSObjects-onPageLoad + Flaky fixes ( #12904 )
...
* Adding theming spec
* Removed theming spec
* Reverted cypress.json changes
* Adding more JSOnPage load validations
* Added Theming - comment spec
* Theming - new cases
* JSOnload fix
* JSOnPage load cases update
* Bind_tabWidget fix
* Name update to CommunityIssues
* Flaky fixes
* Flaky fix
* Reverting postgress index addition
* Failure fixes
2022-05-06 11:10:10 +05:30