arunvjn
52944dcea7
fix: Prevent page reload when launching an application from the applications dashboard for faster load time ( #11604 )
2022-03-10 07:52:07 +05:30
Arsalan Yaldram
366276cdbc
chore: Keyboard accessibility added to canvas selector buttons. ( #11420 )
...
* chore: Keyboard accessibility added to canvas selector buttons.
* chore: Removed default tab navigation for buttons.
* chore: Fixed Tab Navigation.
* chore: Fixed edge cases, handled selectedIndex.
* chore: use OnBlur instead of Tab key press.
* chore: added jest test cases for Arrow navigation.
* chore: review changes for test cases.
2022-03-09 18:40:21 +00:00
yatinappsmith
9fd635145c
test: Add Github token to test build docker ( #11729 )
2022-03-09 20:30:15 +05:30
Preet
8041c58254
fix stringify text if it exceeds line breaks limit
2022-03-09 20:04:26 +05:30
Abhijeet
bc929f2f67
chore: Don't take client subscription into account for discard git changes ( #11666 )
2022-03-09 16:58:54 +05:30
Nidhi
aaf12c513d
fix: Adds user set on load prop from actions to exported JSON file ( #11718 )
2022-03-09 16:57:45 +05:30
arunvjn
02980068ad
Changing shortcut create query/JS shortcut to cmd + plus ( #11728 )
2022-03-09 11:19:19 +00:00
Aman Agarwal
9189b3d4af
fix: Updated conditions for dropdown control to take in false also as value ( #11712 )
2022-03-09 16:37:36 +05:30
Paul Li
b4c33fe050
fix: Icon alignment changes automatically every time the icon is changed in Menu button widget ( #11570 )
...
* fix: Icon Alignment changes automatically every time when icon is changed in Menu Widget
-- Add iconAlign property as a dependency for iconName property
* fix: Icon Alignment changes automatically every time when icon is changed in Menu Widget
-- Add a Cypress test case to ensure the fix
* fix: Icon alignment changes automatically every time the icon is changed in Menu button widget
-- Fix on a broken Cypress test, setting force to true
2022-03-09 02:29:50 -08:00
Shrikant Sharat Kandula
993c91e31b
Apply env variables in NGINX config before startup ( #11531 )
...
Instead of doing env substitutions at request processing time, do it
before NGINX even starts.
2022-03-09 12:38:48 +05:30
geekup-legodevops
1e5c4651eb
Update Helm ingress template & document ( #11552 )
2022-03-09 12:07:19 +05:30
Aishwarya-U-R
fb0dc53a83
test: Script fixes for Flaky tests ( #11653 )
...
* Table_GeneralProp spec fix
* Flakes fixed
* Increased deployed page ele wait timeout
* readTabledataPublish() fix
* readTabledataPublish() updated
* Table specs flaky fix
* Table & Mongo Flaky fixes
* Mongo & Table spec flake fix
* Mongo flaky fix
* Mongo fix
* Table_Generalprop flaky fix
* Greencolor locator update
* expandCollapseEntity() method improved
* Table_generalProp flaky fix
* Datepick2, AddWidget flaky fix
* FLakyfix
* WidgetSelection_spec flaky fix
* Flaky fixes
* Adding GitSync to ignore files
* Removing GitSync from ignore files
* Added wait aft PublishApp
2022-03-09 12:05:56 +05:30
Nikhil Nandagopal
e90b7c5120
Update --bug-report.yaml
2022-03-09 11:47:58 +05:30
Nikhil Nandagopal
0a9fb9947f
Update --bug-report.yaml
2022-03-09 11:46:46 +05:30
Arsalan Yaldram
e411f093cc
Merge pull request #11623 from appsmithorg/fix/table-filter-pane-overflow
...
fix: Added root element as the ParentBoundary for TableFilterPane.
2022-03-09 11:22:19 +05:30
Favour Ohanekwu
cd3c8c0c96
fix audio widget autocompletion ( #11667 )
2022-03-08 16:30:59 +01:00
akash-codemonk
a6946fbcf0
fix: end guided tour on exiting editor ( #11084 )
2022-03-08 20:25:20 +05:30
Aman Agarwal
c891af5b21
fix: curl import ui fixes wrt to design system ( #11648 )
2022-03-08 19:49:38 +05:30
Aman Agarwal
691cfb767c
fix: Rest API UI issues (Empty DS headers, UI for Param tab, Save DS button, Placeholder) ( #11700 )
...
* fix: filtered empty key value pairs in headers, ui for param tab
* fix: disabled button to save ds in auth tab if no url
* fix: changed placeholder text
2022-03-08 19:49:02 +05:30
Anand Srinivasan
ae733ca2f0
fix: unrelated widgets in loading state ( #11370 )
...
* log loading actions
* isLoading: check entity properties
* rename variables
* unit tests
* add descriptions
* clean test data
* include JS_Object self-dependencies
* add comment
* fix basic tests
* fix unit tests
* updated unit tests
* add test case
* update comment
* console - disable lint errors
* code clean up
* change folder
* find loading entites as a method
* updated unit tests
* check if entity exists in dataTree
* update test cases
* getEntityDependants - add specific path test case
2022-03-08 13:56:03 +00:00
arunvjn
dbec047959
Update appsmith docs version to 1.3 ( #11692 )
2022-03-08 13:55:30 +00:00
Ayangade Adeoluwa
1f7900a7db
Fixes confirmation modal flickering bug ( #11618 )
2022-03-08 13:55:13 +00:00
arunvjn
ff339f0295
Added analytics event to track datasource dropdown usage in query editors ( #11693 )
2022-03-08 13:54:48 +00:00
Somangshu Goswami
9b723ff7a7
Merge branch 'master' into release
2022-03-08 15:04:55 +05:30
Bhavin K
c9760edb87
Revert "fix: handle main container height ( #11461 )" ( #11674 )
...
This reverts commit c6f5dcb673 .
2022-03-08 12:54:40 +05:30
Nikhil Nandagopal
8a63a3d304
Updated Label Config
2022-03-08 12:52:20 +05:30
Arsalan
db27afeed6
Merge branch 'release' into fix/remove-datasources-action-selector
2022-03-08 11:42:35 +05:30
Tolulope Adetula
b17cd2e3bd
fix: table widget value displacement ( #11650 )
2022-03-07 22:06:32 -08:00
Paul Li
37a2b4c3c9
feat: Internal property to detect changes in a form
...
-- Fix failed test cases in CheckboxGroup_spec and RichTextEditor_spec
2022-03-08 02:07:17 +08:00
Paul Li
fd2acfc1da
feat: Internal property to detect changes in a form
...
-- Revert cypress.json
2022-03-07 23:50:26 +08:00
Paul Li
8b79f6c77d
Merge branch 'release' into feat/4182-form-detect-changes
2022-03-07 23:27:57 +08:00
Paul Li
70706c7f8e
feat: Internal property to detect changes in a form
...
-- Add Cypress tests FormWidget's hasChanges and all assoicated widgets' isDirty
-- Add missing isDirty meta property for SwitchGroupWidget
-- Rewrite isDirty check logic for RichTextEditorWidget
2022-03-07 23:23:57 +08:00
Preet
32f6b467a8
Merge remote-tracking branch 'origin/release' into fix-11468_dropdown_performance
2022-03-07 20:06:49 +05:30
Preet
51c3d37620
Custom menu item
2022-03-07 20:06:35 +05:30
Shrikant Sharat Kandula
ae5f9569c9
Fix startup failing if signup disabled is empty ( #11686 )
...
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2022-03-07 17:38:18 +05:30
Nidhi
966564d2bc
fix: Modified root json for SMTP to comply with UQI aggregation rules ( #11676 )
2022-03-07 14:56:54 +05:30
Shrikant Sharat Kandula
1233f7f7ee
chore: Change watchtower to latest from latest-dev ( #11669 )
...
This is because watchtower:latest-dev doesn't run on ARM architectures.
2022-03-07 13:58:20 +05:30
Preet
f4e6341add
Merge remote-tracking branch 'origin/release' into fix-11468_dropdown_performance
2022-03-07 13:13:22 +05:30
Preet
21a5727353
update popover visibility through state
2022-03-07 13:12:49 +05:30
Ankita Kinger
af5483c7c4
fix: Style values of the page and default value for telemetry ( #11640 )
2022-03-07 11:36:34 +05:30
Nayan
be5b12b7bb
[Fix] Added permission in security config for themes ( #11527 )
...
Theme API path was not added added to security config path. As a result, themes in published mode in public apps were not loaded. This PR fixes that issue.
2022-03-07 01:43:26 +06:00
Daniel
7aa6a2015e
Merge pull request #11493 from appsmithorg/fix/reword-datasource-message
...
fix: reword datasource message
2022-03-06 18:48:03 +01:00
Parthvi12
1eb1a9ecb2
test: adding MySQL noise test ( #11469 )
...
* adding MySQL noise test
* fixed git tests
* updating git tests
2022-03-06 23:14:17 +05:30
f0c1s
c346af60c3
chore: update icons in org menu ( #11548 )
...
* chore: update icons in org menu
* chore: update user-heart-line and update org menu
* chore: use member instead of members for icon name
2022-03-05 21:20:33 +08:00
f0c1s
15cd2857d3
fix: remove EDIT button ( #11356 )
2022-03-05 08:51:25 +00:00
Anagh Hegde
dde1eb1735
Add check for default branch before deleting branch ( #11631 )
2022-03-05 08:30:29 +00:00
Ayangade Adeoluwa
e576ac08db
Default action config values not being set ( #11632 )
2022-03-05 00:45:48 +00:00
Aishwarya UR
dc07329318
Merge branch 'release' into fix/table-filter-pane-overflow
2022-03-05 01:14:09 +05:30
Aishwarya-U-R
bd69eb9c3a
test: Automated tests for Bug #10784 + Failure fixes ( #11586 )
...
* Scripting Bug # 10784
* Bug 10784 - added script
* Uncommenting - JSObjToInput spec
* Uncommenting - JSObjtoListWidget spec
* SelectEntityByName reverted
* Migration spec locators fix
* Table_GeneralProp spec updated
* Read Table Row/Column locator updated
* Calling WaitAutoSave in JSObj creation
* 19px to 28px to match CI run
* CreateJSObject() - adding back wait time
* Reverting 28px to 19px
* Commenting table specs until CI fixed
* Commenting table spec 9th case
* UNcommenting
* Commenting Table_GeneralProp failure case
2022-03-05 01:01:35 +05:30
Apeksha Bhosale
f610033240
removed default isAsync false from new js action ( #11427 )
...
Co-authored-by: Rishabh-Rathod <rishabh.rathod@appsmith.com>
2022-03-04 15:51:33 +05:30