f0c1s
e69e6e0670
test: Fix failing git sync tests ( #12488 )
2022-04-01 16:55:56 +05:30
Paul Li
69f5c65518
Merge branch 'release' into feat/4182-form-detect-changes
2022-04-01 18:40:17 +08:00
Paul Li
2b00f1cdf9
feat: Internal property to detect changes in a form
...
-- Fix on typo add missing assertion for hasChanges on the spec files
2022-04-01 18:38:35 +08:00
Arsalan
6bbe506d9b
Merge branch 'release' into fix/bindPathList-error
2022-04-01 15:30:55 +05:30
Arsalan
97080b2393
fix: small test cases refactor.
2022-04-01 15:30:00 +05:30
Abhinav Jha
68065f8789
feat: activity logging ( #12383 )
...
* Add activity logging mechanism in client
2022-04-01 09:55:58 +00:00
Arsalan
9ccdde3b1b
Merge branch 'release' into fix/button-group-undo
2022-04-01 14:28:01 +05:30
dependabot[bot]
d432fb5f32
chore: bump react-dev-utils from 11.0.1 to 11.0.4 in /app/client ( #9503 )
...
Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils ) from 11.0.1 to 11.0.4.
- [Release notes](https://github.com/facebook/create-react-app/releases )
- [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-1.x.md )
- [Commits](https://github.com/facebook/create-react-app/commits/HEAD/packages/react-dev-utils )
---
updated-dependencies:
- dependency-name: react-dev-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: hetunandu <hetunandu@gmail.com>
2022-04-01 14:05:33 +05:30
Paul Li
afb7b40a44
Merge branch 'release' into feat/4182-form-detect-changes
2022-04-01 15:44:55 +08:00
Paul Li
0a8b0dfe9a
feat: Internal property to detect changes in a form
...
-- Fix on failed test cases because of newly added hasChanges meta property
2022-04-01 15:42:05 +08:00
Ayangade Adeoluwa
4c2b4529c5
fix: Fixes issue with initial values ( #12441 )
...
* Fixes issue with initial values
* Allow empty commit
2022-04-01 08:06:46 +01:00
Arsalan
38756753e8
Merge branch 'fix/bindPathList-error' of https://github.com/appsmithorg/appsmith into fix/bindPathList-error
2022-04-01 12:12:53 +05:30
Arsalan
bdbfbd7f9d
Merge branch 'release' into fix/bindPathList-error
2022-04-01 12:03:00 +05:30
dependabot[bot]
b440798dcd
chore(deps): bump node-forge from 1.1.0 to 1.3.0 in /app/client ( #12191 )
...
Bumps [node-forge](https://github.com/digitalbazaar/forge ) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases )
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md )
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.1.0...v1.3.0 )
---
updated-dependencies:
- dependency-name: node-forge
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-01 11:54:59 +05:30
Bhavin K
5124ae0322
fix: onclick handler update in ButtonGroup Widget ( #12442 )
2022-04-01 11:28:51 +05:30
Ankita Kinger
5b614447b9
fix: Show restricted signup error message on login screen ( #11974 )
...
* adding restricted signup message on login screen too
* checking if error value if not true
2022-04-01 10:50:09 +05:30
Tolulope Adetula
d6ee01ca29
Merge branch 'release' into fix/Multiselect-style-specificity
2022-04-01 05:25:20 +01:00
Tolulope Adetula
dabbbb0084
fix: css specitifity in MultiTreeSelect
2022-04-01 05:11:37 +01:00
Tolulope Adetula
b185119a79
revert css fix
2022-04-01 05:00:19 +01:00
Tolulope Adetula
9982593545
improve css specitifity
2022-04-01 04:58:17 +01:00
Paul Li
6d744859c6
Merge branch 'release' into feat/4182-form-detect-changes
2022-04-01 04:14:05 +08:00
Paul Li
5bb926d6ed
feat: Internal property to detect changes in form
...
-- Fix on the wrong widget name in RichTextEditor_spec.js
-- Replace selectors so that Cypress can interact with UI in Select_spec.js
2022-04-01 04:07:22 +08:00
Tolulope Adetula
b65c0a21b7
fix: replace memoised value with state
2022-03-31 19:19:58 +01:00
Ayangade Adeoluwa
3f2b87b044
Fix issue with oauth2 save and authorize button ( #12447 )
2022-03-31 18:59:05 +01:00
Tolulope Adetula
da397d32f4
fix: css dropdown for multiselect
2022-03-31 17:19:29 +01:00
Paul Li
dc7b9a8b95
Merge branch 'release' into fix/7554-disabled-button-enable-tooltip
2022-04-01 00:18:16 +08:00
Paul Li
3d5e443eb0
fix: Disabled button widget tooltips stay open
...
-- Fix on the wrong selector on deploy
2022-04-01 00:16:12 +08:00
arunvjn
4b462ae623
fix: remove encoding of branch name with / in it ( #12439 )
2022-03-31 17:11:31 +02:00
ashit-rath
50efc68fd3
fix: old list widgets incorrect page size ( #12443 )
2022-03-31 17:09:21 +02:00
Ankita Kinger
165c911612
chore: Added jest tests for admin settings form fields ( #12413 )
...
* added unit test case for tag input field on admin settings page
* added test case for text input component
* added test cases for toggle, accordion and disconnect service components
* added remaining unit test cases related to admin settings
* removed unused imports
2022-03-31 20:05:01 +05:30
Paul Li
4940d197b5
Merge branch 'release' into fix/7554-disabled-button-enable-tooltip
2022-03-31 20:24:50 +08:00
NandanAnantharamu
015c455603
test: enhancement tests for captcha ( #12245 )
...
* Enhancement tests for captcha
* Added few more usecases
2022-03-31 17:49:39 +05:30
Aishwarya-U-R
9bbd671b3f
test: Automated few tests for AForce Migration scenarios + Flaky fixes ( #12231 )
2022-03-31 17:21:08 +05:30
Anand Srinivasan
186a97c699
fix: trigger fields linting issue ( #11875 )
...
* initial fix
* fix warnings
* log evaluation order length
* log time
* logs
* re-order
* rename
* onclick vs release logs
* unit test for loading properties
* clean up
* ends with .tableData
* add comment
2022-03-31 17:07:18 +05:30
Abhinav Jha
2cd7dc9d88
Remove all references to WidgetIcons, as the icons now come from the individual widget folders ( #12334 )
...
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-03-31 10:07:37 +00:00
Paul Li
c582ad22da
Merge branch 'release' into feat/4182-form-detect-changes
2022-03-31 17:53:50 +08:00
Tolulope Adetula
a44e7b3f24
Merge branch 'release' into fix/default-value-for-select-widget
2022-03-31 09:31:47 +01:00
Aswath K
dfa788cfab
fix: patches blueprint's popover ( #12213 )
...
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-03-31 13:27:06 +05:30
arunvjn
7f390d0c00
fix: Incorrect page list in deployed branches ( #12416 )
2022-03-31 13:21:20 +05:30
dependabot[bot]
a596d7101f
chore(deps): bump minimist from 1.2.5 to 1.2.6 in /app/client ( #12203 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: hetunandu <hetunandu@gmail.com>
2022-03-31 11:48:28 +05:30
dependabot[bot]
f310b4b294
chore: bump plist from 3.0.4 to 3.0.5 in /app/client ( #12278 )
...
Bumps [plist](https://github.com/TooTallNate/node-plist ) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/TooTallNate/node-plist/releases )
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md )
- [Commits](https://github.com/TooTallNate/node-plist/commits )
---
updated-dependencies:
- dependency-name: plist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: hetunandu <hetunandu@gmail.com>
2022-03-31 11:47:35 +05:30
ashit-rath
8bdd631ee3
JSON form autogenerate control tooltip content changes ( #12208 )
2022-03-31 11:36:26 +05:30
akash-codemonk
73c5267d13
chore: Templates UI updates ( #11775 )
2022-03-31 10:46:04 +05:30
Bhavin K
2b47e00a71
fix: add overflow property in text-widget ( #12160 )
2022-03-31 10:18:51 +05:30
Bhavin K
e5208b090e
fix: updated word-break for modal only ( #12192 )
2022-03-31 10:15:58 +05:30
ashit-rath
f8aaa2179f
fix: JSONForm date field tooltip visibility ( #12299 )
2022-03-31 08:32:57 +05:30
balajisoundar
ffc0f0e72f
fix: Currency input widget rounding off value if there is a trailing zero a… ( #12325 )
2022-03-31 08:31:04 +05:30
balajisoundar
52646de9bd
jest test for setWidgetDynamicPropertySaga function
2022-03-31 08:19:10 +05:30
Paul Li
965876b01f
Merge branch 'release' into feat/4182-form-detect-changes
2022-03-30 23:20:29 +08:00
Paul Li
44685835ce
feat: Internal property to detect changes in a form
...
-- Reset isDirty if defaultText is changed in PhoneInputWidget
-- Enable reset if defaultText is not empty in RichTextEditorWidget
2022-03-30 23:15:44 +08:00
akash-codemonk
3f5092307d
chore: update text in admin settings page ( #12400 )
2022-03-30 20:40:06 +05:30
Arpit Mohan
6dcc00a9f4
ci: Moving the runs-on parameter in some Github workflows to use Buildjet ( #12399 )
2022-03-30 20:39:34 +05:30
Paul Li
93ae266672
Merge branch 'release' into feat/4182-form-detect-changes
2022-03-30 21:45:40 +08:00
Tolulope Adetula
17a206c3dd
Merge pull request #12138 from appsmithorg/fix/multiselect-prepopulate-value-with-number
...
fix: Allow Multiselect DefaultValue to accept numbers
2022-03-30 14:33:59 +01:00
Favour Ohanekwu
5b52405210
Support evaluated value in nested property paths ( #12341 )
2022-03-30 14:28:19 +01:00
Parthvi12
633d8674ee
test: update visual regression tests ( #12165 )
...
* updating screenshots as per new entity explorer
* commenting after hook of git_spec
* fix tests
* updating GOOGLE_SIGNUP_SETUP_DOC and GITHUB_SIGNUP_SETUP_DOC urls
2022-03-30 15:27:09 +02:00
Paul Li
a1884e1336
feat: Hide shadows of hiddens objects during page loading in deploy view ( #12184 )
...
-- Does not render children of which isVisible is true in view mode
2022-03-30 21:22:01 +08:00
Ayangade Adeoluwa
1cd8dde12c
feat: uses codemirror to display query results ( #11312 )
...
* uses codemirror to display query results
* Add finishing touches to codemirror component
Co-authored-by: Adeoluwa Ayangade <adeoluwaayangade@Adeoluwas-MacBook-Pro.local>
2022-03-30 13:12:15 +00:00
Preet Sidhu
c9069bedce
Merge pull request #11673 from appsmithorg/fix-11468_dropdown_performance
...
fix: 11468 select widget performance on a large data set.
2022-03-30 18:41:59 +05:30
akash-codemonk
9cbabfb028
chore: Remove limit update step in guided tour ( #11475 )
2022-03-30 18:41:41 +05:30
Ayangade Adeoluwa
5e8a425038
feat: Revamp datasource form buttons ( #11924 )
...
* Revamp datasource form buttons
* Fix issues
* Use default values for individual form plugin
Co-authored-by: Adeoluwa Ayangade <adeoluwaayangade@Adeoluwas-MacBook-Pro.local>
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-03-30 13:11:25 +00:00
Bhavin K
9f246f7d7a
fix: updated internal selectedDate condition ( #12268 )
...
* fix: updated internal selectedDate condition
* fix: updated cypress test case
2022-03-30 13:11:10 +00:00
Preet Sidhu
5cf633ba8d
Merge pull request #11812 from appsmithorg/fix-10771_text_widget_warning
...
fix: 10771 show text widget warning on exceeding line breaks limit
2022-03-30 18:40:51 +05:30
Bhavin K
806759d266
fix: added backdrop for menubutton ( #12199 )
2022-03-30 13:10:22 +00:00
Nidhi
06300a1758
fix: Using blobs for multipart data ( #12240 )
2022-03-30 13:10:05 +00:00
Ayangade Adeoluwa
7bcab0da15
Fix allignment issues on api response tabs ( #12316 )
2022-03-30 13:09:44 +00:00
Paul Li
076c542f64
fix: Disabled button widget tooltips stay open
...
-- Change the existing test case so as to be tested on deploy
2022-03-30 18:10:51 +08:00
Paul Li
54e925996a
Merge branch 'release' into fix/7554-disabled-button-enable-tooltip
2022-03-30 17:59:06 +08:00
Paul Li
2ac3cff977
fix: Even disabled button tooltip should show
...
-- Introduce AnchorButton for the disabled button with a tooltip
2022-03-30 17:51:07 +08:00
haojin111
8ded371162
fixed issue of redirecting with one oauth authentication
2022-03-30 14:37:34 +08:00
haojin111
b265ac2fd5
fixed redirection on google authorisation in reconnect modal ( #12350 )
...
Co-authored-by: arunvjn <arun@appsmith.com>
2022-03-29 22:24:30 +05:30
arunvjn
f8de567cc8
fix: oauth login flow for new users ( #12326 )
2022-03-29 17:30:30 +05:30
haojin111
d3265437e6
fix: 12248, 12249, 12252 - issues of reconnect datasource modal ( #12287 )
...
* fixed issue of test button function on reconnect modal
* fixed issue of scrolling hiden in authenticated api on reconnect modal
* fixed issue of scrolling rest api datasource form
2022-03-29 17:26:29 +05:30
Pawan Kumar
e7498f2808
change container height to 100vh ( #12317 )
...
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2022-03-29 15:13:02 +05:30
Tolulope Adetula
6aa2c36ea4
fix: test failure
2022-03-29 08:55:19 +01:00
Tolulope Adetula
e89c454ce5
fix: add cypress tests
2022-03-29 08:39:34 +01:00
Tolulope Adetula
a12c183c12
fix: default value consistency issues in select widget
2022-03-29 08:07:01 +01:00
arunvjn
23c12f4afc
fix: URL slugs in duplicate, import and export operations. ( #12283 )
...
* Persists modal to show info when update is in progress
2022-03-28 18:30:05 +00:00
Arsalan
d18ee573cb
fix: Merge conflicts Resolved.
2022-03-28 18:21:06 +05:30
Preet
8734ae04f3
Merge remote-tracking branch 'origin/release' into fix-11468_dropdown_performance
2022-03-28 15:25:05 +05:30
Preet
738215931b
Merge remote-tracking branch 'origin/release' into fix-10771_text_widget_warning
2022-03-28 15:24:00 +05:30
Pallav Agarwal
b019fbae6f
fix: iframe srcDoc was not able to postMessage that can be received by onMessageReceived event. Match iframe by object not origin ( #11809 )
2022-03-28 13:12:12 +05:30
Paul Li
35b1546f78
fix: Button group widget's pop-over/drop-down enlarged along the width of the parent ( #11804 )
...
* fix: Button group widget's pop-over/drop-down enlarged along the width
-- Implement dynamic width calculation
* fix: Button group widget's pop-over/drop-down enlarged along the width
-- Add corresponding Cypress test cases
* fix: Button group widget's pop-over/drop-down enlarged along the width
-- Add min-width CSS property for popover
* fix: Button group widget's pop-over/drop-down enlarged along the width
-- Add a comment for minPopoverWidth
* fix: Button group widget's pop-over/drop-down enlarged along the width
-- Remove the comment for minPopoverWidth
* feat: Button group widget's pop-over/drop-down enlarged along the width
-- update the state variable, itemWidths inside setTimeout to access the updated DOM
* fix: Button gruop widget's pop-over/drop-down enlarged along the width
-- Refine update logic
* fix: Button group widget's pop-over/drop-down enlarged along the width
-- Make code DRY by creating createMenuButtonRefs and getMenuButtonWidths methods
* fix: Button group widget's popover/dropdown enlarged along the width
-- Make every popover class name unique
* fix: Button group widget's pop-over/drop-down enlarged along the width
-- Rewrite Cypress test
* fix: Button group widget's pop-over/drop-down enlarged along the width
-- Eliminate unnecessary test case from ButtonGroup_spec
2022-03-28 12:44:40 +05:30
Preet
d456df8cf6
Merge branch 'release' into fix-11468_dropdown_performance
2022-03-28 12:01:15 +05:30
Preet
28fc96b020
undo common locators lint fix
2022-03-28 12:01:02 +05:30
Preet
0e5602e47e
create an object for inline style
2022-03-28 11:33:43 +05:30
Ankita Kinger
62f39c1e8c
fix: Update success message for reset password link sent ( #12147 )
...
* updated success message for reset password link sent
* resetting the form if email value gets updated
* minor change in message
* fixed issue when email parameter exists
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-03-28 11:33:22 +05:30
Aswath K
5330437d1a
feat: Makes jsToggle keyboard accessible ( #12048 )
...
* Makes jstoggle keyboard accessible
* fix cypress locator
2022-03-28 11:21:52 +05:30
Parthvi12
794c0f2299
test: add test for git sync bug #10773 ( #12267 )
...
* added test for git sync bug and fixed flaky tests
* updating git test
2022-03-28 10:40:07 +05:30
Preet
88e326d878
Merge remote-tracking branch 'origin/release' into fix-10771_text_widget_warning
2022-03-28 10:22:02 +05:30
Preet
2143346783
Merge remote-tracking branch 'origin/release' into fix-10771_text_widget_warning
2022-03-28 10:21:13 +05:30
haojin111
a7934f78fa
fix: scrolling issue of git connection tab ( #11813 )
...
Creates a margin which allows scrollbar to appear on top of the content and fixes issue.
2022-03-28 09:05:11 +05:30
haojin111
e6466e1758
fix: OAuth authorization issue ( #12183 )
2022-03-28 09:03:32 +05:30
arunvjn
bf1d9efc2a
chore: Move url builder functions into RouteBuilder.ts ( #12265 )
2022-03-27 21:55:08 +05:30
rashmi rai
bfd96334af
fix: where clause improvements ( #11748 )
2022-03-27 19:10:48 +05:30
Tolulope Adetula
bed6834a2f
Merge branch 'release' into fix/multiselect-prepopulate-value-with-number
2022-03-27 07:07:07 +01:00
Tolulope Adetula
71284e2fc9
fix: add default error message
2022-03-27 07:06:34 +01:00
Mojtaba
5cac8cb3b9
feat: Add Array type to MultipartFormDataType variants for REST api ( #11386 )
...
* feat: Add Array type to MultipartFormDataType variants
and handle every item in list as a part in multipart request
* fix: add array options
* fix: rename file to array value
* fix: parse Array from json text
* fix: reformat the code and remove `System.out.println`
* fix: testParseMultipartArrayDataWorks is more accurate now
Co-authored-by: Segun Daniel Oluwadare <dodanieloluwadare@gmail.com>
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-03-26 20:08:55 +01:00
haojin111
185fe2d0ed
Merge pull request #12212 from appsmithorg/fix/11499-issue-of-commenting-pos-on-canvas
...
fix: 11499 - position issue of comment on canvas
2022-03-26 23:55:12 +08:00
haojin111
2db560d772
Merge pull request #11814 from appsmithorg/feat/11780-add-scrolling-repo-limit-modal
...
feat: added scrollbar to repo limit error modal
2022-03-26 23:48:01 +08:00