Automated Github Action
79e80f60ae
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-26 13:23:11 +00:00
Hetu Nandu
37b5924110
Fixes for release ( #436 )
...
* Possible fix for plugins not found
* Add user info on smart look
* Add test for form and table inside form reset
* Add test for postgres nested data render
2020-08-26 18:52:10 +05:30
Automated Github Action
317bef1fbe
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-26 10:26:06 +00:00
Hetu Nandu
aa06bc2d3d
Fix cloud hosting error ( #433 )
2020-08-26 15:51:57 +05:30
Automated Github Action
65f33eb97d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-26 09:28:07 +00:00
Hetu Nandu
f744f3aacd
add support for smart look ( #431 )
2020-08-26 14:54:44 +05:30
Hetu Nandu
5eb4d27297
Stringify nested objects in sql query responses ( #430 )
2020-08-26 14:46:20 +05:30
Automated Github Action
efab84615c
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-26 09:05:46 +00:00
devrk96
372fb3b33d
Editable text component ( #362 )
...
* editable text component started
* success and error callback implemented
* feedback implemented and success or error state corrected
* editable input ui fixed
* PR comments resolved
* isSaving state refactored from PR comment
* icon import updated
* Changing path
* icon import fixed
Co-authored-by: Satbir Singh <satbir121@gmail.com>
2020-08-26 14:34:58 +05:30
satbir121
f35e2d7f05
Fixing icon path. ( #429 )
2020-08-26 13:53:43 +05:30
Automated Github Action
5886082871
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-26 08:06:08 +00:00
devrk96
6ff6b5e1a1
Search input component ( #403 )
...
* search input implemented with both variant
* classname bug resolved in icon component
* PR comments resolved
* ellipsis added for long search keywords
2020-08-26 12:55:27 +05:30
devrk96
4da585a5af
Icon picker component ( #404 )
...
* icon picker functionalities and UI implemented
* appicon component added for icon picker
* PR comments resolved
* PR comment on appicon size resolved
* icon picker story fixed and enum added for names
2020-08-26 12:48:04 +05:30
devrk96
d511b6ecab
Color picker component ( #405 )
...
* color picker functinalities and ui implemented
* unused import removed
* PR comments resolved
2020-08-26 12:44:41 +05:30
Automated Github Action
086d7725b1
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-26 06:09:27 +00:00
vicky-primathon
a8e6b268ab
Setting table widget filteredTableData after reset. ( #425 )
2020-08-26 11:11:18 +05:30
akash-codemonk
4f8a3b5968
Save datasource name on change ( #373 )
2020-08-26 10:54:44 +05:30
Automated Github Action
f97bc09e93
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-25 13:05:15 +00:00
Nikhil Nandagopal
19628d96ac
Re-run tests
2020-08-25 18:33:32 +05:30
Automated Github Action
ad81dd9921
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-25 12:36:01 +00:00
Hetu Nandu
87876d8f51
Update Entity Explorer to avoid extra evals of data tree ( #421 )
...
* Use the without functions method since it is cached via selector
* Remove functionality where entity search is appended on the url
2020-08-25 17:55:22 +05:30
akash-codemonk
3e545e9638
Fix form-encoded body showing 0 ( #420 )
2020-08-25 17:52:54 +05:30
Automated Github Action
8bb3b4ce72
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-25 09:05:54 +00:00
Trisha Anand
11eac73013
Clone application within the same organization ( #414 )
...
* WIP : First draft of clone applications
* Cloning of application now works correctly.
* Fixed the failing test case for page cloning.
* Added test case to assert the clone of application successfully.
* Minor function renaming to avoid confusion.
* Minor code refactoring to remove duplicate code.
2020-08-25 14:08:52 +05:30
Automated Github Action
beabf4731c
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-25 06:06:22 +00:00
Trisha Anand
8c20aeb95b
Example app being cloned must be set to private instead of public because public permissions are not given during cloning. ( #418 )
2020-08-25 11:12:55 +05:30
Automated Github Action
145896cc24
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-25 05:05:42 +00:00
Arpit Mohan
f4debb3c69
Adding Github workflow for pull requests and also referencing contributing.md in README ( #417 )
2020-08-25 10:08:46 +05:30
Automated Github Action
78ca0275ec
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-25 04:06:12 +00:00
Hetu Nandu
60393ba29c
Contribution doc ( #408 )
...
Adding the contribution doc to help new developers setup their local machines and contribute to Appsmith.
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2020-08-25 09:15:34 +05:30
Automated Github Action
986cb846d8
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-25 03:05:57 +00:00
Trisha Anand
c253b7430b
1. Fixed the bug where policies are being set to empty during organization update ( #415 )
...
1. Fixed the bug where policies are being set to empty during organization update.
2. Added email field in organization.
* Updated the test case for update organization to assert the organization policies being present post the update.
2020-08-25 08:13:37 +05:30
Trisha Anand
ce41fec346
Bug fix : Example applications should have make public permissions for the administrator. ( #416 )
2020-08-25 08:12:13 +05:30
Hetu Nandu
e8edaeee5d
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-08-24 18:19:05 +05:30
Hetu Nandu
4873ac3421
Local store via Datatree ( #367 )
2020-08-24 17:39:17 +05:30
Automated Github Action
29a9abdf7f
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-24 11:05:21 +00:00
Abhinav Jha
bb55029f42
Fix: Missing form button ( #397 )
2020-08-24 16:20:50 +05:30
Abhinav Jha
4ef36386fd
Enable property pane event listeners, so that it is contained within the viewport properly when it's size updates ( #398 )
2020-08-24 16:20:15 +05:30
Automated Github Action
2050d455f5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-24 07:05:44 +00:00
Shrikant Sharat Kandula
eb7dcd69a5
Fix MongoDB datasource testing fails due to unauthorized error ( #402 )
2020-08-24 12:23:38 +05:30
NandanAnantharamu
01f6393189
Changed the widget used for search in the test ( #406 )
2020-08-24 12:16:28 +05:30
Automated Github Action
6cce099129
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-24 06:08:35 +00:00
devrk96
f5f65dd89e
table dropdown functionalities and UI implemented ( #407 )
2020-08-24 11:30:22 +05:30
satbir121
bccef563c4
Alignment of icon button is to right ( #372 )
2020-08-24 11:12:19 +05:30
Automated Github Action
d605554dc6
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-22 04:06:03 +00:00
akash-codemonk
3deb9ace43
Add clone page option ( #365 )
...
Adding the option to clone a page in the overflow menu of the entity explorer
2020-08-22 08:40:22 +05:30
Automated Github Action
e1ee82be9a
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-22 03:05:35 +00:00
Shrikant Sharat Kandula
27b7f6c5e2
Fix test DS fails on datasources with direct mongo connection ( #400 )
2020-08-22 07:40:02 +05:30
Automated Github Action
05b6910956
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-21 17:05:18 +00:00
Hetu Nandu
a2b1d3442f
Table widget selected row initial value fix ( #401 )
...
* Set initial value as empty object
* log debug
2020-08-21 22:13:02 +05:30