akash-codemonk
306b02ec6f
fix: signposting task page is shown when clicking on a page in the explorer ( #14799 )
2022-06-29 17:47:52 +05:30
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
rahulramesha
9516c9a6db
modal widget on paste fixes ( #14627 )
2022-06-29 11:55:07 +00:00
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
subratadeypappu
507caf2ebd
fix: Garbled characters in API response ( #13515 )
...
* fix: Consider zip compression info from API response header (#13515 )
This commit fixes two things
- If certain API has Accept-Encoding header then Appsmith will take care of this before rendering response to the client
- Used MediaType.includes function for more extensive matching of the requsted API's content type
* fix: Add unit test on consuming API with gzip encoded response (#13515 )
This commit takes care of two things
- Unit test on consuming an API which has response being encoded in GZip format
- Set default content-type to "text/plain" in case the content-type is not present in API response
* fix: Add Cypress test on consuming API with gzip encoded response (#13515 )
This commit takes care of the following
- Cypress test on consuming an API which checks if it can read any property from the response sent from the API server encoded in GZip format
2022-06-24 15:22:51 +06:00
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
0af9d2ea3b
add indexing for the testcases
2022-06-22 18:02:40 +05:30
ChandanBalajiBP
abaafab74b
Merge branch 'release' into Fix/Mismatch-with-design-in-Sample-Datasource-Card
2022-06-22 17:43:51 +05:30
ChandanBalajiBP
cbf5f88d3f
upadted failing testcase to change tabs
2022-06-22 17:41:44 +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
Pawan Kumar
790452cc74
fix: Edit App button not confirming to the theme ( #14629 )
...
* fix edit button not rendering issue
* dummy push to make vercel build again
* Removing wait time aft Publish - tetsing fix
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-06-22 12:30:17 +05:30
Parthvi12
632236e631
test: Add tests for critical bugs ( #14667 )
...
* Add tests for critical bugs
2022-06-22 12:24:17 +05:30
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
43ecd36407
fix: failing tests
2022-06-22 02:38:05 +01:00
Tolulope Adetula
31f91f6e1c
fix: use ESC to close dropdown
2022-06-22 01:11:29 +01:00
ChandanBalajiBP
b4c6b0b49a
Merge branch 'release' into Fix/Mismatch-with-design-in-Sample-Datasource-Card
2022-06-21 22:11:53 +05:30
Arsalan Yaldram
f58451aa5f
feat: upgrade to create react app 5 ( #14000 )
...
* Updated Typescript types.
* Typefixes after merge with release.
* chore: GenericApiResponse Removed alltogether.
* chore: resolved ApiResponse unknown errors removed PageListPayload.
* Added shouldBeDefined.
* fix: Resolved type errors.
* fix: Typescript upgrade to 4.5 and type fixes.
* feat: upgrade to cra 5
* feat: uncomment service worker registeration
* force secure websocket protocol
* jest test fixes
* fix: react function lint rule removed
* fix: klona test case.
* fix: typescirpt issues resolved
* fix: timeout for colorpicker test and change env.
* feat: update client-build.yml file
* fix: remove brotliplugin use compression plugin
* fix: build config fixed
* fix: upgrade webpack plugin
* fix: add branchbutton test to todo.
* fix: remove branch button test.
* fix: Add tailwind theme values, fix cypress tests
* fix: Typescript type fixes.
* feat: run jest tests in silent mode
* fix: cypress rgb values add branchbutton jest test
* fix: review comments, fixes for error.message
* fix: increase cache size for the workbox
* fix: remove OrgApi.ts file
* fix: cypress.json file remove credentials
* fix: downgrade react and react-dom packages
Co-authored-by: rahulramesha <rahul@appsmith.com>
2022-06-21 19:27:34 +05:30
Tolulope Adetula
5af2839220
fix: popup issue
2022-06-21 12:22:55 +01:00
Tolulope Adetula
7ab05c4a10
fix: failing tests
2022-06-20 23:06:44 +01:00
Trisha Anand
c3bc8ae89b
fix: handled content type none in API
2022-06-20 17:10:51 +05:30
ChandanBalajiBP
3c66593185
updated test case to not check active svg
2022-06-20 14:08:57 +05:30
ChandanBalajiBP
3b60d16d1f
Merge branch 'release' into Fix/Mismatch-with-design-in-Sample-Datasource-Card
2022-06-20 13:38:38 +05:30
Rishabh Rathod
f7b2c17136
fix: storeValue functionality & handle multiple action completion ( #14658 )
...
Instead of waiting for the specific `storeValue` action completion, earlier we were waiting for any storeValue action to complete. It means when running multiple storeValue, completion of 1st action will resolve promise for all the storeValue triggered.
Now, we track completion of each storeValue action separately.
2022-06-20 13:35:14 +05:30
subrata
4abbd9c0cf
Merge branch 'release' into fix/14054-describe-table-in-mysql
2022-06-20 09:06:16 +06:00
ChandanBalajiBP
7a900cd558
fix: updated logic to not have content type none
2022-06-18 11:56:45 +05:30
subrata
b797ef77c9
fix: Delete js file and keep the ts file for Cypress tests MySQL ( #14054 )
2022-06-17 18:49:27 +06:00
Aishwarya UR
673bcea321
Bug 14054 scripted
2022-06-17 17:01:40 +05:30
subratadeypappu
edd045dfd2
fix: Add Cypress tests ( #14054 )
...
This commit takes care of two things
- Add Cypress test for "Describe table" query
- Add Cypress test for "Desc table" query
2022-06-17 13:44:07 +06:00
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
Ayush Pahwa
d220ed428a
Skipping parse of empty array response ( #14502 )
...
- When we get a response from API, the data can be either null, undefined, not an array and an array but with no data
- We had handled for everything else except the case of empty array
- This commit fixes that
- We run a query which will return an empty array as response
- We check if application is crashing because of this
2022-06-15 10:59:57 +05:30
Aishwarya-U-R
ad606ad3e2
Script fixes for flaky tests ( #14494 )
2022-06-14 11:02:37 +05:30
Rishabh Rathod
35aa6536d9
fix: mutliple onPageLoad api call ( #14484 )
...
* fix: mutliple onPageLoad api call
* fix postgres spec
2022-06-13 19:26:06 +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
rahulramesha
abf5821d32
fix: select Modal Widget on clicking on settings badge ( #14195 )
2022-06-09 16:30:15 +05:30
Aishwarya-U-R
949b657103
Updating Mongo DB name to match Mongo TED database name ( #14389 )
2022-06-09 12:21:46 +05:30
akash-codemonk
50b93894d2
fix: Update the widget from drop down to select widget in suggested widget list ( #14059 )
2022-06-09 11:01:52 +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