dependabot[bot]
cb016364ca
chore(deps): bump prismjs from 1.25.0 to 1.27.0 in /app/client ( #11460 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.25.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.25.0...v1.27.0 )
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: direct:production
...
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-17 14:29:43 +05:30
arunvjn
1e2b878ae2
Remove api calls to fetch default docs from github ( #11856 )
2022-03-17 07:00:42 +01:00
Arsalan Yaldram
9f51619b2c
Merge pull request #11865 from appsmithorg/fix/button-icon-alignment
...
fix: Button Icon Alignment on Icon Change
2022-03-17 11:12:15 +05:30
Bhavin K
ab9310bda8
fix: remove margin when no label ( #11789 )
2022-03-17 10:42:35 +05:30
Bhavin K
d8f843187f
fix: handle Centered component height ( #11825 )
2022-03-17 10:17:17 +05:30
Ankita Kinger
7583c52e2a
show signup link even if signup toggle is off
2022-03-16 21:56:37 +05:30
dependabot[bot]
9b62f037b6
chore(deps): bump lodash-es from 4.17.14 to 4.17.21 in /app/client ( #11821 )
...
Bumps [lodash-es](https://github.com/lodash/lodash ) from 4.17.14 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.21 )
---
updated-dependencies:
- dependency-name: lodash-es
dependency-type: direct:production
...
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-16 21:06:54 +05:30
dependabot[bot]
624b88471e
chore(deps): bump url-parse from 1.5.3 to 1.5.10 in /app/client ( #11467 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.3 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-16 21:06:25 +05:30
Nidhi
496d908a92
fix: Modified import export flow to use valid names for actions ( #11879 )
...
* fix: Modified import export flow to use valid names for actions
* Added test
2022-03-16 20:50:29 +05:30
Leo Thomas
7a038400e5
fix: 10527 Google Sheet crud generation header issue v2 ( #11664 )
...
* fix: 9824 Google Sheet to filter empty condition ver.2
* Code review comments updated
* Updates as per review comments - Ver 3
* Resolved errors found during testing
* Code review comments fix
* fix:10527 Google Sheet Crud Generation header issue
* Code review comments implemented
* Updated review comments
* code review - resolve test cases issue
Co-authored-by: Leo Thomas <leoweb2010@gmail.com>
2022-03-16 20:20:10 +05:30
Paul Li
f9e30a1e15
fix: Input widget onSubmit gets triggered before evaluation ( #11590 )
...
* fix: onSubmit gets triggered before evaluation
-- Enforce to update text meta property before trigger the submit action
* fix: onSubmit gets triggered before evaluation
-- Add a comment and a Cypress test on the fix
* fix: onSubmit gets triggered before evaluation
-- Fix on the failed test case
* fix: onSubmit gets triggered before evaluation
-- Rewrite comments
-- Rewrite the test case to fail if we revert changes
* fix: Iput widget onSubmit gets triggered before evaluation
-- Update a common property, isDirty
2022-03-16 22:45:12 +08:00
akash-codemonk
36be2d213b
fix: wait for organisation list to be fetched before creating an application for welcome tour ( #11907 )
2022-03-16 20:08:50 +05:30
Favour Ohanekwu
3d43de4884
fix: convert blob urls in object type values ( #11872 )
2022-03-16 19:59:52 +05:30
Favour Ohanekwu
3f9e1a34eb
do not show errors for private widgets ( #11883 )
2022-03-16 15:27:22 +01:00
rashmi rai
f6ba19dcb7
fix set initial value of KeyValueArrayControl ( #11756 )
2022-03-16 14:26:57 +00:00
Aswath K
e86b169ead
fix: Icon Selector width on propety pane resize ( #11736 )
...
* fix: Icon Selector width on property pane resize
2022-03-16 14:26:40 +00:00
Ayangade Adeoluwa
ba99068425
feat: Add action name to confirmation modal ( #11807 )
...
* Add action name to confirmation modal
* Fix cypress tests and button size
2022-03-16 14:26:19 +00:00
Ayangade Adeoluwa
2f862ac8db
fix: properly render html responses ( #11853 )
...
* properly render html responses
* My empty commit with a message
* My empty commit with a message
* Remove package, use custom function
Co-authored-by: Adeoluwa Ayangade <adeoluwaayangade@Adeoluwas-MacBook-Pro.local>
2022-03-16 14:25:56 +00:00
balajisoundar
ab963d473c
Revert "fix: numeric type input widget should accept zero after decimal point ( #11579 )" ( #11888 )
...
This reverts commit 342fec4462 .
2022-03-16 17:34:44 +05:30
Bhavin K
3486e7c0c8
fix: Reset image error flag when imageUrl or defaultImageUrl is changed in Image widget ( #11790 )
...
* fix: handle image error flag
* doc: comment update
* test: added cypress testcase
* test: updated cypress test case
* test: test case updated
* test: cypress updated
* test: fix cypress
2022-03-16 06:10:20 +00:00
akash-codemonk
9dd5e23789
fix: onboarding not starting from intro modal ( #11860 )
2022-03-15 18:42:29 +05:30
Nikhil Nandagopal
2bf259519d
updated gitbook sync to work with new APIs ( #11850 )
...
* updated gitbook sync to work with new APIs
* added code to replace relative links with absolute paths
* handled case for link name and url being same
2022-03-15 15:51:46 +05:30
Abhijeet
9e896dde06
fix: Fix git repository visibility status check and update error messages for git-checkout API ( #11858 )
2022-03-15 15:29:48 +05:30
Arsalan
becd005c6a
fix: Added Test case for icon alignment
2022-03-15 13:41:45 +05:30
Nayan
215285cfeb
Application template fork fails ( #11719 )
2022-03-15 13:04:34 +05:30
Parthvi12
56479a6f03
commenting Fork_Template until fixed to unblock CI ( #11859 )
...
Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2022-03-15 13:03:40 +05:30
Arsalan
1f45c67edf
fix: added iconAlign dependency to iconName prop
2022-03-15 12:19:30 +05:30
Ankita Kinger
12850cabc9
added asterisk on mandatory fields ( #11829 )
2022-03-14 15:26:28 +05:30
Apeksha Bhosale
46541bd9e7
allow functions inside loop ( #11588 )
2022-03-14 10:57:52 +05:30
yatinappsmith
ef6be16f74
test: Cypress env for fat container ( #11792 )
...
* added cypress_fat.json as config
* Create cypress_fat.json
2022-03-14 10:00:13 +05:30
arunvjn
6199eada0a
Fixed incorrect shortcut text for "create new" in omnibar and removed "+" character from all shortcuts for mac ( #11753 )
2022-03-14 03:24:53 +00:00
Arsalan Yaldram
6496f84374
fix: Added Button Container for the firefox drag issue ( #11627 )
...
* fix: Added Button Container for the firefox drag issue
* fix: Removed un-necessary styles, added Container in Canvas mode.
* fix: Removed renderMode check from styled function.
* fix: Code refactor and handled Icon Button Component.
* fix: Added extensive comments.
* fix: handled menu button drag issues.
* fix: Fixed some failing tests.
* New Button locator (with drag-container) fix
* NewBtn container locator fix
* btn locator fix
* MongoShopping spec fix
* Mongo, Postgress fixes
* Stat box fix
* Testcase title update
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-03-13 22:51:04 +05:30
Trisha Anand
b526c0b1b6
fix: Analytics sendEvent should be able to send events even during sign in process ( #11818 )
2022-03-13 22:23:08 +05:30
Bhavin K
92267b3627
feat: changed icon widget to icon btn for modal widget ( #11508 )
2022-03-11 23:58:17 +05:30
Parthvi12
939e90626f
test: adding tests for smtp using test-event-driver ( #11777 )
...
Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2022-03-11 21:18:58 +05:30
albinAppsmith
5423944bbd
fix: Preserve entity explorer state on page refresh ( #11064 )
2022-03-11 21:17:42 +05:30
Ayangade Adeoluwa
f13b6a2fe1
fix: fix embedded url misalignment ( #11785 )
...
* Fix embedded url allignment
* Fix edit action name allignment
* datasource container height
2022-03-11 21:16:13 +05:30
Ankita Kinger
d32f848efd
fix: Update copy and flag for all toggle buttons on Admin settings page ( #11703 )
...
* completed toggle button changes on admin settings
* fixed browser console errors
* implemented PR suggestions
* reversed copy for telemetry
2022-03-11 16:51:58 +05:30
Yash Vibhandik
ccf12c76a0
fix : #11315 Added trimming in button variant name ( #11390 )
...
* fix : #11315 trim buttonVariant
* test: cypress added
2022-03-10 21:39:17 -08:00
Yash Vibhandik
2a203b428b
fix : #11112 updated list widget property config ( #11388 )
2022-03-10 21:38:37 -08:00
Tolulope Adetula
beed6df8b3
fix: inconsistency in select and treeselect widgets behaviours ( #11462 )
...
* fix: Select dropdown width overflow
* fix: dropdown overflow in MultiTreeSelect widget
* fix: Multi tree select and Add filter input
* fix: tree select dropdown
* Fix: Select icons on explorer and Fix invlaid state of widgets
* fix: remove redundant style
* fix: build failure
* fix: build failure
* fix: yarn issues
* fix: build issue
* fix: remove labels from select widgets
* fix: dropdown width issue in compact mode
* fix: remove the close icon in the filter bar when there's no text
* fix: Filter bar should also follow the same min width as the widget.
* fix: add tooltip to show hover when text is truncated
* fix: Add audio widget to entity explorer
* Fix: failing tests and searching on Select widget
* fix: PR reviews
* fix: isDirty only when value changes
* fix: focus state of treeselect
* fix: remove default focus state and make filter get focus on open
* fix: focused Item when opened
* fix: No ellipsis found in Select widget when URL is an option
2022-03-10 21:35:05 -08:00
yatinappsmith
8a3ccbf06d
Adding setup test for fat conatiner ( #11764 )
2022-03-10 16:08:43 +01:00
akash-codemonk
b3de51272c
fix: Templates UI polishing ( #11567 )
2022-03-10 20:09:05 +05:30
Shrikant Sharat Kandula
1f66a6b870
chore: Remove Google Analytics ( #11765 )
2022-03-10 17:09:22 +05:30
Leo Thomas
60079faa58
fix: GSheet incorrect error message fixed ( #11699 )
...
Co-authored-by: Leo Thomas <leoweb2010@gmail.com>
2022-03-10 14:57:54 +05:30
f0c1s
e1bc86b9e9
fix: remove text area from commit message box ( #11342 )
...
* fix: remove text area from commit message box
* fix: multiline commit
2022-03-10 09:27:27 +00:00
Anagh Hegde
1921af9b28
fix: Support repo url conversion for all top level domains ( #11694 )
...
* Add support for all top level domains
* Fix tests
* Add tests for git util class
2022-03-10 09:20:12 +00:00
f0c1s
97711516d5
fix: typo in messages ( #11571 )
2022-03-10 09:19:23 +00:00
yatinappsmith
8c816dc6c5
test: Test support fat container in ci ( #11725 )
...
* Added fat container tests
* add support for fat container
2022-03-10 14:48:58 +05:30
Arsalan Yaldram
75922c8a31
Merge pull request #11395 from appsmithorg/fix/remove-datasources-action-selector
...
fix: Remove datasources from Execute Query Action.
2022-03-10 13:34:19 +05:30