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
balajisoundar
342fec4462
fix: numeric type input widget should accept zero after decimal point ( #11579 )
2022-03-10 13:27:58 +05:30
Arsalan
9bb13dd1df
Merge branch 'release' into fix/remove-datasources-action-selector
2022-03-10 11:48:05 +05:30
f0c1s
74200da71c
fix: polish git-sync feature ( #11740 )
...
Faster tooltips for bottom bar quick actions
Branch popover has a backdrop like the modals do.
More than 9 changes are reported as it is
Recent commit shows "less than a minute" ago
BETA tag removed from popover
Faster tooltips for sync branch button in popover
Placeholder for commit message
Relevant placeholder for git remote input
Padding for content in modal is decreased
Notification banner is aligned with SSH key box
2022-03-10 11:08:50 +05:30
Nikhil Nandagopal
224c93a1a1
Updated Label Config
2022-03-10 10:42:56 +05:30
Khoa Huỳnh
e59c69f915
Fix MongoDB permission issue in checking replica set ( #11613 )
2022-03-10 10:16:16 +05:30
Bhavin K
71d6da19bc
feat: added isJSConvertible property in IconButton Widget ( #11625 )
...
* feat: updated isJSConvertible property
* fix: default icon value added, validation updated
2022-03-10 09:41:02 +05:30
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
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
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
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
Shrikant Sharat Kandula
cde48bf9a9
Don't provide extra information on forgot password ( #11596 )
2022-03-04 15:16:58 +05:30