f0c1s
b97042a38a
fix: disable branch dropdown until merge status returns ( #14540 )
2022-06-23 10:27:35 +05:30
f0c1s
ab3766adbe
chore: throttle git apis ( #14639 )
2022-06-23 10:22:25 +05:30
Anand Srinivasan
ed59802702
add analytics log on app crash ( #14575 )
2022-06-22 16:00:33 +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
ashit-rath
5a7940ae2b
fix: JSONForm - Generate Form button apply theme on new fields ( #14687 )
2022-06-22 14:21:53 +05:30
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
Aswath K
7ce8cd8848
fix: JS toggle issue for dropdown control with numeric value ( #14648 )
...
* fix: JS toggle issue for dropdown control with numeric value
* fix jest tests
2022-06-22 11:53:54 +05:30
Bhavin K
f218642fc5
fix: show the error message in input widget ( #14460 )
2022-06-22 06:09:50 +00:00
Arsalan Yaldram
c8f4dd04b5
Merge pull request #14718 from appsmithorg/fix/editorutils
...
fix: editor utils moment async import
2022-06-22 11:05:33 +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
akash-codemonk
b6641f48a3
chore: add analytics events for to see how a user moves from the canvas to any other file ( #14385 )
2022-06-22 09:31:49 +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
Bhavin K
3edfa32d93
fix: the rating widget breaking on dropping issue( #14509 )
2022-06-21 16:31:05 +00:00
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
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
Tolulope Adetula
2c6054f72d
Merge branch 'release' into fix/12161-multiselects-broken-in-modal
2022-06-20 07:01:19 +01:00
ChandanBalajiBP
7a900cd558
fix: updated logic to not have content type none
2022-06-18 11:56:45 +05:30
Ashit Rath
90532f123c
merged latest release
2022-06-17 11:42:56 +05:30
Aishwarya-U-R
3622bf924e
Automated tests for Postgres Datatype - Datetime ( #14607 )
2022-06-17 11:42:18 +05:30
Aswath K
bd33b76c1d
feat: widget fuzzy search ( #14464 )
...
* widget fuzzy search POC
* fix threshold
* Makes fuse to initialize only once
* add proper dependancy to useEffect
* Adds more search terms
* Adds search term for other widgets
* reduce distance for better search results
2022-06-17 08:42:47 +05:30
Pawan Kumar
a38f484ede
fix: In Table widget for button/icon/menu type when Button Color is selected as Theme color and we toggle JS {{or}}}} is displayed ( #14492 )
...
* fix table widget color picker bug
* fix table widget color picker bug
* fix font issue on navigating to edit mode from view mode
* code review feedback
2022-06-16 16:46:05 +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
Aswath K
06422d1ce2
fix: Issues with widget name focus ( #14504 )
...
* fix: black border on organisation menu name
* fix: not focusing on widget name on reflow
2022-06-16 14:33:06 +05:30
Aishwarya-U-R
d7eb5c58fc
Automated tests for Postgres Datatype - Numeric, Character ( #14481 )
2022-06-16 12:20:02 +05:30
akash-codemonk
1514734b27
fix: hide focus pointer when the associated element is out of view in welcome tour ( #14216 )
2022-06-16 10:04:42 +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
Anand Srinivasan
ef6a2452b5
List copy - update dynamic trigger path list names ( #14334 )
2022-06-15 15:54:04 +05:30
akash-codemonk
0ddab71a79
fix: hide explorer toggle icon in preview mode ( #14318 )
2022-06-15 13:52:53 +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
Anand Srinivasan
8b68af1d85
fix: cyclic dependency on array of objects removal ( #13962 )
...
* initial fix
* remove un-necessary diff event
* add array accessor dependencies
* init tests
* updated test case
* create folder
* move file
* nested array test cases
* simplify test cases
* comments
* clean up
* evaluation utils test
* remove test
* add back tests and merge
2022-06-15 06:47:57 +00:00
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
rahulramesha
f6cfe32bc7
chore: remove addChildrenSaga dead code and it's associated redux actions ( #14425 )
2022-06-13 11:31:25 +05:30
Rishabh Rathod
4e13fc5125
fix: AppViewer init and page fetch logic ( #14294 )
...
OnPageSwitch we need not `initializeAppViewPage` but instead, only `fetchPublishedPage` this changes fixes that.
2022-06-10 18:22:59 +00:00
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
f0c1s
3594cb3d24
Slowed down git commit and discard progress bar ( #14196 )
2022-06-10 08:28:57 +05:30
f0c1s
4e2f6d902a
Fix fallback url for git documentation ( #14430 )
2022-06-10 08:28:19 +05:30
Ankita Kinger
3b62e3f26a
Refactor code for RBAC feature ( #14426 )
2022-06-10 07:35:30 +05:30
Aswath K
c096027a54
fix: Editable being autofocused on Application card ( #14393 )
2022-06-10 00:47:48 +05:30
Tolulope Adetula
ddaf283f00
fix: add code comments
2022-06-09 13:50:17 +01:00
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
Tolulope Adetula
3d7d8911fd
fix: more refactoring
2022-06-09 10:31:02 +01:00